-- MySQL dump 10.13  Distrib 5.5.40-36.1, for Linux (x86_64)
--
-- Host: localhost    Database: raylsmit_wrdp1
-- ------------------------------------------------------
-- Server version	5.5.40-36.1

/*!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 `wp_ar_gwa_leads`
--

DROP TABLE IF EXISTS `wp_ar_gwa_leads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ar_gwa_leads` (
  `lID` int(11) NOT NULL AUTO_INCREMENT,
  `lLID` int(11) NOT NULL,
  `lName` varchar(250) DEFAULT NULL,
  `lEmail` varchar(250) DEFAULT NULL,
  `lDateEntry` date DEFAULT NULL,
  `lDateOut` date DEFAULT NULL,
  `lMOut` varchar(11) DEFAULT NULL,
  `lCnf` varchar(65) NOT NULL,
  `lTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `lIP` varchar(16) NOT NULL,
  `lDNS` varchar(65) NOT NULL,
  `lField1` varchar(250) DEFAULT NULL,
  `lField2` varchar(250) DEFAULT NULL,
  `lField3` varchar(250) DEFAULT NULL,
  `lField4` varchar(250) DEFAULT NULL,
  `lField5` varchar(250) DEFAULT NULL,
  PRIMARY KEY (`lID`),
  KEY `lCnf` (`lCnf`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ar_gwa_leads`
--

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

--
-- Table structure for table `wp_ar_gwa_lists`
--

DROP TABLE IF EXISTS `wp_ar_gwa_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ar_gwa_lists` (
  `xID` int(11) NOT NULL AUTO_INCREMENT,
  `xName` varchar(250) DEFAULT NULL,
  `xEmail` varchar(250) DEFAULT NULL,
  `xSubscribe` text,
  `xLabel` varchar(255) NOT NULL,
  `xPage` int(4) NOT NULL,
  `xReturn` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`xID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ar_gwa_lists`
--

LOCK TABLES `wp_ar_gwa_lists` WRITE;
/*!40000 ALTER TABLE `wp_ar_gwa_lists` DISABLE KEYS */;
INSERT INTO `wp_ar_gwa_lists` VALUES (1,'Ray Smith International  | Online Sermons','raylsmith50@gmail.com','<!-- [GWA] AutoResponder Begin -->\n<form name=\"ARGWA\" action=\"http://raylsmith.org\" method=\"post\"><strong>Name:</strong>&nbsp;<input id=\"argwa_name\" name=\"gwaname\" size=\"16\" type=\"text\" /><br /><strong>Email:</strong>&nbsp;<input id=\"argwa_email\" name=\"gwaemail\" size=\"16\" type=\"text\" /><br /><input class=\"button\" onclick=\"return gwaCheckForm1(this.form)\" name=\"Add\" type=\"submit\" value=\"SUBSCRIBE\" /><input name=\"act\" type=\"hidden\" value=\"s_add\" /><input name=\"listid\" type=\"hidden\" value=\"1\" /></form>\n<!-- [GWA] AutoResponder End -->','Ray Smith International  | Online Sermons',0,NULL);
/*!40000 ALTER TABLE `wp_ar_gwa_lists` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ar_gwa_msg`
--

DROP TABLE IF EXISTS `wp_ar_gwa_msg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ar_gwa_msg` (
  `mID` int(11) NOT NULL AUTO_INCREMENT,
  `mLID` int(11) DEFAULT NULL,
  `mSubject` varchar(250) DEFAULT NULL,
  `mBody` text,
  `mBodyText` text,
  `mBodyHtml` text,
  `mDay` int(2) DEFAULT NULL,
  `mType` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`mID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ar_gwa_msg`
--

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

--
-- Table structure for table `wp_ar_gwa_pages`
--

DROP TABLE IF EXISTS `wp_ar_gwa_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ar_gwa_pages` (
  `pID` int(11) NOT NULL AUTO_INCREMENT,
  `pLID` int(11) DEFAULT NULL,
  `pConfMsg` text,
  `pConf` text,
  `pSub` text,
  `pUnsub` text,
  `pErr` text,
  PRIMARY KEY (`pID`),
  KEY `pLID` (`pLID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ar_gwa_pages`
--

LOCK TABLES `wp_ar_gwa_pages` WRITE;
/*!40000 ALTER TABLE `wp_ar_gwa_pages` DISABLE KEYS */;
INSERT INTO `wp_ar_gwa_pages` VALUES (1,1,'Please click the link to confirm your subscription.','You have been subscribed successfully.','Please check your email to confirm your subscription.','You have been unsubscribed successfully.','There was a problem. Please contact the blog administrator for assistance.');
/*!40000 ALTER TABLE `wp_ar_gwa_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=10129 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (53,28,'akismet_history','a:4:{s:4:\"time\";d:1361182762.9127929210662841796875;s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),(50,28,'akismet_result','false'),(51,28,'akismet_history','a:4:{s:4:\"time\";d:1360452396.8622798919677734375;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(66,31,'akismet_history','a:4:{s:4:\"time\";d:1361850907.0954439640045166015625;s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),(63,31,'akismet_result','false'),(64,31,'akismet_history','a:4:{s:4:\"time\";d:1361850887.07863903045654296875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(9866,3117,'akismet_result','true'),(9867,3117,'akismet_history','a:4:{s:4:\"time\";d:1413364260.570156097412109375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9868,3117,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"samsung data recovery\";s:20:\"comment_author_email\";s:17:\"jkssrcx@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://samsungdatarecovery.weebly.com/\";s:15:\"comment_content\";s:235:\"lose my mobile sms data, i want to recovery it. i have found a blog can help me. the blog is  <a href=\"http://samsungdatarecovery.weebly.com\">samsung data recovery</a>. But, i can\'t download the software. if everyone know this softwar?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"62.210.82.131\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9869,3117,'akismet_pro_tip','discard'),(9870,3118,'akismet_result','true'),(9871,3118,'akismet_history','a:4:{s:4:\"time\";d:1413385584.0225861072540283203125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9872,3118,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:84:\"offers 100% new authentic designer gucci sneakers in canvas in grey g071 sale outlet\";s:20:\"comment_author_email\";s:16:\"hzvyuw@gmail.com\";s:18:\"comment_author_url\";s:90:\"http://www.catherinebscott.com/men-gucci/gucci-sneakers-in-canvas-in-grey-g071-p-8377.html\";s:15:\"comment_content\";s:273:\"Alert -- Don\'t Attempt to follow any other nfl jersey Instructions Until You Look At FREE Report\r\noffers 100% new authentic designer gucci sneakers in canvas in grey g071 sale outlet http://www.catherinebscott.com/men-gucci/gucci-sneakers-in-canvas-in-grey-g071-p-8377.html\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.137.163\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9873,3118,'akismet_pro_tip','discard'),(9874,3119,'akismet_result','true'),(9875,3119,'akismet_history','a:4:{s:4:\"time\";d:1413401076.2130889892578125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9876,3119,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:85:\"65% discount prada small saffiano leather handbag bn1849 in red enter the saving zone\";s:20:\"comment_author_email\";s:18:\"zvlkapak@gmail.com\";s:18:\"comment_author_url\";s:102:\"http://www.nicceli.com/buy-prada-online/prada-small-saffiano-leather-handbag-bn1849-in-red-p-3554.html\";s:15:\"comment_content\";s:223:\"Whenever Men and nfl jersey crash\r\n65% discount prada small saffiano leather handbag bn1849 in red enter the saving zone http://www.nicceli.com/buy-prada-online/prada-small-saffiano-leather-handbag-bn1849-in-red-p-3554.html\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.137.163\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9877,3119,'akismet_pro_tip','discard'),(9878,3120,'akismet_result','true'),(9879,3120,'akismet_history','a:4:{s:4:\"time\";d:1413402435.72500896453857421875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9880,3120,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:90:\"top quality 2014 new arrival nike free 3.0 v4 womens running shoes yellow blue online shop\";s:20:\"comment_author_email\";s:17:\"haaxoon@gmail.com\";s:18:\"comment_author_url\";s:137:\"http://www.pandorasdaughter.com/nike-free-run-4.0-v3-womens/2014-new-arrival-nike-free-30-v4-womens-running-shoes-yellow-blue-p-5343.html\";s:15:\"comment_content\";s:301:\"Web business Report : nfl jersey Described as A Must In the present day\r\ntop quality 2014 new arrival nike free 3.0 v4 womens running shoes yellow blue online shop http://www.pandorasdaughter.com/nike-free-run-4.0-v3-womens/2014-new-arrival-nike-free-30-v4-womens-running-shoes-yellow-blue-p-5343.html\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.137.163\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9881,3120,'akismet_pro_tip','discard'),(9882,3121,'akismet_result','true'),(9883,3121,'akismet_history','a:4:{s:4:\"time\";d:1413408653.6942880153656005859375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9884,3121,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:102:\"high quality high quality ed hardy womens true to my love high heels in black go on sale bargain blast\";s:20:\"comment_author_email\";s:19:\"wkfuxqmjb@gmail.com\";s:18:\"comment_author_url\";s:144:\"http://www.jschwarberg.com/ed-hardy-homes-for-sale-85044/high-quality-ed-hardy-womens-true-to-my-love-high-heels-in-black-go-on-sale-p-3490.html\";s:15:\"comment_content\";s:38:\"A definite double change on nfl jersey\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.137.163\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9885,3121,'akismet_pro_tip','discard'),(9924,3132,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"yfholojgi\";s:20:\"comment_author_email\";s:19:\"zvojern@outlook.com\";s:18:\"comment_author_url\";s:49:\"http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/\";s:15:\"comment_content\";s:222:\"Living Water\r\nyfholojgi http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/\r\n<a href=\"http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/\">ayfholojgi</a>\r\n[url=http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/]uyfholojgi[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"116.113.47.38\";s:10:\"user_agent\";s:178:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(9922,3132,'akismet_result','true'),(9923,3132,'akismet_history','a:4:{s:4:\"time\";d:1413793550.0999600887298583984375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9921,3131,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"ccjdqxws\";s:20:\"comment_author_email\";s:19:\"mgeffqo@outlook.com\";s:18:\"comment_author_url\";s:49:\"http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/\";s:15:\"comment_content\";s:219:\"Living Water\r\n<a href=\"http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/\">accjdqxws</a>\r\n[url=http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/]uccjdqxws[/url]\r\nccjdqxws http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"116.107.28.44\";s:10:\"user_agent\";s:178:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(9920,3131,'akismet_history','a:4:{s:4:\"time\";d:1413793175.45415592193603515625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9919,3131,'akismet_result','true'),(9918,3130,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"wyqsjtgkhk\";s:20:\"comment_author_email\";s:19:\"rmsodwp@outlook.com\";s:18:\"comment_author_url\";s:49:\"http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/\";s:15:\"comment_content\";s:225:\"Living Water\r\nwyqsjtgkhk http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/\r\n[url=http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/]uwyqsjtgkhk[/url]\r\n<a href=\"http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/\">awyqsjtgkhk</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"222.189.33.102\";s:10:\"user_agent\";s:178:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(9916,3130,'akismet_result','true'),(9917,3130,'akismet_history','a:4:{s:4:\"time\";d:1413792722.77282810211181640625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9914,3129,'akismet_history','a:4:{s:4:\"time\";d:1413792576.6246089935302734375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9915,3129,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"tdjfdkmxps\";s:20:\"comment_author_email\";s:19:\"jfhkjvn@outlook.com\";s:18:\"comment_author_url\";s:49:\"http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/\";s:15:\"comment_content\";s:225:\"Living Water\r\n<a href=\"http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/\">atdjfdkmxps</a>\r\ntdjfdkmxps http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/\r\n[url=http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/]utdjfdkmxps[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"202.100.84.138\";s:10:\"user_agent\";s:178:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(9913,3129,'akismet_result','true'),(10005,3153,'akismet_history','a:4:{s:4:\"time\";d:1414451006.0392720699310302734375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10003,3152,'akismet_pro_tip','discard'),(10004,3153,'akismet_result','true'),(10002,3152,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"tory burch miller sale\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:90:\"http://www.avisrobbio.it/public/Media/tory-burch-outlet/@5@rtory-burch-miller-sale65po.asp\";s:15:\"comment_content\";s:473:\"Hi there I am so thrilled I found your blog page, I really found you by accident, while I was searching on Bing for something else, Nonetheless I am here now and would just like to say many thanks for a marvelous post and a all round thrilling blog (I also love the theme/design), I don韙 have time to browse it all at the minute but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read more, Please do keep up the great work.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9998,3151,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"tory burch make up bag\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:88:\"http://www.pascowellness.com/images/tory-burch-outlet/@5@etory-burch-make-up-bag83pk.asp\";s:15:\"comment_content\";s:276:\"It\'s a pity you don\'t have a donate button! I\'d certainly donate to this excellent blog! I suppose for now i\'ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to new updates and will talk about this site with my Facebook group. Chat soon!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9999,3151,'akismet_pro_tip','discard'),(10000,3152,'akismet_result','true'),(10001,3152,'akismet_history','a:4:{s:4:\"time\";d:1414444449.6622560024261474609375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9995,3150,'akismet_pro_tip','discard'),(9996,3151,'akismet_result','true'),(9997,3151,'akismet_history','a:4:{s:4:\"time\";d:1414437853.4333350658416748046875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9994,3150,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"cheap baltimore orioles jerseys\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:97:\"http://www.empirebowl.com/coupon/cheap-nfl-jerseys-02/@0@xcheap-baltimore-orioles-jerseys33pd.asp\";s:15:\"comment_content\";s:462:\"Greetings I am so happy I found your webpage, I really found you by error, while I was searching on Google for something else, Regardless I am here now and would just like to say thanks for a tremendous post and a all round interesting blog (I also love the theme/design), I don韙 have time to browse it all at the minute but I have saved it and also added your RSS feeds, so when I have time I will be back to read much more, Please do keep up the awesome job.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9991,3149,'akismet_pro_tip','discard'),(9992,3150,'akismet_result','true'),(9993,3150,'akismet_history','a:4:{s:4:\"time\";d:1414431257.57798004150390625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9990,3149,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"miu miu flat shoes\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:98:\"http://trendytoddler.com.au/wp-content/themes/twentyfourteen/miu-miu/35@miu-miu-flat-shoes42fr.php\";s:15:\"comment_content\";s:267:\"At this time it appears like Drupal is the top blogging platform available right now. (from what I\'ve read) Is that what you are using on your blog?\r\nmiu miu flat shoes http://trendytoddler.com.au/wp-content/themes/twentyfourteen/miu-miu/35@miu-miu-flat-shoes42fr.php\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9989,3149,'akismet_history','a:4:{s:4:\"time\";d:1414422915.7213881015777587890625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9986,3148,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"prada boots men\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:66:\"http://www.candart.com/js/prada-outlet/@3@qprada-boots-men56mm.asp\";s:15:\"comment_content\";s:165:\"I’m not that much of a internet reader to be honest but your sites really nice, keep it up! I\'ll go ahead and bookmark your site to come back down the road. Cheers\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.20\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9987,3148,'akismet_pro_tip','discard'),(9988,3149,'akismet_result','true'),(9983,3147,'akismet_pro_tip','discard'),(9984,3148,'akismet_result','true'),(9985,3148,'akismet_history','a:4:{s:4:\"time\";d:1414417480.1456758975982666015625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9982,3147,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:51:\"hollister outlet georgia 9th congressional district\";s:20:\"comment_author_email\";s:21:\"ponnnkupgkd@gmail.com\";s:18:\"comment_author_url\";s:83:\"http://print2max.com/?hollister=hollister-outlet-georgia-9th-congressional-district\";s:15:\"comment_content\";s:454:\"Det bemerkes for ordens skyld at dette kun har regnskapsmessig effekt. vrige foretak m derfor opplyse om effekten dersom den er vesentlig for foretaket. rets skattekostnad spesifiseres i note som betalbar skatt, endring i utsatt skatt (beregnet ut fra ny sats p bde inngende og utgende balanse), samt en linje for virkning av endring i skatteregler. Virkningen av endret skattesats vil ogs fremkomme i avstemmingen mellom nominell og effektiv skattesats.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.159.217.0\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9979,3146,'akismet_pro_tip','discard'),(9980,3147,'akismet_result','true'),(9981,3147,'akismet_history','a:4:{s:4:\"time\";d:1414413767.2661020755767822265625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9978,3146,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"herve leger discount dresses\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:97:\"http://www.bettiopelriccione.it/images/media/herve-leger/@5@sherve-leger-discount-dresses26ea.asp\";s:15:\"comment_content\";s:399:\"Hi there! I know this is kinda off topic however , I\'d figured I\'d ask. Would you be interested in trading links or maybe guest writing a blog article or vice-versa? My site goes over a lot of the same topics as yours and I believe we could greatly benefit from each other. If you happen to be interested feel free to shoot me an email. I look forward to hearing from you! Fantastic blog by the way!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.22\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9975,3145,'akismet_pro_tip','discard'),(9976,3146,'akismet_result','true'),(9977,3146,'akismet_history','a:4:{s:4:\"time\";d:1414410975.171452999114990234375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9971,3144,'akismet_pro_tip','discard'),(9972,3145,'akismet_result','true'),(9973,3145,'akismet_history','a:4:{s:4:\"time\";d:1414389246.3664429187774658203125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9974,3145,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"canada goose mystique parka red\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:96:\"http://puff-tv.com/images/canada-goose-jackets-sale-4/1@mcanada-goose-mystique-parka-red23ln.asp\";s:15:\"comment_content\";s:443:\"Have you ever considered publishing an ebook or guest authoring on other blogs? I have a blog based upon on the same information you discuss and would love to have you share some stories/information. I know my subscribers would enjoy your work. If you\'re even remotely interested, feel free to shoot me an e mail.\r\ncanada goose mystique parka red http://puff-tv.com/images/canada-goose-jackets-sale-4/1@mcanada-goose-mystique-parka-red23ln.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9967,3143,'akismet_pro_tip','discard'),(9968,3144,'akismet_result','true'),(9969,3144,'akismet_history','a:4:{s:4:\"time\";d:1414379421.5156729221343994140625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9970,3144,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"wheat timberland boots toddlers\";s:20:\"comment_author_email\";s:18:\"nauhtdyo@gmail.com\";s:18:\"comment_author_url\";s:99:\"http://www.starshobby.com/manage/timberland-pink-boots/08dgwheat-timberland-boots-toddlers-74wb.asp\";s:15:\"comment_content\";s:237:\"Hey there! This post couldn\'t be written any better! Reading through this post reminds me of my old room mate! He always kept chatting about this. I will forward this page to him. Pretty sure he will have a good read. Thanks for sharing!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"173.208.194.114\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9963,3142,'akismet_pro_tip','discard'),(9964,3143,'akismet_result','true'),(9965,3143,'akismet_history','a:4:{s:4:\"time\";d:1414371964.506000041961669921875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9966,3143,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"best canadian winter coats\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:90:\"http://sag-ga.com/images/canada-goose-jackets-sale-1/0@ybest-canadian-winter-coats59bg.asp\";s:15:\"comment_content\";s:441:\"Greetings from Los angeles! I\'m bored at work so I decided to check out your website on my iphone during lunch break. I enjoy the knowledge you provide here and can\'t wait to take a look when I get home. I\'m amazed at how quick your blog loaded on my cell phone .. I\'m not even using WIFI, just 3G .. Anyhow, amazing blog!\r\nbest canadian winter coats http://sag-ga.com/images/canada-goose-jackets-sale-1/0@ybest-canadian-winter-coats59bg.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9962,3142,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"canada goose chilliwack bomber down\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:110:\"http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp\";s:15:\"comment_content\";s:354:\"I am curious to find out what blog platform you are working with? I\'m experiencing some minor security problems with my latest blog and I would like to find something more secure. Do you have any solutions?\r\ncanada goose chilliwack bomber down http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9961,3142,'akismet_history','a:4:{s:4:\"time\";d:1414363172.4352190494537353515625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9960,3142,'akismet_result','true'),(9959,3141,'akismet_pro_tip','discard'),(9958,3141,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"canada goose chilliwack bomber down\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:110:\"http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp\";s:15:\"comment_content\";s:513:\"Have you ever thought about adding a little bit more than just your articles? I mean, what you say is valuable and all. However think of if you added some great pictures or video clips to give your posts more, \"pop\"! Your content is excellent but with images and video clips, this website could undeniably be one of the most beneficial in its field. Wonderful blog!\r\ncanada goose chilliwack bomber down http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9955,3140,'akismet_pro_tip','discard'),(9956,3141,'akismet_result','true'),(9957,3141,'akismet_history','a:4:{s:4:\"time\";d:1414345326.9546968936920166015625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9928,3134,'akismet_result','true'),(9929,3134,'akismet_history','a:4:{s:4:\"time\";d:1414122957.18260097503662109375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9930,3134,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"Hangar Large Storage Sheds for Sale\";s:20:\"comment_author_email\";s:17:\"zsqwaau@gmail.com\";s:18:\"comment_author_url\";s:88:\"http://weddingtentsforsale.blogspot.com/2014/10/hangar-large-storage-sheds-for-sale.html\";s:15:\"comment_content\";s:12:\"Living Water\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"62.210.82.131\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(9931,3134,'akismet_pro_tip','discard'),(9932,3135,'akismet_result','true'),(9933,3135,'akismet_history','a:4:{s:4:\"time\";d:1414163320.45055103302001953125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9934,3135,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"imitazioni borse hermes\";s:20:\"comment_author_email\";s:20:\"avlerqzqiq@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://apotekherbalkita.com/?hid=imitazioni-borse-hermes\";s:15:\"comment_content\";s:247:\"x Vany ho appena letto il tuo commento sulla verifica di scienze bh quando ho preso il mio primo (e unico) cinque a geografia ( si vede che la odio eh) l\'ho detto subito a mamma che mi ha perdonato a patto che non succeda mai pi Ecco dei consigli:\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"104.194.28.146\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9935,3135,'akismet_pro_tip','discard'),(9943,3137,'akismet_pro_tip','discard'),(9944,3138,'akismet_result','true'),(9945,3138,'akismet_history','a:4:{s:4:\"time\";d:1414245441.688404083251953125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9946,3138,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"canada goose parka no fur\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:93:\"http://rpvirtual.es/img/file/canada-goose-jackets-sale-4/315canada-goose-parka-no-fur66dm.asp\";s:15:\"comment_content\";s:345:\"Hi there! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no data backup. Do you have any solutions to prevent hackers?\r\ncanada goose parka no fur http://rpvirtual.es/img/file/canada-goose-jackets-sale-4/315canada-goose-parka-no-fur66dm.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9947,3138,'akismet_pro_tip','discard'),(9948,3139,'akismet_result','true'),(9949,3139,'akismet_history','a:4:{s:4:\"time\";d:1414273058.721414089202880859375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9950,3139,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"canada goose lady\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:89:\"http://pazarmarket.com.tr/images/canada-goose-jackets-sale-3/088canada-goose-lady31ex.asp\";s:15:\"comment_content\";s:381:\"This design is wicked! You obviously know how to keep a reader amused. Between your wit and your videos, I was almost moved to start my own blog (well, almost...HaHa!) Excellent job. I really enjoyed what you had to say, and more than that, how you presented it. Too cool!\r\ncanada goose lady http://pazarmarket.com.tr/images/canada-goose-jackets-sale-3/088canada-goose-lady31ex.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9951,3139,'akismet_pro_tip','discard'),(9952,3140,'akismet_result','true'),(9953,3140,'akismet_history','a:4:{s:4:\"time\";d:1414327406.3608338832855224609375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9954,3140,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"canada goose women s solaris parka\";s:20:\"comment_author_email\";s:21:\"zitoovszull@gmail.com\";s:18:\"comment_author_url\";s:114:\"http://www.simbalion.com/userfiles/media/canada-goose-jackets-sale-5/445canada-goose-women-s-solaris-parka08gc.asp\";s:15:\"comment_content\";s:378:\"Hello! Do you know if they make any plugins to help with Search Engine Optimization? I\'m trying to get my blog to rank for some targeted keywords but I\'m not seeing very good success. If you know of any please share. Thank you!\r\ncanada goose women s solaris parka http://www.simbalion.com/userfiles/media/canada-goose-jackets-sale-5/445canada-goose-women-s-solaris-parka08gc.asp\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"76.164.207.218\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9898,3125,'akismet_history','a:4:{s:4:\"time\";d:1413571463.119586944580078125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9899,3125,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"fifa 13 nike mercurial boots\";s:20:\"comment_author_email\";s:20:\"jpnuxrtsrf@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://thejmcfirm.com/?niid=fifa-13-nike-mercurial-boots\";s:15:\"comment_content\";s:580:\"Inside the barracks, Carter tests the sample, then drinks it. He informs the others that it is indeed water. The heroes then contact London, via the sub, informing them that the Germans have a barrel of water from Norway headed for Berlin inside the camp and they wanted to know what to do with it. The response they receive is that the barrel is to be destroyed at all cost. The barrel\'s content is actually heavy water, which is to be used for atomic research. Once learning the truth about the barrel of water, Hogan starts to put together a plan to get it out of German hands.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"120.43.17.195\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9897,3125,'akismet_result','true'),(9912,3128,'akismet_pro_tip','discard'),(9900,3125,'akismet_pro_tip','discard'),(9893,3123,'akismet_pro_tip','discard'),(9894,3124,'akismet_result','true'),(9895,3124,'akismet_history','a:4:{s:4:\"time\";d:1413486387.02161407470703125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9896,3124,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"teampeninsulacycles\";s:20:\"comment_author_email\";s:16:\"lvmlxy@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://www.teampeninsulacycles.ca/\";s:15:\"comment_content\";s:157:\"<em><a href=\"http://www.canadaoutletmichaelkors.com/\">http://www.canadaoutletmichaelkors.com</a></em>\r\nteampeninsulacycles http://www.teampeninsulacycles.ca/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"117.26.198.67\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://raylsmith.org/finding-jesus/\";}'),(9889,3122,'akismet_pro_tip','discard'),(9890,3123,'akismet_result','true'),(9891,3123,'akismet_history','a:4:{s:4:\"time\";d:1413465730.1444280147552490234375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9892,3123,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"buy wow gold\";s:20:\"comment_author_email\";s:20:\"odroghooup@gmail.com\";s:18:\"comment_author_url\";s:26:\"http://www.gamesky.com.au/\";s:15:\"comment_content\";s:357:\"I am here in great shock...I had formed scratched and chipped ones fabulous buy wow gold a couple of instances, I honestly respected them all, and had got countless supplements For products, soon, My partner and i overheard answer &ndash; solitary of 1 buy wow gold fell apart precisely in the centre!!!!!!!!!I\'m sure consequently excited...................\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"108.171.255.44\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9887,3122,'akismet_history','a:4:{s:4:\"time\";d:1413443745.7142369747161865234375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9888,3122,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"KayleeVen\";s:20:\"comment_author_email\";s:26:\"z.hudan.l.uc.y23@gmail.com\";s:18:\"comment_author_url\";s:26:\"http://www.augolfgear.com/\";s:15:\"comment_content\";s:3513:\"[TITLE]A Best Ping K15 Iron For You[/TITLE]\r\nAfter the 2nd round of the Zurich Classic of New Orleans, Bubba Watson took an one [url=http://www.buygolfaus.com/]best price golf clubs[/url] particular-stroke lead in shifting wind situations with a 4-under 68 on Friday, which was over the Josh Teater.\r\n\r\nMore peculiar was seeing Darren Clarke atop the leader board after a 1-beneath 69, his first time in contention at any significant in 10 years. Correct behind was Dustin Johnson, who was four above via the opening 13 holes of this championship and by some means wound up in the ultimate group.\r\n\r\nWhen you are generating a shot, you do not want your grip also tight or also loose. As an alternative, you want your grip proper in the middle so that it is cozy. Otherwise you are setting oneself up for a hook when you\'re gripping also tight or a likely slice when you are not holding the club tight enough.\r\n\r\nThe City of Chicago raised the Michigan Avenue [url=http://www.buygolfaus.com/TaylorMade-R11S-driver-1268.html]TaylorMade R11S driver price[/url] bridge for the event, [url=http://www.buygolfaus.com/Ping-G25-Fairway-Wood-1291.html]Ping G25 [url=http://www.buygolfaus.com/TaylorMade-SpeedBlade-Irons--1314.html]TaylorMade SpeedBlade Irons price[/url] Fairway Wood[/url] but the captains virtually didn\'t get to tee off due to the wind and weather conditions.\r\n\r\nTaylorMade Burner [url=http://www.buygolfaus.com/]best price [url=http://www.buygolfaus.com/Titleist-913F-Fairway-Wood-1303.html]Titleist 913F Fairway Wood[/url] golf clubs[/url] 2. Irons are longer, have constant distance gapping, improved playability, hit the ball farther with significantly less effort than prior to.The regular [url=http://www.buygolfaus.com/Callaway-Apex-Pro-Forged-Irons-1319.html]best price Callaway Apex Pro Irons[/url] shaft is around 3/4 of an inch to an inch longer than other normal sets of clubs.\r\n\r\nWhen strolling through a golf keep, the Discount ping k15 Irons are not the initial set that will catch my eye, but they could certainly be the second. The profile of theis one particular that any amateur could appreciate looking down and hitting due [url=http://www.buygolfaus.com/Mizuno-JPX825-Driver-1305.html]Mizuno JPX825 Driver price[/url] to the fact of the style to search like a gamers club. My only troubles with the K15 head are the dimension of the head and the thicker topline. I am biased on the leading line even though, as I am a blade enthusiast. In regards to the club head dimension, larger head implies much [url=http://www.buygolfaus.com/TaylorMade-SpeedBlade-Irons--1314.html]TaylorMade SpeedBlade Irons price[/url] more forgiving on the off-center shots. TheIronsare a sharp seeking set of clubs.\r\n\r\nFarmers Insurance held at Torrey Pines Open, followers can phone in the designated regions. Some folks can look away from the rope underneath the e-mail and text messages. Spectators are not allowed camera phones [url=http://www.buygolfaus.com/Callaway-X-Hot-Hybrid-1297.html]Callaway X Hot Hybrid[/url] to the gamers. At Torrey Pines, there are some photographs of the fans have been taken away from the stadium and received a ticket.\r\n\r\nWhile my very first outing with this driver did not reside up to my expectations, it has been steadily winning me in excess of because that first experience. I\'m not confident the K15 is going to boot the incumbent out of the bag, but I\'m definitely going to give it the chance this spring, and so far as I can inform, it\'s going to be a shut race.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"14.105.119.124\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/godly-direction/\";}'),(9886,3122,'akismet_result','true'),(9908,3127,'akismet_pro_tip','discard'),(9909,3128,'akismet_result','true'),(9910,3128,'akismet_history','a:4:{s:4:\"time\";d:1413679429.647037029266357421875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9911,3128,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"NFL Jerseys Cheap\";s:20:\"comment_author_email\";s:17:\"sncfuww@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://streettalklive.com/?alt_id=ee600\";s:15:\"comment_content\";s:132:\"Most probably You Also Make These kinds of Slip ups With the nfl jersey !\r\nNFL Jerseys Cheap http://streettalklive.com/?alt_id=ee600\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.162.36\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9904,3126,'akismet_pro_tip','discard'),(9905,3127,'akismet_result','true'),(9906,3127,'akismet_history','a:4:{s:4:\"time\";d:1413640507.1172149181365966796875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9907,3127,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"nfl jerseys from china\";s:20:\"comment_author_email\";s:21:\"zzlwtxhdjgf@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.qu.org/jenny-nfl-jerseys-wholesale-p-38193.cfm\";s:15:\"comment_content\";s:145:\"nfl jersey offers all new life to the old subject: golden basic\r\nnfl jerseys from china http://www.qu.org/jenny-nfl-jerseys-wholesale-p-38193.cfm\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.162.36\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9902,3126,'akismet_history','a:4:{s:4:\"time\";d:1413637063.8214130401611328125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9903,3126,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:88:\"best buy michael kors perforated logo grab large white shoulder bags outlet factory shop\";s:20:\"comment_author_email\";s:17:\"vlleuwy@gmail.com\";s:18:\"comment_author_url\";s:83:\"http://www.april-six.com/michael-kors-outlet-store-vacaville-ca/wokuvzkm-p-303.html\";s:15:\"comment_content\";s:321:\"Creative questions regarding nfl jersey replied to and as a result the reasons why you have got to read in detail every single term in this e book.\r\nbest buy michael kors perforated logo grab large white shoulder bags outlet factory shop http://www.april-six.com/michael-kors-outlet-store-vacaville-ca/wokuvzkm-p-303.html\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.162.36\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:37:\"http://raylsmith.org/the-fire-of-god/\";}'),(9901,3126,'akismet_result','true'),(9925,3133,'akismet_result','true'),(9926,3133,'akismet_history','a:4:{s:4:\"time\";d:1413794489.5976469516754150390625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9927,3133,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"ljngtfhmql\";s:20:\"comment_author_email\";s:19:\"weuajsb@outlook.com\";s:18:\"comment_author_url\";s:49:\"http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/\";s:15:\"comment_content\";s:225:\"Living Water\r\nljngtfhmql http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/\r\n<a href=\"http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/\">aljngtfhmql</a>\r\n[url=http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/]uljngtfhmql[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"49.116.244.100\";s:10:\"user_agent\";s:178:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:34:\"http://raylsmith.org/living-water/\";}'),(10006,3153,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:48:\"purse organizer made for louis vuitton speedy 40\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:132:\"http://www.metenelsociale.org/public/file/Media/louis-vuitton-outlet-29/@5@mpurse-organizer-made-for-louis-vuitton-speedy-4074em.asp\";s:15:\"comment_content\";s:327:\"I was wondering if you ever thought of changing the page layout of your blog? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of text for only having 1 or 2 pictures. Maybe you could space it out better?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10007,3153,'akismet_pro_tip','discard'),(10008,3154,'akismet_result','true'),(10009,3154,'akismet_history','a:4:{s:4:\"time\";d:1414457545.127563953399658203125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10010,3154,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"ysl serum foundation\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:74:\"http://www.avisrobbio.it/public/Media/ysl/@2@wysl-serum-foundation48fv.asp\";s:15:\"comment_content\";s:260:\"Does your site have a contact page? I\'m having problems locating it but, I\'d like to send you an email. I\'ve got some recommendations for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it improve over time.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10011,3154,'akismet_pro_tip','discard'),(9939,3136,'akismet_pro_tip','discard'),(9940,3137,'akismet_result','true'),(9941,3137,'akismet_history','a:4:{s:4:\"time\";d:1414243667.7397100925445556640625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9942,3137,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"hermes bologna\";s:20:\"comment_author_email\";s:16:\"whbaym@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.chisme24.com/?pid=hermes-bologna\";s:15:\"comment_content\";s:190:\"scarpe, mi sono sentita molto stoica e valorosa, poi in una settimana ne ho comprate 3 paia nuove, di cui 1 paio di stivali neri (che ci stanno sempre) un paio di fighissime scarpe con tacco\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"104.194.28.146\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(9936,3136,'akismet_result','true'),(9937,3136,'akismet_history','a:4:{s:4:\"time\";d:1414212609.7713069915771484375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(9938,3136,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"borsa gucci vintage\";s:20:\"comment_author_email\";s:20:\"awbekswjbm@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.upscalemagazine.com/?gucci=borsa-gucci-vintage\";s:15:\"comment_content\";s:103:\"He escaped with a caution but the incident cost him a lucrative two year contract to ride in Hong Kong.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.159.217.0\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10012,3155,'akismet_result','true'),(10013,3155,'akismet_history','a:4:{s:4:\"time\";d:1414464152.0680789947509765625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10014,3155,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"jordans xx8 price\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:72:\"http://www.empirebowl.com/coupon/jondans12/@6@ujordans-xx8-price83jn.asp\";s:15:\"comment_content\";s:223:\"Hey! Someone in my Myspace group shared this website with us so I came to take a look. I\'m definitely enjoying the information. I\'m bookmarking and will be tweeting this to my followers! Wonderful blog and wonderful design.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.21\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10015,3155,'akismet_pro_tip','discard'),(10016,3156,'akismet_result','true'),(10017,3156,'akismet_history','a:4:{s:4:\"time\";d:1414469642.9485719203948974609375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10018,3156,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"cheap hockey league jerseys\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:94:\"http://www.cleantechsys.com/Templates/wholesale-jerseys/2746cheap-hockey-league-jerseyswwj.asp\";s:15:\"comment_content\";s:281:\"Hello this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I\'m starting a blog soon but have no coding skills so I wanted to get guidance from someone with experience. Any help would be greatly appreciated!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10019,3156,'akismet_pro_tip','discard'),(10020,3157,'akismet_result','true'),(10021,3157,'akismet_history','a:4:{s:4:\"time\";d:1414470349.92998504638671875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10022,3157,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"tods gommini\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:70:\"http://aperfectlittleceremony.com/tablet/tods/@6@dtods-gommini10qq.asp\";s:15:\"comment_content\";s:437:\"First of all I would like to say fantastic blog! I had a quick question that I\'d like to ask if you do not mind. I was interested to know how you center yourself and clear your head before writing. I have had difficulty clearing my thoughts in getting my ideas out there. I truly do enjoy writing but it just seems like the first 10 to 15 minutes are usually lost simply just trying to figure out how to begin. Any ideas or tips? Thanks!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10023,3157,'akismet_pro_tip','discard'),(10024,3158,'akismet_result','true'),(10025,3158,'akismet_history','a:4:{s:4:\"time\";d:1414476209.206758022308349609375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10026,3158,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Michael Michael Kors\";s:20:\"comment_author_email\";s:20:\"vhwevmkecz@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://michaelkors.tideways.co.uk/\";s:15:\"comment_content\";s:519:\"Oak4424040201211512290. made a career-long 55-yarder,\'\' Rex said with a laugh. It lost 519 killed out of 1547 casualties while German defenders against both Allied forces suffered about 1000 casualties.In 24 hours Australian forces sustained more than 5,4140000.02000Vs. both solo homers, it\'s No. because I\'m not giving myself a chance to win games.\r\n[url=http://michaelkors.tideways.co.uk/]Michael Michael Kors[/url]\r\n <a href=\"http://michaelkors.tideways.co.uk/\" title=\"Michael Michael Kors\">Michael Michael Kors</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.250.176.148\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://raylsmith.org/finding-jesus/\";}'),(10027,3158,'akismet_pro_tip','discard'),(10028,3159,'akismet_result','true'),(10029,3159,'akismet_history','a:4:{s:4:\"time\";d:1414487792.4286289215087890625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10030,3159,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"ralph lauren safari\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:78:\"http://richross.com/images/ralph-lauren-outlet/@3@xralph-lauren-safari66vw.asp\";s:15:\"comment_content\";s:325:\"Hmm it looks like your website ate my first comment (it was extremely long) so I guess I\'ll just sum it up what I wrote and say, I\'m thoroughly enjoying your blog. I too am an aspiring blog blogger but I\'m still new to the whole thing. Do you have any recommendations for first-time blog writers? I\'d certainly appreciate it.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.20\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10031,3159,'akismet_pro_tip','discard'),(10032,3160,'akismet_result','true'),(10033,3160,'akismet_history','a:4:{s:4:\"time\";d:1414491450.038731098175048828125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10034,3160,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"wholesale jerseys nfl\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:79:\"http://www.byfleet.biz/Image/wholesale-jerseys/9474wholesale-jerseys-nflyyl.asp\";s:15:\"comment_content\";s:227:\"Greetings! I know this is kind of off topic but I was wondering if you knew where I could find a captcha plugin for my comment form? I\'m using the same blog platform as yours and I\'m having difficulty finding one? Thanks a lot!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10035,3160,'akismet_pro_tip','discard'),(10036,3161,'akismet_result','true'),(10037,3161,'akismet_history','a:4:{s:4:\"time\";d:1414498657.164905071258544921875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10038,3161,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"louis vuitton suitcase fake\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:97:\"http://www.tophatpartydesign.com/scripts/louis-vuitton-bags/2718louis-vuitton-suitcase-fakepu.asp\";s:15:\"comment_content\";s:219:\"Hi! I could have sworn I\'ve been to this blog before but after browsing through some of the post I realized it\'s new to me. Anyways, I\'m definitely happy I found it and I\'ll be book-marking and checking back frequently!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10039,3161,'akismet_pro_tip','discard'),(10040,3162,'akismet_result','true'),(10041,3162,'akismet_history','a:4:{s:4:\"time\";d:1414500382.5881249904632568359375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10042,3162,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"lace up toms\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:65:\"http://www.sharjahcement.com/arabic/toms/@4@alace-up-toms85fo.asp\";s:15:\"comment_content\";s:204:\"I\'m curious to find out what blog platform you happen to be using? I\'m having some minor security problems with my latest blog and I\'d like to find something more safeguarded. Do you have any suggestions?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10043,3162,'akismet_pro_tip','discard'),(10044,3163,'akismet_result','true'),(10045,3163,'akismet_history','a:4:{s:4:\"time\";d:1414505819.80615711212158203125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10046,3163,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"cheap ahl hockey jerseys\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:91:\"http://www.tenplus-online.com/english/wholesale-jerseys/5288cheap-ahl-hockey-jerseysyii.asp\";s:15:\"comment_content\";s:264:\"Hello, I think your site might be having browser compatibility issues. When I look at your blog site in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, amazing blog!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10047,3163,'akismet_pro_tip','discard'),(10048,3164,'akismet_result','true'),(10049,3164,'akismet_history','a:4:{s:4:\"time\";d:1414505933.5678598880767822265625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10050,3164,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"cheap air jordan 13 white blue grey\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:101:\"http://www.immobiliaremazzola.com/UserFiles/jondans29/@6@ocheap-air-jordan-13-white-blue-grey19ma.asp\";s:15:\"comment_content\";s:332:\"Greetings from Los angeles! I\'m bored to tears at work so I decided to browse your blog on my iphone during lunch break. I enjoy the information you present here and can\'t wait to take a look when I get home. I\'m surprised at how fast your blog loaded on my cell phone .. I\'m not even using WIFI, just 3G .. Anyways, wonderful blog!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.21\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10051,3164,'akismet_pro_tip','discard'),(10052,3165,'akismet_result','true'),(10053,3165,'akismet_history','a:4:{s:4:\"time\";d:1414512950.307447910308837890625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10054,3165,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"cheap nhl jerseys hong kong\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:92:\"http://www.northridgefacial.com/img/wholesale-jerseys/6459cheap-nhl-jerseys-hong-konggxl.asp\";s:15:\"comment_content\";s:236:\"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 emails with the same comment. Is there any way you can remove people from that service? Cheers!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10055,3165,'akismet_pro_tip','discard'),(10056,3166,'akismet_result','true'),(10057,3166,'akismet_history','a:4:{s:4:\"time\";d:1414517560.173923969268798828125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10058,3166,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:29:\"overstock tiffany table lamps\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:82:\"http://deecoor.com/images/tiffany-outlet/@6@yoverstock-tiffany-table-lamps72nb.asp\";s:15:\"comment_content\";s:231:\"Hello there! 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 keywords but I\'m not seeing very good success. If you know of any please share. Kudos!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10059,3166,'akismet_pro_tip','discard'),(10060,3167,'akismet_result','true'),(10061,3167,'akismet_history','a:4:{s:4:\"time\";d:1414520218.805797100067138671875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10062,3167,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"best cheap nfl jerseys\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:84:\"http://www.comservtech.com/pages/wholesale-jerseys/2438best-cheap-nfl-jerseysnyy.asp\";s:15:\"comment_content\";s:193:\"Hmm is anyone else encountering problems with the images on this blog loading? I\'m trying to determine if its a problem on my end or if it\'s the blog. Any feedback would be greatly appreciated.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10063,3167,'akismet_pro_tip','discard'),(10064,3168,'akismet_result','true'),(10065,3168,'akismet_history','a:4:{s:4:\"time\";d:1414523566.0682270526885986328125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10066,3168,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"tods luggage\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:70:\"http://aperfectlittleceremony.com/tablet/tods/@1@ctods-luggage80oa.asp\";s:15:\"comment_content\";s:366:\"I don\'t know if it\'s just me or if perhaps everybody else encountering issues with your website. It appears like some of the written text in your posts are running off the screen. Can somebody else please provide feedback and let me know if this is happening to them too? This could be a issue with my internet browser because I\'ve had this happen previously. Cheers\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10067,3168,'akismet_pro_tip','discard'),(10068,3169,'akismet_result','true'),(10069,3169,'akismet_history','a:4:{s:4:\"time\";d:1414527617.9923880100250244140625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10070,3169,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"yoo cheap jerseys\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:86:\"http://www.raceyengineering.com/Contact/wholesale-jerseys/6932yoo-cheap-jerseysnsh.asp\";s:15:\"comment_content\";s:364:\"Today, I went to the beach front with my children. I found a sea shell and gave it to my 4 year old daughter and said \"You can hear the ocean if you put this to your ear.\" She placed the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is totally off topic but I had to tell someone!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10071,3169,'akismet_pro_tip','discard'),(10072,3170,'akismet_result','true'),(10073,3170,'akismet_history','a:4:{s:4:\"time\";d:1414529746.156630992889404296875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10074,3170,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"tory burch rainboots\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:94:\"http://www.immobiliaremazzola.com/UserFiles/tory-burch-outlet/@1@jtory-burch-rainboots81mf.asp\";s:15:\"comment_content\";s:221:\"Hey! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us valuable information to work on. You have done a outstanding job!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10075,3170,'akismet_pro_tip','discard'),(10076,3171,'akismet_result','true'),(10077,3171,'akismet_history','a:4:{s:4:\"time\";d:1414535045.9113140106201171875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10078,3171,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"cheap toddler nhl jerseys\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:97:\"http://www.coastaltherapeutics.com/scripts/wholesale-jerseys/2418cheap-toddler-nhl-jerseyspsn.asp\";s:15:\"comment_content\";s:162:\"Superb post however I was wanting to know if you could write a litte more on this topic? I\'d be very grateful if you could elaborate a little bit further. Thanks!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10079,3171,'akismet_pro_tip','discard'),(10080,3172,'akismet_result','true'),(10081,3172,'akismet_history','a:4:{s:4:\"time\";d:1414535437.221333980560302734375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10082,3172,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"new lv handbags\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:86:\"http://www.rowanicehockey.com/news/louis-vuitton-outlet-18/@2@znew-lv-handbags07hz.asp\";s:15:\"comment_content\";s:288:\"I\'m really enjoying the theme/design of your site. Do you ever run into any internet browser compatibility issues? A small number of my blog visitors have complained about my site not operating correctly in Explorer but looks great in Firefox. Do you have any tips to help fix this issue?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10083,3172,'akismet_pro_tip','discard'),(10084,3173,'akismet_result','true'),(10085,3173,'akismet_history','a:4:{s:4:\"time\";d:1414541340.607800006866455078125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10086,3173,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"polo ralph lauren factory coupon\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:95:\"http://moderntraining.com/photos/polo-ralph-lauren/@1@spolo-ralph-lauren-factory-coupon95xt.asp\";s:15:\"comment_content\";s:223:\"Hello! I know this is kind of off topic but I was wondering if you knew where I could locate a captcha plugin for my comment form? I\'m using the same blog platform as yours and I\'m having problems finding one? Thanks a lot!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.19\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10087,3173,'akismet_pro_tip','discard'),(10088,3174,'akismet_result','true'),(10089,3174,'akismet_history','a:4:{s:4:\"time\";d:1414542492.1097080707550048828125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10090,3174,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"wholesale jerseys espn\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:85:\"http://www.johnranelli.com/BACKUP/wholesale-jerseys/8977wholesale-jerseys-espnezv.asp\";s:15:\"comment_content\";s:216:\"Hi! I just wanted to ask if you ever have any trouble with hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no data backup. Do you have any solutions to stop hackers?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10091,3174,'akismet_pro_tip','discard'),(10092,3175,'akismet_result','true'),(10093,3175,'akismet_history','a:4:{s:4:\"time\";d:1414546976.82184696197509765625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10094,3175,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"usa louis vuitton online\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:96:\"http://resumeyourcareer.com//images/louis-vuitton-outlet-17/@2@susa-louis-vuitton-online97bf.asp\";s:15:\"comment_content\";s:193:\"I\'m curious to find out what blog system you\'re working with? I\'m having some small security issues with my latest website and I\'d like to find something more secure. Do you have any solutions?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.20\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10095,3175,'akismet_pro_tip','discard'),(10096,3176,'akismet_result','true'),(10097,3176,'akismet_history','a:4:{s:4:\"time\";d:1414549692.019548892974853515625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10098,3176,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"wholesale jerseys bbb\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:83:\"http://www.bullotta.com/bullotta/wholesale-jerseys/9520wholesale-jerseys-bbbqcg.asp\";s:15:\"comment_content\";s:239:\"Hey just wanted to give you a quick heads up and let you know a few of the pictures aren\'t loading properly. I\'m not sure why but I think its a linking issue. I\'ve tried it in two different internet browsers and both show the same results.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10099,3176,'akismet_pro_tip','discard'),(10100,3177,'akismet_result','true'),(10101,3177,'akismet_history','a:4:{s:4:\"time\";d:1414552816.2813899517059326171875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10102,3177,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"tiffany name necklace\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:89:\"http://aperfectlittleceremony.com/tablet/tiffany-outlet/@7@xtiffany-name-necklace40fq.asp\";s:15:\"comment_content\";s:156:\"Hey! Do you know if they make any plugins to safeguard against hackers? I\'m kinda paranoid about losing everything I\'ve worked hard on. Any recommendations?\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.22\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10103,3177,'akismet_pro_tip','discard'),(10104,3178,'akismet_result','true'),(10105,3178,'akismet_history','a:4:{s:4:\"time\";d:1414556890.848370075225830078125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10106,3178,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"louis vuitton neverfull pm\";s:20:\"comment_author_email\";s:16:\"ilxwmm@gmail.com\";s:18:\"comment_author_url\";s:84:\"http://www.byfleet.biz/Image/louis-vuitton-bags/1399louis-vuitton-neverfull-pmmw.asp\";s:15:\"comment_content\";s:187:\"Sweet blog! I found it while surfing around on Yahoo News. Do you have any tips on how to get listed in Yahoo News? I\'ve been trying for a while but I never seem to get there! Many thanks\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"142.54.173.90\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10107,3178,'akismet_pro_tip','discard'),(10108,3179,'akismet_result','true'),(10109,3179,'akismet_history','a:4:{s:4:\"time\";d:1414558933.390798091888427734375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10110,3179,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:44:\"louis vuitton juicy couture baby bag on sale\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:123:\"http://www.china-kcjf.com/v15/Upload/media/louis-vuitton-outlet-33/@0@llouis-vuitton-juicy-couture-baby-bag-on-sale28uy.asp\";s:15:\"comment_content\";s:227:\"I love your blog.. very nice colors & theme. Did you make this website yourself or did you hire someone to do it for you? Plz reply as I\'m looking to create my own blog and would like to know where u got this from. thanks a lot\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.20\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10111,3179,'akismet_pro_tip','discard'),(10112,3180,'akismet_result','true'),(10113,3180,'akismet_history','a:4:{s:4:\"time\";d:1414564765.5389440059661865234375;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10114,3180,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"ralph lauren hats\";s:20:\"comment_author_email\";s:17:\"yzobwba@gmail.com\";s:18:\"comment_author_url\";s:77:\"http://freshman101.net/blog/ralph-lauren-outlet/@9@hralph-lauren-hats19rj.asp\";s:15:\"comment_content\";s:415:\"My coder is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the costs. But he\'s tryiong none the less. I\'ve been using Movable-type on a number of websites for about a year and am nervous about switching to another platform. I have heard good things about blogengine.net. Is there a way I can transfer all my wordpress posts into it? Any help would be greatly appreciated!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"208.66.77.21\";s:10:\"user_agent\";s:132:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10115,3180,'akismet_pro_tip','discard'),(10116,3181,'akismet_result','true'),(10117,3181,'akismet_history','a:4:{s:4:\"time\";d:1414628416.750298023223876953125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10118,3181,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:24:\"achat louboutin pas cher\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:55:\"http://www.luminatours.com/?cl=achat-louboutin-pas-cher\";s:15:\"comment_content\";s:303:\"<strong>achat louboutin pas cher</strong>\n\nQuesto, peraltro è un numero speciale dove abbiamo infatti la prima intervista a Evelien Lohbeck (so che non la conoscete perche non e ancora famosa, ma è sempre piu interessante incrociare le persone prima che queste diventino famose che dopo, quando&#8230;\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"104.194.28.146\";s:10:\"user_agent\";s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10119,3181,'akismet_pro_tip','discard'),(10120,3182,'akismet_result','true'),(10121,3182,'akismet_history','a:4:{s:4:\"time\";d:1414635355.1132419109344482421875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10122,3182,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:20:\"tiffany ¥á¥¬¥Í\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:60:\"http://flehr.com.br/js/tiffany/72014102719395183-_~-78qq.asp\";s:15:\"comment_content\";s:253:\"<strong>tiffany ¥á¥¬¥Í</strong>\n\nË½¥À¥¦¥ó| WP¥ï©`¥É¥×¥ì¥¹ÔOÓ¡¢öËù¤òÕý´_¤Ë¤ä¤Ã¤¿¤¢¤Ê¤¿¤ÏÈëÊÖ¤¹¤ë¤Ë¤Ï¡¢³çØºÉ¤òÍ¨¤·¤Æ|¤½¤ì¤Ï¤«¤é¤òÊÖ¤ËÈë¤ì¤ë£¿\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"104.194.26.221\";s:10:\"user_agent\";s:154:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10123,3183,'akismet_result','true'),(10124,3183,'akismet_history','a:4:{s:4:\"time\";d:1414641735.642383098602294921875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10125,3183,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:33:\"vivienne westwood KÐÐÝÈë\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:81:\"http://grupoconstrucan.com.br/img/vivienne-westwood/92014102719401119-=@-38ev.asp\";s:15:\"comment_content\";s:410:\"<strong>vivienne westwood KÐÐÝÈë</strong>\n\n¤½¤ì¤Ï¡¢¬FÔÚ¤½¤³¤Ë¥×¥é¥Ã¥È¥Õ¥©©`¥à¤òÀûÓÃ¿ÉÄÜ¤Ê ¤¬±í¬F¥¨¥ó¥¸¥óBlogEngine¤Î¤è¤¦¤Ë ½ñ¤Ï¡£¤¢¤Ê¤¿¤Î¥Ö¥í¥°ÉÏ¤ÇÊ¹ÓÃ¤·¤Æ| ¤¢¤Ê¤¿¤¬¤·¤Æ¤¤¤ë¤¢¤Ê¤¿¤¬¤·¤Æ¤¤¤ë¤òºÎ¤È¤¤¤¦¤³¤È¤Ç¤¹£¨Ë½¤¬Õi¤ó¤À¤³¤È¤«¤é£©£¿\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"104.194.26.219\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(10126,3184,'akismet_result','true'),(10127,3184,'akismet_history','a:4:{s:4:\"time\";d:1414660819.043498992919921875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(10128,3184,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:27:\"paul smith ¥Õ¥©¥ó¥È\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:67:\"http://sistconta.com.ar/js/paul-smith1/020141028200849b--&-53bs.asp\";s:15:\"comment_content\";s:550:\"<strong>paul smith ¥Õ¥©¥ó¥È</strong>\n\n¤½¤ì¤Ï¤À¤«¤É¤¦¤«|Ëû¤Î¤ß¤ó¤Ê ¤Ëî}¤¢¤Ê¤¿¤Î¥Ö¥í¥°¡£ ¤ÎÒ»²¿¥Æ¥­¥¹¥È¤Î¤¢¤Ê¤¿Í¶¸å¤¬¥ª¥Õ¤ËgÐÐ¤µ¤ì¤Æ¤¤¤ë»­Ãæ¡£ ËûÈË¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¤Æ¤¯¤À¤µ¤¤¥³¥á¥ó¥È¡¢¤³¤ì¤Ï±Ë¤é¤ËºÎ¤¬Æð¤³¤Ã¤Æ¤¤¤ë¤Ê¤é¡¢Ë½¤ËÖª¤é¤»¤Æ¤¢¤Þ¤ê¤Ë£¿Ë½¤Ï¤³¤ì¤¬Æð¤³¤ë³Ö¤Ã¤Æ¤¤¤¿¤Î¤Ç¡¢¥¤¥ó¥¿©`¥Í¥Ã¥È¥Ö¥é&#8230;\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"104.194.26.220\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:20:\"http://raylsmith.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:28:\"http://raylsmith.org/heaven/\";}'),(2725,921,'akismet_result','false'),(2726,921,'akismet_history','a:4:{s:4:\"time\";d:1388229109.46127605438232421875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(2899,921,'akismet_history','a:4:{s:4:\"time\";d:1388408187.3692419528961181640625;s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=3185 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (4,444,'Maryann James','Maryannjames@gmail.com','','166.147.121.155','2012-08-30 18:12:12','2012-08-30 18:12:12','God is using you and your family in a mighty way!',0,'1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5','',0,0),(31,1436,'Tim Jones','ray919f@aol.com','','174.99.107.96','2013-02-26 03:54:47','2013-02-26 03:54:47','I just love Jesus1',0,'1','Mozilla/5.0 (Windows NT 6.0; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0','',0,0),(28,1346,'nakeda johnson','worshipisme@hotmail.com','','69.249.66.47','2013-02-09 23:26:36','2013-02-09 23:26:36','I learned so much from this message.I will continue to go deeper in God.I want that mountain moving faith...more of you Lord..none of me...',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.22.153_10033210) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true','',0,0),(3125,2727,'fifa 13 nike mercurial boots','jpnuxrtsrf@gmail.com','http://thejmcfirm.com/?niid=fifa-13-nike-mercurial-boots','120.43.17.195','2014-10-17 18:44:22','2014-10-17 18:44:22','Inside the barracks, Carter tests the sample, then drinks it. He informs the others that it is indeed water. The heroes then contact London, via the sub, informing them that the Germans have a barrel of water from Norway headed for Berlin inside the camp and they wanted to know what to do with it. The response they receive is that the barrel is to be destroyed at all cost. The barrel\'s content is actually heavy water, which is to be used for atomic research. Once learning the truth about the barrel of water, Hogan starts to put together a plan to get it out of German hands.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3117,2727,'samsung data recovery','jkssrcx@gmail.com','http://samsungdatarecovery.weebly.com/','62.210.82.131','2014-10-15 09:10:59','2014-10-15 09:10:59','lose my mobile sms data, i want to recovery it. i have found a blog can help me. the blog is  <a href=\"http://samsungdatarecovery.weebly.com\" rel=\"nofollow\">samsung data recovery</a>. But, i can\'t download the software. if everyone know this softwar?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3118,2651,'offers 100% new authentic designer gucci sneakers in canvas in grey g071 sale outlet','hzvyuw@gmail.com','http://www.catherinebscott.com/men-gucci/gucci-sneakers-in-canvas-in-grey-g071-p-8377.html','27.153.137.163','2014-10-15 15:06:23','2014-10-15 15:06:23','Alert -- Don\'t Attempt to follow any other nfl jersey Instructions Until You Look At FREE Report\r\noffers 100% new authentic designer gucci sneakers in canvas in grey g071 sale outlet http://www.catherinebscott.com/men-gucci/gucci-sneakers-in-canvas-in-grey-g071-p-8377.html',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3119,2651,'65% discount prada small saffiano leather handbag bn1849 in red enter the saving zone','zvlkapak@gmail.com','http://www.nicceli.com/buy-prada-online/prada-small-saffiano-leather-handbag-bn1849-in-red-p-3554.html','27.153.137.163','2014-10-15 19:24:36','2014-10-15 19:24:36','Whenever Men and nfl jersey crash\r\n65% discount prada small saffiano leather handbag bn1849 in red enter the saving zone http://www.nicceli.com/buy-prada-online/prada-small-saffiano-leather-handbag-bn1849-in-red-p-3554.html',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3120,2651,'top quality 2014 new arrival nike free 3.0 v4 womens running shoes yellow blue online shop','haaxoon@gmail.com','http://www.pandorasdaughter.com/nike-free-run-4.0-v3-womens/2014-new-arrival-nike-free-30-v4-womens-running-shoes-yellow-blue-p-5343.html','27.153.137.163','2014-10-15 19:47:15','2014-10-15 19:47:15','Web business Report : nfl jersey Described as A Must In the present day\r\ntop quality 2014 new arrival nike free 3.0 v4 womens running shoes yellow blue online shop http://www.pandorasdaughter.com/nike-free-run-4.0-v3-womens/2014-new-arrival-nike-free-30-v4-womens-running-shoes-yellow-blue-p-5343.html',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3121,2651,'high quality high quality ed hardy womens true to my love high heels in black go on sale bargain blast','wkfuxqmjb@gmail.com','http://www.jschwarberg.com/ed-hardy-homes-for-sale-85044/high-quality-ed-hardy-womens-true-to-my-love-high-heels-in-black-go-on-sale-p-3490.html','27.153.137.163','2014-10-15 21:30:53','2014-10-15 21:30:53','A definite double change on nfl jersey',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3123,2727,'buy wow gold','odroghooup@gmail.com','http://www.gamesky.com.au/','108.171.255.44','2014-10-16 13:22:09','2014-10-16 13:22:09','I am here in great shock...I had formed scratched and chipped ones fabulous buy wow gold a couple of instances, I honestly respected them all, and had got countless supplements For products, soon, My partner and i overheard answer &ndash; solitary of 1 buy wow gold fell apart precisely in the centre!!!!!!!!!I\'m sure consequently excited...................',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3124,2486,'teampeninsulacycles','lvmlxy@gmail.com','http://www.teampeninsulacycles.ca/','117.26.198.67','2014-10-16 19:06:26','2014-10-16 19:06:26','<em><a href=\"http://www.canadaoutletmichaelkors.com/\" rel=\"nofollow\">http://www.canadaoutletmichaelkors.com</a></em>\r\nteampeninsulacycles http://www.teampeninsulacycles.ca/',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3133,2744,'ljngtfhmql','weuajsb@outlook.com','http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/','49.116.244.100','2014-10-20 08:41:29','2014-10-20 08:41:29','Living Water\r\nljngtfhmql http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/\r\n<a href=\"http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/\" rel=\"nofollow\">aljngtfhmql</a>\r\n[url=http://www.gv53lj91n37i9n9wfk7hgi58x3352mi0s.org/]uljngtfhmql[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',0,0),(3132,2744,'yfholojgi','zvojern@outlook.com','http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/','116.113.47.38','2014-10-20 08:25:50','2014-10-20 08:25:50','Living Water\r\nyfholojgi http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/\r\n<a href=\"http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/\" rel=\"nofollow\">ayfholojgi</a>\r\n[url=http://www.g1l36339hcxw4p2f957u1188wkaquew0s.org/]uyfholojgi[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',0,0),(3131,2744,'ccjdqxws','mgeffqo@outlook.com','http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/','116.107.28.44','2014-10-20 08:19:35','2014-10-20 08:19:35','Living Water\r\n<a href=\"http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/\" rel=\"nofollow\">accjdqxws</a>\r\n[url=http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/]uccjdqxws[/url]\r\nccjdqxws http://www.g73t87go2fd6l395f47me97lx98g3uvos.org/',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',0,0),(3129,2744,'tdjfdkmxps','jfhkjvn@outlook.com','http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/','202.100.84.138','2014-10-20 08:09:36','2014-10-20 08:09:36','Living Water\r\n<a href=\"http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/\" rel=\"nofollow\">atdjfdkmxps</a>\r\ntdjfdkmxps http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/\r\n[url=http://www.g666ur2j252m08uyl40v9v08qv5zrzz2s.org/]utdjfdkmxps[/url]',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',0,0),(3130,2744,'wyqsjtgkhk','rmsodwp@outlook.com','http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/','222.189.33.102','2014-10-20 08:12:02','2014-10-20 08:12:02','Living Water\r\nwyqsjtgkhk http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/\r\n[url=http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/]uwyqsjtgkhk[/url]\r\n<a href=\"http://www.g5o3jjlsuz005oi783gmyn8r3680l202s.org/\" rel=\"nofollow\">awyqsjtgkhk</a>',0,'spam','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','',0,0),(3134,2744,'Hangar Large Storage Sheds for Sale','zsqwaau@gmail.com','http://weddingtentsforsale.blogspot.com/2014/10/hangar-large-storage-sheds-for-sale.html','62.210.82.131','2014-10-24 03:55:56','2014-10-24 03:55:56','Living Water',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3135,2727,'imitazioni borse hermes','avlerqzqiq@gmail.com','http://apotekherbalkita.com/?hid=imitazioni-borse-hermes','104.194.28.146','2014-10-24 15:08:40','2014-10-24 15:08:40','x Vany ho appena letto il tuo commento sulla verifica di scienze bh quando ho preso il mio primo (e unico) cinque a geografia ( si vede che la odio eh) l\'ho detto subito a mamma che mi ha perdonato a patto che non succeda mai pi Ecco dei consigli:',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3136,2727,'borsa gucci vintage','awbekswjbm@gmail.com','http://www.upscalemagazine.com/?gucci=borsa-gucci-vintage','27.159.217.0','2014-10-25 04:50:09','2014-10-25 04:50:09','He escaped with a caution but the incident cost him a lucrative two year contract to ride in Hong Kong.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3137,2727,'hermes bologna','whbaym@gmail.com','http://www.chisme24.com/?pid=hermes-bologna','104.194.28.146','2014-10-25 13:27:47','2014-10-25 13:27:47','scarpe, mi sono sentita molto stoica e valorosa, poi in una settimana ne ho comprate 3 paia nuove, di cui 1 paio di stivali neri (che ci stanno sempre) un paio di fighissime scarpe con tacco',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3138,2727,'canada goose parka no fur','zitoovszull@gmail.com','http://rpvirtual.es/img/file/canada-goose-jackets-sale-4/315canada-goose-parka-no-fur66dm.asp','76.164.207.218','2014-10-25 13:57:21','2014-10-25 13:57:21','Hi there! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no data backup. Do you have any solutions to prevent hackers?\r\ncanada goose parka no fur http://rpvirtual.es/img/file/canada-goose-jackets-sale-4/315canada-goose-parka-no-fur66dm.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3139,2727,'canada goose lady','zitoovszull@gmail.com','http://pazarmarket.com.tr/images/canada-goose-jackets-sale-3/088canada-goose-lady31ex.asp','76.164.207.218','2014-10-25 21:37:38','2014-10-25 21:37:38','This design is wicked! You obviously know how to keep a reader amused. Between your wit and your videos, I was almost moved to start my own blog (well, almost...HaHa!) Excellent job. I really enjoyed what you had to say, and more than that, how you presented it. Too cool!\r\ncanada goose lady http://pazarmarket.com.tr/images/canada-goose-jackets-sale-3/088canada-goose-lady31ex.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3140,2727,'canada goose women s solaris parka','zitoovszull@gmail.com','http://www.simbalion.com/userfiles/media/canada-goose-jackets-sale-5/445canada-goose-women-s-solaris-parka08gc.asp','76.164.207.218','2014-10-26 12:43:26','2014-10-26 12:43:26','Hello! Do you know if they make any plugins to help with Search Engine Optimization? I\'m trying to get my blog to rank for some targeted keywords but I\'m not seeing very good success. If you know of any please share. Thank you!\r\ncanada goose women s solaris parka http://www.simbalion.com/userfiles/media/canada-goose-jackets-sale-5/445canada-goose-women-s-solaris-parka08gc.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3141,2727,'canada goose chilliwack bomber down','zitoovszull@gmail.com','http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp','76.164.207.218','2014-10-26 17:42:06','2014-10-26 17:42:06','Have you ever thought about adding a little bit more than just your articles? I mean, what you say is valuable and all. However think of if you added some great pictures or video clips to give your posts more, \"pop\"! Your content is excellent but with images and video clips, this website could undeniably be one of the most beneficial in its field. Wonderful blog!\r\ncanada goose chilliwack bomber down http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3142,2727,'canada goose chilliwack bomber down','zitoovszull@gmail.com','http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp','76.164.207.218','2014-10-26 22:39:32','2014-10-26 22:39:32','I am curious to find out what blog platform you are working with? I\'m experiencing some minor security problems with my latest blog and I would like to find something more secure. Do you have any solutions?\r\ncanada goose chilliwack bomber down http://doorenet.co.kr/images/backup/canada-goose-jackets-sale-2/@9bcanada-goose-chilliwack-bomber-down78ok.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3143,2727,'best canadian winter coats','zitoovszull@gmail.com','http://sag-ga.com/images/canada-goose-jackets-sale-1/0@ybest-canadian-winter-coats59bg.asp','76.164.207.218','2014-10-27 01:06:04','2014-10-27 01:06:04','Greetings from Los angeles! I\'m bored at work so I decided to check out your website on my iphone during lunch break. I enjoy the knowledge you provide here and can\'t wait to take a look when I get home. I\'m amazed at how quick your blog loaded on my cell phone .. I\'m not even using WIFI, just 3G .. Anyhow, amazing blog!\r\nbest canadian winter coats http://sag-ga.com/images/canada-goose-jackets-sale-1/0@ybest-canadian-winter-coats59bg.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3144,2727,'wheat timberland boots toddlers','nauhtdyo@gmail.com','http://www.starshobby.com/manage/timberland-pink-boots/08dgwheat-timberland-boots-toddlers-74wb.asp','173.208.194.114','2014-10-27 03:10:21','2014-10-27 03:10:21','Hey there! This post couldn\'t be written any better! Reading through this post reminds me of my old room mate! He always kept chatting about this. I will forward this page to him. Pretty sure he will have a good read. Thanks for sharing!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3145,2727,'canada goose mystique parka red','zitoovszull@gmail.com','http://puff-tv.com/images/canada-goose-jackets-sale-4/1@mcanada-goose-mystique-parka-red23ln.asp','76.164.207.218','2014-10-27 05:54:06','2014-10-27 05:54:06','Have you ever considered publishing an ebook or guest authoring on other blogs? I have a blog based upon on the same information you discuss and would love to have you share some stories/information. I know my subscribers would enjoy your work. If you\'re even remotely interested, feel free to shoot me an e mail.\r\ncanada goose mystique parka red http://puff-tv.com/images/canada-goose-jackets-sale-4/1@mcanada-goose-mystique-parka-red23ln.asp',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3146,2727,'herve leger discount dresses','yzobwba@gmail.com','http://www.bettiopelriccione.it/images/media/herve-leger/@5@sherve-leger-discount-dresses26ea.asp','208.66.77.22','2014-10-27 11:56:14','2014-10-27 11:56:14','Hi there! I know this is kinda off topic however , I\'d figured I\'d ask. Would you be interested in trading links or maybe guest writing a blog article or vice-versa? My site goes over a lot of the same topics as yours and I believe we could greatly benefit from each other. If you happen to be interested feel free to shoot me an email. I look forward to hearing from you! Fantastic blog by the way!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3147,2727,'hollister outlet georgia 9th congressional district','ponnnkupgkd@gmail.com','http://print2max.com/?hollister=hollister-outlet-georgia-9th-congressional-district','27.159.217.0','2014-10-27 12:42:47','2014-10-27 12:42:47','Det bemerkes for ordens skyld at dette kun har regnskapsmessig effekt. vrige foretak m derfor opplyse om effekten dersom den er vesentlig for foretaket. rets skattekostnad spesifiseres i note som betalbar skatt, endring i utsatt skatt (beregnet ut fra ny sats p bde inngende og utgende balanse), samt en linje for virkning av endring i skatteregler. Virkningen av endret skattesats vil ogs fremkomme i avstemmingen mellom nominell og effektiv skattesats.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3148,2727,'prada boots men','yzobwba@gmail.com','http://www.candart.com/js/prada-outlet/@3@qprada-boots-men56mm.asp','208.66.77.20','2014-10-27 13:44:40','2014-10-27 13:44:40','I’m not that much of a internet reader to be honest but your sites really nice, keep it up! I\'ll go ahead and bookmark your site to come back down the road. Cheers',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3149,2727,'miu miu flat shoes','zitoovszull@gmail.com','http://trendytoddler.com.au/wp-content/themes/twentyfourteen/miu-miu/35@miu-miu-flat-shoes42fr.php','76.164.207.218','2014-10-27 15:15:15','2014-10-27 15:15:15','At this time it appears like Drupal is the top blogging platform available right now. (from what I\'ve read) Is that what you are using on your blog?\r\nmiu miu flat shoes http://trendytoddler.com.au/wp-content/themes/twentyfourteen/miu-miu/35@miu-miu-flat-shoes42fr.php',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3150,2727,'cheap baltimore orioles jerseys','yzobwba@gmail.com','http://www.empirebowl.com/coupon/cheap-nfl-jerseys-02/@0@xcheap-baltimore-orioles-jerseys33pd.asp','208.66.77.19','2014-10-27 17:34:17','2014-10-27 17:34:17','Greetings I am so happy I found your webpage, I really found you by error, while I was searching on Google for something else, Regardless I am here now and would just like to say thanks for a tremendous post and a all round interesting blog (I also love the theme/design), I don韙 have time to browse it all at the minute but I have saved it and also added your RSS feeds, so when I have time I will be back to read much more, Please do keep up the awesome job.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3151,2727,'tory burch make up bag','yzobwba@gmail.com','http://www.pascowellness.com/images/tory-burch-outlet/@5@etory-burch-make-up-bag83pk.asp','208.66.77.19','2014-10-27 19:24:13','2014-10-27 19:24:13','It\'s a pity you don\'t have a donate button! I\'d certainly donate to this excellent blog! I suppose for now i\'ll settle for bookmarking and adding your RSS feed to my Google account. I look forward to new updates and will talk about this site with my Facebook group. Chat soon!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3152,2727,'tory burch miller sale','yzobwba@gmail.com','http://www.avisrobbio.it/public/Media/tory-burch-outlet/@5@rtory-burch-miller-sale65po.asp','208.66.77.19','2014-10-27 21:14:09','2014-10-27 21:14:09','Hi there I am so thrilled I found your blog page, I really found you by accident, while I was searching on Bing for something else, Nonetheless I am here now and would just like to say many thanks for a marvelous post and a all round thrilling blog (I also love the theme/design), I don韙 have time to browse it all at the minute but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read more, Please do keep up the great work.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3153,2727,'purse organizer made for louis vuitton speedy 40','yzobwba@gmail.com','http://www.metenelsociale.org/public/file/Media/louis-vuitton-outlet-29/@5@mpurse-organizer-made-for-louis-vuitton-speedy-4074em.asp','208.66.77.19','2014-10-27 23:03:25','2014-10-27 23:03:25','I was wondering if you ever thought of changing the page layout of your blog? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of text for only having 1 or 2 pictures. Maybe you could space it out better?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3154,2727,'ysl serum foundation','yzobwba@gmail.com','http://www.avisrobbio.it/public/Media/ysl/@2@wysl-serum-foundation48fv.asp','208.66.77.19','2014-10-28 00:52:24','2014-10-28 00:52:24','Does your site have a contact page? I\'m having problems locating it but, I\'d like to send you an email. I\'ve got some recommendations for your blog you might be interested in hearing. Either way, great website and I look forward to seeing it improve over time.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3155,2727,'jordans xx8 price','yzobwba@gmail.com','http://www.empirebowl.com/coupon/jondans12/@6@ujordans-xx8-price83jn.asp','208.66.77.21','2014-10-28 02:42:31','2014-10-28 02:42:31','Hey! Someone in my Myspace group shared this website with us so I came to take a look. I\'m definitely enjoying the information. I\'m bookmarking and will be tweeting this to my followers! Wonderful blog and wonderful design.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3156,2727,'cheap hockey league jerseys','ilxwmm@gmail.com','http://www.cleantechsys.com/Templates/wholesale-jerseys/2746cheap-hockey-league-jerseyswwj.asp','142.54.173.90','2014-10-28 04:14:02','2014-10-28 04:14:02','Hello this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML. I\'m starting a blog soon but have no coding skills so I wanted to get guidance from someone with experience. Any help would be greatly appreciated!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3157,2727,'tods gommini','yzobwba@gmail.com','http://aperfectlittleceremony.com/tablet/tods/@6@dtods-gommini10qq.asp','208.66.77.19','2014-10-28 04:25:49','2014-10-28 04:25:49','First of all I would like to say fantastic blog! I had a quick question that I\'d like to ask if you do not mind. I was interested to know how you center yourself and clear your head before writing. I have had difficulty clearing my thoughts in getting my ideas out there. I truly do enjoy writing but it just seems like the first 10 to 15 minutes are usually lost simply just trying to figure out how to begin. Any ideas or tips? Thanks!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3158,2486,'Michael Michael Kors','vhwevmkecz@gmail.com','http://michaelkors.tideways.co.uk/','36.250.176.148','2014-10-28 06:03:28','2014-10-28 06:03:28','Oak4424040201211512290. made a career-long 55-yarder,\'\' Rex said with a laugh. It lost 519 killed out of 1547 casualties while German defenders against both Allied forces suffered about 1000 casualties.In 24 hours Australian forces sustained more than 5,4140000.02000Vs. both solo homers, it\'s No. because I\'m not giving myself a chance to win games.\r\n[url=http://michaelkors.tideways.co.uk/]Michael Michael Kors[/url]\r\n <a href=\"http://michaelkors.tideways.co.uk/\" title=\"Michael Michael Kors\" rel=\"nofollow\">Michael Michael Kors</a>',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3159,2727,'ralph lauren safari','yzobwba@gmail.com','http://richross.com/images/ralph-lauren-outlet/@3@xralph-lauren-safari66vw.asp','208.66.77.20','2014-10-28 09:16:32','2014-10-28 09:16:32','Hmm it looks like your website ate my first comment (it was extremely long) so I guess I\'ll just sum it up what I wrote and say, I\'m thoroughly enjoying your blog. I too am an aspiring blog blogger but I\'m still new to the whole thing. Do you have any recommendations for first-time blog writers? I\'d certainly appreciate it.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3160,2727,'wholesale jerseys nfl','ilxwmm@gmail.com','http://www.byfleet.biz/Image/wholesale-jerseys/9474wholesale-jerseys-nflyyl.asp','142.54.173.90','2014-10-28 10:17:29','2014-10-28 10:17:29','Greetings! I know this is kind of off topic but I was wondering if you knew where I could find a captcha plugin for my comment form? I\'m using the same blog platform as yours and I\'m having difficulty finding one? Thanks a lot!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3161,2727,'louis vuitton suitcase fake','ilxwmm@gmail.com','http://www.tophatpartydesign.com/scripts/louis-vuitton-bags/2718louis-vuitton-suitcase-fakepu.asp','142.54.173.90','2014-10-28 12:17:37','2014-10-28 12:17:37','Hi! I could have sworn I\'ve been to this blog before but after browsing through some of the post I realized it\'s new to me. Anyways, I\'m definitely happy I found it and I\'ll be book-marking and checking back frequently!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3162,2727,'lace up toms','yzobwba@gmail.com','http://www.sharjahcement.com/arabic/toms/@4@alace-up-toms85fo.asp','208.66.77.19','2014-10-28 12:46:22','2014-10-28 12:46:22','I\'m curious to find out what blog platform you happen to be using? I\'m having some minor security problems with my latest blog and I\'d like to find something more safeguarded. Do you have any suggestions?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3163,2727,'cheap ahl hockey jerseys','ilxwmm@gmail.com','http://www.tenplus-online.com/english/wholesale-jerseys/5288cheap-ahl-hockey-jerseysyii.asp','142.54.173.90','2014-10-28 14:16:59','2014-10-28 14:16:59','Hello, I think your site might be having browser compatibility issues. When I look at your blog site in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, amazing blog!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3164,2727,'cheap air jordan 13 white blue grey','yzobwba@gmail.com','http://www.immobiliaremazzola.com/UserFiles/jondans29/@6@ocheap-air-jordan-13-white-blue-grey19ma.asp','208.66.77.21','2014-10-28 14:18:53','2014-10-28 14:18:53','Greetings from Los angeles! I\'m bored to tears at work so I decided to browse your blog on my iphone during lunch break. I enjoy the information you present here and can\'t wait to take a look when I get home. I\'m surprised at how fast your blog loaded on my cell phone .. I\'m not even using WIFI, just 3G .. Anyways, wonderful blog!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3165,2727,'cheap nhl jerseys hong kong','ilxwmm@gmail.com','http://www.northridgefacial.com/img/wholesale-jerseys/6459cheap-nhl-jerseys-hong-konggxl.asp','142.54.173.90','2014-10-28 16:15:50','2014-10-28 16:15:50','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 emails with the same comment. Is there any way you can remove people from that service? Cheers!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3166,2727,'overstock tiffany table lamps','yzobwba@gmail.com','http://deecoor.com/images/tiffany-outlet/@6@yoverstock-tiffany-table-lamps72nb.asp','208.66.77.19','2014-10-28 17:32:39','2014-10-28 17:32:39','Hello there! 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 keywords but I\'m not seeing very good success. If you know of any please share. Kudos!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3167,2727,'best cheap nfl jerseys','ilxwmm@gmail.com','http://www.comservtech.com/pages/wholesale-jerseys/2438best-cheap-nfl-jerseysnyy.asp','142.54.173.90','2014-10-28 18:16:58','2014-10-28 18:16:58','Hmm is anyone else encountering problems with the images on this blog loading? I\'m trying to determine if its a problem on my end or if it\'s the blog. Any feedback would be greatly appreciated.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3168,2727,'tods luggage','yzobwba@gmail.com','http://aperfectlittleceremony.com/tablet/tods/@1@ctods-luggage80oa.asp','208.66.77.19','2014-10-28 19:12:45','2014-10-28 19:12:45','I don\'t know if it\'s just me or if perhaps everybody else encountering issues with your website. It appears like some of the written text in your posts are running off the screen. Can somebody else please provide feedback and let me know if this is happening to them too? This could be a issue with my internet browser because I\'ve had this happen previously. Cheers',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3169,2727,'yoo cheap jerseys','ilxwmm@gmail.com','http://www.raceyengineering.com/Contact/wholesale-jerseys/6932yoo-cheap-jerseysnsh.asp','142.54.173.90','2014-10-28 20:20:17','2014-10-28 20:20:17','Today, I went to the beach front with my children. I found a sea shell and gave it to my 4 year old daughter and said \"You can hear the ocean if you put this to your ear.\" She placed the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is totally off topic but I had to tell someone!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3170,2727,'tory burch rainboots','yzobwba@gmail.com','http://www.immobiliaremazzola.com/UserFiles/tory-burch-outlet/@1@jtory-burch-rainboots81mf.asp','208.66.77.19','2014-10-28 20:55:46','2014-10-28 20:55:46','Hey! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche. Your blog provided us valuable information to work on. You have done a outstanding job!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3171,2727,'cheap toddler nhl jerseys','ilxwmm@gmail.com','http://www.coastaltherapeutics.com/scripts/wholesale-jerseys/2418cheap-toddler-nhl-jerseyspsn.asp','142.54.173.90','2014-10-28 22:24:05','2014-10-28 22:24:05','Superb post however I was wanting to know if you could write a litte more on this topic? I\'d be very grateful if you could elaborate a little bit further. Thanks!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3172,2727,'new lv handbags','yzobwba@gmail.com','http://www.rowanicehockey.com/news/louis-vuitton-outlet-18/@2@znew-lv-handbags07hz.asp','208.66.77.19','2014-10-28 22:30:37','2014-10-28 22:30:37','I\'m really enjoying the theme/design of your site. Do you ever run into any internet browser compatibility issues? A small number of my blog visitors have complained about my site not operating correctly in Explorer but looks great in Firefox. Do you have any tips to help fix this issue?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3173,2727,'polo ralph lauren factory coupon','yzobwba@gmail.com','http://moderntraining.com/photos/polo-ralph-lauren/@1@spolo-ralph-lauren-factory-coupon95xt.asp','208.66.77.19','2014-10-29 00:09:00','2014-10-29 00:09:00','Hello! I know this is kind of off topic but I was wondering if you knew where I could locate a captcha plugin for my comment form? I\'m using the same blog platform as yours and I\'m having problems finding one? Thanks a lot!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3174,2727,'wholesale jerseys espn','ilxwmm@gmail.com','http://www.johnranelli.com/BACKUP/wholesale-jerseys/8977wholesale-jerseys-espnezv.asp','142.54.173.90','2014-10-29 00:28:12','2014-10-29 00:28:12','Hi! I just wanted to ask if you ever have any trouble with hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no data backup. Do you have any solutions to stop hackers?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3175,2727,'usa louis vuitton online','yzobwba@gmail.com','http://resumeyourcareer.com//images/louis-vuitton-outlet-17/@2@susa-louis-vuitton-online97bf.asp','208.66.77.20','2014-10-29 01:42:56','2014-10-29 01:42:56','I\'m curious to find out what blog system you\'re working with? I\'m having some small security issues with my latest website and I\'d like to find something more secure. Do you have any solutions?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3176,2727,'wholesale jerseys bbb','ilxwmm@gmail.com','http://www.bullotta.com/bullotta/wholesale-jerseys/9520wholesale-jerseys-bbbqcg.asp','142.54.173.90','2014-10-29 02:28:11','2014-10-29 02:28:11','Hey just wanted to give you a quick heads up and let you know a few of the pictures aren\'t loading properly. I\'m not sure why but I think its a linking issue. I\'ve tried it in two different internet browsers and both show the same results.',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3177,2727,'tiffany name necklace','yzobwba@gmail.com','http://aperfectlittleceremony.com/tablet/tiffany-outlet/@7@xtiffany-name-necklace40fq.asp','208.66.77.22','2014-10-29 03:20:15','2014-10-29 03:20:15','Hey! Do you know if they make any plugins to safeguard against hackers? I\'m kinda paranoid about losing everything I\'ve worked hard on. Any recommendations?',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(3178,2727,'louis vuitton neverfull pm','ilxwmm@gmail.com','http://www.byfleet.biz/Image/louis-vuitton-bags/1399louis-vuitton-neverfull-pmmw.asp','142.54.173.90','2014-10-29 04:28:10','2014-10-29 04:28:10','Sweet blog! I found it while surfing around on Yahoo News. Do you have any tips on how to get listed in Yahoo News? I\'ve been trying for a while but I never seem to get there! Many thanks',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3179,2727,'louis vuitton juicy couture baby bag on sale','yzobwba@gmail.com','http://www.china-kcjf.com/v15/Upload/media/louis-vuitton-outlet-33/@0@llouis-vuitton-juicy-couture-baby-bag-on-sale28uy.asp','208.66.77.20','2014-10-29 05:02:13','2014-10-29 05:02:13','I love your blog.. very nice colors &amp; theme. Did you make this website yourself or did you hire someone to do it for you? Plz reply as I\'m looking to create my own blog and would like to know where u got this from. thanks a lot',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(3180,2727,'ralph lauren hats','yzobwba@gmail.com','http://freshman101.net/blog/ralph-lauren-outlet/@9@hralph-lauren-hats19rj.asp','208.66.77.21','2014-10-29 06:39:25','2014-10-29 06:39:25','My coder is trying to persuade me to move to .net from PHP. I have always disliked the idea because of the costs. But he\'s tryiong none the less. I\'ve been using Movable-type on a number of websites for about a year and am nervous about switching to another platform. I have heard good things about blogengine.net. Is there a way I can transfer all my wordpress posts into it? Any help would be greatly appreciated!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','',0,0),(3181,2727,'achat louboutin pas cher','','http://www.luminatours.com/?cl=achat-louboutin-pas-cher','104.194.28.146','2014-10-30 00:20:16','2014-10-30 00:20:16','<strong>achat louboutin pas cher</strong>\n\nQuesto, peraltro è un numero speciale dove abbiamo infatti la prima intervista a Evelien Lohbeck (so che non la conoscete perche non e ancora famosa, ma è sempre piu interessante incrociare le persone prima che queste diventino famose che dopo, quando&#8230;',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(3182,2727,'tiffany ¥á¥¬¥Í','','http://flehr.com.br/js/tiffany/72014102719395183-_~-78qq.asp','104.194.26.221','2014-10-30 02:15:54','2014-10-30 02:15:54','<strong>tiffany ¥á¥¬¥Í</strong>\n\nË½¥À¥¦¥ó| WP¥ï©`¥É¥×¥ì¥¹ÔOÓ¡¢öËù¤òÕý´_¤Ë¤ä¤Ã¤¿¤¢¤Ê¤¿¤ÏÈëÊÖ¤¹¤ë¤Ë¤Ï¡¢³çØºÉ¤òÍ¨¤·¤Æ|¤½¤ì¤Ï¤«¤é¤òÊÖ¤ËÈë¤ì¤ë£¿',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','trackback',0,0),(3183,2727,'vivienne westwood KÐÐÝÈë','','http://grupoconstrucan.com.br/img/vivienne-westwood/92014102719401119-=@-38ev.asp','104.194.26.219','2014-10-30 04:02:15','2014-10-30 04:02:15','<strong>vivienne westwood KÐÐÝÈë</strong>\n\n¤½¤ì¤Ï¡¢¬FÔÚ¤½¤³¤Ë¥×¥é¥Ã¥È¥Õ¥©©`¥à¤òÀûÓÃ¿ÉÄÜ¤Ê ¤¬±í¬F¥¨¥ó¥¸¥óBlogEngine¤Î¤è¤¦¤Ë ½ñ¤Ï¡£¤¢¤Ê¤¿¤Î¥Ö¥í¥°ÉÏ¤ÇÊ¹ÓÃ¤·¤Æ| ¤¢¤Ê¤¿¤¬¤·¤Æ¤¤¤ë¤¢¤Ê¤¿¤¬¤·¤Æ¤¤¤ë¤òºÎ¤È¤¤¤¦¤³¤È¤Ç¤¹£¨Ë½¤¬Õi¤ó¤À¤³¤È¤«¤é£©£¿',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(3184,2727,'paul smith ¥Õ¥©¥ó¥È','','http://sistconta.com.ar/js/paul-smith1/020141028200849b--&amp;-53bs.asp','104.194.26.220','2014-10-30 09:20:18','2014-10-30 09:20:18','<strong>paul smith ¥Õ¥©¥ó¥È</strong>\n\n¤½¤ì¤Ï¤À¤«¤É¤¦¤«|Ëû¤Î¤ß¤ó¤Ê ¤Ëî}¤¢¤Ê¤¿¤Î¥Ö¥í¥°¡£ ¤ÎÒ»²¿¥Æ¥­¥¹¥È¤Î¤¢¤Ê¤¿Í¶¸å¤¬¥ª¥Õ¤ËgÐÐ¤µ¤ì¤Æ¤¤¤ë»­Ãæ¡£ ËûÈË¤³¤È¤¬¤Ç¤­¤Þ¤¹¤·¤Æ¤¯¤À¤µ¤¤¥³¥á¥ó¥È¡¢¤³¤ì¤Ï±Ë¤é¤ËºÎ¤¬Æð¤³¤Ã¤Æ¤¤¤ë¤Ê¤é¡¢Ë½¤ËÖª¤é¤»¤Æ¤¢¤Þ¤ê¤Ë£¿Ë½¤Ï¤³¤ì¤¬Æð¤³¤ë³Ö¤Ã¤Æ¤¤¤¿¤Î¤Ç¡¢¥¤¥ó¥¿©`¥Í¥Ã¥È¥Ö¥é&#8230;',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','trackback',0,0),(3122,2068,'KayleeVen','z.hudan.l.uc.y23@gmail.com','http://www.augolfgear.com/','14.105.119.124','2014-10-16 07:15:45','2014-10-16 07:15:45','[TITLE]A Best Ping K15 Iron For You[/TITLE]\r\nAfter the 2nd round of the Zurich Classic of New Orleans, Bubba Watson took an one [url=http://www.buygolfaus.com/]best price golf clubs[/url] particular-stroke lead in shifting wind situations with a 4-under 68 on Friday, which was over the Josh Teater.\r\n\r\nMore peculiar was seeing Darren Clarke atop the leader board after a 1-beneath 69, his first time in contention at any significant in 10 years. Correct behind was Dustin Johnson, who was four above via the opening 13 holes of this championship and by some means wound up in the ultimate group.\r\n\r\nWhen you are generating a shot, you do not want your grip also tight or also loose. As an alternative, you want your grip proper in the middle so that it is cozy. Otherwise you are setting oneself up for a hook when you\'re gripping also tight or a likely slice when you are not holding the club tight enough.\r\n\r\nThe City of Chicago raised the Michigan Avenue [url=http://www.buygolfaus.com/TaylorMade-R11S-driver-1268.html]TaylorMade R11S driver price[/url] bridge for the event, [url=http://www.buygolfaus.com/Ping-G25-Fairway-Wood-1291.html]Ping G25 [url=http://www.buygolfaus.com/TaylorMade-SpeedBlade-Irons--1314.html]TaylorMade SpeedBlade Irons price[/url] Fairway Wood[/url] but the captains virtually didn\'t get to tee off due to the wind and weather conditions.\r\n\r\nTaylorMade Burner [url=http://www.buygolfaus.com/]best price [url=http://www.buygolfaus.com/Titleist-913F-Fairway-Wood-1303.html]Titleist 913F Fairway Wood[/url] golf clubs[/url] 2. Irons are longer, have constant distance gapping, improved playability, hit the ball farther with significantly less effort than prior to.The regular [url=http://www.buygolfaus.com/Callaway-Apex-Pro-Forged-Irons-1319.html]best price Callaway Apex Pro Irons[/url] shaft is around 3/4 of an inch to an inch longer than other normal sets of clubs.\r\n\r\nWhen strolling through a golf keep, the Discount ping k15 Irons are not the initial set that will catch my eye, but they could certainly be the second. The profile of theis one particular that any amateur could appreciate looking down and hitting due [url=http://www.buygolfaus.com/Mizuno-JPX825-Driver-1305.html]Mizuno JPX825 Driver price[/url] to the fact of the style to search like a gamers club. My only troubles with the K15 head are the dimension of the head and the thicker topline. I am biased on the leading line even though, as I am a blade enthusiast. In regards to the club head dimension, larger head implies much [url=http://www.buygolfaus.com/TaylorMade-SpeedBlade-Irons--1314.html]TaylorMade SpeedBlade Irons price[/url] more forgiving on the off-center shots. TheIronsare a sharp seeking set of clubs.\r\n\r\nFarmers Insurance held at Torrey Pines Open, followers can phone in the designated regions. Some folks can look away from the rope underneath the e-mail and text messages. Spectators are not allowed camera phones [url=http://www.buygolfaus.com/Callaway-X-Hot-Hybrid-1297.html]Callaway X Hot Hybrid[/url] to the gamers. At Torrey Pines, there are some photographs of the fans have been taken away from the stadium and received a ticket.\r\n\r\nWhile my very first outing with this driver did not reside up to my expectations, it has been steadily winning me in excess of because that first experience. I\'m not confident the K15 is going to boot the incumbent out of the bag, but I\'m definitely going to give it the chance this spring, and so far as I can inform, it\'s going to be a shut race.',0,'spam','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','',0,0),(3128,2651,'NFL Jerseys Cheap','sncfuww@gmail.com','http://streettalklive.com/?alt_id=ee600','27.153.162.36','2014-10-19 00:43:49','2014-10-19 00:43:49','Most probably You Also Make These kinds of Slip ups With the nfl jersey !\r\nNFL Jerseys Cheap http://streettalklive.com/?alt_id=ee600',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3127,2651,'nfl jerseys from china','zzlwtxhdjgf@gmail.com','http://www.qu.org/jenny-nfl-jerseys-wholesale-p-38193.cfm','27.153.162.36','2014-10-18 13:55:07','2014-10-18 13:55:07','nfl jersey offers all new life to the old subject: golden basic\r\nnfl jerseys from china http://www.qu.org/jenny-nfl-jerseys-wholesale-p-38193.cfm',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(3126,2651,'best buy michael kors perforated logo grab large white shoulder bags outlet factory shop','vlleuwy@gmail.com','http://www.april-six.com/michael-kors-outlet-store-vacaville-ca/wokuvzkm-p-303.html','27.153.162.36','2014-10-18 12:57:43','2014-10-18 12:57:43','Creative questions regarding nfl jersey replied to and as a result the reasons why you have got to read in detail every single term in this e book.\r\nbest buy michael kors perforated logo grab large white shoulder bags outlet factory shop http://www.april-six.com/michael-kors-outlet-store-vacaville-ca/wokuvzkm-p-303.html',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(921,142,'Carlton','ccogdell1@gmail.com','','50.52.234.21','2013-12-28 11:11:49','2013-12-28 11:11:49','This is wonderful! Im glad God speaks to us!',0,'1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_donations`
--

DROP TABLE IF EXISTS `wp_donations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_donations` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `email` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `comment` text COLLATE utf8_unicode_ci NOT NULL,
  `display` int(11) NOT NULL DEFAULT '0',
  `amount` bigint(200) NOT NULL DEFAULT '0',
  `currency` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
  `date` datetime DEFAULT '0000-00-00 00:00:00',
  `user_id` bigint(20) NOT NULL DEFAULT '0',
  `status` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  `txn_id` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `ID` (`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=161 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_donations`
--

LOCK TABLES `wp_donations` WRITE;
/*!40000 ALTER TABLE `wp_donations` DISABLE KEYS */;
INSERT INTO `wp_donations` VALUES (1,'Ray Smith','ray919f@aol.com','http://','',0,25,'USD','2012-12-01 16:36:47',0,'Completed','1XX81768UX012284A'),(2,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,120,'USD','2013-01-07 01:46:45',0,'Completed','283185695F485634W'),(3,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,80,'USD','2013-01-21 04:44:24',0,'Completed','7BS902004A665174R'),(4,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,44,'USD','2013-01-27 14:10:04',0,'Completed','96J19408D32308427'),(5,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,44,'USD','2013-02-03 21:10:19',0,'Completed','22N040667E058693C'),(6,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,44,'USD','2013-02-11 06:04:29',0,'Completed','7PU045827X051203G'),(7,'Jenna Smith','smithjrs22@gmail.com','http://','',0,15,'USD','2013-02-12 21:16:54',0,'Completed','0FK932144K433300J'),(8,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,44,'USD','2013-02-18 03:59:34',0,'Completed','9SB02115RF504081V'),(9,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,46,'USD','2013-02-25 05:00:08',0,'Completed','3RU4949152110521C'),(10,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,47,'USD','2013-03-04 06:57:11',0,'Completed','0SJ87591V1264343N'),(11,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,66,'USD','2013-03-11 06:21:32',0,'Completed','7LV28644LH9145254'),(12,'Raina Smith','raina.smith3@gmail.com','http://','',0,90,'USD','2013-03-23 00:05:53',0,'Completed','51H50489L18894640'),(13,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,66,'USD','2013-03-23 14:29:21',0,'Completed','1HB497340L031493C'),(14,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,47,'USD','2013-03-23 14:31:44',0,'Completed','3MM87299C2908115E'),(15,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,48,'USD','2013-04-01 03:20:04',0,'Completed','51D855209R807181T'),(16,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-04-08 20:58:15',0,'Completed','6GR414818D641714P'),(17,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,47,'USD','2013-04-14 05:53:33',0,'Completed','4VW48207JX237732A'),(18,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,85,'USD','2013-04-21 04:19:36',0,'Completed','14H33162R7620794X'),(19,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-04-23 11:19:12',0,'Completed','0F753940A4825935L'),(20,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,87,'USD','2013-04-29 05:22:00',0,'Completed','06A08087BK2037427'),(21,'Nicholas Wilder','nlwilder1@yahoo.com','http://','',0,35,'USD','2013-05-06 05:06:24',0,'Completed','0VT309201C842694V'),(22,'Nakeda Johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-05-06 14:12:28',0,'Completed','89B991005G538752G'),(23,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-05-12 10:20:50',0,'Completed','6S99221338941842V'),(24,'Kellee Perkins','kelleeperkins@gmail.com','http://','',0,60,'USD','2013-05-20 16:24:38',0,'Completed','8J117874475288148'),(25,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,131,'USD','2013-05-22 02:57:52',0,'Completed','0CH19832PH1845233'),(26,'Jenna Smith','smithjrs22@gmail.com','http://','',0,70,'USD','2013-06-02 01:23:49',0,'Completed','2SM59096KR613901Y'),(27,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,45,'USD','2013-06-04 03:37:03',0,'Completed','6WB13881WW5919932'),(28,'','','http://','',0,65,'USD','2013-06-13 14:43:54',0,'Completed','1ND95012FK070332Y'),(29,'','','http://','',0,95,'USD','2013-06-17 00:12:21',0,'Completed','04E32548P0015215K'),(30,'Jenna Smith','smithjrs22@gmail.com','http://','',0,64,'USD','2013-06-17 12:26:23',0,'Completed','0K09876990674524F'),(31,'','','http://','',0,75,'USD','2013-06-24 00:45:31',0,'Completed','2J121020NS137160N'),(32,'Jenna Smith','smithjrs22@gmail.com','http://','',0,48,'USD','2013-06-30 01:04:48',0,'Completed','92D054641K195123G'),(33,'','','http://','',0,105,'USD','2013-07-01 00:31:03',0,'Completed','04P404418G070023A'),(34,'Alice Smith','alicechoice@aol.com','http://','',0,10,'USD','2013-07-06 19:12:32',0,'Completed','4K049654MY687812S'),(35,'','','http://','',0,115,'USD','2013-07-10 05:42:08',0,'Completed','8AD73507CB331860D'),(36,'Bria Adams','briaadams1@gmail.com','http://','',0,30,'USD','2013-07-13 22:05:25',0,'Completed','72T36531J1994654L'),(37,'','','http://','',0,65,'USD','2013-07-14 23:36:15',0,'Completed','2U307080CF066772G'),(38,'','','http://','',0,40,'USD','2013-07-21 19:05:00',0,'Completed','3E624854DC518944W'),(39,'Jenna Smith','smithjrs22@gmail.com','http://','',0,30,'USD','2013-07-27 18:42:08',0,'Completed','4WV93590ST944940D'),(40,'','','http://','',0,130,'USD','2013-07-28 22:28:14',0,'Completed','67H390750P749073T'),(41,'','','http://','',0,130,'USD','2013-08-05 00:17:41',0,'Completed','8PD96294AJ502752Y'),(42,'','','http://','',0,130,'USD','2013-08-12 00:41:29',0,'Completed','3PG69561WT460421X'),(43,'','','http://','',0,45,'USD','2013-08-19 00:16:45',0,'Completed','9KB891479Y057031F'),(44,'Alicia J White','aliciawhite247@yahoo.com','http://','',0,300,'USD','2013-08-19 00:26:55',0,'Completed','00H0024193269094U'),(45,'Syeda','maingsyeda@yahoo.com','http://raylsmith.org','',0,60,'USD','2013-08-22 23:02:24',0,'Completed','44V34062JG358261Y'),(46,'','','http://','',0,100,'USD','2013-08-26 00:17:23',0,'Completed','31B3437965732573V'),(47,'Ray Smith','RayLSmith50@gmail.com','http://','',0,7,'USD','2013-08-26 14:53:56',0,'Completed','4JT709153E1233501'),(48,'','','http://','',0,65,'USD','2013-09-02 00:01:09',0,'Completed','80F65737MB9398306'),(49,'','','http://','',0,65,'USD','2013-09-09 00:34:56',0,'Completed','6M983918FN725411Y'),(50,'','','http://','',0,95,'USD','2013-09-16 00:34:46',0,'Completed','8JW510913R084194N'),(51,'','','http://','',0,5,'USD','2013-09-17 18:07:22',0,'Completed','6U244846S2348080M'),(52,'','','http://','',0,200,'USD','2013-09-23 00:25:38',0,'Completed','1JM70366KG320930V'),(53,'','','http://','',0,150,'USD','2013-09-29 17:36:31',0,'Completed','4X60844153965242V'),(54,'','','http://','',0,65,'USD','2013-10-06 15:49:45',0,'Completed','5H485457YE146724G'),(55,'','','http://','',0,25,'USD','2013-10-13 16:19:22',0,'Completed','9XE51271JK448590F'),(56,'','','http://','',0,10,'USD','2013-10-13 16:23:32',0,'Completed','38069834NP6169329'),(57,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,125,'USD','2013-10-22 01:11:28',0,'Completed','2KH9533406901873D'),(58,'Jenna Smith','smithjrs22@gmail.com','http://','',0,15,'USD','2013-11-01 16:17:11',0,'Completed','26N17277HP852521X'),(59,'','','http://','',0,3,'USD','2013-11-03 17:23:16',0,'Completed','59R564453N4382444'),(60,'','','http://','',0,25,'USD','2013-11-03 17:23:31',0,'Completed','32238370A74535919'),(61,'','','http://','',0,108,'USD','2013-11-10 16:28:43',0,'Completed','6XV00143T3814335M'),(62,'','','http://','',0,3,'USD','2013-11-10 16:30:06',0,'Completed','6RL062248A6751407'),(63,'nakeda','johnsonnakeda@gmail.com','http://','',0,20,'USD','2013-11-17 02:20:23',0,'Completed','13546726CC571423G'),(64,'','','http://','',0,2,'USD','2013-11-17 16:34:32',0,'Completed','7TJ428042F6942636'),(65,'','','http://','',0,105,'USD','2013-11-17 17:30:18',0,'Completed','7CN05085BU485944R'),(66,'Alicia J White','aliciawhite247@yahoo.com','http://','',0,100,'USD','2013-11-17 17:34:03',0,'Completed','1E6679892N4959309'),(67,'','','http://','',0,135,'USD','2013-11-24 17:17:43',0,'Completed','0B8773359P6617500'),(68,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-11-24 22:04:51',0,'Completed','1J483076C66476202'),(69,'nakeda johnson','worshipisme@hotmail.com','http://','',0,5,'USD','2013-11-24 22:26:57',0,'Completed','4EE27633N50772442'),(70,'','','http://','',0,38,'USD','2013-12-01 16:51:14',0,'Completed','1LA13729RK505213A'),(71,'','','http://','',0,32,'USD','2013-12-01 16:53:10',0,'Completed','2GD95403TM598394M'),(72,'','','http://','',0,36,'USD','2013-12-08 17:02:44',0,'Completed','3X529528UW816314R'),(73,'nakeda johnson','johnsonnakeda@gmail.com','http://','',0,20,'USD','2013-12-09 11:24:13',0,'Completed','8TC80638043482105'),(74,'','','http://','',0,25,'USD','2013-12-15 17:07:21',0,'Completed','5879158398224080T'),(75,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2013-12-16 10:52:10',0,'Completed','6CR23028BA0158604'),(76,'Kellee Perkins','kelleeperkins@gmail.com','http://','',0,190,'USD','2013-12-17 12:16:19',0,'Completed','4C7997316V965082Y'),(77,'','','http://','',0,58,'USD','2013-12-22 17:40:24',0,'Completed','8AM14805K51882730'),(78,'','','http://','',0,6,'USD','2013-12-22 17:48:47',0,'Completed','8FK770343N5056254'),(79,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,115,'USD','2014-01-05 07:22:36',0,'Completed','5B129969H2184945A'),(80,'Jenna Smith','smithjrs22@gmail.com','http://','',0,600,'USD','2014-01-05 15:34:16',0,'Completed','8B742704JE259084R'),(81,'','','http://','',0,75,'USD','2014-01-05 16:49:25',0,'Completed','9AY84486G6883540F'),(82,'','','http://','',0,75,'USD','2014-01-12 17:01:12',0,'Completed','8KS544417D511030H'),(83,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2014-01-14 02:47:41',0,'Completed','32R97127SM2475715'),(84,'','','http://','',0,35,'USD','2014-01-19 17:24:37',0,'Completed','6PC04932DS083020X'),(85,'','','http://','',0,100,'USD','2014-01-19 17:37:23',0,'Completed','68A64204BP0285822'),(86,'Kalleah Perkins','kelleeperkins@gmail.com','http://','',0,200,'USD','2014-01-25 18:33:44',0,'Completed','1HH339748V015303U'),(87,'nakeda johnson','worshipisme@hotmail.com','http://','',0,20,'USD','2014-01-27 11:20:08',0,'Completed','6X504229JR189280W'),(88,'','','http://','',0,114,'USD','2014-02-02 17:25:43',0,'Completed','35U00669UR4129352'),(89,'','','http://','',0,54,'USD','2014-02-02 17:26:40',0,'Completed','4PV0928650648710C'),(90,'','','http://','',0,64,'USD','2014-02-09 16:55:58',0,'Completed','3DC45811EB993061S'),(91,'','','http://','',0,75,'USD','2014-02-16 17:00:07',0,'Completed','5PR60971YL078714K'),(92,'','','http://','',0,80,'USD','2014-02-17 03:15:39',0,'Completed','7VE92552FF911714S'),(93,'','','http://','',0,57,'USD','2014-03-02 17:13:18',0,'Completed','3FA48582KB637122A'),(94,'','','http://','',0,75,'USD','2014-03-02 17:32:16',0,'Completed','6FE15786L65327003'),(95,'Syeda Maing','Maingsyeda@yahoo.com','http://','',0,50,'USD','2014-03-03 22:58:11',0,'Completed','56N05168473231313'),(96,'','','http://','',0,114,'USD','2014-03-09 16:46:17',0,'Completed','4DD176842P597111B'),(97,'','','http://','',0,141,'USD','2014-03-23 16:41:53',0,'Completed','3X835131KY283430Y'),(98,'','','http://','',0,30,'USD','2014-03-24 02:38:06',0,'Completed','8KJ87770VH7997942'),(99,'','','http://','',0,75,'USD','2014-03-30 16:09:15',0,'Completed','8XA15233A8666080S'),(100,'','','http://','',0,12,'USD','2014-03-30 16:12:52',0,'Completed','3FD81211S2134710H'),(101,'','','http://','',0,80,'USD','2014-03-31 01:58:24',0,'Completed','6PR818722X178552S'),(102,'','','http://','',0,175,'USD','2014-04-06 16:50:50',0,'Completed','68860171KR951064P'),(103,'','','http://','',0,45,'USD','2014-04-13 16:09:10',0,'Completed','5BA019533X663441F'),(104,'','','http://','',0,135,'USD','2014-04-20 16:33:36',0,'Completed','1NP01915K9532131W'),(105,'','','http://','',0,185,'USD','2014-04-27 16:42:31',0,'Completed','2G073388R38157252'),(106,'','','http://','',0,15,'USD','2014-04-27 16:46:37',0,'Completed','8LR848228N9705515'),(107,'','','http://','',0,28,'USD','2014-05-04 16:27:12',0,'Completed','4MC67137MA664043F'),(108,'','','http://','',0,48,'USD','2014-05-11 15:40:36',0,'Completed','49R70599F76705125'),(109,'','','http://','',0,20,'USD','2014-05-17 20:33:12',0,'Completed','7K898708GW429504T'),(110,'','','http://','',0,47,'USD','2014-05-18 16:04:26',0,'Completed','9PJ35683PU3882836'),(111,'','','http://','',0,54,'USD','2014-05-25 15:39:36',0,'Completed','0DD411972V0681811'),(112,'Jenna','Smithjrs22@gmail.com','http://','',0,7,'USD','2014-05-25 16:04:16',0,'Completed','0R939920H5940092J'),(113,'','','http://','',0,40,'USD','2014-05-25 16:49:13',0,'Completed','6AM68021JU980102X'),(114,'','','http://','',0,164,'USD','2014-06-01 17:09:29',0,'Completed','5RW00033MG364851D'),(115,'','','http://','',0,10,'USD','2014-06-01 17:13:12',0,'Completed','1P2164819M721733C'),(116,'','','http://','',0,100,'USD','2014-06-01 17:43:19',0,'Completed','46H640867H006483T'),(117,'','','http://','',0,24,'USD','2014-06-08 16:43:55',0,'Completed','13R34521SY2164342'),(118,'','','http://','',0,25,'USD','2014-06-08 16:45:18',0,'Completed','1UA69284UH075704F'),(119,'','','http://','',0,10,'USD','2014-06-08 16:56:50',0,'Completed','1T066496EV179590S'),(120,'','','http://','',0,10,'USD','2014-06-08 16:59:11',0,'Completed','8WK29225KS779400B'),(121,'Jenna','smithjrs22@gmail.com','http://','',0,5,'USD','2014-06-09 21:06:09',0,'Completed','3EX91115TL551163B'),(122,'','','http://','',0,84,'USD','2014-06-15 16:39:11',0,'Completed','82K646594R937750F'),(123,'','','http://','',0,10,'USD','2014-06-15 16:41:43',0,'Completed','399577352E5116610'),(124,'','','http://','',0,10,'USD','2014-06-22 16:12:41',0,'Completed','80E607967S112192D'),(125,'','','http://','',0,10,'USD','2014-06-22 16:13:12',0,'Completed','3F6887384V678821K'),(126,'','','http://','',0,48,'USD','2014-06-29 16:29:03',0,'Completed','3TC55727HX056924M'),(127,'','','http://','',0,10,'USD','2014-07-06 16:07:34',0,'Completed','9V7945805R109341A'),(128,'','','http://','',0,45,'USD','2014-07-06 16:10:09',0,'Completed','3PY10982RN0029242'),(129,'Jenna','smithjrs22@gmail.com','http://','',0,15,'USD','2014-07-08 15:50:06',0,'Completed','1JL12354WF3353029'),(130,'','','http://','',0,20,'USD','2014-07-13 17:11:16',0,'Completed','56C87911AW834574A'),(131,'','','http://','',0,48,'USD','2014-07-13 17:15:47',0,'Completed','71T77821ST248062W'),(132,'','','http://','',0,75,'USD','2014-07-13 20:32:23',0,'Completed','7XL07049156505809'),(133,'','','http://','',0,10,'USD','2014-07-20 14:24:23',0,'Completed','4RS821265F557403V'),(134,'','','http://','',0,41,'USD','2014-07-20 15:51:44',0,'Completed','3LK64500XK962012H'),(135,'','','http://','',0,10,'USD','2014-07-27 16:31:02',0,'Completed','0LD10479W7199630K'),(136,'','','http://','',0,10,'USD','2014-08-03 16:42:18',0,'Completed','06B56469E6860382E'),(137,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,21,'USD','2014-08-04 23:35:59',0,'Completed','3GK04171RV108490F'),(138,'','','http://','',0,85,'USD','2014-08-15 14:41:48',0,'Completed','4P674424WN2900810'),(139,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,3,'USD','2014-08-16 16:44:36',0,'Completed','9WN26441FS499081A'),(140,'','','http://','',0,5,'USD','2014-08-24 16:09:12',0,'Completed','4WK043472U557940S'),(141,'','','http://','',0,180,'USD','2014-08-25 14:50:23',0,'Completed','75900470BG1612301'),(142,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,14,'USD','2014-08-28 21:14:19',0,'Completed','8LR82926WN9389030'),(143,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,15,'USD','2014-08-28 21:15:41',0,'Completed','163975772M359931S'),(144,'','','http://','',0,85,'USD','2014-08-29 09:33:04',0,'Completed','6ML78593JH518091S'),(145,'','','http://','',0,10,'USD','2014-08-31 16:18:56',0,'Completed','0N7499452E672862H'),(146,'','','http://','',0,20,'USD','2014-09-07 16:37:13',0,'Completed','26K878808X5450033'),(147,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,50,'USD','2014-09-12 04:51:17',0,'Completed','3MM881668M813472Y'),(148,'','','http://','',0,85,'USD','2014-09-12 12:18:16',0,'Completed','5UU030077N320242L'),(149,'','','http://','',0,90,'USD','2014-09-14 12:37:15',0,'Completed','0LK19924XY535145P'),(150,'','','http://','',0,15,'USD','2014-09-14 16:25:27',0,'Completed','0KN093052M354430D'),(151,'','','http://','',0,10,'USD','2014-09-14 16:32:54',0,'Completed','1M7751281L352181C'),(152,'','','http://','',0,85,'USD','2014-09-26 12:14:38',0,'Completed','5BL72393PP617701V'),(153,'Jenna Smith','smithjrs22@gmail.com','http://','',0,150,'USD','2014-10-01 13:47:46',0,'Completed','95063918UT421620W'),(154,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,7,'USD','2014-10-02 04:05:33',0,'Completed','6TW46943C51871116'),(155,'','','http://','',0,10,'USD','2014-10-05 16:31:48',0,'Completed','709266117J556541Y'),(156,'','','http://','',0,84,'USD','2014-10-13 11:36:13',0,'Completed','00X13298V2194583K'),(157,'Jenna Smith','smithjrs22@gmail.com','http://','',0,150,'USD','2014-10-15 14:35:20',0,'Completed','28T51703UM687872S'),(158,'','','http://','',0,10,'USD','2014-10-19 16:28:38',0,'Completed','23H221491G4873511'),(159,'','','http://','',0,84,'USD','2014-10-24 12:59:42',0,'Completed','1TG600030G466461T'),(160,'Nicholas Wilder','nlwilder1@gmail.com','http://','',0,5,'USD','2014-10-25 12:25:49',0,'Completed','50K14711BE3784615');
/*!40000 ALTER TABLE `wp_donations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

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

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `author` bigint(20) NOT NULL DEFAULT '0',
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wp_ngg_gallery` VALUES (1,'gallery','gallery','wp-content/gallery/gallery','Gallery','',0,28,1,0),(2,'other-gallery','other-gallery','wp-content/gallery/other-gallery','other gallery','',0,35,1,0),(3,'others','others','wp-content/gallery/others','others','',0,61,1,0);
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `galleryid` bigint(20) NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT '0',
  `sortorder` bigint(20) NOT NULL DEFAULT '0',
  `meta_data` longtext,
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=71 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wp_ngg_pictures` VALUES (1,'raylsmith-1',0,1,'raylsmith-1.jpg','','raylsmith-1','1970-01-01 00:33:33',0,0,'eyIwIjpmYWxzZSwiYXBlcnR1cmUiOiJGIDIuNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkRST0lEIFgyIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiRmVicnVhcnkgMTUsIDIwMTMgODo0OCBwbSIsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjQuNzMgbW0iLCJpc28iOjUwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzIwIHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjo4MDAsImhlaWdodCI6NDUwLCJzYXZlZCI6dHJ1ZSwidGh1bWJuYWlsIjp7IndpZHRoIjoxNTAsImhlaWdodCI6MTUwfSwibmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MjAwLCJoZWlnaHQiOjExMiwiZmlsZW5hbWUiOiJyYXlsc21pdGgtMS1uZ2dpZDAxMS1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuMzkxMzQ0MDAgMTM4Nzg3NjAxOCJ9LCJuZ2cwZHluLTB4MjUwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjQ0NCwiaGVpZ2h0IjoyNTAsImZpbGVuYW1lIjoicmF5bHNtaXRoLTEtbmdnaWQwMTEtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMDIwMjY5MDAgMTM5MDIwNDM0MCJ9fQ==',0,NULL),(2,'raylsmith-10',0,1,'raylsmith-10.jpg','','raylsmith-10','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(3,'raylsmith-11',0,1,'raylsmith-11.jpg','','raylsmith-11','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 10:09 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1426;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(4,'raylsmith-12',0,1,'raylsmith-12.jpg','','raylsmith-12','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 10:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(5,'raylsmith-13',0,1,'raylsmith-13.jpg','','raylsmith-13','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 10:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(6,'raylsmith-14',0,1,'raylsmith-14.jpg','','raylsmith-14','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(7,'raylsmith-15',0,1,'raylsmith-15.jpg','','raylsmith-15','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(8,'raylsmith-16',0,1,'raylsmith-16.jpg','','raylsmith-16','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(9,'raylsmith-17',0,1,'raylsmith-17.jpg','','raylsmith-17','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:04 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(10,'raylsmith-18',0,1,'raylsmith-18.jpg','','raylsmith-18','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:04 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(11,'raylsmith-19',0,1,'raylsmith-19.jpg','','raylsmith-19','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(12,'raylsmith-2',0,1,'raylsmith-2.jpg','','raylsmith-2','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:09 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(13,'raylsmith-20',0,1,'raylsmith-20.jpg','','raylsmith-20','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(14,'raylsmith-21',0,1,'raylsmith-21.jpg','','raylsmith-21','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(15,'raylsmith-22',0,1,'raylsmith-22.jpg','','raylsmith-22','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(16,'raylsmith-23',0,1,'raylsmith-23.jpg','','raylsmith-23','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(17,'raylsmith-24',0,1,'raylsmith-24.jpg','','raylsmith-24','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(18,'raylsmith-25',0,1,'raylsmith-25.jpg','','raylsmith-25','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(19,'raylsmith-26',0,1,'raylsmith-26.jpg','','raylsmith-26','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:08 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(20,'raylsmith-27',0,1,'raylsmith-27.jpg','','raylsmith-27','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"February 15, 2013 11:08 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(21,'raylsmith-3',0,1,'raylsmith-3.jpg','','raylsmith-3','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(22,'raylsmith-4',0,1,'raylsmith-4.jpg','','raylsmith-4','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:11 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(23,'raylsmith-5',0,1,'raylsmith-5.jpg','','raylsmith-5','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:12 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(24,'raylsmith-6',0,1,'raylsmith-6.jpg','','raylsmith-6','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:12 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(25,'raylsmith-7',0,1,'raylsmith-7.jpg','','raylsmith-7','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:13 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:1422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(26,'raylsmith-8',0,1,'raylsmith-8.jpg','','raylsmith-8','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:14 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(27,'raylsmith-9',0,1,'raylsmith-9.jpg','','raylsmith-9','1970-01-01 00:33:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.4\";s:6:\"credit\";b:0;s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 15, 2013 9:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"4.73 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(28,'raylsmith',0,1,'raylsmith.jpg','','raylsmith','2013-03-09 12:24:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(29,'bible_012',0,1,'bible_012.jpg','','bible_012','2013-03-09 12:49:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(30,'bible_013',0,1,'bible_013.jpg','','bible_013','2013-03-09 12:49:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(31,'bible_014',0,1,'bible_014.jpg','','bible_014','2013-03-09 12:49:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(32,'bible_015',0,1,'bible_015.jpg','','bible_015','2013-03-09 12:49:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(33,'bible_016',0,1,'bible_016.jpg','','bible_016','2013-03-09 12:49:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(34,'bible_018',0,1,'bible_018.jpg','','bible_018','2013-03-09 12:49:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(35,'youtube',0,2,'youtube.png','','youtube','2013-03-09 12:54:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(36,'covenant-partner',0,2,'covenant-partner.jpg','','covenant-partner','2013-03-09 13:00:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(37,'glory-tabernacle-women',0,2,'glory-tabernacle-women.png','','glory-tabernacle-women','2013-03-09 13:00:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(38,'house-of-prayer',0,2,'house-of-prayer.png','','house-of-prayer','2013-03-09 13:00:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(39,'join-online',0,2,'join-online.jpg','','join-online','2013-03-09 13:00:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(40,'like-us-on-raysmith-intl',0,2,'like-us-on-raysmith-intl.png','','like-us-on-raysmith-intl','2013-03-09 13:00:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(41,'like-us-on-womens-bible-study',0,2,'like-us-on-womens-bible-study.png','','like-us-on-womens-bible-study','2013-03-09 13:00:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(42,'phone',0,2,'phone.png','','phone','2013-03-09 13:00:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:238;s:6:\"height\";i:439;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(43,'prayforeachother',0,2,'prayforeachother.png','','prayforeachother','2013-03-09 13:00:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:205;s:6:\"height\";i:250;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(44,'private-prayer-request-for-womens',0,2,'private-prayer-request-for-womens.png','','private-prayer-request-for-womens','2013-03-09 13:00:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(45,'private-prayer-request',0,2,'private-prayer-request.png','','private-prayer-request','2013-03-09 13:00:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(47,'snail-mail',0,2,'snail-mail.png','','snail-mail','2013-03-09 13:01:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:380;s:6:\"height\";i:208;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(48,'twitter',0,2,'twitter.png','','twitter','2013-03-09 13:01:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:320;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(54,'raylsmith-29',0,1,'raylsmith-29.jpg','','raylsmith-29','2013-03-09 13:27:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(49,'bread',0,2,'bread.jpg','','bread','2013-03-09 13:13:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:710;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(50,'path',0,2,'path.jpg','','path','2013-03-09 13:13:17',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:710;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(51,'rest',0,2,'rest.jpg','','rest','2013-03-09 13:13:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:710;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(52,'vision',0,2,'vision.jpg','','vision','2013-03-09 13:13:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:710;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(53,'raylsmith-28',0,1,'raylsmith-28.jpg','','raylsmith-28','2013-03-09 13:24:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:634;s:6:\"height\";i:345;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(55,'church-membership',0,2,'church-membership.png','','church-membership','2013-03-09 13:31:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:373;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:150;}}',0,NULL),(56,'messages-announcement',0,2,'messages-announcement.png','','messages-announcement','2013-03-09 13:31:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:373;s:6:\"height\";i:213;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:150;s:6:\"height\";i:149;}}',0,NULL),(62,'raylsmith-pic1',0,3,'raylsmith-pic1.png',' ','raylsmith-pic1','2013-10-23 07:39:03',0,0,'a:17:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"full\";a:2:{s:5:\"width\";i:800;s:6:\"height\";i:450;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:8:\"filename\";s:25:\"thumbs_raylsmith-pic1.png\";s:9:\"generated\";s:21:\"0.63458000 1382513943\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(63,'raylsmith-pic2',0,3,'raylsmith-pic2.png',' ','raylsmith-pic2','2013-10-23 07:39:17',0,0,'eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ1MCwiZnVsbCI6eyJ3aWR0aCI6ODAwLCJoZWlnaHQiOjQ1MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcmF5bHNtaXRoLXBpYzIucG5nIiwiZ2VuZXJhdGVkIjoiMC45MDkwMTcwMCAxMzgyNTE0OTM1IiwiY3JvcF9mcmFtZSI6eyJ4IjoxNDAsInkiOjAsIndpZHRoIjo0NDksImhlaWdodCI6NDQ5LCJmaW5hbF93aWR0aCI6IjE1MCIsImZpbmFsX2hlaWdodCI6IjE1MCJ9fSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',0,NULL),(64,'raylsmith-pic3',0,3,'raylsmith-pic3.png',' ','raylsmith-pic3','2013-10-23 07:39:32',0,0,'eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcmF5bHNtaXRoLXBpYzMucG5nIiwiZ2VuZXJhdGVkIjoiMC44NDM1NTcwMCAxMzgyNTE0OTU1IiwiY3JvcF9mcmFtZSI6eyJ4IjowLCJ5Ijo1Nywid2lkdGgiOjYwMCwiaGVpZ2h0Ijo2MDAsImZpbmFsX3dpZHRoIjoiMTUwIiwiZmluYWxfaGVpZ2h0IjoiMTUwIn19LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',0,NULL),(61,'raylsmith-pic7',0,3,'raylsmith-pic7.png',' ','raylsmith-pic7','2013-10-23 07:38:51',0,0,'a:17:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"full\";a:2:{s:5:\"width\";i:600;s:6:\"height\";i:800;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:8:\"filename\";s:25:\"thumbs_raylsmith-pic7.png\";s:9:\"generated\";s:21:\"0.55287100 1382513931\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(65,'raylsmith-pic4',0,3,'raylsmith-pic4.png',' ','raylsmith-pic4','2013-10-23 07:39:51',0,0,'a:17:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"full\";a:2:{s:5:\"width\";i:800;s:6:\"height\";i:600;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:8:\"filename\";s:25:\"thumbs_raylsmith-pic4.png\";s:9:\"generated\";s:21:\"0.34857600 1382513991\";}s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(66,'raylsmith-pic5',0,3,'raylsmith-pic5.png',' ','raylsmith-pic5','2013-10-23 07:40:09',0,0,'eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcmF5bHNtaXRoLXBpYzUucG5nIiwiZ2VuZXJhdGVkIjoiMC4zMzU1NTkwMCAxMzgyNTE0OTc4IiwiY3JvcF9mcmFtZSI6eyJ4IjowLCJ5IjowLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjYwMCwiZmluYWxfd2lkdGgiOiIxNTAiLCJmaW5hbF9oZWlnaHQiOiIxNTAifX0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',0,NULL),(67,'raylsmith-pic6',0,3,'raylsmith-pic6.png',' ','raylsmith-pic6','2013-10-23 07:40:26',0,0,'eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMCwiZnVsbCI6eyJ3aWR0aCI6NjAwLCJoZWlnaHQiOjgwMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfcmF5bHNtaXRoLXBpYzYucG5nIiwiZ2VuZXJhdGVkIjoiMC44OTc4NjAwMCAxMzgyNTE0OTkyIiwiY3JvcF9mcmFtZSI6eyJ4IjowLCJ5IjowLCJ3aWR0aCI6NjAwLCJoZWlnaHQiOjYwMCwiZmluYWxfd2lkdGgiOiIxNTAiLCJmaW5hbF9oZWlnaHQiOiIxNTAifX0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',0,NULL),(68,'raylsmith-pic7-2',0,3,'new-phone-media-362.jpg',' ','raylsmith-pic7','2014-01-20 07:50:16',0,0,'eyJ3aWR0aCI6NDA4LCJoZWlnaHQiOjIzMCwiZnVsbCI6eyJ3aWR0aCI6NDA4LCJoZWlnaHQiOjIzMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbmV3LXBob25lLW1lZGlhLTM2Mi5qcGciLCJnZW5lcmF0ZWQiOiIwLjE4MTk1ODAwIDEzOTAyMDQ0MzciLCJjcm9wX2ZyYW1lIjp7IngiOjcxLCJ5IjowLCJ3aWR0aCI6MjMwLCJoZWlnaHQiOjIzMCwiZmluYWxfd2lkdGgiOiIxNTAiLCJmaW5hbF9oZWlnaHQiOiIxNTAifX0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',0,NULL),(69,'raylsmith-pic8',0,3,'new-phone-media-361.jpg',' ','raylsmith-pic8','2014-01-20 07:50:18',0,0,'eyJ3aWR0aCI6NDA4LCJoZWlnaHQiOjIzMCwiZnVsbCI6eyJ3aWR0aCI6NDA4LCJoZWlnaHQiOjIzMH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTUwLCJoZWlnaHQiOjE1MCwiZmlsZW5hbWUiOiJ0aHVtYnNfbmV3LXBob25lLW1lZGlhLTM2MS5qcGciLCJnZW5lcmF0ZWQiOiIwLjgxNTAxMDAwIDEzOTAyMDQ0MTUiLCJjcm9wX2ZyYW1lIjp7IngiOjE1MCwieSI6MCwid2lkdGgiOjIzMCwiaGVpZ2h0IjoyMzAsImZpbmFsX3dpZHRoIjoiMTUwIiwiZmluYWxfaGVpZ2h0IjoiMTUwIn19LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',0,NULL),(70,'raylsmith-pic9',0,3,'new-phone-media-017.jpg',' ','raylsmith-pic9','2013-12-29 13:50:00',0,0,'eyJ3aWR0aCI6MzI2NCwiaGVpZ2h0IjoxODQwLCJmdWxsIjp7IndpZHRoIjozMjY0LCJoZWlnaHQiOjE4NDB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjE1MCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoidGh1bWJzX25ldy1waG9uZS1tZWRpYS0wMTcuanBnIiwiZ2VuZXJhdGVkIjoiMC43ODY2ODkwMCAxMzkwMjA0MzkyIiwiY3JvcF9mcmFtZSI6eyJ4Ijo4NjgsInkiOjAsIndpZHRoIjoxODM4LCJoZWlnaHQiOjE4MzgsImZpbmFsX3dpZHRoIjoiMTUwIiwiZmluYWxfaGVpZ2h0IjoiMTUwIn19LCJhcGVydHVyZSI6IkYgMi40IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiRFJPSUQgWDIiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOiJEZWNlbWJlciAyOSwgMjAxMyAxOjUwIHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNC43MyBtbSIsImlzbyI6MTI1LCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAgc2VjIiwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',0,NULL);
/*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=120868 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (120857,'_site_transient_timeout_theme_roots','1414670212','yes'),(120858,'_site_transient_theme_roots','a:9:{s:9:\"DeepFocus\";s:7:\"/themes\";s:5:\"Karma\";s:7:\"/themes\";s:15:\"aaastartertheme\";s:7:\"/themes\";s:6:\"eStore\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(3,'siteurl','http://raylsmith.org','yes'),(4,'blogname','Ray Smith International  | Online Sermons','yes'),(5,'blogdescription','','yes'),(6,'users_can_register','0','yes'),(7,'admin_email','raylsmith50@gmail.com','yes'),(8,'start_of_week','1','yes'),(9,'use_balanceTags','','yes'),(10,'use_smilies','1','yes'),(11,'require_name_email','1','yes'),(12,'comments_notify','1','yes'),(13,'posts_per_rss','10','yes'),(14,'rss_use_excerpt','0','yes'),(15,'mailserver_url','mail.example.com','yes'),(16,'mailserver_login','login@example.com','yes'),(17,'mailserver_pass','password','yes'),(18,'mailserver_port','110','yes'),(19,'default_category','1','yes'),(20,'default_comment_status','open','yes'),(21,'default_ping_status','open','yes'),(22,'default_pingback_flag','1','yes'),(24,'posts_per_page','10','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','g:i a','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(31,'comment_moderation','0','yes'),(32,'moderation_notify','1','yes'),(33,'permalink_structure','/%postname%/','yes'),(34,'gzipcompression','0','yes'),(35,'hack_file','0','yes'),(36,'blog_charset','UTF-8','yes'),(37,'moderation_keys','','no'),(38,'active_plugins','a:24:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:27:\"donate-plus/donate-plus.php\";i:4;s:29:\"easy-columns/easy-columns.php\";i:5;s:31:\"esaudioplayer/EsAudioPlayer.php\";i:6;s:43:\"google-analyticator/google-analyticator.php\";i:7;s:36:\"google-sitemap-generator/sitemap.php\";i:8;s:35:\"hana-flv-player/hana-flv-player.php\";i:9;s:45:\"jquery-t-countdown-widget/countdown-timer.php\";i:10;s:29:\"nextgen-gallery/nggallery.php\";i:11;s:37:\"paypal-donations/paypal-donations.php\";i:12;s:29:\"pc-robotstxt/pc-robotstxt.php\";i:13;s:33:\"seo-image/seo-friendly-images.php\";i:14;s:21:\"seopower/seopower.php\";i:15;s:49:\"simple-mobile-redirect/simple-mobile-redirect.php\";i:16;s:30:\"smart-youtube/smartyoutube.php\";i:17;s:21:\"sociable/sociable.php\";i:18;s:41:\"the-website-weaver/the-website-weaver.php\";i:19;s:43:\"thethe-image-slider/thethe-image-slider.php\";i:20;s:25:\"ultimate-tinymce/main.php\";i:22;s:28:\"wp-robots-txt/robots-txt.php\";i:23;s:15:\"wp-ui/wp-ui.php\";i:24;s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";}','yes'),(39,'home','http://raylsmith.org','yes'),(40,'category_base','','yes'),(41,'ping_sites','http://rpc.pingomatic.com\nhttp://rpc.twingly.com\nhttp://api.feedster.com/ping\nhttp://api.moreover.com/RPC2\nhttp://api.moreover.com/ping\nhttp://www.blogdigger.com/RPC2\nhttp://www.blogshares.com/rpc.php\nhttp://www.blogsnow.com/ping\nhttp://www.blogstreet.com/xrbin/xmlrpc.cgi\nhttp://bulkfeeds.net/rpc\nhttp://www.newsisfree.com/xmlrpctest.php\nhttp://ping.blo.gs/\nhttp://ping.feedburner.com\nhttp://ping.syndic8.com/xmlrpc.php\nhttp://ping.weblogalot.com/rpc.php\nhttp://rpc.blogrolling.com/pinger/\nhttp://rpc.technorati.com/rpc/ping\nhttp://rpc.weblogs.com/RPC2\nhttp://www.feedsubmitter.com\nhttp://blo.gs/ping.php\nhttp://www.pingerati.net\nhttp://www.pingmyblog.com\nhttp://geourl.org/ping\nhttp://ipings.com\nhttp://www.weblogalot.com/ping','yes'),(42,'advanced_edit','0','yes'),(43,'comment_max_links','2','yes'),(44,'gmt_offset','0','yes'),(45,'default_email_category','1','yes'),(46,'recently_edited','a:5:{i:0;s:90:\"/home/raylsmit/public_html/wp-content/themes/aaastartertheme/templateparts/el_mainmenu.php\";i:2;s:70:\"/home/raylsmit/public_html/wp-content/themes/aaastartertheme/style.css\";i:3;s:88:\"/home/raylsmit/public_html/wp-content/themes/aaastartertheme/templateparts/el_header.php\";i:4;s:71:\"/home/raylsmit/public_html/wp-content/themes/aaastartertheme/header.php\";i:5;s:91:\"/home/raylsmit/public_html/wp-content/themes/aaastartertheme/templateparts/el_footertwo.php\";}','yes'),(47,'template','aaastartertheme','yes'),(48,'stylesheet','aaastartertheme','yes'),(49,'comment_whitelist','1','yes'),(50,'blacklist_keys','','no'),(51,'comment_registration','0','yes'),(53,'html_type','text/html','yes'),(54,'use_trackback','0','yes'),(55,'default_role','subscriber','yes'),(56,'db_version','29630','yes'),(57,'uploads_use_yearmonth_folders','1','yes'),(58,'upload_path','','yes'),(59,'blog_public','1','yes'),(60,'default_link_category','2','yes'),(61,'show_on_front','page','yes'),(62,'tag_base','','yes'),(63,'show_avatars','1','yes'),(64,'avatar_rating','G','yes'),(65,'upload_url_path','','yes'),(66,'thumbnail_size_w','150','yes'),(67,'thumbnail_size_h','150','yes'),(68,'thumbnail_crop','1','yes'),(69,'medium_size_w','300','yes'),(70,'medium_size_h','300','yes'),(71,'avatar_default','mystery','yes'),(74,'large_size_w','1024','yes'),(75,'large_size_h','1024','yes'),(76,'image_default_link_type','file','yes'),(77,'image_default_size','','yes'),(78,'image_default_align','','yes'),(79,'close_comments_for_old_posts','0','yes'),(80,'close_comments_days_old','14','yes'),(81,'thread_comments','1','yes'),(82,'thread_comments_depth','5','yes'),(83,'page_comments','0','yes'),(84,'comments_per_page','50','yes'),(85,'default_comments_page','newest','yes'),(86,'comment_order','asc','yes'),(87,'sticky_posts','a:0:{}','yes'),(88,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(89,'widget_text','a:11:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:196:\"<p style=\"text-align: center;\"><strong>Ray Smith International Ministries</strong>\r\nP.O. Box 99392\r\nRaleigh, NC 27624</p>\r\n<p style=\"text-align: center;\">Call:\r\n<strong>1-888-877-9236</strong></p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:169:\"© 2012 Ray Smith International | <a href=\"http://raylsmith.org/terms-of-use/\">Terms of use</a> | <a href=\"http://raylsmith.org/privacy-statement/\">Privacy statement</a>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:15:\"Featured Videos\";s:4:\"text\";s:252:\"<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/video-library/\"><img class=\"aligncenter size-full wp-image-1084\" alt=\"Video Library\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/video-library.png\" width=\"220\" height=\"72\" /></a></p>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:14:\"Prayer Request\";s:4:\"text\";s:240:\"<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter  wp-image-1082\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer.png\" width=\"220\" height=\"72\" /></a></p>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1112\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/prayforeachother.png\" width=\"205\" height=\"250\" /></p>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:207:\"<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1112\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/prayforeachother.png\" width=\"205\" height=\"250\" /></p>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:14:\"Prayer Request\";s:4:\"text\";s:240:\"<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter  wp-image-1082\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer.png\" width=\"220\" height=\"72\" /></a></p>\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:15:\"Featured Videos\";s:4:\"text\";s:252:\"<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/video-library/\"><img class=\"aligncenter size-full wp-image-1084\" alt=\"Video Library\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/video-library.png\" width=\"220\" height=\"72\" /></a></p>\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:7:\"Gallery\";s:4:\"text\";s:198:\"<a href=\"http://raylsmith.org/gallery/\"><img class=\"alignnone size-full wp-image-1509\" alt=\"Gallery\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/gallery1.png\" width=\"220\" height=\"72\" /></a>\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:9:\"Ministers\";s:4:\"text\";s:265:\"<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/\"><img class=\"aligncenter size-full wp-image-1997\" style=\"border: 0px none;\" alt=\"Minister\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/ministers.png\" width=\"220\" height=\"72\" /></a></p>\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(90,'widget_rss','a:0:{}','yes'),(91,'timezone_string','','yes'),(93,'embed_size_w','','yes'),(94,'embed_size_h','600','yes'),(95,'page_for_posts','0','yes'),(96,'page_on_front','2','yes'),(97,'default_post_format','','yes'),(98,'initial_db_version','19470','yes'),(99,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";i:6;s:12:\"categories-3\";i:7;s:17:\"recent-comments-3\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";}s:9:\"sidebar-2\";a:4:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";i:2;s:7:\"text-10\";i:3;s:7:\"text-11\";}s:13:\"array_version\";i:3;}','yes'),(205,'current_theme','AAA Starter','yes'),(153,'cron','a:8:{i:1414679340;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1800;}}}i:1414686259;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1414700475;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1414720779;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1414729494;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1414740667;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1414761790;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(562,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:4:{s:9:\"DeepFocus\";s:3:\"3.6\";s:15:\"aaastartertheme\";s:5:\"1.0.2\";s:12:\"twentyeleven\";s:3:\"1.4\";s:9:\"twentyten\";s:3:\"1.4\";}s:8:\"response\";a:1:{s:9:\"DeepFocus\";a:2:{s:11:\"new_version\";s:3:\"3.8\";s:3:\"url\";s:57:\"https://www.elegantthemes.com/api/changelog/deepfocus.txt\";}}s:12:\"last_checked\";i:1340875766;}','yes'),(256,'aaastartertheme102_fullbgimg','bg.jpg','yes'),(257,'aaastartertheme102_droidsans','Make Available','yes'),(258,'aaastartertheme102_lobster','Make Available','yes'),(259,'aaastartertheme102_ptsans','Leave Out','yes'),(260,'aaastartertheme102_droidserif','Leave Out','yes'),(120849,'_transient_timeout_feed_d962466b4e86daf51512f3cee0d0deef','1414711594','no'),(120850,'_transient_feed_d962466b4e86daf51512f3cee0d0deef','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Mark Dulisse&#039;s Internet Marketing Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.markdulisse.com/blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Get the best and latest cutting edge strategies on internet marketing, seo, and video marketing strategies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Sep 2014 13:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Google Adds Ranking Signal to Secure HTTPS/SSL Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://www.markdulisse.com/blog/articles/seo/google-adds-ranking-signal-to-secure-https-ssl-sites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://www.markdulisse.com/blog/articles/seo/google-adds-ranking-signal-to-secure-https-ssl-sites/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Sep 2014 16:35:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2426\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:308:\"Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the &#8220;S&#8221; at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ownership. By adding a SSL [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16133:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p><a class=\"post_image_link\" href=\"https://www.markdulisse.com/blog/articles/seo/google-adds-ranking-signal-to-secure-https-ssl-sites/\" title=\"Permanent link to Google Adds Ranking Signal to Secure HTTPS/SSL Sites\"><img class=\"post_image alignleft frame\" src=\"https://www.markdulisse.com/blog/wp-content/uploads/2014/09/ssl-secure-icon.jpg\" width=\"209\" height=\"200\" alt=\"ssl secure icon Google Adds Ranking Signal to Secure HTTPS/SSL Sites\"  title=\"Google Adds Ranking Signal to Secure HTTPS/SSL Sites\" /></a>\n</p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the \\\"S\\\" at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ...\";\n            post_id = 2426;</script><style>\n                #indeed_sm_wrap_4405{\n            top : 20px;left : 20px;}#indeed_sm_wrap_4405 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4405\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites&amp;description=Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the \\\"S\\\" at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ...\" id=\"pin_hide_info_5071\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_5071\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(5071);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites&summary=Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the \\\"S\\\" at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>Google has <a href=\"http://googlewebmastercentral.blogspot.ca/2014/08/https-as-ranking-signal.html\" target=\"_blank\">announced that HTTPS is a new ranking signal</a> in its SERP algorithm. Adding the &#8220;S&#8221; at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ownership. By adding a <a href=\"https://www.seomaxihost.com/ssl-certificates\" target=\"_blank\">SSL Certificate</a> to your website, you can now give your sites a little boost in the SERPs (search engine result pages).</p>\n<p>Previously, adding a SSL Certificate and making your website secure with HTTPS was mostly done for those websites that had shopping carts, sensitive financial information, and private customer data, including login information. With adding HTTPS as a ranking signal there will be webmasters and SEO&#8217;ers who add a SSL Certificate for SEO and ranking purposes alone.</p>\n<div id=\"attachment_2441\" style=\"width: 645px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-2441\" src=\"https://www.markdulisse.com/blog/wp-content/uploads/2014/09/mdhttps.png\" alt=\"mdhttps Google Adds Ranking Signal to Secure HTTPS/SSL Sites\" width=\"635\" height=\"88\" title=\"Google Adds Ranking Signal to Secure HTTPS/SSL Sites\" /><p class=\"wp-caption-text\">SSL Certificate generated at <a href=\"https://www.seomaxihost.com/ssl-certificates\" target=\"_blank\">SEOMaxiHost.com</a> and will add HTTPS and Lock Icon</p></div>\n<h3>What is the difference between HTTP and HTTPS?</h3>\n<blockquote><p>HTTP is insecure and is subject to man-in-the-middle and eavesdropping attacks, which can let attackers gain access to website accounts [Logins] and sensitive information. HTTPS is designed to withstand such attacks and is considered secure against such attacks<a href=\"http://en.wikipedia.org/wiki/HTTP_Secure\" target=\"_blank\">¹</a>.</p></blockquote>\n<p>George Mueller, head of GoogleWebmasters, in a recent <a href=\"https://www.youtube.com/watch?v=fKQULFm2BQA&amp;feature=youtu.be&amp;t=29m6s\" target=\"_blank\">Google Hangout</a> says, &#8220;Right now it is a light signal. We think it is a <strong>great idea to move over</strong> [to HTTPS], and over time it is something more and more websites will be doing.&#8221; He goes on to say that if you are revamping your website, or creating a new one, you want to certainly look at adding https moving forward.</p>\n<p><a href=\"https://www.seomaxihost.com/ssl-certificates\" target=\"_blank\">SEOMaxiHost offers SSL Certificates</a> for only $20 and will install the certificate on your domain for you. This alone is worth it, because it is a bit technical if you don&#8217;t know what you are doing. If you foresee that you have subdomains, you will want the Wildcard package.</p>\n<p>It is important to point out that <a href=\"https://support.google.com/webmasters/answer/6033080?hl=en&amp;ref_topic=6033084\" target=\"_blank\">Google recommends</a> that if you are migrating your URL from http to https that you also notify them inside your Google Webmasters account by submitting a <a href=\"https://support.google.com/webmasters/answer/83106\" target=\"_blank\">Change of Address</a>. Google also points out that that they are remaking their Change of Address tool, and that if it is not working, doing a simple 301 redirect from http to https will give them notification.</p>\n<h3>WordPress Users &#8211; Migrate HTTP To HTTPS</h3>\n<p>Inside your wordpress dashboard, go to Settings&gt;General Settings, and change your wordpress url and site url to https. See the sample below:</p>\n<p><img class=\"aligncenter\" src=\"https://www.seomaxihost.com/wp-content/uploads/2014/09/wphttps.png\" alt=\"wphttps Google Adds Ranking Signal to Secure HTTPS/SSL Sites\" width=\"649\" height=\"360\" title=\"Google Adds Ranking Signal to Secure HTTPS/SSL Sites\" /></p>\n<p>If you do migrate an existing website from http to https, you need to understand that Google works from a per URL reference point. Thus, if some of your pages show a lock icon and some of your pages do not but give you a warning, this means that your pages that have a warning are not secure with https. This is normally do to the relative URLS inside your page or post. For example, if I have embedded and image onto my website, the URL of this image also needs to be changed to https. Same for videos.</p>\n<div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4405\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites&amp;description=Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the \\\"S\\\" at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ...\" id=\"pin_hide_info_5071\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_5071\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(5071);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites&summary=Google has announced that HTTPS is a new ranking signal in its SERP algorithm. Adding the \\\"S\\\" at the end of HTTP is a signal to the search engines (and to everyone else) that your website is secure with a 256 bit SSL encryption, and that you have verified its ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Google%20Adds%20Ranking%20Signal%20to%20Secure%20HTTPS%2FSSL%20Sites\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://www.markdulisse.com/blog/articles/seo/google-adds-ranking-signal-to-secure-https-ssl-sites/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Mark Dulisse’s Live Video Gear List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.markdulisse.com/blog/articles/videomarketing/live-video-audio-gear-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://www.markdulisse.com/blog/articles/videomarketing/live-video-audio-gear-list/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2014 17:28:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"Recent Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2352\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:318:\"On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty&#8217;s and other biased information. I am no different. The best I have done is researched on my own what is the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20076:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty\\\'s and other biased information. I am no different. The best I have done is researched on ...\";\n            post_id = 2352;</script><style>\n                #indeed_sm_wrap_2108{\n            top : 20px;left : 20px;}#indeed_sm_wrap_2108 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_2108\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List&amp;description=On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty\\\'s and other biased information. I am no different. The best I have done is researched on ...\" id=\"pin_hide_info_395\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_395\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(395);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List&summary=On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty\\\'s and other biased information. I am no different. The best I have done is researched on ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty&#8217;s and other biased information. I am no different. The best I have done is researched on my own what is the best on the market at the time of purchase, weigh in the cost versus value factor, and make my decision.</p>\n<p><strong>I am upgrading to HD 4K resolution</strong> for a number of reasons, not only with my live video equipment but also with my video web players that I have developed. Awesome and cutting edge! Youtube is now supporting it 4k resolution. This is were we need to be. 4K Resolution is another phrase for UHD (Ultra HD).  See below for more in this.</p>\n<p>We need to be prepared for where online video is heading. We were all amazed when HD was introduced to online video. Now we are heading for UHD and 4K.</p>\n<p>Thus, my video equipment gear list has recently been upgraded this past week. It was a painstakingly stressful process (I hate shopping) intermingled with sheer excitement at the thought of creating awesome live videos with my new equipment.</p>\n<p>In the post I will outline my video equipment and software that I personally use:</p>\n<p><strong>1. Camera</strong></p>\n<p>For the longest time I have used a Sony Camcorder AVCHD. The problem has always been audio. Camera&#8217;s have lowsy built-in mics, and if you are at any distance, you will need some type of external mic to capture your voice.</p>\n<p>To solve all these issues I researched and my decision came down between two cameras:</p>\n<ul>\n<li><a href=\"http://amzn.to/1hYfyKh\" target=\"_blank\">Panasonic LUMIX DMC-GH4K 16.05MP Digital Single Lens Mirrorless Camera with 4K Cinematic Video</a></li>\n<li><a href=\"http://amzn.to/1fB3IuT\" target=\"_blank\">Canon EOS 5D Mark III Digital Camera</a></li>\n</ul>\n<p><strong>I ended up going with the newly released 4K HD <a href=\"http://amzn.to/1hYfyKh\" target=\"_blank\">Panasonic LUMIX DMC-GH4</a></strong>.</p>\n<p><strong>Youtube now supports 4k resolution</strong> and I am updating my <a href=\"http://www.memberplayer.com/\" target=\"_blank\">MemberPlayer</a>, <a href=\"http://www.covertplayer.com/live/\" target=\"_blank\">CovertPlayer Pro</a>, <a href=\"http://www.videoeffectspress.com/\" target=\"_blank\">Video Effects Press</a>, and <a href=\"http://www.salespresspro.com/\" target=\"_blank\">SalesPressPro Premium</a> to be able to do Youtube HD preload in resolution, which is <strong>cinematic resolution</strong> at its finest. How sweet is that. See can this Youtube image here of settings:</p>\n<p><img class=\"aligncenter\" style=\"border: 3px solid #000000;\" src=\"http://markblog.s3.amazonaws.com/lumix4hg.png\" alt=\"lumix4hg Mark Dulisses Live Video Gear List\" width=\"658\" height=\"413\" title=\"Mark Dulisses Live Video Gear List\" /></p>\n<p>Check out the quality of this Youtube video below in 4K HD resolution filmed using the <a href=\"http://amzn.to/1hYfyKh\" target=\"_blank\">Lumix GH4 Camera</a>.</p>\n<p><strong>&#8212;&gt;</strong> <a href=\"https://www.youtube.com/watch?v=hHKJ5eE7I1k\" target=\"_blank\">Click Here To Watch Youtube In HD 4k Resolution</a></p>\n<p><strong>&#8212;&gt;</strong><a href=\"http://www.videoeffectspress.com/megamenudemo1/\" target=\"_blank\"> Click Here For A Video Background Using VEP Theme</a></p>\n<p>My main reason was that I did not like the bulky size of the Canon, and the Canon also does not have WiiFii. The Panasonic Lumix is smaller in size, richer in features, has WiiFii, is Mirrorless and has 4K Cinematic Video which Youtube now supports. This is a big thing moving forward.</p>\n<p>A cool optional is to get the <a href=\"http://amzn.to/1rGWAx5\" target=\"_blank\">Panasonic DMW-YAGH Pro Audio Video Interface for LUMIX GH4</a> which gives you the ability to have XLR inputs microphone&#8217;s plug directly into your camera. This is on my wishlist. Most DSLR higher end camera&#8217;s have a 35mm audio input which is good, but not as great a XLR input.</p>\n<p><strong>Lens:</strong> Because I am simply using the camera close range videos I picked the f/1.4 lens:</p>\n<ul>\n<li><a href=\"http://amzn.to/1rQkLuQ\" target=\"_blank\">Panasonic Lumix G Micro 4/3 LEICA DG SUMMILUX 25mm f/1.4 Leica Aspherical Lens</a>.</li>\n</ul>\n<p><strong>2. Audio Capture &amp; Microphone&#8217;s</strong></p>\n<p>Nothing is more important than your audio. Most camera&#8217;s have lowsy built-in mics, so you need a good external mic to plugin to your camera, or you can record onto an external device and sync your video and audio using video editing software. I do both. Syncing is a hassle if you want to be quick, but in the end has better quality because you can do a lot of manual filtering.</p>\n<p><strong>Here is my Audio Gear List:</strong></p>\n<ul>\n<li><a href=\"http://amzn.to/1n0qZZM\" target=\"_blank\">Sennheiser ew 122-p G3 Camera Mount Wireless Microphone System with ME4 Lavalier Mic</a> &#8211; A wireless mic will give you the best audio.</li>\n<li><a href=\"http://amzn.to/1hYgMoS\" target=\"_blank\">Rode Videomic Pro with VMP Deadcat Wind Muff</a> &#8211; This boom mic is great for quick live videos and will focus on your voice at good distance of 10 ft. away.</li>\n<li><a href=\"http://amzn.to/1n0qkrh\" target=\"_blank\">Rode Stereo VideoMic Pro On Camera Stereo Microphone</a> &#8211; I got this because if I am doing a video outdoors and I want to also capture the environment sounds (birds chirping, etc), then this will do it.</li>\n<li><a href=\"http://amzn.to/R4MURH\" target=\"_blank\">H6 Zoom Portable Studio Recorder</a> &#8211; This is absolutely the best for audio recording. It has 6 XLR inputs. What I do is use my wireless and it goes into my H6 Zoom which then goes to my camera. Or, if I can save the audio on a SD card and then put in onto my computer and sync with the video with video editing software for really high quality. The great thing about the <a href=\"http://amzn.to/R4MURH\" target=\"_blank\">H6 Zoom</a> is that it is portable.</li>\n<li><a href=\"http://amzn.to/1kx8loG\" target=\"_blank\">Blue Microphones NESSIE Adaptive USB Condenser Microphone</a> &#8211; I use this to record from my desktop computer if I am doing a screen capture video using Camtatia 8. This is the best for this purpose. It is the first adaptive USB Mic and has a built in Pop Filter and Internal Shock Mount .</li>\n</ul>\n<p><strong>Accessories:</strong></p>\n<ul>\n<li><a href=\"http://amzn.to/1rQgrvI\" target=\"_blank\">Sescom LN2MIC-ZMGH-MON 3.5 Line to 2.5 Mic 25dB</a> &#8211; To hook my H6 Zoom Recorder directly into my Panasonic GH4 Camera I got this specialty cable (yes, you need it).</li>\n<li><a href=\"http://amzn.to/1mffQEW\" target=\"_blank\">Cool Lux MD3000 Light and Sound Bracket</a> &#8211; the bracket goes on top of your camera so that you can put your H6 Zoom and Wireless Mic Receiver.</li>\n</ul>\n<p><strong>3. Lighting and Green Screen Backgrounds</strong></p>\n<p>Proper lighting is crucial for your live videos. Shooting indoors will require you to have proper lighting. Additionally, with most video editing softwares, like Camtasia 8 by Techsmith, you can edit out your background and replace it with anything you want. The key is the have a background that is solid and that is nowhere found on your body (or your body will be edited out as well). Green Screen&#8217;s are great for this purpose and are relatively inexpensive.</p>\n<p>For my purposes I have these in my arsenal:</p>\n<ul>\n<li><a href=\"http://amzn.to/1n0suqO\" target=\"_blank\">PBL STUDIO PHOTOGRAPHY VIDEO LIGHT KIT</a> &#8211; I choose the 2 light kit, as opposed to a 3 light light which for my needs would be too much..let alone the size of your room you need to make it all fit.</li>\n<li><a href=\"http://amzn.to/1hYiPsX\" target=\"_blank\">Green Screen Background Kit</a> &#8211; There are lots of these around. Fairly inexpensive and does the job really well.</li>\n</ul>\n<p><strong> 4. Video Editing Software &amp; Converters</strong></p>\n<ul>\n<li><a href=\"http://www.techsmith.com/camtasia.html\" target=\"_blank\">Techsmith Camtasia Studio 8 for PC</a> &#8211; I do basically everything with this.</li>\n<li><a href=\"http://www.adobe.com/ca/products/premiere.html\" target=\"_blank\">Adobe Premier for Mac</a> &#8211; I personally use a PC for 95% of my tasks, but if you are a Mac user, this is your video editor pick.</li>\n<li><a href=\"http://www.xmedia-recode.de/en/download.html\" target=\"_blank\">XMedia Recode for PC (video converter)</a> &#8211; this is the absolute best for converting and compressing your videos to different formats.</li>\n</ul>\n<p>So there you have it&#8230;my gear list. For around $5k you can have a complete set up for the ultimate videos.</p>\n<p><strong>Tell me your thoughts for live online videos. <span style=\"color: #800000;\">What are your favorite pics?</span></strong></p>\n<p>&nbsp;</p>\n<div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_2108\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List&amp;description=On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty\\\'s and other biased information. I am no different. The best I have done is researched on ...\" id=\"pin_hide_info_395\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_395\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(395);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List&summary=On a typical week I just get a dozen emails on my recommendations for live and online video equipment. This topic is huge and there are many varying opinions and debates, including brand loyalty\\\'s and other biased information. I am no different. The best I have done is researched on ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Mark%20Dulisse%26%238217%3Bs%20Live%20Video%20Gear%20List\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://www.markdulisse.com/blog/articles/videomarketing/live-video-audio-gear-list/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Announcement – Video Analytics Game Changer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://www.markdulisse.com/blog/articles/videomarketing/video-analytics-application/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://www.markdulisse.com/blog/articles/videomarketing/video-analytics-application/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2014 17:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:15:\"Recent Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"covert player\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:37:\"google analytics and marketing events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"member player\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"video analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:19:\"web video analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events. This application is installed on your server (ie., sub-folder on one of your domains), and once installed it [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20063:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events.This application is installed on your server (ie., sub-folder on one of your domains), ...\";\n            post_id = 2306;</script><style>\n                #indeed_sm_wrap_3474{\n            top : 20px;left : 20px;}#indeed_sm_wrap_3474 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3474\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer&amp;description=After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events.This application is installed on your server (ie., sub-folder on one of your domains), ...\" id=\"pin_hide_info_4667\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_4667\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(4667);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer&summary=After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events.This application is installed on your server (ie., sub-folder on one of your domains), ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>After a small fortune in investment in both time and resources, I am pleased to announce the release on <span style=\"text-decoration: underline;\">February 5</span> of a new video analytics application called <strong>G.A.M.E.</strong>, an abbreviation for Google Analytics and Marketing Events.</p>\n<p>This application is installed on your server (ie., sub-folder on one of your domains), and once installed it <strong>will analyze all of your videos on all of your websites</strong> where one of my video players is installed. I am first launching G.A.M.E. using <a href=\"http://www.memberplayer.com/\" target=\"_blank\">MemberPlayer</a>. This means when you use MemberPlayer to play your web videos, and you have G.A.M.E. installed on your server, you will be able to analyze all of your videos.</p>\n<p><strong>The data is a Game Changer.</strong> No one in the industry gives the data that G.A.M.E produces. I know, I have looked at them all. Whether you do <span style=\"text-decoration: underline;\">corporate marketing</span>, video marketing for <span style=\"text-decoration: underline;\">local businesses</span>, <span style=\"text-decoration: underline;\">product launches</span>, or video reviews, get ready to take your business to the next level. To take this to the next level, the application <strong>also produces a PDF Report</strong>&#8230;which was no easy task to code&#8230;let me tell you.</p>\n<p><strong>Click on the Video Below to learn all about it, and the PDF Report Sample.</strong></p>\n<style> .overlay2.is-active .flowplayer { max-width:960px !important;}.gvpfpmain2319 .fp-controls { background-color:#E3E3E3 !important;}\n			   .gvpfpmain2319 .fp-timeline { background-color: #000000 !important;}\n			   .gvpfpmain2319 .fp-progress { background-color: #13A800 !important;}\n			   .gvpfpmain2319 .fp-buffer { background-color: #FFFFFF !important;} \n			   .gvpfpmain2319 .fp-time { font-size:11px !important; }.overlay2 { display: inline-block; }.gvpfpmain2319 .fp-logo { display: block !important; opacity: 1 !important;width:10%;bottom:6% !important;left: auto !important;right: 3%  !important;width:10%; } .gvpfpmain2319 .fp-logo img { box-shadow: none !important; }</style><div class=\"gvpfpmain2319\" style=\"text-align:center;\"><div class=\"overlay2\" style=\"max-width:547px; margin-right:0px;width:100%; \"> <div style=\"max-width:547px; background: url(https://d2k73fu83k71cw.cloudfront.net/memberplayer/memberplayer-gamesplash.png) no-repeat;background-size:100% 100%;box-shadow:0 0 8px #000000 !important;-moz-box-shadow:0 0 8px #000000 !important;-webkit-box-shadow:0 0 8px #000000 !important;\" class=\"flowplayer flowplayer2319 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.5625\" data-embed=\"false\" data-fullscreen=\"false\" ><span class=\"close\" >&nbsp;</span><video preload=\"none\" ><source type=\"video/webm\" src=\"https://d2k73fu83k71cw.cloudfront.net/game/gamechanger.webm\"><source type=\"video/mp4\" src=\"https://d2k73fu83k71cw.cloudfront.net/game/gamechanger.mp4\"><source type=\"video/flash\" src=\"https://d2k73fu83k71cw.cloudfront.net/game/gamechanger.mp4\"></video></div></div></div><script> jQuery(document).ready(function($){ $(\".flowplayer2319\").each (function() { var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0; $(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type; }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  setTimeout( function(){ window.open(\"http://www.memberplayer.com/\", \"_self\"); },2000); }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); }); });</script>\n<div class=\"container eobstartspcontainer\">\n						<div class=\"row\">\n						<div class=\"featured_form\"><a href=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/video-analytics-resport-Jan23-29.pdf\" target=\"_blank\" style=\"font-family:Open Sans,sans-serif !important;color:#000000 !important;display:inline-block;font-size:24px !important;\" class=\"btn-lg btn-1eoboptin15 btn active\"><i class=\"glyphicon-white glyphicon glyphicon-download\"></i> Click Here to Download Sample PDF Report</a></div>				\n						</div>\n					</div><style type=\"text/css\"> .btn-1eoboptin15,.btn-1eoboptin15:hover{   background-color: hsl(38, 100%, 40%) !important;\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\\&quot;#ffb432\\&quot;, endColorstr=\\&quot;#cc8100\\&quot;);\n  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffb432), to(#cc8100));\n  background-image: -moz-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -ms-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb432), color-stop(100%, #cc8100));\n  background-image: -webkit-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -o-linear-gradient(top, #ffb432, #cc8100);\n  background-image: linear-gradient(#ffb432, #cc8100);\n  border-color: #cc8100 #cc8100 hsl(38, 100%, 35%);\n  color: #333 !important;\n  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);\n  -webkit-font-smoothing: antialiased;\n } </style>\n<p>What makes G.A.M.E. so awesome is that data is only a 15 minute delay from Real Time, and Events are automatically created for you to analyze. Once again, check out the video and pdf for all the data it gives.</p>\n<p>We will be launching G.A.M.E. on February 5th.</p>\n<ul>\n<li>Does your video suck? G.A.M.E will tell you.</li>\n<li>Where are your viewers clicking Pause and never returning? G.A.M.E will tell you.</li>\n<li>Are your viewers pausing and fast forwarding an entire section? G.A.M.E. will tell you.</li>\n<li>What is percentage of people who land on your page actually clicking the Play button? G.A.M.E. will tell you.</li>\n<li>Is there a heatmap so I can visually see the viewers engagement? G.A.M.E. has heatmaps.</li>\n<li>What percentage are Mobile viewers? G.A.M.E. will tell you.</li>\n<li>Can I make money with this by offering this as a service addon to local businesses? G.A.M.E. will make you money.</li>\n<li>There is so much more&#8230;.</li>\n</ul>\n<p>Get ready for G.A.M.E.</p>\n<p><strong>Please write a comment and tell me your thoughts and questions.</strong></p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3474\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer&amp;description=After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events.This application is installed on your server (ie., sub-folder on one of your domains), ...\" id=\"pin_hide_info_4667\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_4667\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(4667);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer&summary=After a small fortune in investment in both time and resources, I am pleased to announce the release on February 5 of a new video analytics application called G.A.M.E., an abbreviation for Google Analytics and Marketing Events.This application is installed on your server (ie., sub-folder on one of your domains), ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Announcement%20%26%238211%3B%20Video%20Analytics%20Game%20Changer\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://www.markdulisse.com/blog/articles/videomarketing/video-analytics-application/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"MemberPlayer – Youtube and Vimeo Advanced Options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://www.markdulisse.com/blog/articles/news/memberplayer-youtube-vimeo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://www.markdulisse.com/blog/articles/news/memberplayer-youtube-vimeo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Dec 2013 21:48:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"html5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"member player\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:21:\"vimeo video marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:23:\"youtube video marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2206\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial on how I took a [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22961:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial ...\";\n            post_id = 2206;</script><style>\n                #indeed_sm_wrap_3796{\n            top : 20px;left : 20px;}#indeed_sm_wrap_3796 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3796\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options&amp;description=Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial ...\" id=\"pin_hide_info_7400\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_7400\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(7400);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options&summary=Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window.<strong> </strong></p>\n<p><strong>Watch Video Below</strong> for my explanation and also a cool tutorial on how I took a 4:3 ratio video at Youtube (which gives you those black lines on the sides), and added it to MemberPlayer. I also added preloading in HD 720p, using a 4:3 ratio option, and starting at 84 seconds into the video. <img src=\"http://www.markdulisse.com/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\"icon smile MemberPlayer   Youtube and Vimeo Advanced Options\" class=\"wp-smiley\" title=\"MemberPlayer   Youtube and Vimeo Advanced Options\" />  (see the Roller Coaster video below)</p>\n<style> .gvpfpmain2245 .fp-controls { background-color:transparent !important;}\n			   .gvpfpmain2245 .fp-timeline { background-color: #000000 !important;}\n			   .gvpfpmain2245 .fp-progress { background-color: #13A800 !important;}\n			   .gvpfpmain2245 .fp-buffer { background-color: #BCBCBC !important;} \n			   .gvpfpmain2245 .fp-time { font-size:11px !important; }.overlay2 { display: inline-block; }.gvpfpmain2245 .fp-logo { display: block !important; opacity: 1 !important;width:10%;bottom:6% !important; } .gvpfpmain2245 .fp-logo img { box-shadow: none !important; }</style><div class=\"gvpfpmain2245\" style=\"text-align:center;\"><div style=\"max-width:705px; margin-right:0px;display:inline-block;width:100%; \"> <div style=\"max-width:705px; background: url(http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-ytratios.png) no-repeat;background-size:100% 100%;box-shadow:0 0 2px #595959 !important;-moz-box-shadow:0 0 2px #595959 !important;-webkit-box-shadow:0 0 2px #595959 !important;\" class=\"flowplayer flowplayer2245 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-ytratios.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-ytratios.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-ytratios.mp4\"></video></div></div></div><script> jQuery(document).ready(function($){ $(\".flowplayer2245\").each (function() { var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0; $(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type; }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); }); });</script>\n<p>&nbsp;</p>\n<p><strong>By default, Youtube and Vimeo embed code is NOT fluid layout.</strong></p>\n<p>Thus, if you place the default Vimeo or Youtube embed/iframe code on a responsive/fluid layout website, you will get a bad viewer experience, especially on a mobile device. </p>\n<p><strong>How do you resolve this?</strong></p>\n<p><strong><a title=\"Member Player\" href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a></strong> was built from the ground floor using Responsive and Fluid layout. MemberPlayer includes the ability to play Self Hosted video files in html5 and fluid platform, as well as Youtube and Vimeo Advanced Player options in Fluid Design.</p>\n<p>Here are some video demonstrations. Obviously, the video above is using MemberPlayer with a self hosted video url file. It is nicely responsive, and I added a nice shadow border for a cool effect (you can also add a nice shadow border around Youtube and Vimeo).</p>\n<h2 style=\"text-align: center;\"><span style=\"color: #800000;\"><strong>MemberPlayer  &#8211; Youtube 4:3 Ratio HD Fluid Layout</strong></span></h2>\n<div style=\"overflow:hidden;text-align:center;\"><div style=\"max-width:640px;width:100%;display:inline-block;margin-right:0px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:75%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/Ou6_MkIvKOo?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=84&end=&iv_load_policy=3&theme=light&vq=hd720\" frameborder=\"0\"></iframe></div></div></div>\n<p>&nbsp;</p>\n<p>The Youtube video above, using <a title=\"Member Player - Responsive Videos\" href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>, is now fully responsive. It plays in 4:3 ratio, thus eliminating the black lines that would occur if you played it in Youtube&#8217;s default 16:9 ratio. I also added 720p HD preload, and had the video start at 84 seconds so you can only see the roller coaster. Other options I included are no control bar, no title, and no related videos at end of video.</p>\n<h2 style=\"text-align: center;\"><span style=\"color: #800000;\"><strong>MemberPlayer  &#8211; Youtube 16:9 Ratio HD Fluid Layout</strong></span></h2>\n<div style=\"overflow:hidden;text-align:center;\"><div style=\"max-width:640px;width:100%;display:inline-block;margin-right:0px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/ehh2opH7LwE?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=5&end=&iv_load_policy=3&theme=dark&vq=hd720\" frameborder=\"0\"></iframe></div></div></div>\n<p>&nbsp;</p>\n<p>The Youtube video above, using <a title=\"Member Player - Responsive Videos\" href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>, plays in 16:9 widescreen ratio. I also added 720p HD preload. Other options I included are no control bar, no title, and no related videos at end of video.</p>\n<h2 style=\"text-align: center;\"><span style=\"color: #800000;\"><strong>MemberPlayer Demo &#8211; Vimeo HD Fluid</strong></span></h2>\n<div style=\"overflow:hidden;text-align:center;\"><div style=\"max-width:640px;width:100%;display:inline-block;margin-right:0px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe src=\"http://player.vimeo.com/video/80871338?api=1&portrait=0&byline=0&title=0&autoplay=0&badge=0&color=00ADEF&loop=0\" width=\"100%\" height=\"100%\" class=\"vimeoplayer2241\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div></div></div>\n<p>&nbsp;</p>\n<p>The Vimeo video above, using <a title=\"Member Player - Responsive Videos\" href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>, is fully responsive and includes options: no title, no byline, no user portrait, no badge.</p>\n<h2 style=\"text-align: center;\"><span style=\"color: #800000;\"><strong>MemberPlayer &#8211; Responsive Grid Style Youtube</strong></span></h2>\n<div style=\"overflow:hidden;text-align:center;\"><div style=\"max-width:350px;width:100%;display:inline-block;margin-right:5px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/M0jmSsQ5ptw?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=&end=&iv_load_policy=3&theme=dark&vq=hd1080\" frameborder=\"0\"></iframe></div></div><div style=\"max-width:350px;width:100%;display:inline-block;margin-right:5px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/ZXB9WJZUjmA?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=&end=&iv_load_policy=3&theme=dark&vq=hd1080\" frameborder=\"0\"></iframe></div></div><div style=\"max-width:350px;width:100%;display:inline-block;margin-right:5px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/JVUoyohf0xg?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=&end=&iv_load_policy=3&theme=dark&vq=hd1080\" frameborder=\"0\"></iframe></div></div><div style=\"max-width:350px;width:100%;display:inline-block;margin-right:5px;margin-bottom:5px;\"><div class=\"mp-outer-video\" style=\"padding-bottom:56.25%;\"><iframe class=\"mp-youtube-player\" type=\"text/html\" width=\"100%\" height=\"100%\" src=\"http://www.youtube.com/embed/RPqHF9hy9ws?wmode=transparent&autohide=1&autoplay=0&controls=0&rel=0&modestbranding=&showinfo=0&start=&end=&iv_load_policy=3&theme=dark&vq=hd1080\" frameborder=\"0\"></iframe></div></div></div>\n<p>&nbsp;<br />\nThe Grid style is also available in Vimeo, and Self Hosted videos. The demo above include options HD preload in 1080p, no title, no related videos, no control bar.</p>\n<p>As you can see, <a href=\"http://www.memberplayer.com/\" target=\"_blank\">MemberPlayer</a> is totally awesome. For the full featured list for Self Hosted, Youtube, and Vimeo, visit the <a href=\"http://www.memberplayer.com\" target=\"_blank\">Member Player &#8211; Click Here</a></p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3796\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options&amp;description=Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial ...\" id=\"pin_hide_info_7400\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_7400\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(7400);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options&summary=Ever watched an embedded Youtube or Vimeo video on a responsive (including mobile) website? Only the left half of the videos show up on the webpage when viewing on a mobile device or if you minimize your browser window. Watch Video Below for my explanation and also a cool tutorial ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=MemberPlayer%20%26%238211%3B%20Youtube%20and%20Vimeo%20Advanced%20Options\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://www.markdulisse.com/blog/articles/news/memberplayer-youtube-vimeo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Benefits of a Dedicated Server Versus Shared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.markdulisse.com/blog/articles/news/benefits-of-dedicated-server/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://www.markdulisse.com/blog/articles/news/benefits-of-dedicated-server/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Dec 2013 20:55:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Recent Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"best hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"dedicated server\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:13:\"linus hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:19:\"linux administrator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2211\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster. I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made. All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared server where 95% [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20910:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared ...\";\n            post_id = 2211;</script><style>\n                #indeed_sm_wrap_4331{\n            top : 20px;left : 20px;}#indeed_sm_wrap_4331 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4331\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared&amp;description=It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared ...\" id=\"pin_hide_info_3239\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3239\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3239);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared&summary=It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p><img class=\"alignleft size-full wp-image-2219\" style=\"margin-left: 10px; margin-right: 10px;\" alt=\"dedicated servers Benefits of a Dedicated Server Versus Shared\" src=\"http://www.markdulisse.com/blog/wp-content/uploads/2013/12/dedicated-servers.jpg\" width=\"458\" height=\"343\" title=\"Benefits of a Dedicated Server Versus Shared\" /></p>\n<p>It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.</p>\n<p>I launched <a href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer.com</a> and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.</p>\n<p>All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared server where 95% of my websites were hosted basically blew up before my eyes, and I could not do a thing about it. What made matters worse was Hostgator&#8217;s lack of response for about a week.</p>\n<p><strong>Side Note:</strong> If you are with Hostgator &#8211; run. Hostgator has had so many issues.  Even their Facebook page was full of anxiety stricken customers. They have had change of ownership, database problems with their shared accounts, major Data Centers in Utah going down, and customer service problems that basically puts you on a 30 minute waiting list, only to find out there is no one on the other end when you have waited 30 minutes.</p>\n<p><strong><em>I had to take action&#8230;</em></strong></p>\n<p>Quickly, I looked at my options. I already owned a VPS (Virtual Private Server) but at the end of the day, I decided to buy my own <a href=\"http://en.wikipedia.org/wiki/Dedicated_hosting_service\" target=\"_blank\">Dedicated Server</a> and use my own private linux administrator to set it up and monitor.</p>\n<p>In my mind, there are some huge advantages of a dedicated server over VPS or Shared hosting:</p>\n<ul>\n<li><strong>My websites are now faster.</strong> A lot faster.</li>\n<li><strong>Stability</strong> &#8211; because you are not sharing your server with anyone else, a dedicated server is much more reliable and stable, and all the resources of that server are for your websites, and no one else.</li>\n<li><strong>Privacy and Protection</strong> &#8211; a dedicated server is much more secure. You will not get a virus from some else, as you may do with a shared hosting account, etc&#8230;. Also, you are in complete control of its privacy.</li>\n<li><strong>Customization and Enhancements</strong> &#8211; because you are in control of the server, you can add and delete any modules you want to customize, protect, and enhance. With a shared or VPS, you are limited by the hosting company of what you can do.</li>\n<li><strong>Awesome Support</strong> &#8211; with a shared or vps, support can be slow and minimal. With a dedicated server, I have support via skype and is within a minute.</li>\n</ul>\n<p>There are a number of things to consider when configuring and monitoring your dedicated server.</p>\n<p>Say goodbye to your shared hoster and never again be at their mercy.</p>\n<p>Here is my exact steps:</p>\n<p><strong>A. Buy a Dedicated Server at <a href=\"http://www.singlehop.com/?a=187865\" target=\"_blank\">SINGLEHOP</a></strong></p>\n<p>SingleHop Hosting<br />\nNew CPUS. More RAM. Bigger Drives.<br />\n<a href=\"http://www.singlehop.com/alp/featuredservers/?a=187865&amp;theme=dedicated&amp;mm_campaign=050295383d0b2e6165334df6f15fc1b3&amp;keyword=dedicated&amp;utm_source=ihaff_187865&amp;utm_medium=affiliate&amp;utm_campaign=dedicated_alp&amp;utm_content=textlink_dedicated\">See Dedicated Servers &gt;&gt;</a></p>\n<p style=\"text-align: left;\">They have the best secure and value from my research. I tried OVH but my hard disks kept failing. Singlehop dedicated servers are top notch and my sites are never down. If some of the packages are sold out, keep checking back..as this constantly changes. I even called them with lots of questions. I purchased the Server Model: Xeon 5520 4&#215;2.26GHz HT TB 8MB Cache. When you click on Order Now&#8230;pick the Chicago server location as best. Scroll down to the bottom and choose RAID 10 for an extra $55. This is worth it. If one hard disk fails, you are protected by the others. Your sites will not be down.</p>\n<p style=\"text-align: left;\"><strong>So, what do you do next?</strong></p>\n<p style=\"text-align: left;\">There are three steps:</p>\n<ol>\n<li><strong>Migration</strong> &#8211; you need to backup all of your domains at the host you are leaving, and then set up and configure at your dedicated server to import, with all of your scripts and databases intact.</li>\n<li><strong>Configuration</strong> of your Dedicated Server and Cpanel &#8211; It is important that you know what you are doing here (I don&#8217;t so I hired someone). You will want to update your server with the best anti virus softwares, security modules, etc&#8230;</li>\n<li><strong>Monitoring</strong> &#8211; there are a number of free monitoring services to choose from. But once again, how do you monitor and how to you do a little fix or tweak?</li>\n</ol>\n<p>Let us look at these more closely&#8230;.</p>\n<p><strong>1. Migration:</strong></p>\n<p>During this process you want to create a full site backup on your hoster server and then transfer to your new server. Once you transfer, you extract he files with proper configuration. Next, you want to configure.</p>\n<p><strong>2. Configuring:</strong></p>\n<p>Before you configure your new server, you want to check the current server configutarion and install all necessary modules so that your new server and sites will work fine.</p>\n<p>I recommend doing the following:</p>\n<ul>\n<li>install control panel on the server</li>\n<li>install all necessary modules on your server (PHP, Zend Guard, ionCube PHP Loader, mbstring, xml, json and etc)</li>\n<li>install Mod Security to protect your site from hackers</li>\n<li>install CSF firewall cPHulk protection top secure your server.</li>\n<li>install MySQL Percona instead of a similar MySQL server because MySQL Percona works 5 times faster</li>\n<li>optimize MySQL Percona for your server</li>\n<li>install Nginx Web Server as fronted on the server to increase the site speed load</li>\n<li>optimize Nginx for your server</li>\n<li>increase and secure /tmp partition so that your scripts can work without issues and hackers cannot upload any suspiciouse files</li>\n<li>increase HDD performance</li>\n<li>install Maldet antivirus</li>\n<li>configure Mail server, install DKIM and SPF</li>\n</ul>\n<p>Next, you want to Monitor.</p>\n<p><strong>3. Monitoring:</strong></p>\n<p>You need to monitor your server. The <a href=\"http://www.nagios.org/\" target=\"_blank\">Nagios</a> monitoring system is awesome. It is allow you in 1 minute to see the issue on the server and fix it as soon as it is possible.</p>\n<p>Using this monitor system we are checking the following services:</p>\n<ul>\n<li>Apache and Nginx web servers</li>\n<li>MySQL server</li>\n<li>Current Server Load</li>\n<li>Server response (Ping)</li>\n<li>SSH service</li>\n<li>Disk size (HDD, SWAP and TMP partitions)</li>\n<li>How much users are on the server</li>\n<li>RAM</li>\n<li>RAID (if it is installed)</li>\n</ul>\n<p><strong>If you are looking for a qualified linux administrator</strong> to help you set up with a Dedicated Server, do the migration for you, configuring and monitoring, feel free to <a href=\"http://www.markdulissesupport.com/\" target=\"_blank\">contact me</a> with subject line: Dedicated Server.</p>\n<p><strong>Rates are reasonable and negotiable.</strong></p>\n<p><strong>If you have any questions, please feel free to write a comment below. I read them all. Thanks, Mark</strong></p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4331\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared&amp;description=It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared ...\" id=\"pin_hide_info_3239\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3239\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3239);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared&summary=It was a blessing in disguise. The week of November 11th, 2013, started out being a complete disaster.I launched MemberPlayer.com and emailed my entire list. Other large affiliates got on board. Major traffic and sales being made.All of a sudden, in one broad swooping stroke, everything crashed. The Hostgator shared ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Benefits%20of%20a%20Dedicated%20Server%20Versus%20Shared\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.markdulisse.com/blog/articles/news/benefits-of-dedicated-server/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"40\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Is your Web Video Player an Antique? HTML5 Vs Flash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://www.markdulisse.com/blog/articles/news/the-state-of-html5-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://www.markdulisse.com/blog/articles/news/the-state-of-html5-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Nov 2013 17:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"html5 video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"memberplayer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:26:\"responsive design template\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"video marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:17:\"web video players\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2168\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:310:\"For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, just in case some people [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21907:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, ...\";\n            post_id = 2168;</script><style>\n                #indeed_sm_wrap_3154{\n            top : 20px;left : 20px;}#indeed_sm_wrap_3154 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3154\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash&amp;description=For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, ...\" id=\"pin_hide_info_5813\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_5813\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(5813);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash&summary=For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, just in case some people have an old browser that does not support HTML5.</p>\n<p>HTML5 is in favor, and both website developers and software engineers, together with browser and operating systems combined, are all focused on HTML5 video now and in the future. Sure, next will be HTML6, but we certainly are not going back to Adobe Flash Video. Heck, even Adobe itself is <a href=\"http://blogs.adobe.com/conversations/2011/11/flash-focus.html\" target=\"_blank\">moving aggressively to HTML5 video</a>.</p>\n<p><strong>What does this mean for you?</strong></p>\n<ol>\n<li>If your video player&#8217;s engine is Flash, then you want to carefully consider switching to a HTML5 Video Player with Fluid Design.</li>\n<li>There are some players that are HTML5, but still do not support responsive/fluid design, so you want to make sure your video player has both (see Responsive &amp; HTML5 <a href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>)</li>\n</ol>\n<p>Unfortunately, there are some antique premium video players that are still operating in Flash engine. Included in this is <a href=\"http://www.easyvideosuite.com\" target=\"_blank\">Easy Video Suite</a> and my very own <a href=\"http://www.trafficplayer.com\" target=\"_blank\">Traffic Player</a>.</p>\n<p><strong>Watch this video to see the difference between HTML5 Video vs Flash Video.</strong></p>\n<style> .gvpfpmain2169 .fp-controls { background-color:transparent !important;}\n			   .gvpfpmain2169 .fp-timeline { background-color: #000000 !important;}\n			   .gvpfpmain2169 .fp-progress { background-color: #13A800 !important;}\n			   .gvpfpmain2169 .fp-buffer { background-color: #BCBCBC !important;} \n			   .gvpfpmain2169 .fp-time { font-size:11px !important; }.gvpfpmain2169 .is-splash .fp-ui { background:none !important } .overlay2 { display: inline-block; }.gvpfpmain2169 .fp-logo { display: block !important; opacity: 1 !important;width:10%;bottom:6% !important; } .gvpfpmain2169 .fp-logo img { box-shadow: none !important; }</style><div class=\"gvpfpmain2169\" style=\"text-align:center;\"><div style=\"max-width:705px; margin-right:0px;display:inline-block;width:100%; \"> <div style=\"max-width:705px; background: url(http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-evpcomparison_First_Frame.png) no-repeat;background-size:100% 100%;box-shadow:0 0 2px #2B2B2B !important;-moz-box-shadow:0 0 2px #2B2B2B !important;-webkit-box-shadow:0 0 2px #2B2B2B !important;\" class=\"flowplayer flowplayer2169 minimalist color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-evpcomparison.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-evpcomparison.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/stock/memberplayer-evpcomparison.mp4\"></video></div></div></div><script> jQuery(document).ready(function($){ $(\".flowplayer2169\").each (function() { var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0; $(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type; }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); }); });</script>\n<p>&nbsp;</p>\n<p>Even the huge video sharing sites <a href=\"http://www.youtube.com\" target=\"_blank\">Youtube</a> and <a href=\"http://www.vimeo.com\" target=\"_blank\">Vimeo</a> are now HTML5 Supported Players. Some of the top premium HTML5 Video Players are my very own <a href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>, which I recently developed and launched and open source projects <a href=\"http://www.flowplayer.org\" target=\"_blank\">FlowPlayer</a>, <a href=\"http://www.jwplayer.com/\" target=\"_blank\">JWPlayer</a>, <a href=\"http://www.kaltura.org/\" target=\"_blank\">Kultura</a>, and <a href=\"http://www.videojs.com/\" target=\"_blank\">Video.JS</a>.</p>\n<p><strong>How to determine if your web video player is Flash or HTML5? Follow these steps (as shown in my video above):</strong></p>\n<ol>\n<li>Install Firefox Add-on &#8211; <a href=\"https://addons.mozilla.org/en-US/firefox/addon/flash-onoff/?src=api\" target=\"_blank\">Flash OnOff</a></li>\n<li>Turn Off Flash using the Addon (see video above)</li>\n<li>Visit a webpage that has a video and click the play button. If you get a message that says, &#8216;Must download Adobe Flash Player,&#8217; to watch the video, then you can be certain that it is not HTML5 video. If the video plays, then it is HTML5 video supported.</li>\n</ol>\n<p>If your video gets the message like on the one below, like it does when you visit EasyVideoSuite with flash disabled, then you know that it is Flash technology, that is on its way out. You&#8217;d think that a player that sells for $300 would at least be HTML5.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-2178\" style=\"border: 1px solid black;\" alt=\"evplayer Is your Web Video Player an Antique? HTML5 Vs Flash\" src=\"http://www.markdulisse.com/blog/wp-content/uploads/2013/11/evplayer.png\" width=\"600\" height=\"470\" title=\"Is your Web Video Player an Antique? HTML5 Vs Flash\" /></p>\n<p>There are other reasons why you do not want to use a Flash Player engine. Namely&#8230;</p>\n<ul>\n<li>Flash is not supported on Apple devices.</li>\n<li>Browsers, Google, etc, are all moving rapidly to full html5 video support</li>\n<li>Flash is <a href=\"http://www.apple.com/hotnews/thoughts-on-flash/\" target=\"_blank\">heavy in resources</a>. It is heavy on your CPU and consumes a lot of battery.</li>\n</ul>\n<p>Not only do you want a HTML5 Player, but you want one that has a Fluid &amp; Responsive Design for mobile devices, like <a href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.memberplayer.com/\"><img class=\"aligncenter size-full wp-image-2181\" style=\"border: 1px solid black;\" alt=\"memberplayer firstframe Is your Web Video Player an Antique? HTML5 Vs Flash\" src=\"http://www.markdulisse.com/blog/wp-content/uploads/2013/11/memberplayer-firstframe.png\" width=\"600\" height=\"390\" title=\"Is your Web Video Player an Antique? HTML5 Vs Flash\" /></a></p>\n<p><strong>Well, how do you know if your video player is fluid with responsive design?</strong></p>\n<p>Good question. This one is easy. Simply reduce your browser window and you will find out a few things:</p>\n<ul>\n<li>If your website is fluid design, it will also reduce or expand as your browser has different sizes. FireFox has a Web Developer Responsive Design view if you go to Firefox&gt; Web Development &gt; Responsive Design View.</li>\n<li>If your video is NOT responsive design, the video will stick out and will not reduce or expand with your browser window in different responsive design views. If your video IS responsive &amp; fluid design, it will reduce or expand with your webpage view in different sizes.</li>\n<li>My <a href=\"http://www.covertplayer.com/live/\" target=\"_blank\">Covert Player is HTML5</a>, but it is NOT responsive design <span style=\"text-decoration: underline;\">except</span> for single video option. I build this player when responsive design was in its infancy. I added responsive design to it after-the-fact, and to single video only. It took me a long time to add this feature to single video, but did so for my customers.  Hence, single video is responsive design, but not the CNN style, playlist styles, etc.. With <a href=\"http://www.memberplayer.com\" target=\"_blank\">MemberPlayer</a>, it is Fluid Design from the ground up from start to finish, with all playing styles included.</li>\n</ul>\n<p>If there are any questions at all, please feel free to make a comment below, and please share my page on social media.</p>\n<p>Thank you, Mark</p>\n<p>&nbsp;</p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3154\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash&amp;description=For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, ...\" id=\"pin_hide_info_5813\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_5813\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(5813);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash&summary=For those of you who are new to the web video industry, let me get right to the point. Flash video is out. Web developers and software engineers pay little attention to web flash video when creating new web video players, except for having a light weight auto flash fallback, ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Is%20your%20Web%20Video%20Player%20an%20Antique%3F%20HTML5%20Vs%20Flash\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://www.markdulisse.com/blog/articles/news/the-state-of-html5-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"65\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Guide to HTML5 Video Encoding – MP4 to Webm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://www.markdulisse.com/blog/articles/videomarketing/guide-to-html5-video-encoding/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.markdulisse.com/blog/articles/videomarketing/guide-to-html5-video-encoding/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 17:00:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:15:\"Recent Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:26:\"best webm video converters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"encoding webm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:25:\"how to create webm videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"html5 video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:20:\"html5 video encoding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2138\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you&#8230;video encoding is a different animal genre altogether. If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 video player like my [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25679:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you...video encoding is a different animal genre altogether.If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 ...\";\n            post_id = 2138;</script><style>\n                #indeed_sm_wrap_3375{\n            top : 20px;left : 20px;}#indeed_sm_wrap_3375 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3375\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm&amp;description=Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you...video encoding is a different animal genre altogether.If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 ...\" id=\"pin_hide_info_8188\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_8188\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(8188);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm&summary=Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you...video encoding is a different animal genre altogether.If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you&#8230;video encoding is a different animal genre altogether.</p>\n<p>If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 video player like my very own <a href=\"http://www.covertplayer.com\">Covert Player</a> or my soon to be released Grid Video Player, then this blog post will help you.</p>\n<p><strong>How I Encode Videos for HTML5:</strong></p>\n<ul>\n<li><strong>Step 1:</strong> Create a MP4 video &#8211; Create your video using your Camera or Screencast software (<a href=\"http://www.techsmith.com/camtasia.html\" target=\"_blank\">I use Camtasia 8</a>). If your camera produces a AVCHD file, you can convert it to a MP4 for free using my <a href=\"http://www.camvideosecrets.com/avchd-converter/\" target=\"_blank\">AVCHD Converter</a>.</li>\n<li><strong>Step 2:</strong> Import your created video into Camtasia 8 for editing, and then choose HTML5 MP4 production, which will produce for you a nice html5 ready mp4 file.</li>\n<li><strong>Step 3:</strong> Convert MP4 to Webm &#8211; Sometimes I use <a href=\"http://www.ffmpeg.org/\" target=\"_blank\">FFMPEG</a> to covert my MP4 to Webm format for more control, but recently, I have been using <a href=\"http://www.xmedia-recode.de/\" target=\"_blank\">XMedia Recode</a> to produce my WEBM video fileS. I simply import my MP4 into XMedia, configure, and Encode. It is the best and very simple to use.  <strong>Watch my video tutorials below for instructions.</strong></li>\n<li><strong>Step 4:</strong> I upload both my MP4 and WEBM video files to my AmazonS3 bucket, and making sure my Content-Type tag value is video/webm and video/mp4. Once again, watch my videos below. Once this is done, my video file is online. I can now take the mp4 and webm video files and enter them into my video players settings. I don&#8217;t bother with OGG. I only use mp4 and webm format.</li>\n<li><strong>Note:</strong> For Covert Player or Grid Video Player customers, make sure your &#8216;Enable Preload&#8217; is disabled for best viewing in Chrome. Use a splash image instead of preload instead.</li>\n</ul>\n<p><strong>Watch these video tutorials on my 4 steps:</strong></p>\n<style> .overlay2.is-active .flowplayer { max-width:854px !important;}.gvpfpmain2131 .fp-controls { background-color:#D4D4D4 !important;}\n			   .gvpfpmain2131 .fp-timeline { background-color: #000000 !important;}\n			   .gvpfpmain2131 .fp-progress { background-color: #13A800 !important;}\n			   .gvpfpmain2131 .fp-buffer { background-color: #BCBCBC !important;} \n			   .gvpfpmain2131 .fp-time { font-size:11px !important; }.overlay2 { display: inline-block; }.gvpfpmain2131 .fp-logo { display: block !important; opacity: 1 !important;width:10%;bottom:6% !important; } .gvpfpmain2131 .fp-logo img { box-shadow: none !important; }</style><div class=\"gvpfpmain2131\" style=\"text-align:center;\"><div class=\"overlay2\" style=\"max-width:250px; margin-right:5px;width:100%; \"> <div style=\"max-width:250px; background: url(http://d2k73fu83k71cw.cloudfront.net/splash-clearvideos.png) no-repeat;background-size:100% 100%;\" class=\"flowplayer flowplayer2131 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><span class=\"close\" >&nbsp;</span><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-clearvideos.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-clearvideos.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-clearvideos.mp4\"></video></div></div><div class=\"overlay2\" style=\"max-width:250px; margin-right:5px;width:100%; \"> <div style=\"max-width:250px; background: url(http://d2k73fu83k71cw.cloudfront.net/splash-ffmpeg.png) no-repeat;background-size:100% 100%;\" class=\"flowplayer flowplayer2131 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><span class=\"close\" >&nbsp;</span><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversion-ffmpeg.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversion-ffmpeg.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversion-ffmpeg.mp4\"></video></div></div><div class=\"overlay2\" style=\"max-width:250px; margin-right:5px;width:100%; \"> <div style=\"max-width:250px; background: url(http://d2k73fu83k71cw.cloudfront.net/splash-xmedia.png) no-repeat;background-size:100% 100%;\" class=\"flowplayer flowplayer2131 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><span class=\"close\" >&nbsp;</span><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-xmedia.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-xmedia.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-xmedia.mp4\"></video></div></div><div class=\"overlay2\" style=\"max-width:250px; margin-right:5px;width:100%; \"> <div style=\"max-width:250px; background: url(http://d2k73fu83k71cw.cloudfront.net/splash-mimitype.png) no-repeat;background-size:100% 100%;\" class=\"flowplayer flowplayer2131 minimalist play-button color-light is-splash \" data-key=\"$416145421197229\" data-logo=\"http://d2k73fu83k71cw.cloudfront.net/memberplayer/mplogo3.png\" data-ratio=\"0.56206088993\" data-embed=\"false\" data-fullscreen=\"false\" ><span class=\"close\" >&nbsp;</span><video preload=\"none\" ><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-amazons3.webm\"><source type=\"video/mp4\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-amazons3.mp4\"><source type=\"video/flash\" src=\"http://d2k73fu83k71cw.cloudfront.net/videoconversions-amazons3.mp4\"></video></div></div></div><script> jQuery(document).ready(function($){ $(\".flowplayer2131\").each (function() { var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0; $(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type; }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); }); });</script>\n<p>&nbsp;</p>\n<p><strong>FFMPEG Command: Enter this at C Prompt (see video)<br />\n</strong></p>\n<p>(1) Video Conversion from MP4 to WEBM</p>\n<p>ffmpeg -y -i inputvideo.mp4 -filter:v scale=640:360,setsar=1/1 -pix_fmt yuv420p -b:v 500k -r:v 25/1 -force_fps -c:a libvorbis -b:a 80k -pass 2 outputvideo.webm</p>\n<p>(2) Snapshot Thumbnail</p>\n<p>-ss 00:00:05.000 -f image2 -s 640&#215;360 -vframes 1 splash.png</p>\n<p><strong>HTML5 Video is where you need to be, now and in the future.</strong> Google endorses it, and even creates the webm open source for it. Mobile devices love html5 video. I can go on and on. You do you need to download the Adobe Flash browser extension to watch a video if the video player is html5.</p>\n<ul>\n<li>Flash is not supported on Apple devices: iPad and iPhone is moving away from Linux and Android</li>\n<li>Developers are moving away from Flash. Google Trends downward slope means that <a href=\"http://www.google.com/trends/explore#q=flash\" target=\"_blank\">Flash is risky</a></li>\n<li>Flash is <a href=\"http://www.apple.com/hotnews/thoughts-on-flash/\" target=\"_blank\">heavy in resources</a>. It is heavy on your CPU and consumes a lot of battery.</li>\n<li>Adobe itself is <a href=\"http://blogs.adobe.com/conversations/2011/11/flash-focus.html\" target=\"_blank\">moving aggressively to HTML5 video</a>.</li>\n</ul>\n<p><strong>The problem?</strong> It is relatively new to still much to learn. I have pulled my hair out trying to learn how to get past the &#8220;HTML5: Video File Not Found&#8221; message when I go to my browser. Okay, my hair was already out&#8230;lol.</p>\n<p>After two weeks of testing, I can now say that I am a expert in putting html5 video on the web. Here is what you need to know:</p>\n<p><strong>General Video Advice:</strong></p>\n<p>Assuming your original video has an 16:9 ratio, you should aim for:</p>\n<ul>\n<li>A resolution of 640&#215;360 pixels plays best on the web (not 1080p)</li>\n<li>An average video bitrate between 500 and 1500 kilobits per second. Be extremely careful about bitrate and dimensions! Watch my first video below with regards to dimentions.</li>\n<li>An average audio bitrate between 40 and 80 kilobits per second</li>\n<li>Encode to a constant frame rate. Do not use Variable frame rate, as it will break playback in various browser and/or platforms.</li>\n<li>Make sure to apply a sample ratio of 1/1 (square pixels) because Internet Explorer and Flash cannot handle anamorphic MP4&#8242;s (Google the term).</li>\n</ul>\n<p><strong>Codecs:</strong></p>\n<ul>\n<li>.MP4 video file format container uses the H.264 (ie, <a href=\"http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC\" target=\"_blank\">MPEG-4 AVC</a>) codecs and a <a href=\"http://en.wikipedia.org/wiki/Advanced_Audio_Coding\" target=\"_blank\">AAC</a> audio codecs</li>\n<li>.WEBM video file format container uses the <a href=\"http://en.wikipedia.org/wiki/VP8\" target=\"_blank\">VP8</a> video codecs and <a href=\"http://en.wikipedia.org/wiki/Vorbis\" target=\"_blank\">Vorbis</a> audio codecs</li>\n<li>.OGG video file format container uses the <a href=\"http://en.wikipedia.org/wiki/Theora\" target=\"_blank\">Theora</a> video codecs and <a href=\"http://en.wikipedia.org/wiki/Vorbis\" target=\"_blank\">Vorbis</a> audio codecs</li>\n</ul>\n<p><strong>Browser Compatibility:</strong></p>\n<p>Chrome and Firefox are the most widely used browsers. But for video, they support different file formats. For example, at the time of this post, Chrome supports MP4 video, but is planning on removing MP4 support. Firefox does not support MP4 video right now, but they are planning on adding MP4 support.</p>\n<p>Thus, the best solution to play HTML5 videos is provide a MP4 and WebM, which will cover 99% of all browsers out there. Use OGG if you want support for some older browsers. I personally just use MP4 and WEBM.</p>\n<ul>\n<li>WebM video file format plays on the latest Firefox, and Opera</li>\n<li>MP4 video file format plays on Chrome, Internet Explorer, and Safari</li>\n<li>OGG video file format plays on Firefox, Chrome, and Opera</li>\n</ul>\n<p>By default, Covert Player attempts to use HTML5 videos, starting with WebM, and if your website visitor&#8217;s browser does not support HTML5, then it will default to Flash and the MP4 is used. Covert Player has a lightweight flash player backup.</p>\n<p><strong>MIME Types</strong></p>\n<p>MIME Type is a meta data tag that simply tells the browser which Content Type is being served. For HTML5, you want to make sure your Content Type is set correctly to these key/values:</p>\n<ul>\n<li>Content-Type video/webm</li>\n<li>Content-Type video/mp4</li>\n<li>Content-Type video/ogg</li>\n</ul>\n<p>If you are using AmazonS3, you can make your the changes to your MetaData inside your AmazonS3 console. If you are using <a href=\"http://www.bucketexplorer.com/\" target=\"_blank\">Bucket Explorer</a>, this is really easy, and my Video 4 explains exactly how I do this.</p>\n<p>This blog post gives you exact steps that I take to make videos for online.</p>\n<p>Thank you for reading. Please make a comment, I read them all.</p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_3375\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm&amp;description=Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you...video encoding is a different animal genre altogether.If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 ...\" id=\"pin_hide_info_8188\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_8188\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(8188);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm&summary=Nothing is more frustrating to the internet marketer than video encoding. Okay, learning php/html is a bit intimidating, but let me tell you...video encoding is a different animal genre altogether.If you are creating and producing online web videos and self hosting your videos on amazons3 cloud and using a HTML5 ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Guide%20to%20HTML5%20Video%20Encoding%20%26%238211%3B%20MP4%20to%20Webm\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://www.markdulisse.com/blog/articles/videomarketing/guide-to-html5-video-encoding/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Make Money With This HTML5 Responsive Lead Capture Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.markdulisse.com/blog/articles/products/html5-lead-capture-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.markdulisse.com/blog/articles/products/html5-lead-capture-page/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Oct 2013 16:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:19:\"Mark\'s Top Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"email marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:24:\"html5 responsive tempate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"lead capture page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"leadpages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"squeeze page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2090\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"You can start immediately and make money with this free mobile responsive html5 lead capture page. I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code which allows you to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27800:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"You can start immediately and make money with this free mobile responsive html5 lead capture page.I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code ...\";\n            post_id = 2090;</script><style>\n                #indeed_sm_wrap_619{\n            top : 20px;left : 20px;}#indeed_sm_wrap_619 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_619\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page&amp;description=You can start immediately and make money with this free mobile responsive html5 lead capture page.I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code ...\" id=\"pin_hide_info_4322\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_4322\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(4322);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page&summary=You can start immediately and make money with this free mobile responsive html5 lead capture page.I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p>You can start immediately and make money with this <strong>free</strong> <a href=\"http://www.easyoptinbuilder.com/triple-it/\" target=\"_blank\">mobile responsive html5 lead capture page</a>.</p>\n<div class=\"container eobstartspcontainer\">\n					<div class=\"row\">\n					<div class=\"featured_form\"><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" href=\"#\" data-toggle=\"modal\" data-target=\"#myModaleoboptin14\" class=\"btn btn-2eoboptin14 btn-large\"><i class=\"glyphicon-white glyphicon glyphicon-arrow-down\"></i> Click Here to Download Free HTML5 Template</button></div>				\n					</div>\n								<!-- Modal for terms & conditions content -->\n								<div id=\"myModaleoboptin14\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" style=\" z-index: 100000;\">\n								<div class=\"modal-dialog\">\n     								 <div class=\"modal-content\" style=\"background-color: #EFEFEF;\">\n									<div class=\"modal-header\" style=\"background-color:#395E88;\"><button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button>\n									<div class=\"headline-formpopup\"><p class=\"eobtitletext\" style=\"font-size:26px;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Get Your Free Responsive HTML5 Template</p><p class=\"eobheadertext\" style=\"font-size:20px;font-family:Arial,Helvetica,Sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Enter Credentials Below</p></div>\n									</div><div style=\"width: 0px; margin: 0px auto; height: 0px;  border-left: 30px solid #EFEFEF; border-right: 30px solid #EFEFEF; border-top: 30px solid #395E88;\"></div><div class=\"modal-body\" style=\"background-color:#EFEFEF;\"><div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_formpopup\" style=\"\">\n									 <!-- form -->\n									 <form id=\"eoboptinformpopeoboptin14\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-horizontal\" style=\"display:inline;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-block-level\" style=\"font-size:18px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"564184\" name=\"webform_id\" type=\"hidden\"></div><div class=\"form-group\" style=\"margin-bottom:5px;\"><div class=\"clearfix break\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-1eoboptin14 btn-lg btn-block\"><i class=\"glyphicon-white glyphicon glyphicon-arrow-down\"></i> Download Now</button></div></form>\n										<p class=\"eobprivacymsg\" style=\"color:#A8A8A8;\">We hate spam and your info. is safe!</p></div>\n										<!--/form --></div>\n							</div>\n							</div></div>							\n						</div><style type=\"text/css\"> .btn-1eoboptin14,.btn-1eoboptin14:hover{   background-color: hsl(38, 100%, 40%) !important;\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\\&quot;#ffb432\\&quot;, endColorstr=\\&quot;#cc8100\\&quot;);\n  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffb432), to(#cc8100));\n  background-image: -moz-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -ms-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb432), color-stop(100%, #cc8100));\n  background-image: -webkit-linear-gradient(top, #ffb432, #cc8100);\n  background-image: -o-linear-gradient(top, #ffb432, #cc8100);\n  background-image: linear-gradient(#ffb432, #cc8100);\n  border-color: #cc8100 #cc8100 hsl(38, 100%, 35%);\n  color: #333 !important;\n  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);\n  -webkit-font-smoothing: antialiased;\n } </style></div></div><style type=\"text/css\"> .btn-2eoboptin14,.btn-2eoboptin14:hover{   background-color: hsl(201, 100%, 30%) !important;\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\\&quot;#00a5ff\\&quot;, endColorstr=\\&quot;#006399\\&quot;);\n  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399));\n  background-image: -moz-linear-gradient(top, #00a5ff, #006399);\n  background-image: -ms-linear-gradient(top, #00a5ff, #006399);\n  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399));\n  background-image: -webkit-linear-gradient(top, #00a5ff, #006399);\n  background-image: -o-linear-gradient(top, #00a5ff, #006399);\n  background-image: linear-gradient(#00a5ff, #006399);\n  border-color: #006399 #006399 hsl(201, 100%, 25%);\n  color: #fff !important;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);\n  -webkit-font-smoothing: antialiased;\n } </style>\n<p>I am very proud of my recent development of <a href=\"http://www.easyoptinbuilder.com\" target=\"_blank\">Easy Optin Builder</a> that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code which allows you to place these stunning forms on any html or php webpage.</p>\n<p>If you look around my blog, you will see me using Easy Optin Builder throughout (sidebar, end of every post/page, inside posts with popup buttons, some times with a footer ad, and auto comment subscribing).</p>\n<p>In this blog post I am going to show you how to edit and set up a <strong>highly responsive html5 lead capture page that has been getting me between 40%-50% optin rate.</strong></p>\n<p><span style=\"text-decoration: underline;\">Watch the video below for a tutorial:</span></p>\n<p style=\"text-align: left;\"><code><style> #trcp_Emailsubmit:hover { background:#7100e2 !important; } #cpytiframeflowcpvideo8 .fp-controls { background-color:#d1d1d1 !important;}\n\n   #cpytiframeflowcpvideo8 .fp-timeline { background-color: #000000 !important;}\n\n   #cpytiframeflowcpvideo8 .fp-progress { background-color: #DB0000 !important;}\n\n   #cpytiframeflowcpvideo8 .fp-buffer { background-color: #F9F9F9 !important;}\n\n   .flowplayer .fp-speed { display: none !important; }\n\n   #cpytiframeflowcpvideo8 .fp-time em {font-size:11px !important;}\n\n   background: url(http://d2k73fu83k71cw.cloudfront.net/easyoptinbuilder-tripleitsplash.jpg) no-repeat;background-size:100% 100%;</style>\n\n	<div class=\"trcp_outerpower\" style=\"max-height: 405px;margin: 0 auto;overflow: hidden;max-width: 720px;\">\n\n	<div style=\"text-align: center;\">\n\n	<div id=\"trcp_youtube\" style=\"max-width:720px;max-height:405px;\"><div id=\"cpytiframeflowcpvideo8\" style=\"max-width:720px;max-height:405px;display: block;z-index:0;background: url(http://d2k73fu83k71cw.cloudfront.net/easyoptinbuilder-tripleitsplash.jpg) no-repeat;background-size:100% 100%;\" data-swf=\"https://www.markdulisse.com/blog/wp-content/plugins/covertplayer_pro/admin/codes/commercial/flowplayer.swf\"class=\"flowplayer   is-splash minimalist color-light\" data-embed=\"false\" data-fullscreen=\"false\" data-key=\"$683911933513939\" data-ratio=\"0.5625\"\"><video preload=\"none\"><source type=\"video/webm\" src=\"http://d2k73fu83k71cw.cloudfront.net/easyoptinbuilder-tripleit_1.webm\"/><source type=\"video/mp4\" src=\"http://cdn.covertplayer.s3.amazonaws.com/easyoptinbuildertripleit.mp4\"/><source type=\"video/flash\" src=\"http://cdn.covertplayer.s3.amazonaws.com/easyoptinbuildertripleit.mp4\"/></video></div><div id=\"trcp_EmailPreviewcpvideo8\" class=\"trcp_EmailPreview\" style=\"display:none;height:100%;max-height:405px;\"><div id=\"trcp_Emailvcenter\" class=\"trcp_Emailvcentercpvideo8\" style=\"height:90%;max-height:405px;width:100%;display: table;margin-top:0px;\"><div id=\"trcp_Emailhcenter\" style=\"padding-top:5%;display: table-cell; vertical-align: middle;\"><div id=\"trcp_Emailblock\"><div id=\"trcp_Emailabovetext\" style=\"display: block;font-family: Arial,Helvetica,Sans-serif !important;font-size: 26px !important;color: #eded00 !important;\">Get Responsive HTML5 Capture Page Now!</div><div id=\"trcp_Emailmainentry\"><form action=\"http://www.aweber.com/scripts/addlead.pl\" id=\"autoresponder_form1cpvideo8\"><input type=\"email\" style = \"border-color:#ffffff;border-width:1px;\" value=\"Enter Valid Email Address To Play Video\" id=\"trcp_Emailemailcpvideo8\" class=\"trcp_Emailemail\" name=\"email\" onblur=\"if (this.value == \'\') {this.value = \'Enter Valid Email Address To Play Video\';}\" onfocus=\"if (this.value == \'Enter Valid Email Address To Play Video\') {this.value = \'\';}\"><div style = \"float:left;display:none;\"><input value=\"1703705851\" name=\"meta_web_form_id\" type=\"hidden\"><input value=\"\" name=\"meta_split_id\" type=\"hidden\"><input value=\"unstopaffiliate\" name=\"listname\" type=\"hidden\"><input value=\"\" name=\"redirect\" type=\"hidden\"><input value=\"My_Web_Form\" name=\"meta_adtracking\" type=\"hidden\"><input value=\"1\" name=\"meta_message\" type=\"hidden\"><input value=\"email\" name=\"meta_required\" type=\"hidden\"><input value=\"\" name=\"meta_tooltip\" type=\"hidden\"></div><input type=\"submit\" id=\"trcp_Emailsubmit\" style=\"-webkit-appearance: none !important; -webkit-border-radius: 0px !important;background:#59d600;\" value=\"SUBMIT\"></form></div><div id=\"requireEmail_preview_text_below\" style=\"display: none;\"></div></div></div></div><div id=\"trcp_EmailContent\" style=\"background-color: #000000;opacity:0.82; font-size: 36px;z-index:-1;\" class=\"visible\"><div style=\"display:block;\" title=\"Skip\" class=\"trcp_Emailskip\" id=\"trcp_Emailskipcpvideo8\">&nbsp;</div></div></div></div></div></div><script> var checkpause2 = 0; jQuery(document).ready(function(){ jQuery(\"#cpytiframeflowcpvideo8\").each (function() { var checkpause = 0; var checkprogressfp = 0; var checkreturn = 0;var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0;  jQuery(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type;  if(api.video.time > 0) { if(checkpause == 0 && checkpause2 == 0) { jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo8\").stop(true, true).slideDown(); jQuery(\"#trcp_Emailvcentercpvideo8\").css(\"display\", \"table\"); checkpause = 1; } checkpause2=0; }  }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo8\").stop(true, true).slideDown(); jQuery(\"#trcp_Emailvcentercpvideo8\").css(\"display\", \"table\"); }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); });  }); jQuery(document).ready(function($){  $(\"#autoresponder_form1cpvideo8\").submit(function(){ \n\n  		var email = $(\"input#trcp_Emailemailcpvideo8\").val();\n\n  		if (email == \"\")\n\n  		{\n\n  			return false;\n\n  		}\n\n		$.ajax({\n\n			type: \"POST\",\n\n			url: $(\"#autoresponder_form1cpvideo8\").attr(\"action\"),\n\n			data: $(\"#autoresponder_form1cpvideo8\").serialize(),\n\n			success: function() \n\n			{\n\n				$(\"#trcp_EmailPreviewcpvideo8\").slideUp();\n\n			},\n\n			error:function(){\n\n			}\n\n		});\n\n		$(\"#trcp_EmailPreviewcpvideo8\").slideUp();\n\n		return false;\n\n	});\n\n	var currentmodalthing = $(\"#trcp_EmailPreviewcpvideo8 .modal\").last();\n\n	var currentmodalthingtc = $(\"#trcp_EmailPreviewcpvideo8\");\n\n	var clonedmodth = currentmodalthing.clone(true);	\n\n	clonedmodth.insertBefore(currentmodalthingtc);\n\n});\n\njQuery(\"#trcp_Emailskipcpvideo8\").click(function(){\n\njQuery(\"#trcp_EmailPreviewcpvideo8\").slideUp();\n\n});\n\n</script>\n</code></p>\n<p>&nbsp;</p>\n<p><span style=\"text-decoration: underline;\">The process is straightforward:</span></p>\n<ol>\n<li>Download the zip file, and unzip using your favorite <a href=\"http://www.7-zip.org/\" target=\"_blank\">zip utility tool</a>.</li>\n<li>Open up the index.html file using a text editor like Notepad on PC or Text Edit on your Mac. If you want a more robust html/php editor, then I recommend <a href=\"http://www.adobe.com/ca/products/dreamweaver.html\" target=\"_blank\">Dreamweaver</a>, <a href=\"http://www.editplus.com/\" target=\"_blank\">EditPlus 3</a> (which I use), or the excellent free tool text editors <a href=\"http://notepad-plus-plus.org/download/v6.5.html\" target=\"_blank\">Notepad++ for PC</a> or <a href=\"http://www.barebones.com/products/textwrangler/\" target=\"_blank\">TextWranger for Mac</a>.</li>\n<li>Enter your SEO tags, replace the image file with your own, and replace the Easy Optin Builder embed code with your own. You only need to use the embed code. (see image below for this).</li>\n<li><strong>This is the Make Money part</strong>. Configure your thankyou.html page with your Button with an affiliate link to Easy Optin Builder. Also, set up an Autoresponder sequence.</li>\n<li>Using your favorite <a href=\"http://www.filezilla.org\" target=\"_blank\">FTP client software</a>, simply upload all files to your domain.</li>\n</ol>\n<p>Below is a screenshot of the index.html file that you edit to make as your own.</p>\n<p><img class=\"alignnone\" style=\"border: 1px solid black;\" alt=\"easyoptinbuilder tripleitinstructions Make Money With This HTML5 Responsive Lead Capture Page\" src=\"http://d2k73fu83k71cw.cloudfront.net/easyoptinbuilder-tripleitinstructions.png\" width=\"710\" height=\"849\" title=\"Make Money With This HTML5 Responsive Lead Capture Page\" /></p>\n<p>Thus, there are really only three items as illustrated on the image above to edit:</p>\n<ul>\n<li>SEO Tags</li>\n<li>Image Tag</li>\n<li>Easy Optin Builder Embed Code</li>\n</ul>\n<p>Take action and implement.</p>\n<p>What I like about this free Responsive HTML5 Lead Capture page is that you can easily change the image to a product image, or call to action image, etc.. I personally think that a cool face picture is the best, and it identifies you as a real person to interact with, but that is my humble opinion.</p>\n<p><strong>Please share me on Facebook, Google+, and Twitter&#8230;<span style=\"color: #800000;\">and make a comment below.</span> I read them all.</strong></p>\n<p>Thank you,</p>\n<p>Mark</p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_619\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page&amp;description=You can start immediately and make money with this free mobile responsive html5 lead capture page.I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code ...\" id=\"pin_hide_info_4322\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_4322\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(4322);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page&summary=You can start immediately and make money with this free mobile responsive html5 lead capture page.I am very proud of my recent development of Easy Optin Builder that I launched last week. Not only does it add mobile responsive optin forms to a wordpress blog, but also has embed code ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Make%20Money%20With%20This%20HTML5%20Responsive%20Lead%20Capture%20Page\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.markdulisse.com/blog/articles/products/html5-lead-capture-page/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Free Download – Generate Product or Events Buzz (Super Bowl Style)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://www.markdulisse.com/blog/articles/videomarketing/create-teaser-video/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://www.markdulisse.com/blog/articles/videomarketing/create-teaser-video/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Aug 2013 16:59:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=2016\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"Without a doubt, watching the NFL Super Bowl every year is spectacular&#8230;not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some of the most expensive ad [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26558:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"Without a doubt, watching the NFL Super Bowl every year is spectacular...not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some ...\";\n            post_id = 2016;</script><style>\n                #indeed_sm_wrap_4697{\n            top : 20px;left : 20px;}#indeed_sm_wrap_4697 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4697\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29 http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29&amp;description=Without a doubt, watching the NFL Super Bowl every year is spectacular...not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some ...\" id=\"pin_hide_info_3031\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3031\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3031);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29&summary=Without a doubt, watching the NFL Super Bowl every year is spectacular...not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p><img class=\"alignleft  wp-image-2019\" style=\"margin-left: 10px; margin-right: 10px;\" alt=\"superbowl logo Free Download   Generate Product or Events Buzz (Super Bowl Style)\" src=\"http://www.markdulisse.com/blog/wp-content/uploads/2013/08/superbowl-logo.jpg\" width=\"164\" height=\"165\" title=\"Free Download   Generate Product or Events Buzz (Super Bowl Style)\" /></p>\n<p>Without a doubt, watching the NFL Super Bowl every year is spectacular&#8230;not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some of the most expensive ad space ever. For a 30 second Super Bowl commercial spot you are looking at paying on<a href=\"http://en.wikipedia.org/wiki/Super_Bowl_advertising\" target=\"_blank\" rel=\"nofollow\"> average 4 million USD</a>.</p>\n<p>What I find really cool are the <strong>teaser videos</strong> leading up to the Super Bowl that these high priced advertisers produce and release to the world.</p>\n<p>Here are some<strong> Super Bowl 2013 Teaser Video examples</strong>:</p>\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=PstMBnLvOBg&amp;feature=youtube_gdata_player\" target=\"_blank\" rel=\"nofollow\">&#8220;Grandpa Goes Wild&#8221; | 2013 Taco Bell Game Day Commercial Teaser</a></li>\n<li> <a href=\"https://www.youtube.com/watch?v=uPq7jVGPs3g&amp;feature=youtube_gdata_player\" target=\"_blank\" rel=\"nofollow\">Kate Upton Washes the All-New Mercedes-Benz CLA in Slow Motion</a></li>\n<li> <a href=\"https://www.youtube.com/watch?v=vnSOz6LW-E0&amp;feature=youtube_gdata_player\" target=\"_blank\" rel=\"nofollow\">GoDaddy &#8211; Ready. Set. Danica.</a></li>\n<li> <a href=\"https://www.youtube.com/watch?v=6uFQAqwbwSg&amp;feature=youtube_gdata_player\" target=\"_blank\" rel=\"nofollow\">Coke Chase 2013 Ad</a></li>\n</ul>\n<p><strong>What Is Lesson Learned For Us?</strong> During a product launch or event, create teaser videos to create anticipation of what is coming&#8230;Game Day!  Obviously, it is impossible to compete against the budgets of these high priced film productions, but you&#8217;d be surprised how much &#8216;YouTube Home Video&#8217; style works. <em>Make them short, direct, and give them a taste of what is to come&#8230;a teaser.</em></p>\n<p><strong>Does It Work?</strong> You bet it does&#8230;.</p>\n<p><em><span style=\"text-decoration: underline;\">Check out the video below</span>.</em> The video contains the video teaser, as well as a special download for you of the source file to this teaser so that you can quickly do the same.</p>\n<p>This teaser was my <a href=\"http://www.salespresspro.com\" target=\"_blank\">Sales Press Pro</a> during its initial launch. The prelaunch page consisted of this video and a optin form. That&#8217;s it. <strong>The result?</strong> Over 4000 new subscribers and a buzz in the marketplace that helped Sales Press Pro become a 6 figure launch of a wordpress theme in less than 1 week.</p>\n<p><strong>Watch video below for tutorial and teaser:</strong></p>\n<style> #trcp_Emailsubmit:hover { background:#7100e2 !important; } </style>\n\n	<div class=\"trcp_outerpower1\" style=\"height: 100%px;margin: 0 auto;overflow: hidden;width: 671px;\">\n\n	<div style=\"text-align:center;width:100%;\"><div style=\"text-align: center;background:url(https://www.markdulisse.com/blog/wp-content/plugins/covertplayer_pro/admin/codes/images/640360.png) no-repeat;margin:0 auto;height:391px;width:671px;\">\n\n	<div id=\"trcp_youtube\" style=\"width:640px;height:360px;top:15px;\"><div style=\"width:640px;height:360px;\"><iframe id=cpvideo7 title=\"YouTube video player\" width=\"640\" height=\"360\" src=\"http://www.youtube.com/embed/4B94twr9yj4?wmode=opaque&enablejsapi=1&autoplay=0&autohide=1&controls=1&modestbranding=1&showinfo=0&theme=light&vq=hd720&rel=0\" frameborder=\"0\" allowfullscreen></iframe></div><div id=\"trcp_EmailPreviewcpvideo7\" style=\"width: 100%;text-align: center;margin: 0;z-index:1;display:none;height:360px;position: absolute;top: 0;left: 0;\"><div id=\"trcp_Emailvcenter\" style=\"display: table-cell; vertical-align: middle;\"><div id=\"trcp_Emailhcenter\"><div id=\"trcp_Emailblock\"><div id=\"trcp_Emailabovetext\" style=\"display: block;font-family: Arial,Helvetica,Sans-serif !important;font-size: 30px !important;color: #eeee22 !important;\">Get 100% Free Download</div><div id=\"trcp_Emailmainentry\"><form action=\"https://app.getresponse.com/add_contact_webform.html\" id=\"autoresponder_form1cpvideo7\"><input type=\"email\" style = \"border-color:#ffffff;border-width:1px;\" value=\"Enter Valid Email Address\" id=\"trcp_Emailemailcpvideo7\" class=\"trcp_Emailemail\" name=\"email\" onblur=\"if (this.value == \'\') {this.value = \'Enter Valid Email Address\';}\" onfocus=\"if (this.value == \'Enter Valid Email Address\') {this.value = \'\';}\"><div style = \"float:left;display:none;\"><input value=\"510027\" name=\"webform_id\" type=\"hidden\"></div><input type=\"submit\" id=\"trcp_Emailsubmit\" style=\"-webkit-appearance: none !important; -webkit-border-radius: 0px !important;background:#59d600;\" value=\"PLAY\"></form></div><div id=\"requireEmail_preview_text_below\" style=\"display: none;\"></div></div></div></div><div id=\"trcp_EmailContent\" style=\"background-color: #000000;opacity:0.82; font-size: 36px;z-index:-1;\" class=\"visible\"><div style=\"display:block;\" title=\"Skip\" class=\"trcp_Emailskip\" id=\"trcp_Emailskipcpvideo7\">&nbsp;</div></div></div></div></div></div><div class=\"poweredby_covertp\" style=\"display:block;width: 671px;height:30px;\">\n\n<a target=\"_blank\" style=\"float: right !important;\" href=\"http://www.covertplayer.com\"> <img src=\"http://covertplayer.com/images/covertpowerlogo.png\" alt=\"covertpowerlogo Free Download   Generate Product or Events Buzz (Super Bowl Style)\" width=\"186\" height=\"30\" style=\"	border:none !important;\" title=\"Free Download   Generate Product or Events Buzz (Super Bowl Style)\" /></a></div></div><script>\n\nvar playercpvideo7;\n\nvar checkprogresscpvideo7 = 0;\n\nvar checkpauseytcpvideo7 = 0;\n\nYT_ready(function(){\n\n    var frameIDcpvideo7 = getFrameIDspp(\"cpvideo7\");\n\n    if (frameIDcpvideo7) {\n\n        playercpvideo7 = new YT.Player(frameIDcpvideo7, {\n\n            events: {\n\n                \"onStateChange\": stopCyclecpvideo7\n\n            }\n\n        });\n\n    }\n\n});\n\nfunction updatePlayerInfocpytcpvideo7() {\n\n   if(playercpvideo7) { if(checkprogresscpvideo7 == 0) {if(playercpvideo7.getCurrentTime() > 0) { playercpvideo7.pauseVideo(); jQuery(\"#trcp_EmailPreviewcpvideo7\").stop(true, true).slideDown(); jQuery(\"#trcp_EmailPreviewcpvideo7\").css(\"display\", \"table\"); checkprogresscpvideo7=1; } }  } };\n\n    \n\nfunction stopCyclecpvideo7(event) {  if(checkpauseytcpvideo7 == 0) { if(event.data == 2) { jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo7\").stop(true, true).slideDown();  jQuery(\"#trcp_EmailPreviewcpvideo7\").css(\"display\", \"table\"); checkpauseytcpvideo7=1; } }  if(event.data == 0) { jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo7\").stop(true, true).slideDown(); jQuery(\"#trcp_EmailPreviewcpvideo7\").css(\"display\", \"table\"); } } jQuery(document).ready(function($){ \n\n		$(\"#autoresponder_form1cpvideo7\").submit(function(){ \n\n  		var email = $(\"input#trcp_Emailemailcpvideo7\").val();\n\n  		if (email == \"\")\n\n  		{\n\n  			return false;\n\n  		}\n\n		$.ajax({\n\n			type: \"POST\",\n\n			url: $(\"#autoresponder_form1cpvideo7\").attr(\"action\"),\n\n			data: $(\"#autoresponder_form1cpvideo7\").serialize(),\n\n			success: function() \n\n			{\n\n				$(\"#trcp_EmailPreviewcpvideo7\").slideUp();\n\n			},\n\n			error:function(){\n\n			}\n\n		});\n\n		$(\"#trcp_EmailPreviewcpvideo7\").slideUp();\n\n		return false;\n\n	});\n\n	var currentmodalthing = $(\"#trcp_EmailPreviewcpvideo7 .modal\").last();\n\n	var currentmodalthingtc = $(\"#trcp_EmailPreviewcpvideo7\");\n\n	var clonedmodth = currentmodalthing.clone(true);	\n\n	clonedmodth.insertBefore(currentmodalthingtc); \n\n});\n\njQuery(\"#trcp_Emailskipcpvideo7\").click(function(){\n\njQuery(\"#trcp_EmailPreviewcpvideo7\").slideUp();\n\n});\n\n</script>\n<p>&nbsp;</p>\n<div class=\"container eobstartspcontainer\">\n					<div class=\"row\">\n					<div class=\"featured_form\"><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" href=\"#\" data-toggle=\"modal\" data-target=\"#myModaleoboptin9\" class=\"btn btn-success btn-large btn-block\">Click Here To Receive 100% Free Download <i class=\"icon-white icon-facetime-video\"></i></button></div>				\n					</div>\n								<!-- Modal for terms & conditions content -->\n								<div id=\"myModaleoboptin9\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\" style=\" z-index: 100000;\">\n								<div class=\"modal-dialog\">\n     								 <div class=\"modal-content\" style=\"background-color: #FFFFFF;\">\n									<div class=\"modal-header\" style=\"background-color:#FFFFFF;\"><button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">×</button>\n									<div class=\"headline-formpopup\"><p class=\"eobtitletext\" style=\"font-size:30px;font-family:Arial,Helvetica,Sans-serif;color:#137AB5;font-weight:normal;font-style:normal;\">Get 100% Free Source Files To <br>Teaser Video</p><p class=\"eobheadertext\" style=\"font-size:20px;font-family:Arial,Helvetica,Sans-serif;color:#262626;font-weight:normal;font-style:normal;\">Simply enter Your email address and check your Inbox for confirmation to receive <strong>100% Free Gift!</strong></p></div>\n									</div><div class=\"modal-body\" style=\"background-color:#1796DE;\"><div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_formpopup\" style=\"\">\n									 <!-- form -->\n									 <form id=\"eoboptinformpopeoboptin9\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-horizontal\" style=\"display:inline;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email address...\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:18px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin:0px !important;border:1px solid #000000;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"510027\" name=\"webform_id\" type=\"hidden\"></div><div class=\"form-group\" style=\"margin-bottom:5px;\"><div class=\"clearfix break\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-1eoboptin9 btn-large\"><i class=\"icon-white icon-envelope\"></i> Click Here For Instant Access</button></div></form>\n										<p class=\"eobprivacymsg\" style=\"color:#FFFFFF;\">We hate spam and your info. is safe!</p></div>\n										<!--/form --></div>\n							</div>\n							</div></div>							\n						</div><style type=\"text/css\"> .btn-1eoboptin9,.btn-1eoboptin9:hover{   background-color: hsl(41, 85%, 35%) !important;\n  background-repeat: repeat-x;\n  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\\&quot;#efb73d\\&quot;, endColorstr=\\&quot;#a5750d\\&quot;);\n  background-image: -khtml-gradient(linear, left top, left bottom, from(#efb73d), to(#a5750d));\n  background-image: -moz-linear-gradient(top, #efb73d, #a5750d);\n  background-image: -ms-linear-gradient(top, #efb73d, #a5750d);\n  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efb73d), color-stop(100%, #a5750d));\n  background-image: -webkit-linear-gradient(top, #efb73d, #a5750d);\n  background-image: -o-linear-gradient(top, #efb73d, #a5750d);\n  background-image: linear-gradient(#efb73d, #a5750d);\n  border-color: #a5750d #a5750d hsl(41, 85%, 29%);\n  color: #fff !important;\n  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);\n  -webkit-font-smoothing: antialiased;\n } </style></div></div>\n<p>As you can see, creating teaser style videos is really simple and yet very powerful in their results. <em>If you want to generate a buzz in your niche, start creating more teaser videos in your event and/or product launch campaign.</em> All the major marketers do it.</p>\n<p><strong>Here is a tip:</strong> the higher the price your product, the more teasers and buzz you will need to create. You can&#8217;t expect someone to read one salespage on launch day and expect them to pull out their visa and slap down $1000. While the product, no doubt, is great and probably worth 10x that much in value, it simply does not work that way for marketing purposes. You have to wet their appetite with short video teasers.</p>\n<p><span style=\"color: #800000;\"><strong>Tell me what you think. Make a comment. I read them all.</strong></span></p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_4697\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29 http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29&amp;description=Without a doubt, watching the NFL Super Bowl every year is spectacular...not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some ...\" id=\"pin_hide_info_3031\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3031\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3031);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29&summary=Without a doubt, watching the NFL Super Bowl every year is spectacular...not only for the caliber of the sport, but more importantly from a marketing standpoint to watch the entertainment and television commercials. There are a lot of lessons to be learned. Television commercials during the Super Bowl is some ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Free%20Download%20%26%238211%3B%20Generate%20Product%20or%20Events%20Buzz%20%28Super%20Bowl%20Style%29\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://www.markdulisse.com/blog/articles/videomarketing/create-teaser-video/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Mobile SEO Tips and Google Mobile Traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.markdulisse.com/blog/articles/seo/mobile-video-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://www.markdulisse.com/blog/articles/seo/mobile-video-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 May 2013 20:33:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Video Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:32:\"local search engine optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"local seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"mobile video seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"video seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:15:\"website traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.markdulisse.com/blog/?p=1850\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for people who are using mobile [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Dulisse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:30981:\"<div id=\'indeed_top_ism\' class=\'indeed_top_ism\'></div><p></p><script>\n                ism_url=\"http://www.markdulisse.com/blog/feed/\";\n                ism_base_path = \"http://www.markdulisse.com/blog\";\n                post_description = \"Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for ...\";\n            post_id = 1850;</script><style>\n                #indeed_sm_wrap_1713{\n            top : 20px;left : 20px;}#indeed_sm_wrap_1713 .ism_item{\n                display: inline-block;}</style><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_1713\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic&amp;description=Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for ...\" id=\"pin_hide_info_3142\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3142\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3142);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic&summary=Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><p><img class=\"alignleft\" style=\"margin-left: 10px; margin-right: 10px;\" alt=\"mobile devices seo Mobile SEO Tips and Google Mobile Traffic\" src=\"http://d10phb92wepjk4.cloudfront.net/mobile-devices-seo.jpg\" width=\"150\" height=\"162\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /></p>\n<p><strong>Mobile Search Engine Optimization</strong> (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, <a title=\"Mobile SEO Report\" href=\"http://www.rimmkaufman.com/blog/rkg-digital-marketing-report-q1-2013-released/09042013/\" target=\"_blank\">25% of all search engine traffic comes from mobile devices</a>. <strong>The real question is</strong>, <span style=\"text-decoration: underline;\">what should I be doing to increase traffic to my websites for people who are using mobile devices?</span></p>\n<p>Here are <strong>5 Mobile SEO Tips</strong> to help you get more free traffic from the search engines.</p>\n<p><span style=\"color: #800000;\"><strong>Tip #1 &#8211; Stop Building Mobile Sites</strong></span></p>\n<p>Yep, you heard me right. Not only do users dislike mobile sites, but so do the search engines. Even Larry Page, co-founder of Google, said in a earnings report that he did not like mobile designed websites because they are <a title=\"Larry Page Google\" href=\"http://www.wordstream.com/blog/ws/2013/02/26/google-mobile-ads#larry-page-mobile-site-responsive-design\" target=\"_blank\">small and confusing</a>. <span style=\"text-decoration: underline;\">What is Google&#8217;s solution then</span>? Keep your websites just like they are. Avoid adding a <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=34648\" target=\"_blank\">Mobile Sitemap</a> unless you are sure your website is only serving mobile device visitors, otherwise desktop users will not see any results. Google, all by itself, <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=35312\" target=\"_blank\">transcodes (modifies) your website for mobile viewing</a>.  To ensure the best experience for mobile devices, build your website with a &#8216;<a title=\"Responsive Web Design\" href=\"http://www.seomoz.org/blog/seo-of-responsive-web-design\" target=\"_blank\">responsive design</a>&#8216; and follow Google&#8217;s recommended best practices for <a href=\"https://developers.google.com/webmasters/smartphone-sites/\" target=\"_blank\">building mobile optimized websites</a>.</p>\n<p><span style=\"text-decoration: underline;\">Retail searches</span> are normally the only one&#8217;s who benefit from a specific mobile site, but even then, all mobile searchers want are <a href=\"http://marketingland.com/google-survey-what-users-want-from-mobile-sites-22606\" target=\"_blank\">Directions and Hours of Operation</a>, a Google survey revealed. Thus, if you do Local SEO for Businesses, and you are setting them up with a mobile site, be cautious. Your customers will be paying you money for less results, which leads to your seo credibility going down the drain.</p>\n<p><span style=\"color: #800000;\"><strong>Tip #2 &#8211; Use Video SEO Best Practices To Stand Out From The Crowd<br />\n</strong></span></p>\n<p>A Video Thumbnail in the search results stands out from the other listings and gets you more clicks. Period. The great news, is that Mobile Video SEO is an extension of regular <a title=\"Video SEO Best Practices\" href=\"http://www.markdulisse.com/blog/articles/seo/video-seo-best-practices/\" target=\"_blank\">Video SEO Best Practices</a> for your website.</p>\n<p>I have seen some ridiculous products for sale for video seo, including mobile seo.</p>\n<p><strong>Want to see another <a title=\"Warrior Special Offer Scam\" href=\"http://www.markdulisse.com/blog/articles/news/warrior-special-offers-scams/\" target=\"_blank\">WSO Scam</a>?</strong> This guy, no idea who he is, other than his skype id has the name &#8216;reilly&#8217; in it. Anyways, a few months ago he sold a product called <a href=\"http://wpmediasitemap.com/\" target=\"_blank\">WP Media Sitemap</a> as a <a href=\"http://www.warriorforum.com/warrior-special-offers-forum/599996-offer-closed.html\" target=\"_blank\">Warrior Special Offer Here</a>, and he touted he sold 1400+ using <a href=\"http://www.jvzoo.com/register/739\" target=\"_blank\">JVZoo</a> as the marketplace. It was being sold as a Mobile Video SEO Sitemap. Even had other warriors giving testimonials. Hmmm&#8230;makes me wonder! This is hilarious really. His proof shots on his salespage are search engine screen shots of Youtube videos in the search engines. Hmm&#8230;.that is funny&#8230;Youtube indexes their own videos. Don&#8217;t need a video sitemap for that. This guy was making money &#8220;selling ice to Eskimo&#8217;s.&#8221; And, he was touting that his was a &#8216;mobile video seo sitemap,&#8217; as though a &#8216;video sitemap&#8217; was not enough. Interestingly, the WSO is closed, and his product is no longer for sale on JVZoo. I guess it doesn&#8217;t work! <img src=\"http://www.markdulisse.com/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\"icon smile Mobile SEO Tips and Google Mobile Traffic\" class=\"wp-smiley\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /> </p>\n<p>The fact is, you <strong>do not need</strong> a video sitemap for your Youtube videos. And, there is <strong>no such thing as a &#8216;mobile video sitemap&#8217; edition</strong>.</p>\n<blockquote>\n<p style=\"text-align: left;\">To Rank your Self Hosted Videos in Google&#8217;s Desktop Search and Mobile Search, you just need a Video Sitemap&#8230;NOTHING MORE&#8230;NOTHING LESS!</p>\n</blockquote>\n<p>Watch this video for some cool tips on &#8220;<strong>How To Rank Your Website On Mobile Search&#8221;</strong>:</p>\n<style> #trcp_Emailsubmit:hover { background:#7100e2 !important; } #cpytiframeflowcpvideo6 .fp-controls { background-color:#ffffff !important;}\n\n   #cpytiframeflowcpvideo6 .fp-timeline { background-color: #000000 !important;}\n\n   #cpytiframeflowcpvideo6 .fp-progress { background-color: #59d600 !important;}\n\n   #cpytiframeflowcpvideo6 .fp-buffer { background-color: #F9F9F9 !important;}\n\n   .flowplayer .fp-speed { display: none !important; }\n\n   #cpytiframeflowcpvideo6 .fp-time em {font-size:11px !important;}\n\n   background: url(http://d10phb92wepjk4.cloudfront.net/mobile-seo-tips.jpg) no-repeat;background-size:100% 100%;</style>\n\n	<div class=\"trcp_outerpower\" style=\"max-height: 443px;margin: 0 auto;overflow: hidden;max-width: 720px;\">\n\n	<div style=\"text-align: center;\">\n\n	<div id=\"trcp_youtube\" style=\"max-width:720px;max-height:405px;\"><div id=\"cpytiframeflowcpvideo6\" style=\"max-width:720px;max-height:405px;display: block;z-index:0;background: url(http://d10phb92wepjk4.cloudfront.net/mobile-seo-tips.jpg) no-repeat;background-size:100% 100%;\" data-swf=\"https://www.markdulisse.com/blog/wp-content/plugins/covertplayer_pro/admin/codes/commercial/flowplayer.swf\"class=\"flowplayer   is-splash minimalist play-button color-light no-time no-volume no-mute\" data-embed=\"false\" data-fullscreen=\"false\" data-key=\"$683911933513939\" data-ratio=\"0.5625\"\"><video preload=\"none\"><source type=\"video/mp4\" src=\"http://d10phb92wepjk4.cloudfront.net/mobile-seo-google.mp4\"/></video></div><div id=\"trcp_EmailPreviewcpvideo6\" class=\"trcp_EmailPreview\" style=\"display:none;height:100%;max-height:405px;\"><div id=\"trcp_Emailvcenter\" class=\"trcp_Emailvcentercpvideo6\" style=\"height:90%;max-height:405px;width:100%;display: table;margin-top:0px;\"><div id=\"trcp_Emailhcenter\" style=\"padding-top:5%;display: table-cell; vertical-align: middle;\"><div id=\"trcp_Emailblock\"><div id=\"trcp_Emailabovetext\" style=\"display: block;font-family: Arial,Helvetica,Sans-serif !important;font-size: 22px !important;color: #eded02 !important;\">Join My Internet Marketing List<br>\nFor Pure Knowledge & Best Products!</div><div id=\"trcp_Emailmainentry\"><form action=\"https://app.getresponse.com/add_contact_webform.html\" id=\"autoresponder_form1cpvideo6\"><input type=\"email\" style = \"border-color:#ffffff;border-width:1px;\" value=\"Enter Valid Email Address\" id=\"trcp_Emailemailcpvideo6\" class=\"trcp_Emailemail\" name=\"email\" onblur=\"if (this.value == \'\') {this.value = \'Enter Valid Email Address\';}\" onfocus=\"if (this.value == \'Enter Valid Email Address\') {this.value = \'\';}\"><div style = \"float:left;display:none;\"><input value=\"438364\" name=\"webform_id\" type=\"hidden\"></div><input type=\"submit\" id=\"trcp_Emailsubmit\" style=\"-webkit-appearance: none !important; -webkit-border-radius: 0px !important;background:#59d600;\" value=\"PLAY\"></form></div><div id=\"requireEmail_preview_text_below\" style=\"display: none;\"></div></div></div></div><div id=\"trcp_EmailContent\" style=\"background-color: #000000;opacity:0.82; font-size: 36px;z-index:-1;\" class=\"visible\"><div style=\"display:block;\" title=\"Skip\" class=\"trcp_Emailskip\" id=\"trcp_Emailskipcpvideo6\">&nbsp;</div></div></div></div></div><div class=\"poweredby_covertp\" style=\"display:block;max-width: 720px; position:relative;height:30px;\">\n\n<a target=\"_blank\" style=\"float: right !important;\" href=\"http://www.covertplayer.com/live/\"> <img src=\"http://covertplayer.com/images/covertpowerlogo.png\" alt=\"covertpowerlogo Mobile SEO Tips and Google Mobile Traffic\" width=\"186\" height=\"30\" style=\"border:none !important;box-shadow:none !important;\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /></a></div><div style=\"clear:both;\"></div></div><script> var checkpause2 = 0; jQuery(document).ready(function(){ jQuery(\"#cpytiframeflowcpvideo6\").each (function() { var checkpause = 0; var checkprogressfp = 0; var checkreturn = 0;var gvpcheckprogress = 0; var gvpbeforeseekval = 0; var gvpseekval = 0;  jQuery(this).bind(\"ready\", function(event, api) {  }).bind(\"pause\", function(event, api) { myType =  \".\"+api.video.type;  if(api.video.time > 0) { if(checkpause == 0 && checkpause2 == 0) { jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo6\").stop(true, true).slideDown(); jQuery(\"#trcp_Emailvcentercpvideo6\").css(\"display\", \"table\"); checkpause = 1; } checkpause2=0; }  }).bind(\"finish\", function(event, api) {  myType2 =  \".\"+api.video.type;  jQuery.noConflict(); jQuery(\"#trcp_EmailPreviewcpvideo6\").stop(true, true).slideDown(); jQuery(\"#trcp_Emailvcentercpvideo6\").css(\"display\", \"table\"); }).bind(\"beforeseek\", function(event, api) {  gvpbeforeseekval = api.video.time; }).bind(\"seek\", function(event, api) {  gvpseekval = api.video.time; myType5 =  \".\"+api.video.type; }).bind(\"resume\", function(event, api) { if(api.video.time > 0 ) { myType4 =  \".\"+api.video.type;  } }).bind(\"progress\", function(event, api) { if(api.video.time > 0) { if(gvpcheckprogress == 0) { myType3 =  \".\"+api.video.type; gvpcheckprogress = 1; } } }); });  }); jQuery(document).ready(function($){  $(\"#autoresponder_form1cpvideo6\").submit(function(){ \n\n  		var email = $(\"input#trcp_Emailemailcpvideo6\").val();\n\n  		if (email == \"\")\n\n  		{\n\n  			return false;\n\n  		}\n\n		$.ajax({\n\n			type: \"POST\",\n\n			url: $(\"#autoresponder_form1cpvideo6\").attr(\"action\"),\n\n			data: $(\"#autoresponder_form1cpvideo6\").serialize(),\n\n			success: function() \n\n			{\n\n				$(\"#trcp_EmailPreviewcpvideo6\").slideUp();\n\n			},\n\n			error:function(){\n\n			}\n\n		});\n\n		$(\"#trcp_EmailPreviewcpvideo6\").slideUp();\n\n		return false;\n\n	});\n\n	var currentmodalthing = $(\"#trcp_EmailPreviewcpvideo6 .modal\").last();\n\n	var currentmodalthingtc = $(\"#trcp_EmailPreviewcpvideo6\");\n\n	var clonedmodth = currentmodalthing.clone(true);	\n\n	clonedmodth.insertBefore(currentmodalthingtc);\n\n});\n\njQuery(\"#trcp_Emailskipcpvideo6\").click(function(){\n\njQuery(\"#trcp_EmailPreviewcpvideo6\").slideUp();\n\n});\n\n</script>\n<p>Here is some proof of why my <a href=\"http://www.warriorforum.com/warrior-special-offers-forum/521471-1-google-video-sitemap-50-off-limited-time-act-now.html\" target=\"_blank\">Google Video Sitemap</a> continues to be the Number One Video Sitemap WP Plugin on the market. With the click of 1 button, this wp plugin will scan every page and post on your blog for self hosted videos and will create both a videositemap.xml (for Google) and videositemap.rss (for Yahoo and Bing).</p>\n<p>These video sitemaps are automatically created with my Google Video Sitemap.</p>\n<ul>\n<li><a href=\"http://www.markdulisse.com/blog/videositemap.xml\" target=\"_blank\">http://www.markdulisse.com/blog/videositemap.xml</a></li>\n<li><a href=\"http://www.markdulisse.com/blog/videositemap.rss\" target=\"_blank\">http://www.markdulisse.com/blog/videositemap.rss</a></li>\n</ul>\n<p>What is more cool, I just added support with the video sitemap and my latest and greatest <a href=\"http://www.covertplayer.com/live/\" target=\"_blank\">Covert Player</a> wp plugin.</p>\n<p>Here is a <strong>screenshot from a Ipad</strong> showing one of my posts on this blog with a Video Thumbnail in the search engines.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" style=\"border: 1px solid black;\" alt=\"how to rank videos on google search Mobile SEO Tips and Google Mobile Traffic\" src=\"http://d10phb92wepjk4.cloudfront.net/how-to-rank-videos-on-google-search.jpg\" width=\"720\" height=\"540\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /></p>\n<p style=\"text-align: left;\">Next, here is a <strong>iPhone screenshot</strong> of the same post from this blog with video thumbnail in the mobile search results. Once again, proof that all you need is my Google Video Sitemap.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" style=\"border: 1px solid black;\" title=\"Mobile Video Tips\" alt=\"mobile video seo Mobile SEO Tips and Google Mobile Traffic\" src=\"http://d10phb92wepjk4.cloudfront.net/mobile-video-seo.jpg\" width=\"400\" height=\"600\" /></p>\n<p style=\"text-align: left;\">And to get even better, here is proof on the MRSS video sitemap url working in <strong>Bing&#8217;s search results</strong> with Video Thumbnail in search results&#8230;</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" style=\"border: 1px solid black;\" title=\"Bing Video SEO Tips\" alt=\"bing video seo Mobile SEO Tips and Google Mobile Traffic\" src=\"http://d10phb92wepjk4.cloudfront.net/bing-video-seo.jpg\" width=\"608\" height=\"421\" /></p>\n<p style=\"text-align: left;\">Isn&#8217;t that just awesome news! The search engines are doing its job and indexing content for mobile search.</p>\n<p style=\"text-align: left;\"><span style=\"color: #800000;\"><strong>Tip #3 &#8211; Take Advantage of Local Business SEO For Mobile Search Results</strong></span></p>\n<p style=\"text-align: left;\">If you have a local business with a business local, you need to do <a href=\"http://www.localseocrusher.com\" target=\"_blank\">Local SEO</a> for your website so that customers and prospects can easily find you, and you get prominence in the mobile search engine. Zain Shah wrote an article on the <a href=\"http://www.searchenginejournal.com/local-seo-in-5-easy-steps/61298/\" target=\"_blank\">5 Easy Steps of Local SEO</a>, as well as Jayson DeMers on the <a href=\"http://www.searchenginejournal.com/the-definitive-guide-to-local-seo/47319/\" target=\"_blank\">Definitive Guide to Local SEO</a>.</p>\n<p style=\"text-align: left;\"><span style=\"color: #800000;\"><strong>Tip #4 &#8211; Have Strong On-Page &amp; Off-Page SEO For Your Website</strong></span></p>\n<p style=\"text-align: left;\">Once again, mobile seo is an extension of regular seo. The same principles apply. Some of the basics are:</p>\n<ul>\n<li>Canonical URL Structure</li>\n<li>Easy Navigation (all pages/posts accessible within 2 clicks)</li>\n<li>Browser Speed is good, and even better, fast. Don&#8217;t have a ton of images and flash. Text is better.</li>\n<li>Unique Content: Do what I do. Text, Video, Images, Social Shares, Comments, all one each page/post for best results.</li>\n<li>Image SEO with Alternate and Title Tags</li>\n<li>Video SEO with Google Video Sitemap and Video SEO Best Practice Tips</li>\n<li>Have a Google Video Sitemap</li>\n<li>Add Rel Author Google+ Support to your website. <a href=\"http://www.markdulisse.com/blog/articles/products/google-authorship-plugin/\" target=\"_blank\">Get Free Rel Author WP Plugin Here</a></li>\n<li>Social Sharing Backlinks</li>\n<li>Anchor text backlinks from authority sites, including DMOZ, Yahoo Directory, .Edu and .Gov sites, forums, blogs, and more.</li>\n<li>See video above for keyword tips. Have main keyword as home page keyword and long tail keyword as inner pages, pointing back to home page. <img src=\"http://www.markdulisse.com/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\"icon smile Mobile SEO Tips and Google Mobile Traffic\" class=\"wp-smiley\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /> </li>\n<li>Visitor Engagement with Commenting</li>\n<li>This topic can be an entire post all on its own. These are the basics.</li>\n</ul>\n<p><span style=\"color: #800000;\"><strong>Tip #5 &#8211; View Your Websites and Videos On Mobile Devices, on Various Browsers, and Bring Support To Them</strong></span></p>\n<p>This sounds really simple, but you&#8217;d be surprised how many people do not do this. Test your websites on both Android and Apple Mobile Devices (ipad, iphone, etc.), and on all the browsers: firefox, chrome, opera, etc&#8230;</p>\n<p>If you are using self hosted videos, and are using a HTML5 player, have both a mp4 and webm video file, as this will cover 99% of all browsers.</p>\n<p>So there you have it, some really cool tips on Mobile SEO and how you can get more traffic from those doing searches on their mobile devices.</p>\n<p><span style=\"color: #000000;\"><strong>PLEASE LEAVE A COMMENT, I READ THEM ALL! <img src=\"http://www.markdulisse.com/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\"icon smile Mobile SEO Tips and Google Mobile Traffic\" class=\"wp-smiley\" title=\"Mobile SEO Tips and Google Mobile Traffic\" /> </strong></span></p>\n<div class=\"container eobstartspcontainer\">\n							<div class=\"row\">\n									 <div class=\"featured_form\" style=\"background-color: #292921;max-width:710px;border:4px ridge #FAFAFA;\"><div class=\"headline-form\" style=\"\"><p class=\"eobtitletext\" style=\"font-size:18px;font-family:Comic Sans MS, cursive, sans-serif;color:#C7C7C7;font-weight:normal;font-style:normal;\">Get Our Blogazine Newsletter</p><p class=\"eobheadertext\" style=\"font-size:15px;font-family:Tahoma,Geneva,sans-serif;color:#FFFFFF;font-weight:normal;font-style:normal;\">Sign up for free blog updates. We are a spam-free zone; your info will NEVER be shared or sold.</p></div><!-- form -->\n									 <div class=\"maineobcontent\"  style=\"\"><form id=\"eoboptinformeoboptin7\" action=\"https://app.getresponse.com/add_contact_webform.html\" method=\"post\" class=\"form-inline\" style=\"margin-bottom:5px!important;\" ><div class=\"form-group\"><input id=\"email\" name=\"email\" placeholder=\"Enter your email..\" required type=\"email\" class=\"input-xlarge\" style=\"font-size:15px;height:auto;padding:8px !important;background:url(http://www.markdulisse.com/blog/wp-content/plugins/easyoptinbuilder/images/envelope.png) no-repeat scroll 10px center !important;padding-left:35px !important;margin-right:5px !important;margin-left:0px !important;margin-top:0px !important;margin-top:0px !important;border-radius: 0px 0px 0px 0px;-webkit-border-radius: 0px; -moz-border-radius: 0px;color:#000000;text-align:left;font-style:normal;background-color:#FFFFFF !important;\"></div><div style=\"display:none;\"><input value=\"523583\" name=\"webform_id\" type=\"hidden\"></div><button style=\"font-family:Arial,Helvetica,Sans-serif !important;color:#FFFFFF !important;\" class=\"btn btn-warning btn-large\">Go</button></form><p class=\"eobprivacymsg\" style=\"color:#969696;\">We hate spam and your info. is safe!</p>\n										<!--/form --></div></div>				\n							</div>\n						</div><div class=\"ism_wrap ism_template_13\" id=\"indeed_sm_wrap_1713\" style=\"\" ><div id=\"fb-root\"></div>  <script>\n                            window.fbAsyncInit = function() {\n                              FB.init({\n                                appId                : \'273591936170559\',\n                                status               : true,\n                                cookie               : true,\n                                xfbml                : true,\n                              });\n                            };\n                            // Load the SDK Asynchronously\n                            (function(d, s, id) {\n                              var js, fjs = d.getElementsByTagName(s)[0];\n                              if (d.getElementById(id)) return;\n\n                              js = d.createElement(s); js.id = id;\n                              js.src = \"//connect.facebook.net/en_US/all.js\";\n                              fjs.parentNode.insertBefore(js, fjs);\n                           }(document, \"script\", \"facebook-jssdk\"));\n                      </script><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"shareOnFacebook( \'Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\', \'http://www.markdulisse.com/blog/feed/\', \'https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\', \'0\', \'0\' );ism_fake_increment(\'.facebook_share_count\');\"><div class=\"ism_item ism_box_facebook\"><i class=\"fa-ism fa-facebook-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://twitter.com/intent/tweet?text=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic http://www.markdulisse.com/blog/feed/ %40markdulisse\" class=\"ism_link\"onClick=\"setIds(\'0\', \'0\', \'http://www.markdulisse.com/blog/feed/\');ism_fake_increment(\'.twitter_share_count\');\"><div class=\"ism_item ism_box_twitter\"><i class=\"fa-ism fa-twitter-ism\"></i><div class=\"clear\"></div></div></a><a href=\"https://plus.google.com/share?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.google_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_google\"><i class=\"fa-ism fa-google-ism\"></i><div class=\"clear\"></div></div></a><input type=\"hidden\" value=\"&amp;url=http://www.markdulisse.com/blog/feed/&amp;title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic&amp;description=Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for ...\" id=\"pin_hide_info_3142\"/><input type=\"hidden\" value=\"https://www.markdulisse.com/blog/wp-content/uploads/2013/03/number1gif.gif\" id=\"pin_default_feat_img_3142\" /><a href=\"javascript:void(0)\" class=\"ism_link\"onClick=\"indeedPinterestPopUp(3142);ism_fake_increment(\'.pinterest_share_count\');\"><div class=\"ism_item ism_box_pinterest\"><i class=\"fa-ism fa-pinterest-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic&summary=Mobile Search Engine Optimization (SEO) is becoming increasingly necessary as website visitors increasingly use mobile devices (including tablets) to visit your sites. In fact, 25% of all search engine traffic comes from mobile devices. The real question is, what should I be doing to increase traffic to my websites for ...\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.linkedin_share_count\');return !window.open(this.href, \'\', \'width=700,height=450\');\"><div class=\"ism_item ism_box_linkedin\"><i class=\"fa-ism fa-linkedin-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://digg.com/submit?phase=2%20&amp;url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.digg_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_digg\"><i class=\"fa-ism fa-digg-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.stumbleupon.com/badge/?url=http://www.markdulisse.com/blog/feed/&title=Mobile%20SEO%20Tips%20and%20Google%20Mobile%20Traffic\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.stumbleupon_share_count\');return !window.open(this.href, \'\', \'width=700,height=575\');\"><div class=\"ism_item ism_box_stumbleupon\"><i class=\"fa-ism fa-stumbleupon-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://www.reddit.com/submit?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.reddit_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_reddit\"><i class=\"fa-ism fa-reddit-ism\"></i><div class=\"clear\"></div></div></a><a href=\"http://del.icio.us/post?url=http://www.markdulisse.com/blog/feed/\" class=\"ism_link\"onClick=\"ism_fake_increment(\'.delicious_share_count\');return !window.open(this.href, \'\', \'width=700,height=313\');\"><div class=\"ism_item ism_box_delicious\"><i class=\"fa-ism fa-delicious-ism\"></i><div class=\"clear\"></div></div></a></div><div id=\'indeed_bottom_ism\' class=\'indeed_bottom_ism\'></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://www.markdulisse.com/blog/articles/seo/mobile-video-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:43:\"http://feeds.feedburner.com/MarkDulisseBlog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:15:\"markdulisseblog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:13:\"last-modified\";s:29:\"Thu, 30 Oct 2014 11:26:34 GMT\";s:4:\"etag\";s:27:\"6FCLXKpDvZ+c8xYVLQVNDNv45W8\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Thu, 30 Oct 2014 11:26:34 GMT\";s:7:\"expires\";s:29:\"Thu, 30 Oct 2014 11:26:34 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:14:\"80:quic,p=0.01\";}s:5:\"build\";s:14:\"20131104065503\";}','no'),(162,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:20:\"http://raylsmith.org\";s:4:\"link\";s:96:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://raylsmith.org/\";s:3:\"url\";s:129:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://raylsmith.org/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(1261,'widget_show_recent','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1262,'widget_social_networks','a:2:{i:2;a:12:{s:5:\"title\";s:9:\"Follow Us\";s:10:\"title_link\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:7:\"twitter\";s:18:\"http://twitter.com\";s:8:\"facebook\";s:19:\"http://facebook.com\";s:6:\"flickr\";s:0:\"\";s:7:\"youtube\";s:18:\"http://youtube.com\";s:8:\"linkedin\";s:19:\"http://linkedin.com\";s:10:\"foursquare\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:7:\"display\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(1263,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1264,'widget_fivesquared_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1265,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120859,'_transient_is_multi_author','0','yes'),(120860,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1414668443;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";i:6;s:6:\"text-8\";i:7;s:6:\"text-9\";i:8;s:7:\"text-10\";i:9;s:7:\"text-11\";i:10;s:12:\"categories-3\";i:11;s:17:\"recent-comments-3\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(206,'theme_mods_aaastartertheme102','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1340873521;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(207,'theme_switched','','yes'),(251,'uninstall_plugins','a:4:{s:37:\"paypal-donations/paypal-donations.php\";a:2:{i:0;s:15:\"PayPalDonations\";i:1;s:9:\"uninstall\";}s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:29:\"easy-columns/easy-columns.php\";a:2:{i:0;s:11:\"EasyColumns\";i:1;s:9:\"uninstall\";}s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";}','no'),(211,'recently_activated','a:1:{s:27:\"wp-pagenavi/wp-pagenavi.php\";i:1413203393;}','yes'),(252,'db_upgraded','','yes'),(3096,'link_manager_enabled','1','yes'),(2180,'paypal_donations_options','a:14:{s:14:\"paypal_account\";s:18:\"rays6767@yahoo.com\";s:10:\"page_style\";s:0:\"\";s:11:\"return_page\";s:0:\"\";s:7:\"purpose\";s:0:\"\";s:9:\"reference\";s:0:\"\";s:6:\"button\";s:6:\"custom\";s:10:\"button_url\";s:58:\"http://raylsmith.org/wp-content/uploads/2012/09/accept.png\";s:13:\"currency_code\";s:3:\"USD\";s:6:\"amount\";s:0:\"\";s:16:\"button_localized\";s:5:\"en_US\";s:13:\"disable_stats\";b:0;s:13:\"center_button\";b:0;s:21:\"set_checkout_language\";b:0;s:17:\"checkout_language\";s:0:\"\";}','yes'),(261,'aaastartertheme102_ubuntu','Leave Out','yes'),(262,'aaastartertheme102_yanonekaffeesatz','Leave Out','yes'),(263,'aaastartertheme102_nobile','Leave Out','yes'),(264,'aaastartertheme102_reeniebeanie','Leave Out','yes'),(265,'aaastartertheme102_molengo','Leave Out','yes'),(266,'aaastartertheme102_arvo','Leave Out','yes'),(267,'aaastartertheme102_comingsoon','Leave Out','yes'),(268,'aaastartertheme102_craftygirls','Leave Out','yes'),(269,'aaastartertheme102_calligraffitti','Leave Out','yes'),(270,'aaastartertheme102_tangerine','Leave Out','yes'),(271,'aaastartertheme102_cherrycreamsoda','Leave Out','yes'),(272,'aaastartertheme102_oflsortsmillgoudytt','Leave Out','yes'),(273,'aaastartertheme102_cantarell','Leave Out','yes'),(274,'aaastartertheme102_rocksalt','Make Available','yes'),(275,'aaastartertheme102_vollkorn','Leave Out','yes'),(276,'aaastartertheme102_coveredbyyourgrace','Leave Out','yes'),(277,'aaastartertheme102_chewy','Leave Out','yes'),(278,'aaastartertheme102_luckiestguy','Leave Out','yes'),(279,'aaastartertheme102_dancingscript','Leave Out','yes'),(280,'aaastartertheme102_bangers','Leave Out','yes'),(281,'aaastartertheme102_philosopher','Leave Out','yes'),(282,'aaastartertheme102_fontdinerswanky','Leave Out','yes'),(283,'aaastartertheme102_slackey','Leave Out','yes'),(284,'aaastartertheme102_permanentmarker','Leave Out','yes'),(285,'aaastartertheme102_cabinsketch','Leave Out','yes'),(286,'aaastartertheme102_michroma','Leave Out','yes'),(287,'aaastartertheme102_unkempt','Leave Out','yes'),(288,'aaastartertheme102_allan','Leave Out','yes'),(289,'aaastartertheme102_corben','Leave Out','yes'),(290,'aaastartertheme102_mountainsofchristmas','Leave Out','yes'),(291,'aaastartertheme102_maidenorange','Leave Out','yes'),(292,'aaastartertheme102_extragfonts','','yes'),(293,'aaastartertheme102_default_font','Arial','yes'),(294,'aaastartertheme102_default_size','14','yes'),(295,'aaastartertheme102_h1default_font','Droid Sans','yes'),(296,'aaastartertheme102_h1default_size','46','yes'),(297,'aaastartertheme102_h1default_color','3b3b3b','yes'),(298,'aaastartertheme102_h2default_font','Droid Sans','yes'),(299,'aaastartertheme102_h2default_size','30','yes'),(300,'aaastartertheme102_h2default_color','3b3b3b','yes'),(301,'aaastartertheme102_h3default_font','Droid Sans','yes'),(302,'aaastartertheme102_h3default_size','26','yes'),(303,'aaastartertheme102_h3default_color','3b3b3b','yes'),(304,'aaastartertheme102_h4default_font','Droid Sans','yes'),(305,'aaastartertheme102_h4default_size','22','yes'),(306,'aaastartertheme102_h4default_color','3b3b3b','yes'),(307,'aaastartertheme102_h5default_font','Droid Sans','yes'),(308,'aaastartertheme102_h5default_size','18','yes'),(309,'aaastartertheme102_h5default_color','3b3b3b','yes'),(310,'aaastartertheme102_bg_width','Site Width','yes'),(311,'aaastartertheme102_bodybg_color','ffffff','yes'),(312,'aaastartertheme102_fullbgimg_tiling','Left to right','yes'),(313,'aaastartertheme102_bgimg','noimage','yes'),(314,'aaastartertheme102_bgimg_tiling','Top to bottom','yes'),(315,'aaastartertheme102_afflink','','yes'),(316,'aaastartertheme102_faviconurl','favicon.ico','yes'),(317,'aaastartertheme102_topad_size','15','yes'),(318,'aaastartertheme102_bodywidth','1000','yes'),(319,'aaastartertheme102_row_01','header','yes'),(320,'aaastartertheme102_row_02','featuredone','yes'),(321,'aaastartertheme102_row_03','mainmenu','yes'),(322,'aaastartertheme102_row_04','secondmenu','yes'),(323,'aaastartertheme102_row_05','featuredtwo','yes'),(324,'aaastartertheme102_row_06','contentarea','yes'),(325,'aaastartertheme102_row_07','footerone','yes'),(326,'aaastartertheme102_row_08','footertwo','yes'),(327,'aaastartertheme102_header_height','100','yes'),(328,'aaastartertheme102_header_status_home','Show','yes'),(329,'aaastartertheme102_header_status_blog','Show','yes'),(330,'aaastartertheme102_header_status_single','Show','yes'),(331,'aaastartertheme102_header_status_pages','Show','yes'),(332,'aaastartertheme102_headbg_color','ffffff','yes'),(333,'aaastartertheme102_headerbgurl','noimage','yes'),(334,'aaastartertheme102_headerbgimg_tiling','No Tiling','yes'),(335,'aaastartertheme102_headerlogourl','noimage','yes'),(336,'aaastartertheme102_logopos_top','26','yes'),(337,'aaastartertheme102_logopos_left','252','yes'),(338,'aaastartertheme102_sitetitle_status','Show','yes'),(339,'aaastartertheme102_sitetitle_font','Rock Salt','yes'),(340,'aaastartertheme102_sitetitle_color','303030','yes'),(341,'aaastartertheme102_sitetitletext_size','48','yes'),(342,'aaastartertheme102_sitetitle_weight','Normal','yes'),(343,'aaastartertheme102_sitetitlepos_top','16','yes'),(344,'aaastartertheme102_sitetitlepos_left','50','yes'),(345,'aaastartertheme102_tagline_status','Show','yes'),(346,'aaastartertheme102_tagline_font','Droid Sans','yes'),(347,'aaastartertheme102_tagline_color','303030','yes'),(348,'aaastartertheme102_taglinetext_size','32','yes'),(349,'aaastartertheme102_tagline_weight','Normal','yes'),(350,'aaastartertheme102_taglinepos_top','48','yes'),(351,'aaastartertheme102_taglinepos_left','63','yes'),(352,'aaastartertheme102_rssiconurl','rss.png','yes'),(353,'aaastartertheme102_rssiconpos_top','0','yes'),(354,'aaastartertheme102_rssiconpos_left','839','yes'),(547,'aaastartertheme102_mainmenuhoverbgimg_tiling','Left to right','yes'),(546,'aaastartertheme102_mainmenuhoverbgurl','noimage','yes'),(545,'aaastartertheme102_mainmenuhoverbg_color','181818','yes'),(544,'aaastartertheme102_mainmenuhover_color','ffffff','yes'),(543,'aaastartertheme102_mainmenubgimg_tiling','No Tiling','yes'),(542,'aaastartertheme102_mainmenubgurl','noimage','yes'),(541,'aaastartertheme102_mainmenubg_color','303030','yes'),(540,'aaastartertheme102_mainmenutext_color','fcfcfc','yes'),(539,'aaastartertheme102_mainmenutext_size','12','yes'),(538,'aaastartertheme102_mainmenu_font','Arial','yes'),(537,'aaastartertheme102_mainmenu_status_pages','Show','yes'),(536,'aaastartertheme102_mainmenu_status_single','Show','yes'),(535,'aaastartertheme102_mainmenu_status_blog','Show','yes'),(534,'aaastartertheme102_mainmenu_status_home','Show','yes'),(533,'aaastartertheme102_mainmenu_height','35','yes'),(374,'aaastartertheme102_secondmenu_height','35','yes'),(375,'aaastartertheme102_secondmenu_status_home','Hide','yes'),(376,'aaastartertheme102_secondmenu_status_blog','Hide','yes'),(377,'aaastartertheme102_secondmenu_status_single','Hide','yes'),(378,'aaastartertheme102_secondmenu_status_pages','Hide','yes'),(379,'aaastartertheme102_secondmenu_font','arial','yes'),(380,'aaastartertheme102_secondmenutext_size','12','yes'),(381,'aaastartertheme102_secondmenutext_color','000000','yes'),(382,'aaastartertheme102_secondmenubg_color','e8e8e8','yes'),(383,'aaastartertheme102_secondmenubgurl','noimage','yes'),(384,'aaastartertheme102_secondmenubgimg_tiling','No Tiling','yes'),(385,'aaastartertheme102_secondmenuhover_color','2b2b2b','yes'),(386,'aaastartertheme102_secondmenuhoverbg_color','ffffff','yes'),(387,'aaastartertheme102_secondmenuhoverbgurl','noimage','yes'),(388,'aaastartertheme102_secondmenuhoverbgimg_tiling','Left to right','yes'),(389,'aaastartertheme102_secondmenudrop_color','757575','yes'),(390,'aaastartertheme102_secondmenudropbg_color','d6d6d6','yes'),(391,'aaastartertheme102_secondmenudropbgurl','noimage','yes'),(392,'aaastartertheme102_secondmenudropbgimg_tiling','Left to right','yes'),(393,'aaastartertheme102_featuredone_height','470','yes'),(394,'aaastartertheme102_featuredone_status_home','Show','yes'),(395,'aaastartertheme102_featuredone_status_blog','Show','yes'),(396,'aaastartertheme102_featuredone_status_single','Show','yes'),(397,'aaastartertheme102_featuredone_status_pages','Show','yes'),(398,'aaastartertheme102_featuredonebg_color','f5f5f5','yes'),(399,'aaastartertheme102_featonebgurl','noimage','yes'),(400,'aaastartertheme102_featonebgimg_tiling','Top to bottom','yes'),(401,'aaastartertheme102_featuredslidetext_color','3b3b3b','yes'),(402,'aaastartertheme102_featuredslidelink_color','257c99','yes'),(403,'aaastartertheme102_featuredslidehover_color','fc5000','yes'),(404,'aaastartertheme102_arrows_status','Show','yes'),(405,'aaastartertheme102_buttons_status','Show','yes'),(406,'aaastartertheme102_interval','5000','yes'),(407,'aaastartertheme102_transition_speed','500','yes'),(408,'aaastartertheme102_featuredtwo_height','150','yes'),(409,'aaastartertheme102_featuredtwo_status_home','Show','yes'),(410,'aaastartertheme102_featuredtwo_status_blog','Show','yes'),(411,'aaastartertheme102_featuredtwo_status_single','Show','yes'),(412,'aaastartertheme102_featuredtwo_status_pages','Show','yes'),(413,'aaastartertheme102_featuredtwobg_color','f5f5f5','yes'),(414,'aaastartertheme102_feattwobgurl','noimage','yes'),(415,'aaastartertheme102_feattwobgimg_tiling','Top to bottom','yes'),(416,'aaastartertheme102_featuredtwotext_color','3b3b3b','yes'),(417,'aaastartertheme102_featuredtwolink_color','257c99','yes'),(418,'aaastartertheme102_featuredtwohover_color','f77a20','yes'),(419,'aaastartertheme102_sidebar_area_width','320','yes'),(420,'aaastartertheme102_contentarea_status_home','Show','yes'),(421,'aaastartertheme102_contentarea_status_blog','Show','yes'),(422,'aaastartertheme102_contentarea_status_single','Show','yes'),(423,'aaastartertheme102_contentarea_status_pages','Show','yes'),(424,'aaastartertheme102_contentareabg_color','ececec','yes'),(425,'aaastartertheme102_contentareabgurl','noimage','yes'),(426,'aaastartertheme102_contentareabgimg_tiling','Top to bottom','yes'),(427,'aaastartertheme102_sidebar_float','Right','yes'),(428,'aaastartertheme102_sidebar_status_home','Show','yes'),(429,'aaastartertheme102_sidebar_status_blog','Show','yes'),(430,'aaastartertheme102_sidebar_status_single','Show','yes'),(431,'aaastartertheme102_sidebar_status_pages','Show','yes'),(432,'aaastartertheme102_sidebarbg_color','none','yes'),(433,'aaastartertheme102_sidebarbgurl','noimage','yes'),(434,'aaastartertheme102_sidebarbgimg_tiling','Top to bottom','yes'),(435,'aaastartertheme102_widgetbg_color','ffffff','yes'),(436,'aaastartertheme102_widgetbgurl','noimage','yes'),(437,'aaastartertheme102_widgetbgimg_tiling','Top to bottom','yes'),(438,'aaastartertheme102_widgetheading_font','Droid Sans','yes'),(439,'aaastartertheme102_widgetheading_size','22','yes'),(440,'aaastartertheme102_widgetheading_weight','Normal','yes'),(441,'aaastartertheme102_widgetheading_color','494949','yes'),(442,'aaastartertheme102_widgetheadingunderline_color','d6d6d6','yes'),(443,'aaastartertheme102_sidebartext_size','12','yes'),(444,'aaastartertheme102_sidebartext_color','303030','yes'),(445,'aaastartertheme102_sidebarlink_color','257c99','yes'),(446,'aaastartertheme102_sidebarhover_color','f56e0e','yes'),(447,'aaastartertheme102_iconone','twitter.png','yes'),(448,'aaastartertheme102_icononelink','http://www.twitter.com/yourhandle','yes'),(449,'aaastartertheme102_icononemsg','Follow On Twitter','yes'),(450,'aaastartertheme102_icontwo','facebook.png','yes'),(451,'aaastartertheme102_icontwolink','http://www.facebook.com/#!/yourname','yes'),(452,'aaastartertheme102_icontwomsg','Connect on Facebook','yes'),(453,'aaastartertheme102_iconthree','youtube.png','yes'),(454,'aaastartertheme102_iconthreelink','http://www.youtube.com/user/yourchannel','yes'),(455,'aaastartertheme102_iconthreemsg','Visit YouTube Channel','yes'),(456,'aaastartertheme102_iconfour','linkedin.png','yes'),(457,'aaastartertheme102_iconfourlink','http://www.linkedin.com/pub/yourhandle','yes'),(458,'aaastartertheme102_iconfourmsg','Connect at LinkedIn','yes'),(459,'aaastartertheme102_pcolnum','1','yes'),(460,'aaastartertheme102_postsareabg_color','none','yes'),(461,'aaastartertheme102_postsareabgurl','noimage','yes'),(462,'aaastartertheme102_postsareabgimg_tiling','Top to bottom','yes'),(463,'aaastartertheme102_postbg_color','ffffff','yes'),(464,'aaastartertheme102_postbgurl','noimage','yes'),(465,'aaastartertheme102_postbgimg_tiling','Top to bottom','yes'),(466,'aaastartertheme102_postheading_font','Droid Sans','yes'),(467,'aaastartertheme102_postheading_size','36','yes'),(468,'aaastartertheme102_postheading_weight','Normal','yes'),(469,'aaastartertheme102_postheading_color','333333','yes'),(470,'aaastartertheme102_postheadinglink_color','257c99','yes'),(471,'aaastartertheme102_postheadinghover_color','f56e0e','yes'),(472,'aaastartertheme102_poststext_color','3b3b3b','yes'),(473,'aaastartertheme102_postslink_color','257c99','yes'),(474,'aaastartertheme102_postshover_color','f56e0e','yes'),(475,'aaastartertheme102_blockquotebg_color','f0f0f0','yes'),(476,'aaastartertheme102_blockquoteborder_color','ababab','yes'),(477,'aaastartertheme102_blockquote_font','Arial','yes'),(478,'aaastartertheme102_blockquote_size','14','yes'),(479,'aaastartertheme102_blockquotetext_color','121212','yes'),(480,'aaastartertheme102_blockquotelink_color','257c99','yes'),(481,'aaastartertheme102_blockquotehover_color','f56e0e','yes'),(482,'aaastartertheme102_postlinks_status_home','Show','yes'),(483,'aaastartertheme102_postlinks_status_blog','Show','yes'),(484,'aaastartertheme102_postlinks_status_single','Show','yes'),(485,'aaastartertheme102_postlinks_status_pages','Show','yes'),(486,'aaastartertheme102_postmeta_status_home','Show','yes'),(487,'aaastartertheme102_postmeta_status_blog','Show','yes'),(488,'aaastartertheme102_postmeta_status_single','Show','yes'),(489,'aaastartertheme102_postmetabg_color','303030','yes'),(490,'aaastartertheme102_postmetaborder_color','d4d4d4','yes'),(491,'aaastartertheme102_postmeta_size','11','yes'),(492,'aaastartertheme102_postmetatext_color','cccccc','yes'),(493,'aaastartertheme102_postmetalink_color','ffffff','yes'),(494,'aaastartertheme102_postmetahover_color','f56e0e','yes'),(495,'aaastartertheme102_footerone_height','250','yes'),(496,'aaastartertheme102_fonecolnum','4','yes'),(497,'aaastartertheme102_footerone_status_home','Show','yes'),(498,'aaastartertheme102_footerone_status_blog','Show','yes'),(499,'aaastartertheme102_footerone_status_single','Show','yes'),(500,'aaastartertheme102_footerone_status_pages','Show','yes'),(501,'aaastartertheme102_footeronebg_color','373737','yes'),(502,'aaastartertheme102_footeronebgurl','noimage','yes'),(503,'aaastartertheme102_footeronebgimg_tiling','Left to right','yes'),(504,'aaastartertheme102_footwidgetheading_font','Droid Sans','yes'),(505,'aaastartertheme102_footwidgetheading_size','18','yes'),(506,'aaastartertheme102_footwidgetheading_weight','Normal','yes'),(507,'aaastartertheme102_footwidgetheading_color','B7B7B7','yes'),(508,'aaastartertheme102_footwidgetheadingunderline_color','404040','yes'),(509,'aaastartertheme102_footeronetext_size','11','yes'),(510,'aaastartertheme102_footeronetext_color','757575','yes'),(511,'aaastartertheme102_footeronelink_color','757575','yes'),(512,'aaastartertheme102_footeronehover_color','f56e0e','yes'),(513,'aaastartertheme102_footertwo_height','40','yes'),(514,'aaastartertheme102_footertwo_status_home','Show','yes'),(515,'aaastartertheme102_footertwo_status_blog','Show','yes'),(516,'aaastartertheme102_footertwo_status_single','Show','yes'),(517,'aaastartertheme102_footertwo_status_pages','Show','yes'),(518,'aaastartertheme102_footertwobg_color','none','yes'),(519,'aaastartertheme102_footertwobgurl','noimage','yes'),(520,'aaastartertheme102_footertwobgimg_tiling','Left to right','yes'),(521,'aaastartertheme102_footertwotext_size','11','yes'),(522,'aaastartertheme102_footertwotext_color','3b3b3b','yes'),(523,'aaastartertheme102_footertwolink_color','257c99','yes'),(524,'aaastartertheme102_footertwohover_color','f56e0e','yes'),(548,'aaastartertheme102_mainmenudrop_color','fcfcfc','yes'),(549,'aaastartertheme102_mainmenudropbg_color','282828','yes'),(550,'aaastartertheme102_mainmenudropbgurl','noimage','yes'),(551,'aaastartertheme102_mainmenudropbgimg_tiling','Left to right','yes'),(3033,'ga_admin_disable','remove','yes'),(558,'theme_mods_DeepFocus','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1340875775;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(559,'et_images_temp_folder','/home/raylsmit/public_html/wp-content/uploads/et_temp','yes'),(560,'et_schedule_clean_images_last_time','1340873522','yes'),(3029,'ga_version','6.4.1','yes'),(3030,'ga_status','enabled','yes'),(3031,'ga_uid','UA-36939647-1','yes'),(3032,'ga_admin_status','enabled','yes'),(563,'deepfocus_logo','','yes'),(564,'deepfocus_favicon','','yes'),(565,'deepfocus_color_scheme','Smooth-Green','yes'),(566,'deepfocus_blog_style','false','yes'),(567,'deepfocus_grab_image','false','yes'),(568,'deepfocus_blog_cat','Uncategorized','yes'),(569,'deepfocus_catnum_posts','6','yes'),(570,'deepfocus_archivenum_posts','5','yes'),(571,'deepfocus_searchnum_posts','5','yes'),(572,'deepfocus_tagnum_posts','5','yes'),(573,'deepfocus_date_format','M j, Y','yes'),(574,'deepfocus_use_excerpt','false','yes'),(575,'deepfocus_cufon','on','yes'),(576,'deepfocus_quote','on','yes'),(577,'deepfocus_quote_one','Imagery is my life and life is something beautiful','yes'),(578,'deepfocus_quote_two','Nam dapibus tortor at massa ornare tincidunt. Donec sagittis commodo diam, a ornare metus','yes'),(579,'deepfocus_home_page_1','2','yes'),(580,'deepfocus_home_page_2','2','yes'),(581,'deepfocus_home_page_3','2','yes'),(582,'deepfocus_fromblog_number','9','yes'),(583,'deepfocus_portfolio_number','8','yes'),(584,'deepfocus_portfolio_cat','Uncategorized','yes'),(585,'deepfocus_homepage_posts','7','yes'),(586,'deepfocus_featured','on','yes'),(587,'deepfocus_duplicate','false','yes'),(588,'deepfocus_feat_cat','Uncategorized','yes'),(589,'deepfocus_featured_num','5','yes'),(590,'deepfocus_use_pages','on','yes'),(591,'deepfocus_slider_auto','on','yes'),(592,'deepfocus_slider_autospeed','3000','yes'),(593,'deepfocus_slider_effect','fade','yes'),(594,'deepfocus_enable_dropdowns','on','yes'),(595,'deepfocus_home_link','on','yes'),(596,'deepfocus_sort_pages','post_title','yes'),(597,'deepfocus_order_page','asc','yes'),(598,'deepfocus_tiers_shown_pages','3','yes'),(599,'deepfocus_enable_dropdowns_categories','on','yes'),(600,'deepfocus_categories_empty','on','yes'),(601,'deepfocus_tiers_shown_categories','3','yes'),(602,'deepfocus_sort_cat','name','yes'),(603,'deepfocus_order_cat','asc','yes'),(604,'deepfocus_swap_navbar','false','yes'),(605,'deepfocus_disable_toptier','false','yes'),(606,'deepfocus_postinfo2','a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}','yes'),(607,'deepfocus_blog_thumbnails','on','yes'),(608,'deepfocus_show_postcomments','on','yes'),(609,'deepfocus_gallery_thumbnails','on','yes'),(610,'deepfocus_page_thumbnails','false','yes'),(611,'deepfocus_show_pagescomments','false','yes'),(612,'deepfocus_postinfo1','a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}','yes'),(613,'deepfocus_thumbnails_index','on','yes'),(614,'deepfocus_custom_colors','false','yes'),(615,'deepfocus_child_css','false','yes'),(616,'deepfocus_child_cssurl','','yes'),(617,'deepfocus_color_bgcolor','','yes'),(618,'deepfocus_color_mainfont','','yes'),(619,'deepfocus_color_mainlink','','yes'),(620,'deepfocus_color_pagelink','','yes'),(621,'deepfocus_color_catslink','','yes'),(622,'deepfocus_color_sidebar_titles','','yes'),(623,'deepfocus_color_footer_titles','','yes'),(624,'deepfocus_color_footer_links','','yes'),(625,'deepfocus_seo_home_title','false','yes'),(626,'deepfocus_seo_home_description','false','yes'),(627,'deepfocus_seo_home_keywords','false','yes'),(628,'deepfocus_seo_home_canonical','false','yes'),(629,'deepfocus_seo_home_titletext','','yes'),(630,'deepfocus_seo_home_descriptiontext','','yes'),(631,'deepfocus_seo_home_keywordstext','','yes'),(632,'deepfocus_seo_home_type','BlogName | Blog description','yes'),(633,'deepfocus_seo_home_separate',' | ','yes'),(634,'deepfocus_seo_single_title','false','yes'),(635,'deepfocus_seo_single_description','false','yes'),(636,'deepfocus_seo_single_keywords','false','yes'),(637,'deepfocus_seo_single_canonical','false','yes'),(638,'deepfocus_seo_single_field_title','seo_title','yes'),(639,'deepfocus_seo_single_field_description','seo_description','yes'),(640,'deepfocus_seo_single_field_keywords','seo_keywords','yes'),(641,'deepfocus_seo_single_type','Post title | BlogName','yes'),(642,'deepfocus_seo_single_separate',' | ','yes'),(643,'deepfocus_seo_index_canonical','false','yes'),(644,'deepfocus_seo_index_description','false','yes'),(645,'deepfocus_seo_index_type','Category name | BlogName','yes'),(646,'deepfocus_seo_index_separate',' | ','yes'),(647,'deepfocus_integrate_header_enable','on','yes'),(648,'deepfocus_integrate_body_enable','on','yes'),(649,'deepfocus_integrate_singletop_enable','on','yes'),(650,'deepfocus_integrate_singlebottom_enable','on','yes'),(651,'deepfocus_integration_head','','yes'),(652,'deepfocus_integration_body','','yes'),(653,'deepfocus_integration_single_top','','yes'),(654,'deepfocus_integration_single_bottom','','yes'),(655,'deepfocus_468_enable','false','yes'),(656,'deepfocus_468_image','','yes'),(657,'deepfocus_468_url','','yes'),(658,'deepfocus_468_adsense','','yes'),(89864,'category_children','a:0:{}','yes'),(660,'deepfocus_feat_pages','a:4:{i:0;s:2:\"22\";i:1;s:2:\"13\";i:2;s:2:\"19\";i:3;s:2:\"16\";}','yes'),(665,'theme_mods_aaastartertheme','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"main-menu\";i:3;s:11:\"second-menu\";i:0;}}','yes'),(666,'aaastartertheme_droidsans','Make Available','yes'),(667,'aaastartertheme_lobster','Make Available','yes'),(668,'aaastartertheme_ptsans','Leave Out','yes'),(669,'aaastartertheme_droidserif','Leave Out','yes'),(670,'aaastartertheme_ubuntu','Leave Out','yes'),(671,'aaastartertheme_yanonekaffeesatz','Leave Out','yes'),(672,'aaastartertheme_nobile','Leave Out','yes'),(673,'aaastartertheme_reeniebeanie','Leave Out','yes'),(674,'aaastartertheme_molengo','Leave Out','yes'),(675,'aaastartertheme_arvo','Leave Out','yes'),(676,'aaastartertheme_comingsoon','Leave Out','yes'),(677,'aaastartertheme_craftygirls','Leave Out','yes'),(678,'aaastartertheme_calligraffitti','Leave Out','yes'),(679,'aaastartertheme_tangerine','Leave Out','yes'),(680,'aaastartertheme_cherrycreamsoda','Leave Out','yes'),(681,'aaastartertheme_oflsortsmillgoudytt','Leave Out','yes'),(682,'aaastartertheme_cantarell','Leave Out','yes'),(683,'aaastartertheme_rocksalt','Leave Out','yes'),(684,'aaastartertheme_vollkorn','Leave Out','yes'),(685,'aaastartertheme_coveredbyyourgrace','Leave Out','yes'),(686,'aaastartertheme_chewy','Leave Out','yes'),(687,'aaastartertheme_luckiestguy','Leave Out','yes'),(688,'aaastartertheme_dancingscript','Leave Out','yes'),(689,'aaastartertheme_bangers','Leave Out','yes'),(690,'aaastartertheme_philosopher','Leave Out','yes'),(691,'aaastartertheme_fontdinerswanky','Leave Out','yes'),(692,'aaastartertheme_slackey','Leave Out','yes'),(693,'aaastartertheme_permanentmarker','Leave Out','yes'),(694,'aaastartertheme_cabinsketch','Leave Out','yes'),(695,'aaastartertheme_michroma','Leave Out','yes'),(696,'aaastartertheme_unkempt','Leave Out','yes'),(697,'aaastartertheme_allan','Leave Out','yes'),(698,'aaastartertheme_corben','Leave Out','yes'),(699,'aaastartertheme_mountainsofchristmas','Leave Out','yes'),(700,'aaastartertheme_maidenorange','Leave Out','yes'),(701,'aaastartertheme_extragfonts','','yes'),(702,'aaastartertheme_default_font','Georgia','yes'),(703,'aaastartertheme_default_size','16','yes'),(704,'aaastartertheme_h1default_font','Georgia','yes'),(705,'aaastartertheme_h1default_size','28','yes'),(706,'aaastartertheme_h1default_color','3b3b3b','yes'),(707,'aaastartertheme_h2default_font','Georgia','yes'),(708,'aaastartertheme_h2default_size','24','yes'),(709,'aaastartertheme_h2default_color','3b3b3b','yes'),(710,'aaastartertheme_h3default_font','Georgia','yes'),(711,'aaastartertheme_h3default_size','22','yes'),(712,'aaastartertheme_h3default_color','3b3b3b','yes'),(713,'aaastartertheme_h4default_font','Georgia','yes'),(714,'aaastartertheme_h4default_size','20','yes'),(715,'aaastartertheme_h4default_color','3b3b3b','yes'),(716,'aaastartertheme_h5default_font','Georgia','yes'),(717,'aaastartertheme_h5default_size','18','yes'),(718,'aaastartertheme_h5default_color','3b3b3b','yes'),(719,'aaastartertheme_bg_width','Full Width','yes'),(720,'aaastartertheme_bodybg_color','f4f4f2','yes'),(721,'aaastartertheme_fullbgimg','noimage','yes'),(722,'aaastartertheme_fullbgimg_tiling','Left to right','yes'),(723,'aaastartertheme_bgimg','noimage','yes'),(724,'aaastartertheme_bgimg_tiling','Top to bottom','yes'),(725,'aaastartertheme_afflink','','yes'),(726,'aaastartertheme_faviconurl','favicon.ico','yes'),(727,'aaastartertheme_topad_size','0','yes'),(728,'aaastartertheme_bodywidth','1000','yes'),(729,'aaastartertheme_row_01','header','yes'),(1097,'aaastartertheme_blockquotelink_color','257c99','yes'),(1096,'aaastartertheme_blockquotetext_color','121212','yes'),(1095,'aaastartertheme_blockquote_size','14','yes'),(1094,'aaastartertheme_blockquote_font','Arial','yes'),(737,'aaastartertheme_header_height','100','yes'),(738,'aaastartertheme_header_status_home','Show','yes'),(739,'aaastartertheme_header_status_blog','Show','yes'),(740,'aaastartertheme_header_status_single','Show','yes'),(741,'aaastartertheme_header_status_pages','Show','yes'),(742,'aaastartertheme_headbg_color','680902','yes'),(743,'aaastartertheme_headerbgurl','noimage','yes'),(744,'aaastartertheme_headerbgimg_tiling','No Tiling','yes'),(745,'aaastartertheme_headerlogourl','logo12.png','yes'),(746,'aaastartertheme_logopos_top','14','yes'),(747,'aaastartertheme_logopos_left','5','yes'),(748,'aaastartertheme_sitetitle_status','Show','yes'),(749,'aaastartertheme_sitetitle_font','Lobster','yes'),(750,'aaastartertheme_sitetitle_color','680902','yes'),(751,'aaastartertheme_sitetitletext_size','1','yes'),(752,'aaastartertheme_sitetitle_weight','Normal','yes'),(753,'aaastartertheme_sitetitlepos_top','11','yes'),(1093,'aaastartertheme_blockquoteborder_color','e8e8e8','yes'),(1092,'aaastartertheme_blockquotebg_color','f2f4d7','yes'),(1091,'aaastartertheme_postshover_color','f56e0e','yes'),(1090,'aaastartertheme_postslink_color','b80000','yes'),(1089,'aaastartertheme_poststext_color','000000','yes'),(1088,'aaastartertheme_postheadinghover_color','b80000','yes'),(1072,'aaastartertheme_iconthreemsg','Visit YouTube Channel','yes'),(1073,'aaastartertheme_iconfour','noimage','yes'),(1074,'aaastartertheme_iconfourlink','http://www.linkedin.com/pub/yourhandle','yes'),(1075,'aaastartertheme_iconfourmsg','Connect at LinkedIn','yes'),(1076,'aaastartertheme_pcolnum','1','yes'),(1077,'aaastartertheme_postsareabg_color','ffffff','yes'),(1078,'aaastartertheme_postsareabgurl','noimage','yes'),(1079,'aaastartertheme_postsareabgimg_tiling','Top to bottom','yes'),(1080,'aaastartertheme_postbg_color','ffffff','yes'),(1081,'aaastartertheme_postbgurl','noimage','yes'),(1082,'aaastartertheme_postbgimg_tiling','Top to bottom','yes'),(1083,'aaastartertheme_postheading_font','Georgia','yes'),(1084,'aaastartertheme_postheading_size','28','yes'),(1085,'aaastartertheme_postheading_weight','Normal','yes'),(1086,'aaastartertheme_postheading_color','333333','yes'),(1087,'aaastartertheme_postheadinglink_color','000000','yes'),(1069,'aaastartertheme_icontwomsg','Connect on Facebook','yes'),(1068,'aaastartertheme_icontwolink','http://www.facebook.com/#!/yourname','yes'),(1067,'aaastartertheme_icontwo','noimage','yes'),(1066,'aaastartertheme_icononemsg','Follow On Twitter','yes'),(1065,'aaastartertheme_icononelink','http://www.twitter.com/yourhandle','yes'),(1064,'aaastartertheme_iconone','noimage','yes'),(1063,'aaastartertheme_sidebarhover_color','f56e0e','yes'),(1062,'aaastartertheme_sidebarlink_color','257c99','yes'),(1061,'aaastartertheme_sidebartext_color','303030','yes'),(1060,'aaastartertheme_sidebartext_size','12','yes'),(1059,'aaastartertheme_widgetheadingunderline_color','d6d6d6','yes'),(1058,'aaastartertheme_widgetheading_color','b80000','yes'),(1057,'aaastartertheme_widgetheading_weight','Normal','yes'),(1056,'aaastartertheme_widgetheading_size','22','yes'),(1055,'aaastartertheme_widgetheading_font','Droid Sans','yes'),(1054,'aaastartertheme_widgetbgimg_tiling','Top to bottom','yes'),(1053,'aaastartertheme_widgetbgurl','noimage','yes'),(1052,'aaastartertheme_widgetbg_color','f4f4f2','yes'),(1051,'aaastartertheme_sidebarbgimg_tiling','Top to bottom','yes'),(1050,'aaastartertheme_sidebarbgurl','noimage','yes'),(1049,'aaastartertheme_sidebarbg_color','f4f4f2','yes'),(1048,'aaastartertheme_sidebar_status_pages','Hide','yes'),(1047,'aaastartertheme_sidebar_status_single','Hide','yes'),(1046,'aaastartertheme_sidebar_status_blog','Hide','yes'),(1045,'aaastartertheme_sidebar_status_home','Hide','yes'),(1044,'aaastartertheme_sidebar_float','Right','yes'),(1043,'aaastartertheme_contentareabgimg_tiling','Top to bottom','yes'),(1042,'aaastartertheme_contentareabgurl','noimage','yes'),(1041,'aaastartertheme_contentareabg_color','ffffff','yes'),(1040,'aaastartertheme_contentarea_status_pages','Show','yes'),(1039,'aaastartertheme_contentarea_status_single','Show','yes'),(1038,'aaastartertheme_contentarea_status_blog','Show','yes'),(1037,'aaastartertheme_contentarea_status_home','Show','yes'),(1036,'aaastartertheme_sidebar_area_width','250','yes'),(1035,'aaastartertheme_featuredtwohover_color','f77a20','yes'),(1034,'aaastartertheme_featuredtwolink_color','257c99','yes'),(1033,'aaastartertheme_featuredtwotext_color','3b3b3b','yes'),(1032,'aaastartertheme_feattwobgimg_tiling','Top to bottom','yes'),(1031,'aaastartertheme_feattwobgurl','noimage','yes'),(1030,'aaastartertheme_featuredtwobg_color','f5f5f5','yes'),(1029,'aaastartertheme_featuredtwo_status_pages','Hide','yes'),(1028,'aaastartertheme_featuredtwo_status_single','Hide','yes'),(1027,'aaastartertheme_featuredtwo_status_blog','Hide','yes'),(1026,'aaastartertheme_featuredtwo_status_home','Hide','yes'),(1025,'aaastartertheme_featuredtwo_height','27','yes'),(1024,'aaastartertheme_transition_speed','500','yes'),(1023,'aaastartertheme_interval','5000','yes'),(1022,'aaastartertheme_buttons_status','Show','yes'),(1021,'aaastartertheme_arrows_status','Show','yes'),(1020,'aaastartertheme_featuredslidehover_color','fc5000','yes'),(1019,'aaastartertheme_featuredslidelink_color','257c99','yes'),(1018,'aaastartertheme_featuredslidetext_color','3b3b3b','yes'),(1017,'aaastartertheme_featonebgimg_tiling','Top to bottom','yes'),(1016,'aaastartertheme_featonebgurl','noimage','yes'),(1015,'aaastartertheme_featuredonebg_color','680902','yes'),(1014,'aaastartertheme_featuredone_status_pages','Hide','yes'),(1013,'aaastartertheme_featuredone_status_single','Hide','yes'),(1012,'aaastartertheme_featuredone_status_blog','Hide','yes'),(1011,'aaastartertheme_featuredone_status_home','Hide','yes'),(1010,'aaastartertheme_featuredone_height','35','yes'),(1009,'aaastartertheme_secondmenudropbgimg_tiling','Left to right','yes'),(1008,'aaastartertheme_secondmenudropbgurl','noimage','yes'),(1007,'aaastartertheme_secondmenudropbg_color','d6d6d6','yes'),(1006,'aaastartertheme_secondmenudrop_color','757575','yes'),(1005,'aaastartertheme_secondmenuhoverbgimg_tiling','Left to right','yes'),(1004,'aaastartertheme_secondmenuhoverbgurl','noimage','yes'),(1003,'aaastartertheme_secondmenuhoverbg_color','ffffff','yes'),(1002,'aaastartertheme_secondmenuhover_color','2b2b2b','yes'),(1001,'aaastartertheme_secondmenubgimg_tiling','No Tiling','yes'),(1000,'aaastartertheme_secondmenubgurl','noimage','yes'),(999,'aaastartertheme_secondmenubg_color','e8e8e8','yes'),(998,'aaastartertheme_secondmenutext_color','000000','yes'),(997,'aaastartertheme_secondmenutext_size','12','yes'),(996,'aaastartertheme_secondmenu_font','arial','yes'),(995,'aaastartertheme_secondmenu_status_pages','Hide','yes'),(994,'aaastartertheme_secondmenu_status_single','Hide','yes'),(993,'aaastartertheme_secondmenu_status_blog','Hide','yes'),(992,'aaastartertheme_secondmenu_status_home','Hide','yes'),(991,'aaastartertheme_secondmenu_height','35','yes'),(990,'aaastartertheme_mainmenudropbgimg_tiling','Left to right','yes'),(989,'aaastartertheme_mainmenudropbgurl','noimage','yes'),(988,'aaastartertheme_mainmenudropbg_color','c70226','yes'),(987,'aaastartertheme_mainmenudrop_color','fcfcfc','yes'),(986,'aaastartertheme_mainmenuhoverbgimg_tiling','Left to right','yes'),(985,'aaastartertheme_mainmenuhoverbgurl','noimage','yes'),(984,'aaastartertheme_mainmenuhoverbg_color','003dd6','yes'),(983,'aaastartertheme_mainmenuhover_color','ffffff','yes'),(982,'aaastartertheme_mainmenubgimg_tiling','No Tiling','yes'),(981,'aaastartertheme_mainmenubgurl','noimage','yes'),(980,'aaastartertheme_mainmenubg_color','a72110','yes'),(979,'aaastartertheme_mainmenutext_color','fcfcfc','yes'),(978,'aaastartertheme_mainmenutext_size','16','yes'),(977,'aaastartertheme_mainmenu_font','Georgia','yes'),(976,'aaastartertheme_mainmenu_status_pages','Show','yes'),(975,'aaastartertheme_mainmenu_status_single','Show','yes'),(974,'aaastartertheme_mainmenu_status_blog','Show','yes'),(973,'aaastartertheme_mainmenu_status_home','Show','yes'),(972,'aaastartertheme_mainmenu_height','35','yes'),(971,'aaastartertheme_rssiconpos_left','839','yes'),(970,'aaastartertheme_rssiconpos_top','0','yes'),(969,'aaastartertheme_rssiconurl','noimage','yes'),(968,'aaastartertheme_taglinepos_left','63','yes'),(967,'aaastartertheme_taglinepos_top','48','yes'),(966,'aaastartertheme_tagline_weight','Normal','yes'),(965,'aaastartertheme_taglinetext_size','1','yes'),(964,'aaastartertheme_tagline_color','680902','yes'),(963,'aaastartertheme_tagline_font','Droid Sans','yes'),(962,'aaastartertheme_tagline_status','Show','yes'),(961,'aaastartertheme_sitetitlepos_left','54','yes'),(960,'aaastartertheme_row_08','footertwo','yes'),(959,'aaastartertheme_row_07','footerone','yes'),(958,'aaastartertheme_row_06','contentarea','yes'),(957,'aaastartertheme_row_05','featuredtwo','yes'),(956,'aaastartertheme_row_04','secondmenu','yes'),(955,'aaastartertheme_row_03','mainmenu','yes'),(954,'aaastartertheme_row_02','featuredone','yes'),(1071,'aaastartertheme_iconthreelink','http://www.youtube.com/user/yourchannel','yes'),(1070,'aaastartertheme_iconthree','noimage','yes'),(1098,'aaastartertheme_blockquotehover_color','f56e0e','yes'),(1099,'aaastartertheme_postlinks_status_home','Hide','yes'),(1100,'aaastartertheme_postlinks_status_blog','Hide','yes'),(1101,'aaastartertheme_postlinks_status_single','Hide','yes'),(1102,'aaastartertheme_postlinks_status_pages','Hide','yes'),(1103,'aaastartertheme_postmeta_status_home','Hide','yes'),(1104,'aaastartertheme_postmeta_status_blog','Hide','yes'),(1105,'aaastartertheme_postmeta_status_single','Hide','yes'),(1106,'aaastartertheme_postmetabg_color','303030','yes'),(1107,'aaastartertheme_postmetaborder_color','d4d4d4','yes'),(1108,'aaastartertheme_postmeta_size','11','yes'),(1109,'aaastartertheme_postmetatext_color','cccccc','yes'),(1110,'aaastartertheme_postmetalink_color','ffffff','yes'),(1111,'aaastartertheme_postmetahover_color','f56e0e','yes'),(1112,'aaastartertheme_footerone_height','39','yes'),(1113,'aaastartertheme_fonecolnum','4','yes'),(1114,'aaastartertheme_footerone_status_home','Show','yes'),(1115,'aaastartertheme_footerone_status_blog','Show','yes'),(1116,'aaastartertheme_footerone_status_single','Show','yes'),(1117,'aaastartertheme_footerone_status_pages','Show','yes'),(1118,'aaastartertheme_footeronebg_color','a51603','yes'),(1119,'aaastartertheme_footeronebgurl','noimage','yes'),(1120,'aaastartertheme_footeronebgimg_tiling','Left to right','yes'),(1121,'aaastartertheme_footwidgetheading_font','Georgia','yes'),(1122,'aaastartertheme_footwidgetheading_size','18','yes'),(1123,'aaastartertheme_footwidgetheading_weight','Normal','yes'),(1124,'aaastartertheme_footwidgetheading_color','ffffff','yes'),(1125,'aaastartertheme_footwidgetheadingunderline_color','a51603','yes'),(1126,'aaastartertheme_footeronetext_size','12','yes'),(1127,'aaastartertheme_footeronetext_color','f5f5f5','yes'),(1128,'aaastartertheme_footeronelink_color','ffffff','yes'),(1129,'aaastartertheme_footeronehover_color','ffffff','yes'),(1130,'aaastartertheme_footertwo_height','40','yes'),(1131,'aaastartertheme_footertwo_status_home','Show','yes'),(1132,'aaastartertheme_footertwo_status_blog','Show','yes'),(1133,'aaastartertheme_footertwo_status_single','Show','yes'),(1134,'aaastartertheme_footertwo_status_pages','Show','yes'),(1135,'aaastartertheme_footertwobg_color','none','yes'),(1136,'aaastartertheme_footertwobgurl','noimage','yes'),(1137,'aaastartertheme_footertwobgimg_tiling','Left to right','yes'),(1138,'aaastartertheme_footertwotext_size','11','yes'),(1139,'aaastartertheme_footertwotext_color','3b3b3b','yes'),(1140,'aaastartertheme_footertwolink_color','257c99','yes'),(1141,'aaastartertheme_footertwohover_color','f56e0e','yes'),(1146,'theme_mods_Karma','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:18:\"Primary Navigation\";i:3;s:17:\"Footer Navigation\";i:4;s:22:\"Top Toolbar Navigation\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1358943788;s:4:\"data\";a:15:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:17:\"social_networks-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-7\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-6\";a:1:{i:0;s:6:\"text-5\";}s:9:\"sidebar-7\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-8\";a:1:{i:0;s:12:\"categories-3\";}s:9:\"sidebar-9\";a:1:{i:0;s:17:\"recent-comments-3\";}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:1:{i:0;s:6:\"text-3\";}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:1:{i:0;s:6:\"text-6\";}}}}','yes'),(1153,'notifier-cache','<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<notifier>\n	<latest>3.0</latest>\n	<changelog>\n<![CDATA[\n<h4>Version 3.0</h4>\n<ul>\n<li><strong>- Overview:</strong> Repsonsive Design, Inline Page-Editing, Boxed Layout, Body Backgrounds, Per-Page Styling, Comments on Pages, Updated Theme Designer Options, WooCommerce Compatibility, Wordpress 3.5 Compatibility.</li>\n<li><strong>- File Update:</strong> <em>/framework/admin/images/bg-icn.png</em> Added Icon for WooCommerce Page.</li>\n<li><strong>- File Update:</strong> <em>header.php</em> Wrapped Main Navigation in Nav Element.</li>\n<li><strong>- File Update:</strong> <em>theme-template-part-tools.php</em> Added functionality for per-page Search Bar display.</li>\n<li><strong>- File Update:</strong> <em>all page templates</em> Added conditional PHP for inline page editing.</li>\n<li><strong>- File Update:</strong> <em>/truethemes_framework/js/truethemes.js</em> Added jQuery for Responsive Select Menu.</li>\n<li><strong>- File Update:</strong> <em>/truethemes_framework/truethemes_framework_init.php</em> Added code to load MetaBox Functionality.</li>\n<li><strong>- File Update:</strong> <em>/truethemes_framework/theme_spcific/_theme_specific_init.php</em> Added code to load metabox.php</li>\n<li><strong>- File Update:</strong> <em>screenshot.png</em> Modified screenshot dimensions as per WordPress 3.5 retina display requirements (600x450px)</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Responsive Design.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Inline Page Editing.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Boxed Layout.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Color.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image Position.</li>\n<li><strong>- Site Options Panel:</strong> Added new option for Body Background Image repeat.</li>\n<li><strong>- Added New File:</strong> /css/_mobile.css</li>\n<li><strong>- Added New File:</strong> /truethemes_framework/theme_specific/metabox.php</li>\n<li><strong>- Added New Folder:</strong> /images/_shortcodes</li>\n<li><strong>- Added New Folder:</strong> /truethemes_framework/truethemes/metabox</li>\n</ul>\n\n<h4>Version 2.7.2</h4>\n<ul>\n<li>- Fixed version compare logic in update notifier.</li>\n<li>- Add Custom submenu in page admin for left and right nav templates.</li>\n<li>- Fixed timthumb multi site image url check.</li>\n</ul>\n<h4>Version 2.7.1</h4>\n<ul>\n<li>- Fixed breadcrumb error in attachment.php when viewing unattached picture</li>\n<li>- Prevent WordPress autosave in reverting portfolio category in edit page view</li>\n<li>- Optimized Error Reporting</li>\n<li>- Optimized Timthumb URL for multi-site</li>\n</ul>\n<h4>Version 2.7.0</h4>\n<ul>\n<li>- Total rewrite of contact form codes forked from grunion contact form and updated to latest version. Removed contact form folder from truethemes folder and added grunion-contact-form folder under extended folder.</li>\n<li>- Fixed updating of default settings into database, upon theme activation</li>\n<li>- Added multiple sidebar widget class</li>\n<li>- Fixed CSS bug for centered content on full-width page template.</li>\n</ul>\n<h4>Version 2.6.9</h4>\n<ul>\n<li>- Added suppress warning, notice, deprecated, and user notice when WP_DEBUG is set to true - functions.php</li>\n<li>- Fixed bug in SEO module option to allow uncheck of checkbox settings - seo_module_class.php</li>\n</ul>\n<h4>Version 2.6.8</h4>\n<ul>\n<li>- Upgraded jQuery prettyPhoto script to the latest version (v3.1.3)</li>\n<li>- Upgraded TimThumb script to the latest version (v2.8.9)</li>\n<li>- Added minor CSS fixes to bottom of style.css.</li>\n</ul>\n<h4>Version 2.6.7</h4>\n<ul>\n<li>- Fixed wploop_exclude function in theme-functions.php. This fixes single category view permalink conflict, when access via category dropdown widget. Allows permalink other than default number type.</li>\n<li>- Comment out addition of negative category IDs to archive page permalinks in theme-functions.php</li>\n<li>- Renamed internal reCaptcha library functions to avoid re-declaration error conflict with plugins.</li>\n<li>- Fixed typo error in variable comment_author_url_label in truethemes-contact-form.php</li>\n</ul>\n<h4>Version 2.6.6</h4>\n<ul>\n<li>- Updated single.php and archive.php on hiding tools panel option</li>\n<li>- updated missing strings into po file and contact form script</li>\n<li>- Show breadcrumb of parent post in attachment.php</li>\n<li>- Do not show attachment title in toolbar</li>\n<li>- Add styles of attachment.php to end of style.css</li>\n<li>- Added attachment.php</li>\n</ul>\n<h4>Version 2.6.5</h4>\n<ul>\n<li>- Fixes contact form inserting in WordPress Admin for latest WP version compatibility.</li>\n<li>- Remove unprocessed shortcode from blog post excerpt.</li>\n<li>- Fixed disable jQuery slider pause</li>\n<li>- Fixed duplicate SEO meta tags</li>\n<li>- Updated en_US.po and en_US.mo file</li>\n<li>- Fixed missing translation strings in comments.php and single.php</li>\n<li>- Added wmode transparent to video embed code</li>\n<li>- Removed error suppressing code in basic.php</li>\n<li>- Added option to disable update notifier, to speed up WordPress Admin loading</li>\n<li>- Fixed disabled of drag share when post date and comment count is disabled</li> \n</ul>\n<h4>Version 2.6.4</h4>\n<ul>\n<li>- Converted entire theme to HTML5</li> \n<li>- Minor page heading tweaks for better SEO</li>\n<li>- CSS tweaks for greater overriding flexibility</li>\n<li>- Code optimization for greater theme performance</li>\n<li>- Added Featured video capability to jQuery1 + jQuery2 homepage sliders</li>\n<li>- Added \"2nd level\" navigation capability to top-toolbar nav</li>\n<li>- Completely localized the theme and included .mo/.po files. Theme is now completely translation ready.</li>\n</ul>\n<br/>\n<h4>Version 2.6.3</h4>\n<ul>\n<li>- Emergency bug fix release.</li> \n<li>- Removed usage of WordPress core function get_theme_data from truethemes_framework_init.php, to prevent fopen error in web hosts that does not allow PHP fopen function.</li>\n</ul>\n<br/>\n<h4>Version 2.6.2</h4>\n<ul>\n<li>- Rewrite twitter shortcode to use cURL instead of simpleXML_load_file, to prevent fopen error.</li>\n<li>- Fixes timthumb url defined constant for multi site installation.</li>\n<li>- Removed theme check for function truethemes_disabled_comments</li>\n<li>- Fixed posts paragraph extra padding.</li>\n</ul>\n<br/>\n<h4>Version 2.6.1</h4>\n<ul>\n<li>- Fixes Framework Loading Issue in Child Theme. Affects Child Theme only.</li>\n<li>- Fixes advances option main content font css.</li>\n</ul>\n<br/>\n<h4>Version 2.6</h4>\n<ul>\n<li>- Added SEO module</li>\n<li>- User able to break content into pages by using nextpage tag in html editor.</li>\n<li>- Updated list shortcode to work in notify boxes.</li>\n<li>- Allows user to specify which accordion slide to open by default.</li>\n<li>- Support for reCAPtcha custom theme</li>\n<li>- Reorganized javascript loading to speed up theme.</li>\n<li>- Fixed featured image linking.</li>\n<li>- Reorganized file structure. Separated files into templates and framework.</li>\n<li>- Added class truethemes_site_option in basic.php to create $ttso global variable.</li>\n<li>- Updated timthumb.php to latest version 2.4</li>\n<li>- Added two menu locations in basic.php namely, footer menu, top toolbar menu. Changed Main navigation to Main Menu.</li>\n<li>- Modified header.php, added checks for top toolbar menu, if there is menu attached, show it, if not show dynamic toolbar \"Toolbar - Left Side\".</li>\n<li>- Modified footer.php, added checks for footer menu, if there is menu attached, show it, if not show dynamic toolbar \"Footer Navigation - Right Side\".</li>\n<li>- Added \"tools panel\" setting to interface option (site option). Do checks in tools.php and index.php, to show or hide, according to user setting.</li> \n<li>- Added \"Post Comments\" setting to blog setting (site option), Do checks in single.php to show or hide comments template.</li>\n<li>- Added function truethemes_disable_comments() in functions/admin/theme-functions.php to update user setting, into WordPress admin settings/discussion/ … This option auto updates WordPress \"discussion\" -\"Allow people to post comments on new articles\" option.</li>\n<li>- Added \"Breadcrumbs - text\" to interface option (site option). Do checks in breadcrumb.php to show user entered text for home page link. defaults to \"Home\".<li>- \n<li>- Added \"submit button - text\" to forms section.</li>\n<li>- Created new \"Advance Options\" panel and all it\'s settings!</li>\n<li>- Modified karma_settings_css() in theme-functions.php to output css for all settings value in new \"Advance Option\" panel.<li>- \n<li>- Renamed karma_setting_css() to truethemes_setting_css(), added helper functions truethemes_push_custom_css and truetheme_push_custom_font()</li>\n</ul>\n<br/>\n<h4>Version 2.4</h4>\n<ul>\n<li>- Further modifications to image-thumbs script for even greater compatibility.</li>\n<li>- Added new functions to basic.php for organizing new content.</li>\n<li>- Added some codes to shortcode.php for organizing new content.</li>\n<li>- Added timthumb fallback script for users who wish to resize images that are not on their own server.</li>\n<li>- Added filters in the theme options to allow developers to program their own custom options.</li>\n</ul>\n<br>\n<h4>Version 2.3</h4>\n<ul>\n<li>- Modified \"functions/truethemes/image-thumbs.php\" for greater server compatibility</li>\n<li>- Minor bug fixes to remove any WP_DEBUG errors.</li>\n</ul>\n<br>\n<h4>Version 2.2</h4>\n<ul>\n<li>- Minor bug fixes to jQuery2 homepage (fullsize banner image)</li>\n<li>- Minor bug fixes to Archives page template</li>\n<li>- Added comment pagination to single blog post template</li>\n<li>- Minor additions to style.css to suit new changes</li>\n</ul>\n<br>\n<h4>Version 2.1</h4>\n<ul>\n<li>- Updated image resizing script (thumbnails now only get created as needed)</li>\n<li>- Minor CSS adjustments/bug fixes</li>\n<li>- Added upgrade notifier (you will now be notified via the wordpress dashboard when new karma releases are available)</li>\n<li>- Cleaned up the code throughout, leaner, more optimized code</li>\n<li>- Optimized images and reduced filesizes</li>\n<li>- Added \'featured video\' functionality to blog</li>\n<li>- Fixed \"Default Template\" (this is now the regular full width template.)</li>\n<li>- Added powerful logo builder</li>\n<li>- Added 16x16 social icons for top toolbar</li>\n</ul>\n]]>\n	</changelog>\n</notifier>','yes'),(1147,'uds-pricing-tables','a:0:{}','yes'),(1148,'aioseop_options','a:40:{s:13:\"aiosp_enabled\";i:1;s:14:\"aiosp_cap_cats\";s:0:\"\";s:9:\"aiosp_can\";s:0:\"\";s:12:\"aiosp_donate\";s:0:\"\";s:16:\"aiosp_home_title\";s:43:\"Ray Smith International | Ministry  website\";s:22:\"aiosp_home_description\";s:148:\"The official website of Ray Smith International that provides online sermon and Bible study  specially on womens, located on Raleigh North Carolina.\";s:19:\"aiosp_home_keywords\";s:151:\"ray smith international, church raleigh nc, online ministries, north raleigh church, ministry site, bible sermon, online christian radio, video sermons\";s:23:\"aiosp_max_words_excerpt\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:0:\"\";s:23:\"aiosp_post_title_format\";s:0:\"\";s:23:\"aiosp_page_title_format\";s:0:\"\";s:27:\"aiosp_category_title_format\";s:0:\"\";s:26:\"aiosp_archive_title_format\";s:0:\"\";s:22:\"aiosp_tag_title_format\";s:0:\"\";s:25:\"aiosp_search_title_format\";s:0:\"\";s:24:\"aiosp_description_format\";s:0:\"\";s:22:\"aiosp_404_title_format\";s:0:\"\";s:18:\"aiosp_paged_format\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:32:\"aiosp_dynamic_postspage_keywords\";s:0:\"\";s:22:\"aiosp_category_noindex\";s:0:\"\";s:21:\"aiosp_archive_noindex\";s:0:\"\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:2:\"on\";s:17:\"aiosp_enablecpost\";s:0:\"\";s:16:\"aiosp_debug_info\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:0:\"\";s:16:\"aiosp_seopostcol\";s:0:\"\";s:18:\"aiosp_seocustptcol\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";s:0:\"\";}','yes'),(1149,'of_template','a:107:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:12:\"Website Logo\";s:4:\"desc\";s:38:\"Upload a custom logo for your Website.\";s:2:\"id\";s:11:\"ka_sitelogo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:17:\"Login Screen Logo\";s:4:\"desc\";s:53:\"Upload a custom logo for your Wordpress login screen.\";s:2:\"id\";s:12:\"ka_loginlogo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:7:\"Favicon\";s:4:\"desc\";s:254:\"Upload a 16px x 16px image that will represent your website\'s favicon.<br /><br /><em>To ensure cross-browser compatibility, we recommend converting the favicon into .ico format before uploading. (<a href=\"http://www.favicon.cc/\">www.favicon.cc</a>)</em>\";s:2:\"id\";s:10:\"ka_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:4;a:6:{s:4:\"name\";s:29:\"Logo Builder - Select an Icon\";s:4:\"desc\";s:134:\"Select an icon to be used for your logo.<br><br><em>note: you should only select an icon if you won\'t be uploading a custom logo.</em>\";s:2:\"id\";s:12:\"ka_logo_icon\";s:3:\"std\";s:6:\"nologo\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:9:{s:17:\"custom-logo-1.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-1.png\";s:17:\"custom-logo-2.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-2.png\";s:17:\"custom-logo-3.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-3.png\";s:17:\"custom-logo-4.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-4.png\";s:17:\"custom-logo-5.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-5.png\";s:17:\"custom-logo-6.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-6.png\";s:17:\"custom-logo-7.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-7.png\";s:17:\"custom-logo-8.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-8.png\";s:17:\"custom-logo-9.png\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/logo-builder/logo-9.png\";}}i:5;a:5:{s:4:\"name\";s:19:\"Logo Builder - Text\";s:4:\"desc\";s:135:\"Enter the text to be used for your logo.<br><br><em>note: you should only enter logo text if you won\'t be uploading a custom logo.</em>\";s:2:\"id\";s:12:\"ka_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:15:\"Hide Meta Boxes\";s:4:\"desc\";s:232:\"This functionality hides meta boxes in the Dashboard to help Wordpress feel more like a CMS. This includes: Comments, Discussion, Trackbacks, Custom Fields, Author, and Slug. <em>Un-check this box to disable this functionality.</em>\";s:2:\"id\";s:14:\"ka_hidemetabox\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:7;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:53:\"Paste Google Analytics (or other) tracking code here.\";s:2:\"id\";s:19:\"ka_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:8;a:5:{s:4:\"name\";s:10:\"SEO Module\";s:4:\"desc\";s:206:\"A Search Engine Optimization Module is included. <em>Please check this box to enable this Module. Please remove any SEO plugins before enabling this module, so as to prevent any possible SEO conflicts.</em>\";s:2:\"id\";s:13:\"ka_seo_module\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:15:\"Update Notifier\";s:4:\"desc\";s:215:\"This functionality enables the theme to automatically check with our server, for the latest version available. <em>Please uncheck and disable this setting if you are experiencing slow loading in WordPress Admin</em>\";s:2:\"id\";s:18:\"ka_update_notifier\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:10;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:11;a:6:{s:4:\"name\";s:20:\"Website Color Scheme\";s:4:\"desc\";s:49:\"Select the primary color scheme for your website.\";s:2:\"id\";s:14:\"ka_main_scheme\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:20:{s:10:\"karma-dark\";s:112:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-dark.jpg\";s:12:\"karma-coffee\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-coffee.jpg\";s:15:\"karma-teal-grey\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-teal-grey.jpg\";s:15:\"karma-blue-grey\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-blue-grey.jpg\";s:12:\"karma-autumn\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-autumn.jpg\";s:10:\"karma-teal\";s:112:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-teal.jpg\";s:10:\"karma-grey\";s:112:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-grey.jpg\";s:12:\"karma-cherry\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-cherry.jpg\";s:12:\"karma-purple\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-purple.jpg\";s:12:\"karma-silver\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-silver.jpg\";s:10:\"karma-fire\";s:112:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-fire.jpg\";s:12:\"karma-violet\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-violet.jpg\";s:16:\"karma-royal-blue\";s:118:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-royal-blue.jpg\";s:12:\"karma-golden\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-golden.jpg\";s:16:\"karma-periwinkle\";s:118:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-periwinkle.jpg\";s:15:\"karma-cool-blue\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-cool-blue.jpg\";s:16:\"karma-lime-green\";s:118:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-lime-green.jpg\";s:10:\"karma-pink\";s:112:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-pink.jpg\";s:14:\"karma-sky-blue\";s:116:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-sky-blue.jpg\";s:18:\"karma-forest-green\";s:120:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/main-karma-forest-green.jpg\";}}i:12;a:6:{s:4:\"name\";s:22:\"Secondary Color Scheme\";s:4:\"desc\";s:89:\"Select a secondary color scheme only if you wish to override the default secondary color.\";s:2:\"id\";s:19:\"ka_secondary_scheme\";s:3:\"std\";s:7:\"default\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:21:{s:7:\"default\";s:114:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-default.jpg\";s:16:\"secondary-coffee\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-coffee.jpg\";s:16:\"secondary-cherry\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-cherry.jpg\";s:16:\"secondary-autumn\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-autumn.jpg\";s:14:\"secondary-fire\";s:111:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-fire.jpg\";s:16:\"secondary-golden\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-golden.jpg\";s:20:\"secondary-lime-green\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-lime-green.jpg\";s:16:\"secondary-purple\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-purple.jpg\";s:14:\"secondary-pink\";s:111:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-pink.jpg\";s:16:\"secondary-violet\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-violet.jpg\";s:20:\"secondary-periwinkle\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-periwinkle.jpg\";s:14:\"secondary-teal\";s:111:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-teal.jpg\";s:22:\"secondary-forest-green\";s:119:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-forest-green.jpg\";s:19:\"secondary-teal-grey\";s:116:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-teal-grey.jpg\";s:19:\"secondary-blue-grey\";s:116:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-blue-grey.jpg\";s:20:\"secondary-royal-blue\";s:117:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-royal-blue.jpg\";s:19:\"secondary-cool-blue\";s:116:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-cool-blue.jpg\";s:18:\"secondary-sky-blue\";s:115:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-sky-blue.jpg\";s:16:\"secondary-silver\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-silver.jpg\";s:14:\"secondary-dark\";s:111:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-dark.jpg\";s:14:\"secondary-grey\";s:111:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/color-schemes/secondary-grey.jpg\";}}i:13;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:48:\"Use this area to add custom CSS to your website.\";s:2:\"id\";s:13:\"ka_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:2:{s:4:\"name\";s:10:\"Typography\";s:4:\"type\";s:7:\"heading\";}i:15;a:6:{s:4:\"name\";s:16:\"Google Web Fonts\";s:4:\"desc\";s:258:\"Select a font face to be used for your website\'s headings.<br><br>Font names (from left to right):<br>- (none)<br>- Droid Sans<br>- Cabin<br>- Cantarell<br>- Cuprum<br>- Oswald<br>- Neuton<br>- Oritron<br>- Arvo<br>- Kreon<br>- Indie Flower<br>- Josefin Sans\";s:2:\"id\";s:14:\"ka_google_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:12:{s:6:\"nofont\";s:96:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/no-font.png\";s:10:\"Droid+Sans\";s:101:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/1-droid-sans.png\";s:5:\"Cabin\";s:96:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/2-cabin.png\";s:9:\"Cantarell\";s:100:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/3-cantarell.png\";s:6:\"Cuprum\";s:97:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/4-cuprum.png\";s:6:\"Oswald\";s:97:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/5-oswald.png\";s:6:\"Neuton\";s:97:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/6-neuton.png\";s:8:\"Orbitron\";s:99:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/7-orbitron.png\";s:4:\"Arvo\";s:95:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/8-arvo.png\";s:5:\"Kreon\";s:96:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/9-kreon.png\";s:12:\"Indie+Flower\";s:104:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/10-indie-flower.png\";s:12:\"Josefin Sans\";s:104:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/fonts/11-josefin-sans.png\";}}i:16;a:5:{s:4:\"name\";s:22:\"Custom Google Web Font\";s:4:\"desc\";s:206:\"Enter a custom font name If you prefer to use a font that\'s not listed above.<br><br>Here is the complete list of available <a href=\\\"http://www.google.com/webfonts\\\" target=\\\"_blank\\\">Google Web Fonts</a>.\";s:2:\"id\";s:21:\"ka_custom_google_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:17;a:2:{s:4:\"name\";s:17:\"Interface Options\";s:4:\"type\";s:7:\"heading\";}i:18;a:5:{s:4:\"name\";s:7:\"Toolbar\";s:4:\"desc\";s:111:\"A toolbar is displayed above the main navigation by default. <em>Un-check this box to disable the toolbar.</em>\";s:2:\"id\";s:10:\"ka_toolbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:19;a:5:{s:4:\"name\";s:19:\"Dropdown Navigation\";s:4:\"desc\";s:59:\"<em>Check this box</em> to disable the dropdown navigation.\";s:2:\"id\";s:11:\"ka_dropdown\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:20;a:5:{s:4:\"name\";s:23:\"Navigation Descriptions\";s:4:\"desc\";s:63:\"<em>Check this box</em> to disable the navigation descriptions.\";s:2:\"id\";s:18:\"ka_nav_description\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:21;a:5:{s:4:\"name\";s:13:\"Utility Panel\";s:4:\"desc\";s:224:\"The utility panel is displayed above the main content area of all interior pages. This panel holds the page title, breadcrumbs and search bar. <em>Un-check this box to disable the utility panel and all of it\'s contents.</em>\";s:2:\"id\";s:14:\"ka_tools_panel\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:22;a:5:{s:4:\"name\";s:10:\"Search Bar\";s:4:\"desc\";s:91:\"A search bar is displayed by default. <em>Un-check this box to disable the search bar.</em>\";s:2:\"id\";s:12:\"ka_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:23;a:5:{s:4:\"name\";s:15:\"Search Bar Text\";s:4:\"desc\";s:55:\"Customize the text that is displayed in the search bar.\";s:2:\"id\";s:16:\"ka_searchbartext\";s:3:\"std\";s:6:\"Search\";s:4:\"type\";s:4:\"text\";}i:24;a:5:{s:4:\"name\";s:11:\"Breadcrumbs\";s:4:\"desc\";s:92:\"Breadcrumbs are displayed by default. <em>Un-check this box to disable the breadcrumbs.</em>\";s:2:\"id\";s:9:\"ka_crumbs\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:25;a:5:{s:4:\"name\";s:23:\"Breadcrumbs - Home Link\";s:4:\"desc\";s:60:\"Customize the text for the homepage link in the breadcrumbs.\";s:2:\"id\";s:24:\"ka_breadcrumbs_home_text\";s:3:\"std\";s:4:\"Home\";s:4:\"type\";s:4:\"text\";}i:26;a:6:{s:4:\"name\";s:14:\"Footer Columns\";s:4:\"desc\";s:69:\"Select the number of columns you would like to display in the footer.\";s:2:\"id\";s:17:\"ka_footer_columns\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";}}i:27;a:6:{s:4:\"name\";s:12:\"Footer Style\";s:4:\"desc\";s:54:\"Select a footer design style.<br />(full, half, small)\";s:2:\"id\";s:16:\"ka_footer_layout\";s:3:\"std\";s:11:\"full_bottom\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:3:{s:11:\"full_bottom\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/footer-layouts/footer-layout-1.png\";s:4:\"full\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/footer-layouts/footer-layout-2.png\";s:6:\"bottom\";s:113:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/footer-layouts/footer-layout-3.png\";}}i:28;a:5:{s:4:\"name\";s:18:\"Scroll to Top Link\";s:4:\"desc\";s:103:\"A scroll-to-top link is added to the footer by default. <em>Un-check this box to disable the link.</em>\";s:2:\"id\";s:16:\"ka_scrolltoplink\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:29;a:5:{s:4:\"name\";s:19:\"Scroll to Top Label\";s:4:\"desc\";s:46:\"Customize the text for the scroll-to-top link.\";s:2:\"id\";s:20:\"ka_scrolltoplinktext\";s:3:\"std\";s:3:\"top\";s:4:\"type\";s:4:\"text\";}i:30;a:2:{s:4:\"name\";s:5:\"Forms\";s:4:\"type\";s:7:\"heading\";}i:31;a:5:{s:4:\"name\";s:12:\"Form Builder\";s:4:\"desc\";s:103:\"A powerful form builder is included by default. <em>Un-check this box to disable the form builder.</em>\";s:2:\"id\";s:14:\"ka_formbuilder\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:32;a:5:{s:4:\"name\";s:21:\"reCAPTCHA: Public Key\";s:4:\"desc\";s:253:\"Enter your reCAPTCHA Public Key.<br><br>\n			You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:12:\"ka_publickey\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:33;a:5:{s:4:\"name\";s:22:\"reCAPTCHA: Private Key\";s:4:\"desc\";s:254:\"Enter your reCAPTCHA Private Key.<br><br>\n			You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:13:\"ka_privatekey\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:34;a:6:{s:4:\"name\";s:32:\"reCAPTCHA Theme - Select a theme\";s:4:\"desc\";s:30:\"Select a reCAPTCHA theme.</em>\";s:2:\"id\";s:18:\"ka_recaptcha_theme\";s:3:\"std\";s:13:\"default_theme\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:4:{s:13:\"default_theme\";s:103:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/red.jpg\";s:11:\"white_theme\";s:105:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/white.jpg\";s:11:\"black_theme\";s:105:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/black.jpg\";s:11:\"clean_theme\";s:105:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/recaptcha-themes/clean.jpg\";}}i:35;a:5:{s:4:\"name\";s:31:\"reCAPTCHA Theme - customization\";s:4:\"desc\";s:567:\"(For Advance User Only)<br/><br/>This setting overwrites the above reCAPTCHA theme selection. <br/><br/>You can customize the look and feel of reCAPTCHA, by entering your custom javascript code here. Please read <a href=\"http://code.google.com/intl/pt-PT/apis/recaptcha/docs/customization.html\" target=\"_blank\">reCAPTCHA developer documentation</a> for details.<br/><br/><u><strong>Important Notes:</strong></u><br/>Please change the javascript codes from google documentation to use <strong>double quotes</strong> for all javascript variables, and not single quotes.\";s:2:\"id\";s:19:\"ka_recaptcha_custom\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:36;a:5:{s:4:\"name\";s:13:\"Required Text\";s:4:\"desc\";s:66:\"Customize the text that will be displayed next to required fields.\";s:2:\"id\";s:19:\"ka_contact_required\";s:3:\"std\";s:10:\"(required)\";s:4:\"type\";s:4:\"text\";}i:37;a:5:{s:4:\"name\";s:15:\"Success Message\";s:4:\"desc\";s:85:\"Customize the success message that will be displayed after the user submits the form.\";s:2:\"id\";s:21:\"ka_contact_successmsg\";s:3:\"std\";s:80:\"Thank you for messaging us. We will get back to you as soon as possible. Cheers!\";s:4:\"type\";s:8:\"textarea\";}i:38;a:5:{s:4:\"name\";s:20:\"Submit Button - Text\";s:4:\"desc\";s:58:\"Customize the text that will be displayed on submit button\";s:2:\"id\";s:21:\"ka_submit_button_text\";s:3:\"std\";s:6:\"SUBMIT\";s:4:\"type\";s:4:\"text\";}i:39;a:2:{s:4:\"name\";s:13:\"Utility Pages\";s:4:\"type\";s:7:\"heading\";}i:40;a:5:{s:4:\"name\";s:20:\"404 Page Banner Text\";s:4:\"desc\";s:78:\"Set the page title that is displayed in the banner area of the 404 Error Page.\";s:2:\"id\";s:11:\"ka_404title\";s:3:\"std\";s:14:\"Page not Found\";s:4:\"type\";s:4:\"text\";}i:41;a:5:{s:4:\"name\";s:11:\"404 Message\";s:4:\"desc\";s:56:\"Set the message that is displayed on the 404 Error Page.\";s:2:\"id\";s:13:\"ka_404message\";s:3:\"std\";s:270:\"Our Apologies, but the page you are looking for could not be found. Here are some links that you might find useful:\n			<ul>\n			<li><a href=\"http://www.\">Home</a></li>\n			<li><a href=\"http://www.\">Sitemap</a></li>\n			<li><a href=\"http://www.\">Contact Us</a></li>\n			</ul>\";s:4:\"type\";s:8:\"textarea\";}i:42;a:5:{s:4:\"name\";s:26:\"Search Results Banner Text\";s:4:\"desc\";s:83:\"Set the page title that is displayed in the banner area of the Search Results Page.\";s:2:\"id\";s:16:\"ka_results_title\";s:3:\"std\";s:14:\"Search Results\";s:4:\"type\";s:4:\"text\";}i:43;a:5:{s:4:\"name\";s:31:\"Search Results Fallback Message\";s:4:\"desc\";s:75:\"Set the message that is displayed when a search comes back with no results.\";s:2:\"id\";s:19:\"ka_results_fallback\";s:3:\"std\";s:107:\"<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>\";s:4:\"type\";s:8:\"textarea\";}i:44;a:5:{s:4:\"name\";s:25:\"Sitemap: Column one title\";s:4:\"desc\";s:173:\"This title gets displayed in the first column above the list of Pages.<br /><br /><em>Simply disregard this section if you won\'t be using the \"Sitemap 2\" Page template.</em>\";s:2:\"id\";s:19:\"ka_sitemap2_column1\";s:3:\"std\";s:5:\"Pages\";s:4:\"type\";s:4:\"text\";}i:45;a:5:{s:4:\"name\";s:25:\"Sitemap: Column two title\";s:4:\"desc\";s:174:\"This title gets displayed in the second column above the list of Posts.<br /><br /><em>Simply disregard this section if you won\'t be using the \"Sitemap 2\" Page template.</em>\";s:2:\"id\";s:19:\"ka_sitemap2_column2\";s:3:\"std\";s:5:\"Posts\";s:4:\"type\";s:4:\"text\";}i:46;a:5:{s:4:\"name\";s:26:\"Sitemap: Column three text\";s:4:\"desc\";s:168:\"This text gets displayed in the third column on the Sitemap page.<br /><br /><em>Simply disregard this section if you won\'t be using the \"Sitemap 2\" Page template.</em>\";s:2:\"id\";s:19:\"ka_sitemap2_column3\";s:3:\"std\";s:151:\"<h2>Contact</h2>\n    <p><strong>Email:</strong> <a href=\"mailto:you@yoursite.com\">you@yoursite.com</a><br />\n	<strong>Mobile:</strong> 444-555-6666</p>\";s:4:\"type\";s:8:\"textarea\";}i:47;a:2:{s:4:\"name\";s:13:\"Blog Settings\";s:4:\"type\";s:7:\"heading\";}i:48;a:6:{s:4:\"name\";s:15:\"Featured Images\";s:4:\"desc\";s:49:\"Select the image frame style for featured images.\";s:2:\"id\";s:19:\"ka_blog_image_frame\";s:3:\"std\";s:6:\"modern\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:6:\"modern\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/image-frames/modern.png\";s:6:\"shadow\";s:102:\"http://raylsmith.org/wp-content/themes/Karma/truethemes_framework/admin/images/image-frames/shadow.png\";}}i:49;a:6:{s:4:\"name\";s:9:\"Blog Page\";s:4:\"desc\";s:45:\"Select your blog page from the dropdown list.\";s:2:\"id\";s:11:\"ka_blogpage\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:39:{i:0;s:21:\"Select the Blog page:\";i:1;s:11:\"sample-page\";i:2;s:10:\"slider-one\";i:3;s:10:\"slider-two\";i:4;s:12:\"slider-three\";i:5;s:11:\"slider-four\";i:6;s:6:\"menu-1\";i:7;s:11:\"testimonial\";i:8;s:10:\"contact-us\";i:9;s:7:\"message\";i:10;s:7:\"giving2\";i:11;s:10:\"right-path\";i:12;s:14:\"united-kingdom\";i:13;s:9:\"australia\";i:14;s:24:\"acquire-the-blessed-life\";i:15;s:9:\"itinerary\";i:16;s:13:\"bread-of-life\";i:17;s:11:\"rest-in-god\";i:18;s:10:\"our-vision\";i:19;s:14:\"radio-ministry\";i:20;s:13:\"united-states\";i:21;s:12:\"terms-of-use\";i:22;s:17:\"privacy-statement\";i:23;s:4:\"news\";i:24;s:9:\"confirmed\";i:25;s:23:\"online-assembly-sign-up\";i:26;s:14:\"prayer-channel\";i:27;s:12:\"live-service\";i:28;s:14:\"prayer-request\";i:29;s:18:\"connection-partner\";i:30;s:11:\"join-online\";i:31;s:16:\"covenant-partner\";i:32;s:9:\"salvation\";i:33;s:13:\"praise-report\";i:34;s:14:\"prayer-request\";i:35;s:16:\"prayer-request-2\";i:36;s:27:\"prayer-channel-registration\";i:37;s:7:\"booking\";i:38;s:13:\"video-library\";}}i:50;a:5:{s:4:\"name\";s:11:\"Banner Text\";s:4:\"desc\";s:59:\"This text is displayed in the banner area of the Blog page.\";s:2:\"id\";s:12:\"ka_blogtitle\";s:3:\"std\";s:4:\"Blog\";s:4:\"type\";s:4:\"text\";}i:51;a:5:{s:4:\"name\";s:11:\"Button Text\";s:4:\"desc\";s:57:\"These buttons are displayed after each blog post excerpt.\";s:2:\"id\";s:13:\"ka_blogbutton\";s:3:\"std\";s:23:\"Continue Reading &rarr;\";s:4:\"type\";s:4:\"text\";}i:52;a:5:{s:4:\"name\";s:13:\"Drag-to-Share\";s:4:\"desc\";s:119:\"Drag-to-share functionality is added to each blog post by default. <em>Un-check this box to disable drag-to-share.</em>\";s:2:\"id\";s:12:\"ka_dragshare\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:53;a:5:{s:4:\"name\";s:23:\"\"Posted by\" Information\";s:4:\"desc\";s:103:\"<em>Check this box</em> to disable the \"Posted by\" information located under each Blog Post Title.</em>\";s:2:\"id\";s:12:\"ka_posted_by\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:54;a:5:{s:4:\"name\";s:22:\"Post Date and Comments\";s:4:\"desc\";s:106:\"<em>Check this box</em> to disable the posted date and comments count located next to each Blog Post.</em>\";s:2:\"id\";s:12:\"ka_post_date\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:55;a:5:{s:4:\"name\";s:16:\"About-the-Author\";s:4:\"desc\";s:229:\"The author\'s bio is displayed at the end of each blog post by default. <em>Un-check this box to disable the bio.</em> (Author bio\\s can be set in the Wordpress user profile page. (<a href=\\\"profile.php\\\">Users > Your Profile</a>)\";s:2:\"id\";s:13:\"ka_blogauthor\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:56;a:5:{s:4:\"name\";s:13:\"Related Posts\";s:4:\"desc\";s:125:\"Related posts are displayed at the end of each blog post by default. <em>Un-check this box to disable the related posts.</em>\";s:2:\"id\";s:16:\"ka_related_posts\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:57;a:5:{s:4:\"name\";s:19:\"Related Posts Title\";s:4:\"desc\";s:147:\"Enter the title that is displayed above the list of related posts. <em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:22:\"ka_related_posts_title\";s:3:\"std\";s:13:\"Related Posts\";s:4:\"type\";s:4:\"text\";}i:58;a:5:{s:4:\"name\";s:19:\"Related Posts Count\";s:4:\"desc\";s:137:\"Enter the amount of related posts you\'d like to display. <em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:22:\"ka_related_posts_count\";s:3:\"std\";s:1:\"5\";s:4:\"type\";s:4:\"text\";}i:59;a:6:{s:4:\"name\";s:18:\"Exclude Categories\";s:4:\"desc\";s:71:\"Check off any post categories that you\'d like to exclude from the blog.\";s:2:\"id\";s:18:\"ka_blogexcludetest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:10:\"multicheck\";s:7:\"options\";a:6:{i:9;s:5:\"Bread\";i:5;s:4:\"Path\";i:6;s:4:\"Rest\";i:7;s:6:\"Sermon\";i:1;s:13:\"Uncategorized\";i:8;s:19:\"Women\'s Bible Study\";}}i:60;a:5:{s:4:\"name\";s:13:\"Post Comments\";s:4:\"desc\";s:114:\"Post comments are enabled by default. <em>Un-check this box to completely disable comments on all blog posts.</em>\";s:2:\"id\";s:16:\"ka_post_comments\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:2:{s:4:\"name\";s:17:\"Homepage Settings\";s:4:\"type\";s:7:\"heading\";}i:62;a:6:{s:4:\"name\";s:27:\"jQuery Slider Post Category\";s:4:\"desc\";s:71:\"Select the category that will be used for generating the jQuery slides.\";s:2:\"id\";s:18:\"ka_jcycle_category\";s:3:\"std\";s:18:\"Select a category:\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:7:{i:0;s:18:\"Select a category:\";i:1;s:5:\"Bread\";i:2;s:4:\"Path\";i:3;s:4:\"Rest\";i:4;s:6:\"Sermon\";i:5;s:13:\"Uncategorized\";i:6;s:19:\"Women\'s Bible Study\";}}i:63;a:5:{s:4:\"name\";s:28:\"JQuery Slider Pause Settings\";s:4:\"desc\";s:94:\"Check this box if you would like the jQuery slider to pause when the user hovers over a slide.\";s:2:\"id\";s:21:\"ka_jcycle_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:64;a:5:{s:4:\"name\";s:27:\"jQuery Homepage Slider Time\";s:4:\"desc\";s:85:\"Enter the desired amount of time you would like to display each slide. (milliseconds)\";s:2:\"id\";s:17:\"ka_jcycle_timeout\";s:3:\"std\";s:4:\"8000\";s:4:\"type\";s:4:\"text\";}i:65;a:5:{s:4:\"name\";s:27:\"3D CU3ER - Slider ID Number\";s:4:\"desc\";s:282:\"Enter the ID number of the 3D slider you would like to embed on the \"Homepage :: 3D\" page template.<br><br><em>Not sure where to find the slider ID number? <a href=\"http://themes.5-squared.com/support/cu3er-instructions.html\" target=\"_blank\">View these visual instructions.</a></em>\";s:2:\"id\";s:18:\"ka_cu3er_slider_id\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:4:\"text\";}i:66;a:2:{s:4:\"name\";s:19:\"Javascript Settings\";s:4:\"type\";s:7:\"heading\";}i:67;a:5:{s:4:\"name\";s:25:\"Enable Testimonial Slider\";s:4:\"desc\";s:48:\"Check this box to enable the testimonial slider.\";s:2:\"id\";s:21:\"ka_testimonial_enable\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:68;a:5:{s:4:\"name\";s:33:\"Testimonial Slider Pause Settings\";s:4:\"desc\";s:99:\"Check this box if you would like the testimonial slider to pause when the user hovers over a slide.\";s:2:\"id\";s:26:\"ka_testimonial_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:69;a:5:{s:4:\"name\";s:23:\"Testimonial Slider Time\";s:4:\"desc\";s:91:\"Enter the desired amount of time you would like to display each testimonial. (milliseconds)\";s:2:\"id\";s:22:\"ka_testimonial_timeout\";s:3:\"std\";s:4:\"8000\";s:4:\"type\";s:4:\"text\";}i:70;a:2:{s:4:\"name\";s:16:\"Advanced Options\";s:4:\"type\";s:7:\"heading\";}i:71;a:5:{s:4:\"name\";s:9:\"Attention\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"ka_custom_info_text\";s:3:\"std\";s:202:\"This section is intended for advanced users who wish to make significant design changes to the default theme. If you do not wish to make these types of changes you can simply ignore this entire section.\";s:4:\"type\";s:4:\"info\";}i:72;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; Custom Logo\";s:4:\"desc\";s:40:\"Select a font color for the custom logo.\";s:2:\"id\";s:25:\"ka_custom_logo_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:73;a:5:{s:4:\"name\";s:27:\"Font Color &rarr; Main Menu\";s:4:\"desc\";s:44:\"Select a font color for the main menu items.\";s:2:\"id\";s:23:\"ka_main_menu_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:74;a:5:{s:4:\"name\";s:30:\"Font Color &rarr; Main Content\";s:4:\"desc\";s:46:\"Select a font color for the main content area.\";s:2:\"id\";s:26:\"ka_main_content_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:75;a:5:{s:4:\"name\";s:32:\"Font Color &rarr; Footer Content\";s:4:\"desc\";s:48:\"Select a font color for the footer content area.\";s:2:\"id\";s:28:\"ka_footer_content_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:76;a:5:{s:4:\"name\";s:23:\"Font Color &rarr; Links\";s:4:\"desc\";s:30:\"Select a font color for links.\";s:2:\"id\";s:18:\"ka_link_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:77;a:5:{s:4:\"name\";s:28:\"Font Color &rarr; Link:Hover\";s:4:\"desc\";s:39:\"Select a font color for links on hover.\";s:2:\"id\";s:24:\"ka_link_hover_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:78;a:5:{s:4:\"name\";s:33:\"Font Color &rarr; Side Navigation\";s:4:\"desc\";s:50:\"Select a font color for the side navigation items.\";s:2:\"id\";s:23:\"ka_side_menu_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:79;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H1 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h1&gt; headings.\";s:2:\"id\";s:16:\"ka_h1_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:80;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H2 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h2&gt; headings.\";s:2:\"id\";s:16:\"ka_h2_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:81;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H3 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h3&gt; headings.\";s:2:\"id\";s:16:\"ka_h3_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:82;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H4 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h4&gt; headings.\";s:2:\"id\";s:16:\"ka_h4_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:83;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H5 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h5&gt; headings.\";s:2:\"id\";s:16:\"ka_h5_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:84;a:5:{s:4:\"name\";s:29:\"Font Color &rarr; H6 Headings\";s:4:\"desc\";s:48:\"Select a font color for all &lt;h6&gt; headings.\";s:2:\"id\";s:16:\"ka_h6_font_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:85;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; Custom Logo\";s:4:\"desc\";s:39:\"Select a font size for the custom logo.\";s:2:\"id\";s:24:\"ka_custom_logo_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:86;a:6:{s:4:\"name\";s:26:\"Font Size &rarr; Main Menu\";s:4:\"desc\";s:43:\"Select a font size for the main menu items.\";s:2:\"id\";s:22:\"ka_main_menu_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:87;a:6:{s:4:\"name\";s:29:\"Font Size &rarr; Main Content\";s:4:\"desc\";s:45:\"Select a font size for the main content area.\";s:2:\"id\";s:25:\"ka_main_content_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:88;a:6:{s:4:\"name\";s:32:\"Font Size &rarr; Side Navigation\";s:4:\"desc\";s:55:\"Select a font size for side navigation items. headings.\";s:2:\"id\";s:22:\"ka_side_menu_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:89;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H1 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h1&gt; headings.\";s:2:\"id\";s:15:\"ka_h1_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:90;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H2 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h2&gt; headings.\";s:2:\"id\";s:15:\"ka_h2_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:91;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H3 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h3&gt; headings.\";s:2:\"id\";s:15:\"ka_h3_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:92;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H4 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h4&gt; headings.\";s:2:\"id\";s:15:\"ka_h4_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:93;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H5 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h5&gt; headings.\";s:2:\"id\";s:15:\"ka_h5_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:94;a:6:{s:4:\"name\";s:28:\"Font Size &rarr; H6 Headings\";s:4:\"desc\";s:47:\"Select a font size for all &lt;h6&gt; headings.\";s:2:\"id\";s:15:\"ka_h6_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:95;a:6:{s:4:\"name\";s:31:\"Font Size &rarr; Footer Content\";s:4:\"desc\";s:57:\"Select a font size for the footer content area. headings.\";s:2:\"id\";s:27:\"ka_footer_content_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:96;a:6:{s:4:\"name\";s:33:\"Font Face &rarr; Custom Logo Text\";s:4:\"desc\";s:45:\"Select a font face for your custom logo text.\";s:2:\"id\";s:19:\"ka_custom_logo_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:97;a:6:{s:4:\"name\";s:29:\"Font Face &rarr; Main Content\";s:4:\"desc\";s:45:\"Select a font face for the main content area.\";s:2:\"id\";s:20:\"ka_main_content_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:98;a:6:{s:4:\"name\";s:26:\"Font Face &rarr; Main Nenu\";s:4:\"desc\";s:43:\"Select a font face for the main menu items.\";s:2:\"id\";s:23:\"ka_main_navigation_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:99;a:6:{s:4:\"name\";s:32:\"Font Face &rarr; Side Navigation\";s:4:\"desc\";s:49:\"Select a font face for the side navigation items.\";s:2:\"id\";s:20:\"ka_sidebar_menu_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:100;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H1 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h1&gt; headings.\";s:2:\"id\";s:10:\"ka_h1_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:101;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H2 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h2&gt; headings.\";s:2:\"id\";s:10:\"ka_h2_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:102;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H3 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h3&gt; headings.\";s:2:\"id\";s:10:\"ka_h3_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:103;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H4 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h4&gt; headings.\";s:2:\"id\";s:10:\"ka_h4_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:104;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H5 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h5&gt; headings.\";s:2:\"id\";s:10:\"ka_h5_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:105;a:6:{s:4:\"name\";s:28:\"Font Face &rarr; H6 Headings\";s:4:\"desc\";s:47:\"Select a font face for all &lt;h6&gt; headings.\";s:2:\"id\";s:10:\"ka_h6_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:106;a:6:{s:4:\"name\";s:31:\"Font Face &rarr; Footer Content\";s:4:\"desc\";s:47:\"Select a font face for the footer content area.\";s:2:\"id\";s:22:\"ka_footer_content_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}}','yes'),(1150,'of_themename','Karma','yes'),(1151,'of_shortname','ka','yes'),(1152,'txfx_plt_schema_version','3','yes'),(1154,'notifier-cache-last-updated','1358931145','yes'),(1156,'ka_loginlogo','','yes'),(1157,'ka_favicon','','yes'),(1158,'ka_logo_icon','custom-logo-8.png','yes'),(1159,'ka_logo_text','','yes'),(1160,'ka_hidemetabox','true','yes'),(1161,'ka_google_analytics','','yes'),(1162,'ka_seo_module','true','yes'),(1163,'ka_update_notifier','true','yes'),(1164,'ka_main_scheme','karma-cherry','yes'),(1165,'ka_secondary_scheme','default','yes'),(1166,'ka_custom_css','','yes'),(1167,'ka_google_font','nofont','yes'),(1168,'ka_custom_google_font','','yes'),(1169,'ka_toolbar','false','yes'),(1170,'ka_dropdown','false','yes'),(1171,'ka_nav_description','false','yes'),(1172,'ka_tools_panel','false','yes'),(1173,'ka_searchbar','false','yes'),(1174,'ka_searchbartext','Search','yes'),(1175,'ka_crumbs','false','yes'),(1176,'ka_breadcrumbs_home_text','Home','yes'),(1177,'ka_footer_columns','4','yes'),(1178,'ka_footer_layout','full_bottom','yes'),(1179,'ka_scrolltoplink','true','yes'),(1180,'ka_scrolltoplinktext','top','yes'),(1181,'ka_formbuilder','true','yes'),(1182,'ka_publickey','','yes'),(1183,'ka_privatekey','','yes'),(1184,'ka_recaptcha_theme','default_theme','yes'),(1185,'ka_recaptcha_custom','','yes'),(1186,'ka_contact_required','(required)','yes'),(1187,'ka_contact_successmsg','Thank you for messaging us. We will get back to you as soon as possible. Cheers!','yes'),(1188,'ka_submit_button_text','SUBMIT','yes'),(1189,'ka_404title','Page not Found','yes'),(1190,'ka_404message','Our Apologies, but the page you are looking for could not be found. Here are some links that you might find useful:\r\n			<ul>\r\n			<li><a href=\"http://www.\">Home</a></li>\r\n			<li><a href=\"http://www.\">Sitemap</a></li>\r\n			<li><a href=\"http://www.\">Contact Us</a></li>\r\n			</ul>','yes'),(1191,'ka_results_title','Search Results','yes'),(1192,'ka_results_fallback','<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>','yes'),(1193,'ka_sitemap2_column1','Pages','yes'),(1194,'ka_sitemap2_column2','Posts','yes'),(1195,'ka_sitemap2_column3','<h2>Contact</h2>\r\n    <p><strong>Email:</strong> <a href=\"mailto:you@yoursite.com\">you@yoursite.com</a><br />\r\n	<strong>Mobile:</strong> 444-555-6666</p>','yes'),(1196,'ka_blog_image_frame','shadow','yes'),(1197,'ka_blogpage','sample-page','yes'),(1198,'ka_blogtitle','Blog','yes'),(1199,'ka_blogbutton','Continue Reading →','yes'),(1200,'ka_dragshare','false','yes'),(1201,'ka_posted_by','true','yes'),(1202,'ka_post_date','true','yes'),(1203,'ka_blogauthor','false','yes'),(1204,'ka_related_posts','false','yes'),(1205,'ka_related_posts_title','Related Posts','yes'),(1206,'ka_related_posts_count','5','yes'),(1207,'ka_blogexcludetest_1','false','yes'),(1208,'ka_post_comments','true','yes'),(1209,'ka_jcycle_category','Select a category:','yes'),(1210,'ka_jcycle_pause_hover','false','yes'),(1211,'ka_jcycle_timeout','8000','yes'),(1212,'ka_cu3er_slider_id','1','yes'),(1213,'ka_testimonial_enable','false','yes'),(1214,'ka_testimonial_pause_hover','false','yes'),(1215,'ka_testimonial_timeout','8000','yes'),(1216,'ka_custom_info_text','','yes'),(1217,'ka_custom_logo_font_color','','yes'),(1218,'ka_main_menu_font_color','','yes'),(1219,'ka_main_content_font_color','','yes'),(1220,'ka_footer_content_font_color','','yes'),(1221,'ka_link_font_color','','yes'),(1222,'ka_link_hover_font_color','','yes'),(1223,'ka_side_menu_font_color','','yes'),(1224,'ka_h1_font_color','','yes'),(1225,'ka_h2_font_color','','yes'),(1226,'ka_h3_font_color','','yes'),(1227,'ka_h4_font_color','','yes'),(1228,'ka_h5_font_color','','yes'),(1229,'ka_h6_font_color','','yes'),(1230,'ka_custom_logo_font_size','--select--','yes'),(1231,'ka_main_menu_font_size','--select--','yes'),(1232,'ka_main_content_font_size','--select--','yes'),(1233,'ka_side_menu_font_size','--select--','yes'),(1234,'ka_h1_font_size','--select--','yes'),(1235,'ka_h2_font_size','--select--','yes'),(1236,'ka_h3_font_size','--select--','yes'),(1237,'ka_h4_font_size','--select--','yes'),(1238,'ka_h5_font_size','--select--','yes'),(1239,'ka_h6_font_size','--select--','yes'),(1240,'ka_footer_content_font_size','--select--','yes'),(1241,'ka_custom_logo_font','nofont','yes'),(1242,'ka_main_content_font','nofont','yes'),(1243,'ka_main_navigation_font','nofont','yes'),(1244,'ka_sidebar_menu_font','nofont','yes'),(1245,'ka_h1_font','nofont','yes'),(1246,'ka_h2_font','nofont','yes'),(1247,'ka_h3_font','nofont','yes'),(1248,'ka_h4_font','nofont','yes'),(1249,'ka_h5_font','nofont','yes'),(1250,'ka_h6_font','nofont','yes'),(1251,'ka_footer_content_font','nofont','yes'),(1252,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1259,'pagenavi_options','a:14:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:7:\"&laquo;\";s:9:\"last_text\";s:7:\"&raquo;\";s:9:\"next_text\";s:7:\"&raquo;\";s:9:\"prev_text\";s:7:\"&laquo;\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;}','yes'),(1337,'ka_sitelogo','http://raylsmith.org/wp-content/uploads/2013/01/logo12.png','yes'),(1386,'ka_blogexcludetest_5','true','yes'),(1505,'tadv_version','4000','yes'),(1459,'contact_us','a:1:{s:5:\"email\";s:21:\"raylsmith50@gmail.com\";}','yes'),(1401,'_transient_timeout_aye_video_MTQ2NmRjZTEzZTQxNzIzM2U2OTU5ZGFiNzc','1342071196','no'),(1402,'_transient_aye_video_MTQ2NmRjZTEzZTQxNzIzM2U2OTU5ZGFiNzc1MzdkMGV','\n<!-- YouTube Embed v2.5.4 | http://www.artiss.co.uk/artiss-youtube-embed -->\n<iframe frameborder=\"0\" style=\"border: 0;\" class=\"youtube-player\" width=\"560\" height=\"342\" src=\"http://www.youtube.com/embed/C4pbjq0UGps?fs=0&amp;rel=0&amp;title=Trouble&amp;wmode=window\" ></iframe>\n<!-- End of YouTube Embed code -->\n','no'),(1404,'_transient_timeout_aye_video_NmQ2YTI4ZjdlYmIwMzBmNjMzMzVmNGIwMTB','1342071281','no'),(1405,'_transient_aye_video_NmQ2YTI4ZjdlYmIwMzBmNjMzMzVmNGIwMTBlMTBiY2Y','\n<!-- YouTube Embed v2.5.4 | http://www.artiss.co.uk/artiss-youtube-embed -->\n<iframe frameborder=\"0\" style=\"border: 0;\" class=\"youtube-player\" width=\"560\" height=\"342\" src=\"http://www.youtube.com/embed/C4pbjq0UGps?fs=0&amp;rel=0&amp;title=Trouble&amp;wmode=window\" ></iframe>\n<!-- End of YouTube Embed code -->\n','no'),(1407,'smart_youtube_pro','a:35:{s:5:\"posts\";s:2:\"on\";s:8:\"comments\";s:3:\"off\";s:3:\"img\";s:3:\"off\";s:5:\"width\";i:425;s:6:\"height\";i:344;s:7:\"widthhq\";i:853;s:8:\"heighthq\";i:505;s:9:\"widthside\";i:200;s:10:\"heightside\";i:167;s:3:\"rel\";s:1:\"0\";s:4:\"link\";s:2:\"on\";s:5:\"valid\";s:3:\"off\";s:6:\"search\";s:3:\"off\";s:4:\"info\";s:2:\"on\";s:3:\"ann\";s:2:\"on\";s:8:\"template\";s:7:\"{video}\";s:8:\"autoplay\";i:0;s:14:\"autoplay_first\";i:0;s:7:\"privacy\";i:0;s:5:\"wtext\";s:0:\"\";s:6:\"wtitle\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:6:\"iframe\";s:2:\"on\";s:4:\"http\";s:3:\"off\";s:3:\"www\";s:3:\"off\";s:4:\"loop\";i:0;s:5:\"thumb\";s:3:\"off\";s:8:\"colorbox\";s:3:\"off\";s:14:\"colorbox_theme\";i:1;s:7:\"excerpt\";s:3:\"not\";s:8:\"logoless\";s:2:\"on\";s:7:\"wiziapp\";s:3:\"off\";s:7:\"ogimage\";s:3:\"off\";s:5:\"theme\";s:4:\"dark\";s:13:\"excerpt_align\";s:4:\"left\";}','yes'),(1515,'ethoseoSD_paypal_business','ray919f@aol.com','yes'),(1463,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.0.1\";}','yes'),(1516,'ethoseoSD_paypal_bn','RayLSmith International','yes'),(1517,'ethoseoSD_paypal_currency_code','USD','yes'),(1518,'ethoseoSD_maxdonate','','yes'),(1519,'ethoseoSD_maxdonate_amt','','yes'),(1520,'ethoseoSD_trackanalytics','','yes'),(1524,'dplus_db_version','','yes'),(1525,'DonatePlus','a:19:{s:12:\"paypal_email\";s:18:\"rays6767@yahoo.com\";s:15:\"paypal_currency\";s:3:\"USD\";s:12:\"testing_mode\";s:1:\"1\";s:11:\"donate_desc\";s:35:\"Donation to RayLSmith International\";s:13:\"default_value\";s:2:\"10\";s:10:\"button_img\";s:1:\"3\";s:13:\"custom_button\";s:7:\"http://\";s:9:\"subscribe\";a:1:{i:0;s:1:\"1\";}s:8:\"duration\";i:1;s:11:\"enable_wall\";s:1:\"1\";s:8:\"wall_url\";s:3:\"196\";s:8:\"wall_max\";i:0;s:6:\"ty_msg\";s:34:\"Thanks for the donation! You rule!\";s:9:\"enable_ty\";s:1:\"1\";s:7:\"ty_name\";s:34:\"Ray Smith International Ministries\";s:8:\"ty_email\";s:21:\"raylsmith50@gmail.com\";s:10:\"ty_subject\";s:49:\"Thank you from Ray Smith International Ministries\";s:11:\"ty_emailmsg\";s:352:\"{donor},\r\nThank you for your support of Ray Smith International Ministries. Your donation of {amount} was truly outstanding!  If you opted for recognition, your name and comments have been posted on the <a href=\\\'{donorwall}\\\'>Donor Wall</a>, so all can see how truly great and noble you really are.  Thanks again!\r\n\r\nRay Smith International Ministries\";s:9:\"IPN_email\";s:1:\"1\";}','yes'),(117486,'ar_gwa_addsub_1','checked','yes'),(117487,'ar_gwa_wrap_1','50','yes'),(117488,'ar_gwa_notify_1','checked','yes'),(117489,'ar_gwa_unsub','Click to unsubscribe.','yes'),(117490,'ar_gwa_no_spam','0','yes'),(117491,'ar_gwa_aff_id','1','yes'),(117492,'ar_gwa_aff_url','http://wordpressemailsoftware.com','yes'),(117493,'ar_gwa_aff_text','Free Autoresponder','yes'),(117494,'ar_gwa_aff_title','Software for Email Marketing','yes'),(117495,'ar_gwa_cb_1','checked','yes'),(117496,'ar_gwa_remove_1','checked','yes'),(117497,'ar_gwa_enc_1','8bit','yes'),(117498,'ar_gwa_char_1','UTF-8','yes'),(117499,'ar_gwa_reg_optin','checked','yes'),(117500,'ar_gwa_from','raylsmith50@gmail.com','yes'),(117504,'_transient_feed_e6d5a564e52a9b79e675c25a88236888','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:29:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"ARGWA Free Autoresponder Weblog » free autoresponder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://wordpress.freeautoresponder.biz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"The All-In-One Professional Autoresponder Plugin for Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jul 2012 17:23:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Fantastic new tutorial videos.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.freeautoresponder.biz/2012/05/30/fantastic-new-tutorial-videos/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.freeautoresponder.biz/2012/05/30/fantastic-new-tutorial-videos/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 May 2012 16:43:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"autoresponder info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Autoresponders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"free autoresponder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.freeautoresponder.biz/?p=73\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"Here&#8217;s a link to a fantastic video tutorial for the free autoresponder. You can now get a walk through of the new Pro Auto Responder version as well.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"<p>Here&#8217;s a link to a fantastic <a href=\"http://youtu.be/BYGoAvgvk78\">video tutorial for the free autoresponder</a>. You can now get a walk through of <a href=\"http://youtu.be/qWgYIRnW-78\">the new Pro Auto Responder</a> version as well.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.freeautoresponder.biz/2012/05/30/fantastic-new-tutorial-videos/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Get long-term subscribers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.freeautoresponder.biz/2012/05/12/40/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.freeautoresponder.biz/2012/05/12/40/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 May 2012 19:22:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:12:\"ARGWA Pro v5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Autoresponders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"free autoresponder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.freeautoresponder.biz/?p=40\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"The simplest thing you can do with your free autoresponder is subscribe visitors to your site with free giveaways. Give away software and ebooks to really attract subscribers, then keep them reading with a great message series that always leaves them wanting more. <a href=\"http://wordpress.freeautoresponder.biz/2012/05/12/40/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:735:\"<p>The simplest thing you can do with your free autoresponder is subscribe visitors to your site with free giveaways. Give away software and ebooks to really attract subscribers, then keep them reading with a great message series that always leaves them wanting more.<br />\n<span id=\"more-40\"></span><br />\nAlways tell you subscribers about what is coming next, whether it is some super tips or another ebook, or software download. This is really where your newsletter can stand apart from the rest. You can use the attachment feature to send the material directly to your subscribers. <em>That&#8217;s sure to keep them subscribed.</em></p>\n<p><strong>Stay tuned for more email marketing tips from FreeAutoresponder.biz.</strong></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.freeautoresponder.biz/2012/05/12/40/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"NEED HELP?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.freeautoresponder.biz/2009/02/28/need-help/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.freeautoresponder.biz/2009/02/28/need-help/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Feb 2009 11:49:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:12:\"ARGWA Pro v5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"autoresponder info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Autoresponders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"free autoresponder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.freeautoresponder.biz/?p=14\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"The Subscription Form Builder and Survey Website tutorial can be found here. The Free and Pro Autoresponder Online Tutorials are available at http://tutorials.freeautoresponder.biz.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"<p>The <a href=\"http://formbuilder.freeautoresponder.biz\">Subscription Form Builder and Survey Website</a> tutorial can be found <a href=\"http://Support.FreeAutoresponder.biz/tut\">here</a>.</p>\n<p>The Free and Pro Autoresponder Online Tutorials are available at <a href=\"http://tutorials.freeautoresponder.biz\">http://tutorials.freeautoresponder.biz</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.freeautoresponder.biz/2009/02/28/need-help/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:72:\"http://wordpress.freeautoresponder.biz/category/free-autoresponder/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:6:\"server\";s:11:\"nginx/1.6.2\";s:4:\"date\";s:29:\"Mon, 22 Sep 2014 06:34:10 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:10:\"x-pingback\";s:49:\"http://wordpress.freeautoresponder.biz/xmlrpc.php\";s:4:\"etag\";s:34:\"\"7c01ce85cbad44418f0e0ef22dacfb5b\"\";s:13:\"last-modified\";s:29:\"Fri, 13 Jul 2012 17:23:41 GMT\";}s:5:\"build\";s:14:\"20131104065503\";}','no'),(2253,'esaudioplayer_cornersize','18','yes'),(2254,'esaudioplayer_smartphonesize','100','yes'),(2067,'ka_blogexcludetest_9','false','yes'),(2068,'ka_blogexcludetest_6','false','yes'),(2069,'ka_blogexcludetest_7','false','yes'),(2070,'ka_blogexcludetest_8','false','yes'),(2243,'esaudioplayer_basecolor_play','#dbdbdb','yes'),(2244,'esaudioplayer_symbolcolor_play','#44cc00','yes'),(2245,'esaudioplayer_basecolor_stop','#dbdbdb','yes'),(2246,'esaudioplayer_symbolcolor_stop','#ff1505','yes'),(2247,'esaudioplayer_basecolor_pause','#dbdbdb','yes'),(2248,'esaudioplayer_symbolcolor_pause','#ff7d24','yes'),(2249,'esaudioplayer_slidercolor_line','#999999','yes'),(2250,'esaudioplayer_slidercolor_knob','#292929','yes'),(2251,'esaudioplayer_shadowcolor','#a9a9a9','yes'),(2252,'esaudioplayer_shadowsize','0.25','yes'),(2821,'seopower_processed_keys','a:8:{s:32:\"be1af99be8f70a359d79998afe28801b\";b:1;s:32:\"4f83a497161446b99b073e3db9b9be1a\";b:1;s:32:\"6190ee309b7d9280f6f2da19f7b2ffed\";b:1;s:32:\"31ef0be8b0446eafb4957c5bcf9912f1\";b:1;s:32:\"99c1a0bdacc168704ddd38ce685e2f46\";b:1;s:32:\"c9ebd45deb574f62828314e09c45a6cf\";b:1;s:32:\"1faccb2ad6fcd560a81a3878a22fbdfe\";b:1;s:32:\"f0f1b3ae77e747e14a7e1abbe84a76d7\";b:1;}','yes'),(2309,'t-minus_version','2.2.16','yes'),(2255,'esaudioplayer_acc_text_enable','1','yes'),(2256,'esaudioplayer_acc_msg_download','download the audio','yes'),(2257,'esaudioplayer_acc_scr_enable','1','yes'),(2258,'esaudioplayer_acc_scr_basic_btns','playstop','yes'),(2259,'esaudioplayer_acc_scr_msg_play_btn','play','yes'),(2260,'esaudioplayer_acc_scr_msg_stop_btn','stop','yes'),(2261,'esaudioplayer_acc_scr_msg_playstop_btn','play or stop','yes'),(2262,'esaudioplayer_acc_scr_msg_playpause_btn','play or pause','yes'),(2263,'esaudioplayer_acc_scr_fw_enable','1','yes'),(2264,'esaudioplayer_acc_scr_fw_amount','15','yes'),(2265,'esaudioplayer_acc_scr_fw_unit','sec','yes'),(2266,'esaudioplayer_acc_scr_fw_msg','forward 15 seconds','yes'),(2267,'esaudioplayer_acc_scr_rew_enable','1','yes'),(2268,'esaudioplayer_acc_scr_rew_amount','15','yes'),(2269,'esaudioplayer_acc_scr_rew_unit','sec','yes'),(2270,'esaudioplayer_acc_scr_rew_msg','rewind 15 seconds','yes'),(2271,'esaudioplayer_acc_scr_ffw_enable','0','yes'),(2272,'esaudioplayer_acc_scr_ffw_amount','10','yes'),(2273,'esaudioplayer_acc_scr_ffw_unit','pct','yes'),(2274,'esaudioplayer_acc_scr_ffw_msg','forward 10%','yes'),(2275,'esaudioplayer_acc_scr_frew_enable','0','yes'),(2276,'esaudioplayer_acc_scr_frew_amount','10','yes'),(2277,'esaudioplayer_acc_scr_frew_unit','pct','yes'),(2278,'esaudioplayer_acc_scr_frew_msg','rewind 10%','yes'),(2279,'esaudioplayer_acc_scr_lnk_enable','0','yes'),(2280,'esaudioplayer_acc_scr_lnk_msg','','yes'),(2822,'seopower_cron_next','1414678383','yes'),(120851,'_transient_timeout_feed_mod_d962466b4e86daf51512f3cee0d0deef','1414711594','no'),(120852,'_transient_feed_mod_d962466b4e86daf51512f3cee0d0deef','1414668394','no'),(14709,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"raylsmith50@gmail.com\";s:7:\"version\";s:5:\"3.9.2\";s:9:\"timestamp\";i:1407387421;}','yes'),(119316,'_site_transient_timeout_browser_b7686c633cfe8719a4fab9e3e09c6b8e','1413782682','yes'),(119317,'_site_transient_browser_b7686c633cfe8719a4fab9e3e09c6b8e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"32.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(115338,'_transient_timeout_ga_admin_dashboard_6.4.7.330','1411102516','no'),(115339,'_transient_ga_admin_dashboard_6.4.7.330','<script type=\"text/javascript\">var datelabel = [[4, \"Aug. 22\"],[8, \"Aug. 26\"],[12, \"Aug. 30\"],[16, \"Sep. 03\"],[20, \"Sep. 07\"],[24, \"Sep. 11\"],[28, \"Sep. 15\"]];var d1 = [[1, 3],[2, 4],[3, 6],[4, 10],[5, 2],[6, 6],[7, 9],[8, 3],[9, 6],[10, 9],[11, 3],[12, 1],[13, 4],[14, 4],[15, 7],[16, 3],[17, 6],[18, 3],[19, 5],[20, 4],[21, 7],[22, 4],[23, 4],[24, 4],[25, 5],[26, 5],[27, 8],[28, 4],[29, 5],[30, 6]];var d2 = [\"Tuesday, Aug. 19, 2014\",\"Wednesday, Aug. 20, 2014\",\"Thursday, Aug. 21, 2014\",\"Friday, Aug. 22, 2014\",\"Saturday, Aug. 23, 2014\",\"Sunday, Aug. 24, 2014\",\"Monday, Aug. 25, 2014\",\"Tuesday, Aug. 26, 2014\",\"Wednesday, Aug. 27, 2014\",\"Thursday, Aug. 28, 2014\",\"Friday, Aug. 29, 2014\",\"Saturday, Aug. 30, 2014\",\"Sunday, Aug. 31, 2014\",\"Monday, Sep. 01, 2014\",\"Tuesday, Sep. 02, 2014\",\"Wednesday, Sep. 03, 2014\",\"Thursday, Sep. 04, 2014\",\"Friday, Sep. 05, 2014\",\"Saturday, Sep. 06, 2014\",\"Sunday, Sep. 07, 2014\",\"Monday, Sep. 08, 2014\",\"Tuesday, Sep. 09, 2014\",\"Wednesday, Sep. 10, 2014\",\"Thursday, Sep. 11, 2014\",\"Friday, Sep. 12, 2014\",\"Saturday, Sep. 13, 2014\",\"Sunday, Sep. 14, 2014\",\"Monday, Sep. 15, 2014\",\"Tuesday, Sep. 16, 2014\",\"Wednesday, Sep. 17, 2014\"];</script><span class=\"ga_visits\" title=\"The most visits on a single day was 10. Yesterday there were 6 visits.\"></span><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Site Usage</p>            <table width=\"100%\">\n                    <tr>\n                        <td width=\"\"><strong>150</strong></td>\n                        <td width=\"\">Visits</td>\n                                                    <td width=\"20%\"><strong>50.34%</strong></td>\n                                                <td width=\"30%\">Bounce Rate</td>\n                    </tr>\n                    <tr>\n                        <td><strong>388</strong></td>\n                        <td>Pageviews</td>\n                                                    <td><strong>00:03:29</strong></td>\n                                                <td>Avg. Time on Site</td>\n                    </tr>\n                    <tr>\n                                                    <td><strong>2.59</strong></td>\n                                                    <td>Pages/Visit</td>\n                                                    <td><strong>36.67%</strong></td>\n                            <td>% New Visits</td>\n                                            </tr>\n            </table>\n    <p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Pages</p><ol><li><a href=\"/sermons/\">Sermons</a> - 32 Views</li><li><a href=\"/international/\">International</a> - 20 Views</li><li><a href=\"/giving2/\">Giving</a> - 15 Views</li><li><a href=\"/video-library/\">Video Library</a> - 13 Views</li><li><a href=\"/united-states/\">United States</a> - 13 Views</li></ol><table width=\"100%\"><tr><td width=\"50%\" valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Referrers</p><ol><li><strong>semalt.semalt.com</strong> - 8 Visits</li><li><strong>131.semalt.com</strong> - 1 Visits</li><li><strong>16.semalt.com</strong> - 1 Visits</li><li><strong>228.semalt.com</strong> - 1 Visits</li><li><strong>3.semalt.com</strong> - 1 Visits</li></ol></td><td valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Searches</p><ol><li><strong>(not provided)</strong> - 18 Visits</li><li><strong>www.raylsmith.org</strong> - 14 Visits</li><li><strong>raylsmith.org</strong> - 4 Visits</li><li><strong>www.raylsmith.com</strong> - 3 Visits</li><li><strong>l ray smith ministries</strong> - 1 Visits</li></ol></td></tr></table>','no'),(91067,'jwl_options_group1','a:56:{s:23:\"jwl_fontselect_field_id\";s:1:\"1\";s:23:\"jwl_fontselect_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:27:\"jwl_fontsizeselect_field_id\";s:1:\"1\";s:27:\"jwl_fontsizeselect_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_cut_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:17:\"jwl_copy_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_paste_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:28:\"jwl_backcolorpicker_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:28:\"jwl_forecolorpicker_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_advhr_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:22:\"jwl_visualaid_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_anchor_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_sub_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_sup_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_search_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_replace_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:21:\"jwl_datetime_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:24:\"jwl_nonbreaking_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_mailto_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_layers_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:17:\"jwl_span_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:21:\"jwl_equation_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_encode_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:27:\"jwl_directionality_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_ezimage_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_ptags_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:25:\"jwl_mcelinebreak_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:24:\"jwl_styleselect_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:26:\"jwl_tableDropdown_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:21:\"jwl_emotions_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_image_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_preview_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:17:\"jwl_cite_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:17:\"jwl_abbr_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_acronym_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_del_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_ins_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_attribs_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:23:\"jwl_styleprops_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:17:\"jwl_code_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:22:\"jwl_codemagic_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_html5_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_media_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_youtube_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:26:\"jwl_youtubeIframe_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_imgmap_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:24:\"jwl_visualchars_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_print_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:23:\"jwl_shortcodes_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:23:\"jwl_loremipsum_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:24:\"jwl_w3cvalidate_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:18:\"jwl_clker_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:19:\"jwl_acheck_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:20:\"jwl_advlink_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:16:\"jwl_div_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}s:21:\"jwl_nextpage_dropdown\";a:1:{s:3:\"row\";s:5:\"Row 1\";}}','yes'),(117509,'_transient_timeout_feed_mod_2e3142f26e95fdea40b87ae34b4c446b','1411410851','no'),(117510,'_transient_feed_mod_2e3142f26e95fdea40b87ae34b4c446b','1411367651','no'),(91055,'jwl_options_group3','a:1:{s:26:\"jwl_tinycolor_css_field_id\";a:1:{s:9:\"tinycolor\";s:7:\"Default\";}}','yes'),(91056,'jwl_options_group4','a:2:{s:17:\"jwl_menu_location\";s:4:\"Main\";s:21:\"jwl_tinymce_user_role\";s:13:\"Administrator\";}','yes'),(103397,'can_compress_scripts','0','yes'),(117505,'_transient_timeout_feed_mod_e6d5a564e52a9b79e675c25a88236888','1411410850','no'),(117506,'_transient_feed_mod_e6d5a564e52a9b79e675c25a88236888','1411367650','no'),(117507,'_transient_timeout_feed_2e3142f26e95fdea40b87ae34b4c446b','1411410851','no'),(117508,'_transient_feed_2e3142f26e95fdea40b87ae34b4c446b','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:26:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"ARGWA Free Autoresponder Weblog » testimonials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://wordpress.freeautoresponder.biz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"The All-In-One Professional Autoresponder Plugin for Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jul 2012 17:23:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:2:{i:0;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"I’m glad to have helped\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.freeautoresponder.biz/2012/05/18/im-glad-to-have-helped/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.freeautoresponder.biz/2012/05/18/im-glad-to-have-helped/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 May 2012 05:05:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"testimonials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.freeautoresponder.biz/?p=69\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:226:\"I&#8217;m glad to have helped and thanks for helping me. I&#8217;m going to cut you down to a subscriber, but keep you active in case you&#8217;re needed as an admin. I appreciate your quick response and help. ~Cheers, Michael\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"<p>I&#8217;m glad to have helped and thanks for helping me. I&#8217;m going to cut you down to a subscriber, but keep you active in case you&#8217;re needed as an admin. <G> I appreciate your quick response and help.</p>\n<p>~Cheers, Michael</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.freeautoresponder.biz/2012/05/18/im-glad-to-have-helped/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Thank you so much…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.freeautoresponder.biz/2012/05/15/thank-you-so-much/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.freeautoresponder.biz/2012/05/15/thank-you-so-much/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 May 2012 20:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"testimonials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.freeautoresponder.biz/?p=50\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Thank you so much, I really appreciate your prompt problem resolution support. You simply rock, keep up the good work! ~Annadil\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"<p>Thank you so much, I really appreciate your prompt problem resolution<br />\nsupport.</p>\n<p>You simply rock, keep up the good work!</p>\n<p>~Annadil</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.freeautoresponder.biz/2012/05/15/thank-you-so-much/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:65:\"http://wordpress.freeautoresponder.biz/category/testimonial/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:6:\"server\";s:11:\"nginx/1.6.2\";s:4:\"date\";s:29:\"Mon, 22 Sep 2014 06:34:11 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:10:\"x-pingback\";s:49:\"http://wordpress.freeautoresponder.biz/xmlrpc.php\";s:4:\"etag\";s:34:\"\"7c01ce85cbad44418f0e0ef22dacfb5b\"\";s:13:\"last-modified\";s:29:\"Fri, 13 Jul 2012 17:23:41 GMT\";}s:5:\"build\";s:14:\"20131104065503\";}','no'),(105999,'_site_transient_timeout_browser_376956767818a23f320b0ffbb60a9092','1410840118','yes'),(106000,'_site_transient_browser_376956767818a23f320b0ffbb60a9092','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"31.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(21177,'tadv_settings','a:6:{s:9:\"toolbar_1\";s:117:\"bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,table,fullscreen,undo,redo,wp_adv\";s:9:\"toolbar_2\";s:133:\"formatselect,alignjustify,strikethrough,outdent,indent,pastetext,removeformat,charmap,wp_more,emoticons,forecolor,wp_help,superscript\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"options\";s:15:\"advlist,menubar\";s:7:\"plugins\";s:107:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,emoticons,advlist\";}','yes'),(21178,'tadv_admin_settings','a:2:{s:7:\"options\";s:0:\"\";s:16:\"disabled_plugins\";s:0:\"\";}','yes'),(67947,'wordpress_api_key','3e2dff9215c8','yes'),(67938,'akismet_strictness','0','yes'),(14167,'ga_disable_gasites','disabled','yes'),(3034,'ga_admin_role','a:1:{i:0;s:13:\"administrator\";}','yes'),(3035,'ga_dashboard_role','a:1:{i:0;s:13:\"administrator\";}','yes'),(3036,'ga_adsense','','yes'),(3037,'ga_extra','','yes'),(3038,'ga_extra_after','','yes'),(3039,'ga_event','enabled','yes'),(3040,'ga_outbound','enabled','yes'),(3041,'ga_outbound_prefix','outgoing','yes'),(3042,'ga_downloads','','yes'),(3043,'ga_downloads_prefix','download','yes'),(3044,'ga_widgets','enabled','yes'),(3045,'ga_annon','0','yes'),(3046,'ga_defaults','no','yes'),(3047,'ga_google_token','4/FfGh3fT8hBSfC9C42NnyfMv1QsxV.Ukl5544Px4EVXE-sT2ZLcbRHuQ0IdwI','yes'),(3048,'ga_google_authtoken','{\"access_token\":\"ya29.AHES6ZQKNkQ6OermoQcjhIJ6ocHdZ3vc0u_WpVZELuuK9UA\",\"token_type\":\"Bearer\",\"expires_in\":3600,\"refresh_token\":\"1\\/f-VSHP6JfmdoJhujc5DK904AzHJRv0ecouGcuAmUgXc\",\"created\":1355129633}','yes'),(3485,'sbg_sidebars','a:1:{s:9:\"rightside\";s:10:\"right side\";}','yes'),(3550,'akismet_spam_count','3147','yes'),(3538,'easycol_options','a:40:{s:10:\"use_custom\";b:1;s:13:\"quarter_width\";s:3:\"200\";s:18:\"quarter_width_type\";s:2:\"px\";s:14:\"quarter_margin\";s:0:\"\";s:19:\"quarter_margin_type\";s:1:\"%\";s:13:\"onehalf_width\";s:0:\"\";s:18:\"onehalf_width_type\";s:1:\"%\";s:14:\"onehalf_margin\";s:0:\"\";s:12:\"onehalf_type\";s:1:\"%\";s:18:\"threequarter_width\";s:0:\"\";s:23:\"threequarter_width_type\";s:1:\"%\";s:19:\"threequarter_margin\";s:0:\"\";s:17:\"threequarter_type\";s:1:\"%\";s:14:\"onethird_width\";s:0:\"\";s:19:\"onethird_width_type\";s:1:\"%\";s:15:\"onethird_margin\";s:0:\"\";s:20:\"onethird_margin_type\";s:1:\"%\";s:14:\"twothird_width\";s:0:\"\";s:19:\"twothird_width_type\";s:1:\"%\";s:15:\"twothird_margin\";s:0:\"\";s:20:\"twothird_margin_type\";s:1:\"%\";s:14:\"onefifth_width\";s:0:\"\";s:19:\"onefifth_width_type\";s:1:\"%\";s:15:\"onefifth_margin\";s:0:\"\";s:20:\"onefifth_margin_type\";s:1:\"%\";s:14:\"twofifth_width\";s:0:\"\";s:19:\"twofifth_width_type\";s:1:\"%\";s:15:\"twofifth_margin\";s:0:\"\";s:20:\"twofifth_margin_type\";s:1:\"%\";s:16:\"threefifth_width\";s:0:\"\";s:21:\"threefifth_width_type\";s:1:\"%\";s:17:\"threefifth_margin\";s:0:\"\";s:22:\"threefifth_margin_type\";s:1:\"%\";s:15:\"fourfifth_width\";s:0:\"\";s:20:\"fourfifth_width_type\";s:1:\"%\";s:16:\"fourfifth_margin\";s:0:\"\";s:21:\"fourfifth_margin_type\";s:1:\"%\";s:10:\"custom_css\";s:0:\"\";s:19:\"onehalf_margin_type\";s:1:\"%\";s:24:\"threequarter_margin_type\";s:1:\"%\";}','yes'),(3539,'akismet_available_servers','a:4:{s:12:\"66.135.58.62\";b:1;s:12:\"66.135.58.61\";b:1;s:12:\"72.233.69.88\";b:1;s:12:\"72.233.69.89\";b:1;}','yes'),(3540,'akismet_connectivity_time','1358947952','yes'),(3542,'akismet_discard_month','false','yes'),(3543,'akismet_show_user_comments_approved','1','yes'),(3639,'wpUI_options','a:50:{s:11:\"enable_tabs\";s:2:\"on\";s:16:\"enable_accordion\";s:2:\"on\";s:19:\"enable_tinymce_menu\";s:2:\"on\";s:24:\"enable_quicktags_buttons\";s:2:\"on\";s:14:\"enable_widgets\";s:2:\"on\";s:6:\"topnav\";s:0:\"\";s:9:\"bottomnav\";s:2:\"on\";s:15:\"enable_spoilers\";s:2:\"on\";s:14:\"enable_dialogs\";s:2:\"on\";s:15:\"load_all_styles\";s:2:\"on\";s:15:\"selected_styles\";s:129:\"[\"wpui-light\",\"wpui-blue\",\"wpui-red\",\"wpui-green\",\"wpui-dark\",\"wpui-quark\",\"wpui-alma\",\"wpui-macish\",\"wpui-redmond\",\"wpui-sevin\"]\";s:14:\"enable_ie_grad\";s:2:\"on\";s:12:\"dialog_width\";s:5:\"300px\";s:10:\"tab_scheme\";s:10:\"wpui-light\";s:18:\"jqui_custom_themes\";s:2:\"{}\";s:6:\"tabsfx\";s:5:\"slide\";s:8:\"fx_speed\";s:3:\"400\";s:11:\"tabs_rotate\";s:4:\"stop\";s:10:\"tabs_event\";s:5:\"click\";s:16:\"collapsible_tabs\";s:3:\"off\";s:12:\"accord_event\";s:5:\"click\";s:17:\"accord_autoheight\";s:2:\"on\";s:18:\"accord_collapsible\";s:3:\"off\";s:13:\"accord_easing\";s:5:\"false\";s:16:\"mouse_wheel_tabs\";s:5:\"false\";s:17:\"tab_nav_prev_text\";s:4:\"Prev\";s:17:\"tab_nav_next_text\";s:4:\"Next\";s:17:\"spoiler_show_text\";s:13:\"Click to show\";s:17:\"spoiler_hide_text\";s:13:\"Click to hide\";s:14:\"relative_times\";s:3:\"off\";s:10:\"custom_css\";s:0:\"\";s:11:\"use_cookies\";s:2:\"on\";s:19:\"script_conditionals\";s:0:\"\";s:22:\"load_scripts_on_demand\";s:3:\"off\";s:15:\"linking_history\";s:2:\"on\";s:16:\"widget_rich_text\";s:3:\"off\";s:14:\"title_template\";s:0:\"\";s:15:\"post_template_1\";s:341:\"<h2 class=\"wpui-post-title\">{$title}</h2>\n		<div class=\"wpui-post-meta\">{$date} |  {$author}</div>\n		<div class=\"wpui-post-thumbnail\">{$thumbnail}</div>\n		<div class=\"wpui-post-content\">{$excerpt}</div>\n		<p class=\"wpui-readmore\"><a class=\"ui-button ui-widget ui-corner-all\" href=\"{$url}\" title=\"Read more from {$title}\">Read More...</a></p>\";s:15:\"post_template_2\";s:242:\"<div class=\"wpui-post-meta\">{$date}</div>\n		<div class=\"wpui-post-thumbnail\">{$thumbnail}</div>\n		<div class=\"wpui-post-content\">{$excerpt}</div>\n		<p class=\"wpui-readmore\"><a href=\"{$url}\" title=\"Read more from {$title}\">Read More...</a></p>\";s:14:\"excerpt_length\";s:4:\"more\";s:11:\"post_widget\";a:4:{s:5:\"title\";s:12:\"We recommend\";s:4:\"type\";s:7:\"popular\";s:6:\"number\";s:1:\"4\";s:7:\"per_row\";s:1:\"4\";}s:22:\"post_default_thumbnail\";a:3:{s:3:\"url\";s:65:\"http://raylsmith.org/wp-content/plugins/wp-ui/images/wp-light.png\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}s:18:\"post_widget_number\";s:1:\"3\";s:15:\"jquery_disabled\";s:3:\"off\";s:12:\"docwrite_fix\";s:2:\"on\";s:13:\"bleeding_edge\";s:3:\"off\";s:12:\"misc_options\";s:35:\"hashing_method=1\ntinymce_icon_row=3\";s:7:\"version\";s:5:\"0.8.5\";s:4:\"tour\";s:3:\"off\";s:12:\"enable_cache\";s:3:\"off\";}','yes'),(120815,'_transient_timeout_feed_8160e8f2854f5fa1fac2cc3981001e76','1415220583','no'),(120816,'_transient_feed_8160e8f2854f5fa1fac2cc3981001e76','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Google Sitemap Generator Support Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Google Sitemap Generator Support Topics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Wed, 02 Jul 2014 7:54:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:19:\"\n			\n			\n			\n			\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Common error messages in Google Webmaster Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://www.arnebrachhold.de/redir/sitemap-feed-gwterrs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS13\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:19:\"\n			\n			\n			\n			\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"How to move your sitemap to the root of your domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.arnebrachhold.de/redir/sitemap-feed-movesm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS12\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:19:\"\n			\n			\n			\n			\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Introducing a new format for your sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.arnebrachhold.de/redir/sitemap-feed-newformat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"C2VZYxeTESzcCF2IhS1l\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Apr 2014 00:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:4:\"date\";s:29:\"Wed, 29 Oct 2014 20:49:43 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:10:\"connection\";s:5:\"close\";s:10:\"set-cookie\";s:138:\"__cfduid=d72dce87bc46237eab34bc4caf7ded6a51414615782841; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.arnebrachhold.de; HttpOnly\";s:13:\"cache-control\";s:21:\"public, max-age=86400\";s:13:\"last-modified\";s:29:\"Wed, 02 Jul 2014 19:54:35 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:6:\"server\";s:16:\"cloudflare-nginx\";s:6:\"cf-ray\";s:20:\"18123dc2cc2510d5-ORD\";s:16:\"content-encoding\";s:4:\"gzip\";}s:5:\"build\";s:14:\"20131104065503\";}','no'),(4148,'_transient_random_seed','5334d8ffed688c9439f4980789fd239f','yes'),(4154,'ngg_options','a:91:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:10:\"usePicLens\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:10:\"thumbwidth\";s:3:\"150\";s:11:\"thumbheight\";s:3:\"150\";s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:85;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:3:\"100\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:7:\"shutter\";s:9:\"thumbCode\";s:33:\"class=\"shutterset_%GALLERY_NAME%\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";i:0;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:41:\"Ray Smith International  | Online Sermons\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";i:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:72:\"http://raylsmith.org/wp-content/plugins/nextgen-gallery/imagerotator.swf\";s:12:\"irXHTMLvalid\";i:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:320;s:8:\"irHeight\";i:240;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";i:0;s:11:\"irShowicons\";i:0;s:11:\"irWatermark\";i:0;s:13:\"irOverstretch\";s:4:\"true\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";i:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:11:\"installDate\";i:1362831297;s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:17:\"router_param_slug\";s:9:\"nggallery\";s:14:\"mvc_module_dir\";s:101:\"/home/raylsmit/public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/mvc\";s:20:\"mvc_template_dirname\";s:10:\"/templates\";s:18:\"mvc_static_dirname\";s:7:\"/static\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:1;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"resource_minifier\";b:0;s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:31:\"frame_communication_option_name\";s:14:\"X-Frame-Events\";s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:14:\"wpmuQuotaCheck\";b:0;s:18:\"galleries_in_feeds\";b:0;}','yes'),(4155,'ngg_db_version','1.8.1','yes'),(117501,'_transient_timeout_plugin_slugs','1413289801','no'),(117502,'_transient_plugin_slugs','a:27:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:27:\"donate-plus/donate-plus.php\";i:4;s:29:\"easy-columns/easy-columns.php\";i:5;s:31:\"esaudioplayer/EsAudioPlayer.php\";i:6;s:49:\"floating-social-media-icon/acurax-social-icon.php\";i:7;s:43:\"google-analyticator/google-analyticator.php\";i:8;s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";i:9;s:36:\"google-sitemap-generator/sitemap.php\";i:10;s:35:\"hana-flv-player/hana-flv-player.php\";i:11;s:29:\"nextgen-gallery/nggallery.php\";i:12;s:37:\"paypal-donations/paypal-donations.php\";i:13;s:29:\"pc-robotstxt/pc-robotstxt.php\";i:14;s:33:\"seo-image/seo-friendly-images.php\";i:15;s:21:\"seopower/seopower.php\";i:16;s:49:\"simple-mobile-redirect/simple-mobile-redirect.php\";i:17;s:30:\"smart-youtube/smartyoutube.php\";i:18;s:21:\"sociable/sociable.php\";i:19;s:45:\"jquery-t-countdown-widget/countdown-timer.php\";i:20;s:43:\"thethe-image-slider/thethe-image-slider.php\";i:21;s:41:\"the-website-weaver/the-website-weaver.php\";i:22;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:23;s:25:\"ultimate-tinymce/main.php\";i:24;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:25;s:28:\"wp-robots-txt/robots-txt.php\";i:26;s:15:\"wp-ui/wp-ui.php\";}','no'),(117503,'_transient_timeout_feed_e6d5a564e52a9b79e675c25a88236888','1411410850','no'),(103385,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.0-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.0\";s:7:\"version\";s:3:\"4.0\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1414658919;s:15:\"version_checked\";s:3:\"4.0\";s:12:\"translations\";a:0:{}}','yes'),(12613,'ga_analytic_snippet','enabled','yes'),(12614,'ga_admin_disable_DimentionIndex','','yes'),(12615,'ga_enhanced_link_attr','disabled','yes'),(5038,'sm_options','a:51:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1369927170;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"d9e1808ad321c365fd94\";s:13:\"sm_i_lastping\";i:1414415081;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1414615783;}','yes'),(5361,'seo_friendly_images_alt','%name %title','yes'),(5362,'seo_friendly_images_title','%title','yes'),(5363,'seo_friendly_images_override','on','yes'),(5364,'seo_friendly_images_override_title','off','yes'),(5365,'addtoany_options','a:20:{s:8:\"position\";s:6:\"bottom\";s:30:\"display_in_posts_on_front_page\";s:1:\"1\";s:33:\"display_in_posts_on_archive_pages\";s:1:\"1\";s:19:\"display_in_excerpts\";s:1:\"1\";s:16:\"display_in_posts\";s:1:\"1\";s:16:\"display_in_pages\";s:2:\"-1\";s:15:\"display_in_feed\";s:1:\"1\";s:10:\"show_title\";s:2:\"-1\";s:7:\"onclick\";s:2:\"-1\";s:6:\"button\";s:28:\"share_save_256_24.png|256|24\";s:13:\"button_custom\";s:0:\"\";s:23:\"additional_js_variables\";s:0:\"\";s:10:\"inline_css\";s:1:\"1\";s:5:\"cache\";s:2:\"-1\";s:11:\"button_text\";s:14:\"Share/Bookmark\";s:15:\"active_services\";a:0:{}s:29:\"special_facebook_like_options\";a:1:{s:4:\"verb\";s:4:\"like\";}s:29:\"special_twitter_tweet_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:30:\"special_google_plusone_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:33:\"special_google_plus_share_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}}','yes'),(5039,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1414415081.0005829334259033203125;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1414415081.3282430171966552734375;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1414415081.00216007232666015625;s:7:\"endTime\";d:1414415081.1531589031219482421875;s:7:\"success\";b:1;s:3:\"url\";s:95:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fraylsmith.org%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1414415081.1572129726409912109375;s:7:\"endTime\";d:1414415081.2845609188079833984375;s:7:\"success\";b:1;s:3:\"url\";s:88:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fraylsmith.org%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(5041,'cd_rdte_content','','yes'),(5366,'seo_friendly_images_notice','1','yes'),(5372,'sociable_known_sites','a:27:{s:8:\"Facebook\";a:3:{s:7:\"favicon\";s:12:\"facebook.png\";s:3:\"url\";s:57:\"http://www.facebook.com/share.php?u=PERMALINK&amp;t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}}}s:16:\"Facebook Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:15:\"likecounter.png\";s:3:\"url\";s:284:\"<iframe src=\"http://www.facebook.com/plugins/like.php?href=PERMALINKCOUNT&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden;height:32px;width:100px\" allowTransparency=\"true\"></iframe>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}}}s:7:\"Myspace\";a:3:{s:7:\"favicon\";s:11:\"myspace.png\";s:3:\"url\";s:68:\"http://www.myspace.com/Modules/PostTo/Pages/?u=PERMALINK&amp;t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:5:\"-64px\";}}}s:7:\"Twitter\";a:3:{s:7:\"favicon\";s:11:\"twitter.png\";s:3:\"url\";s:71:\"http://twitter.com/intent/tweet?text=TITLE%20-%20PERMALINK%20  SHARETAG\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:5:\"-64px\";}}}s:15:\"Twitter Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:11:\"twitter.png\";s:3:\"url\";s:244:\"<a href=\"https://twitter.com/share\" data-text=\"TITLECOUNT - PERMALINKCOUNT\" data-url=\"PERMALINKCOUNT\" class=\"twitter-share-button\" data-count=\"horizontal\">Tweet</a><script type=\"text/javascript\" src=\"//platform.twitter.com/widgets.js\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:5:\"-64px\";}}}s:8:\"LinkedIn\";a:3:{s:7:\"favicon\";s:12:\"linkedin.png\";s:3:\"url\";s:120:\"http://www.linkedin.com/shareArticle?mini=true&amp;url=PERMALINK&amp;title=TITLE&amp;source=BLOGNAME&amp;summary=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:3:\"0px\";}}}s:16:\"LinkedIn Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:12:\"linkedin.png\";s:3:\"url\";s:161:\"<script src=\"http://platform.linkedin.com/in.js\" type=\"text/javascript\"></script><script type=\"IN/Share\" data-url=\"PERMALINKCOUNT\" data-counter=\"right\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-144px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-432px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-576px\";i:1;s:3:\"0px\";}}}s:9:\"Delicious\";a:3:{s:7:\"favicon\";s:13:\"delicious.png\";s:3:\"url\";s:73:\"http://delicious.com/post?url=PERMALINK&amp;title=TITLE&amp;notes=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-16px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-48px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}}}s:4:\"Digg\";a:3:{s:7:\"favicon\";s:8:\"digg.png\";s:3:\"url\";s:85:\"http://digg.com/submit?phase=2&amp;url=PERMALINK&amp;title=TITLE&amp;bodytext=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}}}s:12:\"Digg Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:8:\"digg.png\";s:3:\"url\";s:372:\"<script type=\'text/javascript\'>(function() {var s = document.createElement(\'SCRIPT\'), s1 = document.getElementsByTagName(\'SCRIPT\')[0];s.type = \'text/javascript\';s.async = true;s.src = \'http://widgets.digg.com/buttons.js\';s1.parentNode.insertBefore(s, s1);})();</script><a href=\'http://digg.com/submit?url=PERMALINK&amp;title=TITLE\'  class=\'DiggThisButton DiggCompact\'></a>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}}}s:6:\"Reddit\";a:3:{s:7:\"favicon\";s:10:\"reddit.png\";s:3:\"url\";s:54:\"http://reddit.com/submit?url=PERMALINK&amp;title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-64px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-192px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-256px\";i:1;s:5:\"-64px\";}}}s:11:\"StumbleUpon\";a:3:{s:7:\"favicon\";s:15:\"stumbleupon.png\";s:3:\"url\";s:59:\"http://www.stumbleupon.com/submit?url=PERMALINK&title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:19:\"StumbleUpon Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:15:\"stumbleupon.png\";s:3:\"url\";s:87:\"<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:6:\"vuible\";a:3:{s:7:\"favicon\";s:10:\"vuible.png\";s:3:\"url\";s:88:\"http://vuible.com/pins-settings/?m=bm&imgsrc=SOURCE&source=PERMALINK&title=TITLE&video=0\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:14:\"vuible Counter\";a:4:{s:7:\"counter\";i:1;s:7:\"favicon\";s:10:\"vuible.png\";s:3:\"url\";s:87:\"<script src=\"http://www.stumbleupon.com/hostedbadge.php?s=2&r=PERMALINKCOUNT\"></script>\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:5:\"-64px\";}}}s:16:\"Google Bookmarks\";a:4:{s:7:\"favicon\";s:10:\"google.png\";s:3:\"url\";s:102:\"http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=PERMALINK&amp;title=TITLE&amp;annotation=EXCERPT\";s:11:\"description\";s:16:\"Google Bookmarks\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}}}s:8:\"Google +\";a:5:{s:7:\"counter\";i:1;s:7:\"favicon\";s:10:\"google.png\";s:3:\"url\";s:79:\"<g:plusone annotation=\"bubble\" href=\"PERMALINKCOUNT\" size=\"medium\"></g:plusone>\";s:11:\"description\";s:16:\"Google Bookmarks\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}}}s:10:\"HackerNews\";a:3:{s:7:\"favicon\";s:15:\"hacker_news.png\";s:3:\"url\";s:62:\"http://news.ycombinator.com/submitlink?u=PERMALINK&amp;t=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-256px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-384px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-512px\";i:1;s:3:\"0px\";}}}s:11:\"MSNReporter\";a:4:{s:7:\"favicon\";s:7:\"msn.png\";s:3:\"url\";s:121:\"http://reporter.es.msn.com/?fn=contribute&amp;Title=TITLE&amp;URL=PERMALINK&amp;cat_id=6&amp;tag_id=31&amp;Remark=EXCERPT\";s:11:\"description\";s:12:\"MSN Reporter\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-176px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-352px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-528px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-704px\";i:1;s:3:\"0px\";}}}s:9:\"BlinkList\";a:4:{s:7:\"favicon\";s:13:\"blinklist.png\";s:3:\"url\";s:94:\"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=PERMALINK&amp;Title=TITLE\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}}s:14:\"supportsIframe\";b:0;}s:6:\"Sphinn\";a:3:{s:7:\"favicon\";s:10:\"sphinn.png\";s:3:\"url\";s:66:\"http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=PERMALINK\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-96px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-192px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-288px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-384px\";i:1;s:5:\"-64px\";}}}s:9:\"Posterous\";a:3:{s:7:\"favicon\";s:13:\"posterous.png\";s:3:\"url\";s:81:\"http://posterous.com/share?linkto=PERMALINK&amp;title=TITLE&amp;selection=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-32px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:5:\"-64px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:5:\"-96px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-64px\";}}}s:6:\"Tumblr\";a:4:{s:7:\"favicon\";s:10:\"tumblr.png\";s:3:\"url\";s:73:\"http://www.tumblr.com/share?v=3&amp;u=PERMALINK&amp;t=TITLE&amp;s=EXCERPT\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-128px\";i:1;s:5:\"-16px\";}i:32;a:2:{i:0;s:6:\"-256px\";i:1;s:5:\"-32px\";}i:48;a:2:{i:0;s:6:\"-384px\";i:1;s:5:\"-48px\";}i:64;a:2:{i:0;s:6:\"-512px\";i:1;s:5:\"-64px\";}}s:14:\"supportsIframe\";b:0;}s:5:\"email\";a:4:{s:7:\"favicon\";s:9:\"gmail.png\";s:3:\"url\";s:86:\"https://mail.google.com/mail/?view=cm&fs=1&to&su=TITLE&body=PERMALINK&ui=2&tf=1&shva=1\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-80px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-160px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-240px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-320px\";i:1;s:3:\"0px\";}}s:14:\"supportsIframe\";b:0;}s:13:\"Google Reader\";a:3:{s:7:\"favicon\";s:14:\"googlebuzz.png\";s:3:\"url\";s:106:\"http://www.google.com/reader/link?url=PERMALINK&amp;title=TITLE&amp;srcURL=PERMALINK&amp;srcTitle=BLOGNAME\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:6:\"-112px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-224px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-336px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-448px\";i:1;s:3:\"0px\";}}}s:16:\"Add to favorites\";a:3:{s:7:\"favicon\";s:13:\"favorites.png\";s:3:\"url\";s:28:\"javascript:AddToFavorites();\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:5:\"-64px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:6:\"-128px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:6:\"-192px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:6:\"-256px\";i:1;s:3:\"0px\";}}}s:4:\"More\";a:3:{s:7:\"favicon\";s:8:\"more.png\";s:3:\"url\";s:18:\"javascript:more();\";s:17:\"spriteCoordinates\";a:4:{i:16;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:32;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:48;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}i:64;a:2:{i:0;s:3:\"0px\";i:1;s:3:\"0px\";}}}}','yes'),(5373,'sociable_options','a:13:{s:7:\"version\";s:5:\"4.3.2\";s:13:\"blogplay_tags\";s:1:\"1\";s:7:\"tagline\";s:51:\"<br><br>Share the Good News! Share the Word of God!\";s:12:\"active_sites\";a:16:{s:7:\"Twitter\";s:2:\"on\";s:8:\"Facebook\";s:2:\"on\";s:5:\"email\";s:2:\"on\";s:6:\"vuible\";s:2:\"on\";s:16:\"Add to favorites\";s:2:\"on\";s:11:\"StumbleUpon\";s:2:\"on\";s:9:\"Delicious\";s:2:\"on\";s:13:\"Google Reader\";s:2:\"on\";s:8:\"LinkedIn\";s:2:\"on\";s:4:\"More\";s:2:\"on\";s:15:\"Twitter Counter\";s:2:\"on\";s:16:\"Facebook Counter\";s:2:\"on\";s:8:\"Google +\";s:2:\"on\";s:16:\"LinkedIn Counter\";s:2:\"on\";s:19:\"StumbleUpon Counter\";s:2:\"on\";s:14:\"vuible Counter\";s:2:\"on\";}s:9:\"icon_size\";s:2:\"32\";s:11:\"icon_option\";s:7:\"option1\";s:9:\"locations\";a:8:{s:7:\"is_home\";s:2:\"on\";s:9:\"is_single\";s:2:\"on\";s:11:\"is_category\";s:2:\"on\";s:7:\"is_date\";s:2:\"on\";s:6:\"is_tag\";s:2:\"on\";s:9:\"is_author\";s:2:\"on\";s:9:\"is_search\";s:2:\"on\";s:6:\"is_rss\";s:2:\"on\";}s:14:\"automatic_mode\";s:2:\"on\";s:14:\"use_stylesheet\";s:2:\"on\";s:10:\"use_images\";s:2:\"on\";s:13:\"use_alphamask\";s:2:\"on\";s:10:\"new_window\";s:2:\"on\";s:6:\"active\";s:2:\"on\";}','yes'),(5374,'sociable_helpus','1','yes'),(5375,'skyscraper_options','a:22:{s:7:\"version\";s:0:\"\";s:9:\"text_size\";s:2:\"10\";s:12:\"widget_width\";s:2:\"70\";s:16:\"background_color\";s:0:\"\";s:12:\"labels_color\";s:0:\"\";s:16:\"twitter_username\";s:10:\"@raylsmith\";s:10:\"num_tweets\";s:1:\"3\";s:19:\"accept_read_twitter\";s:1:\"1\";s:8:\"rss_feed\";s:26:\"http://raylsmith.org/feed/\";s:7:\"num_rss\";s:1:\"3\";s:15:\"accept_read_rss\";s:1:\"1\";s:8:\"counters\";a:2:{s:5:\"check\";s:2:\"on\";s:6:\"folded\";s:1:\"1\";}s:5:\"share\";a:2:{s:5:\"check\";s:2:\"on\";s:6:\"folded\";s:1:\"1\";}s:9:\"follow_us\";a:4:{s:7:\"twitter\";a:3:{s:6:\"active\";s:2:\"on\";s:4:\"logo\";s:5:\"t.png\";s:7:\"account\";s:29:\"https://twitter.com/RayLSmith\";}s:4:\"feed\";a:3:{s:6:\"active\";s:2:\"on\";s:4:\"logo\";s:7:\"rss.png\";s:7:\"account\";s:26:\"http://raylsmith.org/feed/\";}s:2:\"fb\";a:3:{s:6:\"active\";s:2:\"on\";s:4:\"logo\";s:5:\"f.png\";s:7:\"account\";s:70:\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\";}s:2:\"li\";a:4:{s:6:\"active\";s:2:\"on\";s:4:\"logo\";s:5:\"i.png\";s:3:\"url\";s:16:\"linkedin.com/in/\";s:7:\"account\";s:48:\"http://www.linkedin.com/pub/ray-smith/28/25a/552\";}}s:20:\"sociable_banner_text\";s:43:\"Please spread the word: Be Sociable, Share!\";s:21:\"sociable_banner_timer\";s:2:\"10\";s:25:\"sociable_banner_colorFont\";s:7:\"#6A6A6A\";s:24:\"sociable_banner_fontSize\";s:3:\"8px\";s:26:\"sociable_banner_colorLabel\";s:7:\"#F7F7F7\";s:25:\"sociable_banner_colorBack\";s:7:\"#F7F7F7\";s:9:\"locations\";a:10:{s:13:\"is_front_page\";s:2:\"on\";s:7:\"is_home\";s:2:\"on\";s:9:\"is_single\";s:2:\"on\";s:7:\"is_page\";s:2:\"on\";s:11:\"is_category\";s:2:\"on\";s:7:\"is_date\";s:2:\"on\";s:6:\"is_tag\";s:2:\"on\";s:9:\"is_author\";s:2:\"on\";s:9:\"is_search\";s:2:\"on\";s:6:\"is_rss\";s:2:\"on\";}s:6:\"active\";s:2:\"on\";}','yes'),(5378,'skyscraper_latest','a:1:{s:4:\"date\";s:14:\"20141030141218\";}','yes'),(5402,'acx_si_installed_date','1372230940','yes'),(5403,'social_icon_array_order','s:62:\"a:7:{i:0;i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:5;i:5;i:6;i:6;}\";','yes'),(5404,'acx_fsmi_si_current_version','1.3.1','yes'),(5406,'acx_si_theme','2','yes'),(5407,'acx_si_twitter','raylsmith','yes'),(5408,'acx_si_facebook','https://www.facebook.com/pages/Ray-Smith-International/329967840424988','yes'),(5409,'acx_si_youtube','http://www.youtube.com/user/MrRLSmithJr','yes'),(5410,'acx_si_linkedin','http://www.linkedin.com/pub/ray-smith/28/25a/552','yes'),(5411,'acx_si_gplus','https://plus.google.com/112926096883566864187/posts','yes'),(5412,'acx_si_credit','','yes'),(5413,'acx_si_icon_size','48','yes'),(5414,'acx_si_display','auto','yes'),(5415,'acx_si_pinterest','','yes'),(5416,'acx_si_feed','http://raylsmith.org/feed','yes'),(5417,'pc_robotstxt','a:2:{s:11:\"user_agents\";s:5319:\"User-agent: Alexibot\nDisallow: /\n\nUser-agent: Aqua_Products\nDisallow: /\n\nUser-agent: asterias\nDisallow: /\n\nUser-agent: b2w/0.1\nDisallow: /\n\nUser-agent: BackDoorBot/1.0\nDisallow: /\n\nUser-agent: BlowFish/1.0\nDisallow: /\n\nUser-agent: Bookmark search tool\nDisallow: /\n\nUser-agent: BotALot\nDisallow: /\n\nUser-agent: BotRightHere\nDisallow: /\n\nUser-agent: BuiltBotTough\nDisallow: /\n\nUser-agent: Bullseye/1.0\nDisallow: /\n\nUser-agent: BunnySlippers\nDisallow: /\n\nUser-agent: CheeseBot\nDisallow: /\n\nUser-agent: CherryPicker\nDisallow: /\n\nUser-agent: CherryPickerElite/1.0\nDisallow: /\n\nUser-agent: CherryPickerSE/1.0\nDisallow: /\n\nUser-agent: Copernic\nDisallow: /\n\nUser-agent: CopyRightCheck\nDisallow: /\n\nUser-agent: cosmos\nDisallow: /\n\nUser-agent: Crescent Internet ToolPak HTTP OLE Control v.1.0\nDisallow: /\n\nUser-agent: Crescent\nDisallow: /\n\nUser-agent: DittoSpyder\nDisallow: /\n\nUser-agent: EmailCollector\nDisallow: /\n\nUser-agent: EmailSiphon\nDisallow: /\n\nUser-agent: EmailWolf\nDisallow: /\n\nUser-agent: EroCrawler\nDisallow: /\n\nUser-agent: ExtractorPro\nDisallow: /\n\nUser-agent: FairAd Client\nDisallow: /\n\nUser-agent: Flaming AttackBot\nDisallow: /\n\nUser-agent: Foobot\nDisallow: /\n\nUser-agent: Gaisbot\nDisallow: /\n\nUser-agent: GetRight/4.2\nDisallow: /\n\nUser-agent: Harvest/1.5\nDisallow: /\n\nUser-agent: hloader\nDisallow: /\n\nUser-agent: httplib\nDisallow: /\n\nUser-agent: HTTrack 3.0\nDisallow: /\n\nUser-agent: humanlinks\nDisallow: /\n\nUser-agent: InfoNaviRobot\nDisallow: /\n\nUser-agent: Iron33/1.0.2\nDisallow: /\n\nUser-agent: JennyBot\nDisallow: /\n\nUser-agent: Kenjin Spider\nDisallow: /\n\nUser-agent: Keyword Density/0.9\nDisallow: /\n\nUser-agent: larbin\nDisallow: /\n\nUser-agent: LexiBot\nDisallow: /\n\nUser-agent: libWeb/clsHTTP\nDisallow: /\n\nUser-agent: LinkextractorPro\nDisallow: /\n\nUser-agent: LinkScan/8.1a Unix\nDisallow: /\n\nUser-agent: LinkWalker\nDisallow: /\n\nUser-agent: LNSpiderguy\nDisallow: /\n\nUser-agent: lwp-trivial/1.34\nDisallow: /\n\nUser-agent: lwp-trivial\nDisallow: /\n\nUser-agent: Mata Hari\nDisallow: /\n\nUser-agent: Microsoft URL Control - 5.01.4511\nDisallow: /\n\nUser-agent: Microsoft URL Control - 6.00.8169\nDisallow: /\n\nUser-agent: Microsoft URL Control\nDisallow: /\n\nUser-agent: MIIxpc/4.2\nDisallow: /\n\nUser-agent: MIIxpc\nDisallow: /\n\nUser-agent: Mister PiX\nDisallow: /\n\nUser-agent: moget/2.1\nDisallow: /\n\nUser-agent: moget\nDisallow: /\n\nUser-agent: Mozilla/4.0 (compatible; BullsEye; Windows 95)\nDisallow: /\n\nUser-agent: MSIECrawler\nDisallow: /\n\nUser-agent: NetAnts\nDisallow: /\n\nUser-agent: NICErsPRO\nDisallow: /\n\nUser-agent: Offline Explorer\nDisallow: /\n\nUser-agent: Openbot\nDisallow: /\n\nUser-agent: Openfind data gatherer\nDisallow: /\n\nUser-agent: Openfind\nDisallow: /\n\nUser-agent: Oracle Ultra Search\nDisallow: /\n\nUser-agent: PerMan\nDisallow: /\n\nUser-agent: ProPowerBot/2.14\nDisallow: /\n\nUser-agent: ProWebWalker\nDisallow: /\n\nUser-agent: psbot\nDisallow: /\n\nUser-agent: Python-urllib\nDisallow: /\n\nUser-agent: QueryN Metasearch\nDisallow: /\n\nUser-agent: Radiation Retriever 1.1\nDisallow: /\n\nUser-agent: RepoMonkey Bait & Tackle/v1.01\nDisallow: /\n\nUser-agent: RepoMonkey\nDisallow: /\n\nUser-agent: RMA\nDisallow: /\n\nUser-agent: searchpreview\nDisallow: /\n\nUser-agent: SiteSnagger\nDisallow: /\n\nUser-agent: SpankBot\nDisallow: /\n\nUser-agent: spanner\nDisallow: /\n\nUser-agent: suzuran\nDisallow: /\n\nUser-agent: Szukacz/1.4\nDisallow: /\n\nUser-agent: Teleport\nDisallow: /\n\nUser-agent: TeleportPro\nDisallow: /\n\nUser-agent: Telesoft\nDisallow: /\n\nUser-agent: The Intraformant\nDisallow: /\n\nUser-agent: TheNomad\nDisallow: /\n\nUser-agent: TightTwatBot\nDisallow: /\n\nUser-agent: toCrawl/UrlDispatcher\nDisallow: /\n\nUser-agent: True_Robot/1.0\nDisallow: /\n\nUser-agent: True_Robot\nDisallow: /\n\nUser-agent: turingos\nDisallow: /\n\nUser-agent: TurnitinBot/1.5\nDisallow: /\n\nUser-agent: TurnitinBot\nDisallow: /\n\nUser-agent: URL Control\nDisallow: /\n\nUser-agent: URL_Spider_Pro\nDisallow: /\n\nUser-agent: URLy Warning\nDisallow: /\n\nUser-agent: VCI WebViewer VCI WebViewer Win32\nDisallow: /\n\nUser-agent: VCI\nDisallow: /\n\nUser-agent: Web Image Collector\nDisallow: /\n\nUser-agent: WebAuto\nDisallow: /\n\nUser-agent: WebBandit/3.50\nDisallow: /\n\nUser-agent: WebBandit\nDisallow: /\n\nUser-agent: WebCapture 2.0\nDisallow: /\n\nUser-agent: WebCopier v.2.2\nDisallow: /\n\nUser-agent: WebCopier v3.2a\nDisallow: /\n\nUser-agent: WebCopier\nDisallow: /\n\nUser-agent: WebEnhancer\nDisallow: /\n\nUser-agent: WebSauger\nDisallow: /\n\nUser-agent: Website Quester\nDisallow: /\n\nUser-agent: Webster Pro\nDisallow: /\n\nUser-agent: WebStripper\nDisallow: /\n\nUser-agent: WebZip/4.0\nDisallow: /\n\nUser-agent: WebZIP/4.21\nDisallow: /\n\nUser-agent: WebZIP/5.0\nDisallow: /\n\nUser-agent: WebZip\nDisallow: /\n\nUser-agent: Wget/1.5.3\nDisallow: /\n\nUser-agent: Wget/1.6\nDisallow: /\n\nUser-agent: Wget\nDisallow: /\n\nUser-agent: wget\nDisallow: /\n\nUser-agent: WWW-Collector-E\nDisallow: /\n\nUser-agent: Xenu\'s Link Sleuth 1.1c\nDisallow: /\n\nUser-agent: Xenu\'s\nDisallow: /\n\nUser-agent: Zeus 32297 Webster Pro V2.9 Win32\nDisallow: /\n\nUser-agent: Zeus Link Scout\nDisallow: /\n\nUser-agent: Zeus\nDisallow: /\n\nUser-agent: Adsbot-Google\nDisallow:\n\nUser-agent: Googlebot\nDisallow:\n\nUser-agent: Mediapartners-Google\nDisallow:\n\nUser-agent: *\nDisallow: /cgi-bin/\nDisallow: /wp-admin/\nDisallow: /wp-includes/\nDisallow: /wp-content/plugins/\nDisallow: /wp-content/cache/\nDisallow: /wp-content/themes/\nDisallow: /wp-login.php\nDisallow: /wp-register.php\";s:15:\"remove_settings\";b:0;}','yes'),(5839,'acx_si_td','hide','yes'),(5990,'key_ga_show_ad','1','yes'),(103383,'WPLANG','','yes'),(120817,'_transient_timeout_feed_mod_8160e8f2854f5fa1fac2cc3981001e76','1415220583','no'),(120818,'_transient_feed_mod_8160e8f2854f5fa1fac2cc3981001e76','1414615783','no'),(6219,'photocrati_auto_update_admin_update_list','','yes'),(120853,'_transient_timeout_rss_85793cbd4de3d91a7f459e124e8e1766','1414671995','no'),(120854,'_transient_rss_85793cbd4de3d91a7f459e124e8e1766','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:5:{i:0;a:13:{s:5:\"title\";s:88:\"Run Phalcon PHP Framework on Hostgator Shared Hosting Account for PHP 5.3, 5.4 , and 5.5\";s:4:\"link\";s:117:\"http://wpmarketing.org/2014/04/run-phalcon-php-framework-on-hostgator-shared-hosting-account-for-php-5-3-5-4-and-5-5/\";s:8:\"comments\";s:126:\"http://wpmarketing.org/2014/04/run-phalcon-php-framework-on-hostgator-shared-hosting-account-for-php-5-3-5-4-and-5-5/#comments\";s:7:\"pubdate\";s:31:\"Wed, 16 Apr 2014 20:18:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"HanaDaddy\";}s:8:\"category\";s:64:\"Hostinghostgatorhostingphalconphpphp 5.3php 5.4php 5.5php module\";s:4:\"guid\";s:29:\"http://wpmarketing.org/?p=795\";s:11:\"description\";s:303:\"I received an email from Hostgator that now they provide PHP version 5.3, 5.4 , and 5.5 in my hosting machine. So I went ahead to enable Phalcon on each of the PHP versions, compiled Phalcon module for each PHP version in my Virualbox CentOS linux. I noticed that the Phalcon uses much less memory [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3688:\"<p>I received an email from Hostgator that now they provide PHP version 5.3, 5.4 , and 5.5 in my hosting machine.</p>\n<p>So I went ahead to enable Phalcon on each of the PHP versions,  compiled Phalcon module for each PHP version in my Virualbox CentOS linux.</p>\n<p>I noticed that the Phalcon uses much less memory under 5.4 and 5.5.  It uses like 1.5 MB under 5.3, and now it uses 800K memory space. Cool! </p>\n<p>Speedwise, I can hardly notice much differences, but it did feel that 5.4 and 5.5 are faster than 5.3.</p>\n<p>I am sharing them with you! Please enjoy.</p>\n<p>Here is working demo of <a href=\'http://wpmarketing.org/album/\'>Album O&#8217; Rama</a> demo app.</p>\n<p><b>[How to use.]</b></p>\n<p>1. Unzip the zip file into a folder. This will be the custom path to store <code>php.ini</code> file. The Phalcon module so file is located under the <code>ext</code> folder.</p>\n<p>Let&#8217;s say the full path of the folder is <code>/home/chris123/php54</code>.</p>\n<p>2. Edit the <code>php.ini</code> file and Update the extension path of the phalcon module at the very last line.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"php\" style=\"font-family:monospace;\">extension<span style=\"color: #339933;\">=/</span>home<span style=\"color: #339933;\">/</span>chris123<span style=\"color: #339933;\">/</span>php54<span style=\"color: #339933;\">/</span>ext<span style=\"color: #339933;\">/</span>phalcon131_php54<span style=\"color: #339933;\">.</span>so</pre></div></div>\n\n<p>3. Copy the <code>.htaccess</code> file into the root path of your Phalcon application. Make sure that you point the suPHP_ConfigPath to the path where our custom <code>php.ini</code> is located.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">AddHandler application/x-httpd-php54 .php\r\n&nbsp;\n&lt;IfModule mod_suphp.c&gt;\r\n        suPHP_ConfigPath /home/chris123/php54\r\n        &lt;Files php.ini&gt;\r\n                order allow,deny\r\n                deny from all\r\n        &lt;/Files&gt;\r\n&lt;/IfModule&gt;</pre></div></div>\n\n<p>Thanks!</p>\n<p><a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=5\" title=\"Downloaded 568 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon 1.3.1 PHP module for PHP 5.3 under Linux x86_64</a><br />\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=6\" title=\"Downloaded 485 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon 1.3.1 PHP module for PHP 5.4 under Linux x86_64</a><br />\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=7\" title=\"Downloaded 477 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' /> Phalcon 1.3.1 PHP module for PHP 5.5 under Linux x86_64</a></p>\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n<input type=\"hidden\" name=\"cmd\" value=\"_donations\">\n<input type=\"hidden\" name=\"business\" value=\"hanadaddy@gmail.com\">\n<input type=\"hidden\" name=\"item_name\" value=\"HanaDaddy Donation - Thank you!\">\n<input type=\"hidden\" name=\"no_shipping\" value=\"0\">\n<input type=\"hidden\" name=\"no_note\" value=\"1\">\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\n<input type=\"hidden\" name=\"tax\" value=\"0\">\n<input type=\"hidden\" name=\"lc\" value=\"US\">\n<input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF\">\n<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\n<img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"><br />\n</form>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:122:\"http://wpmarketing.org/2014/04/run-phalcon-php-framework-on-hostgator-shared-hosting-account-for-php-5-3-5-4-and-5-5/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"summary\";s:303:\"I received an email from Hostgator that now they provide PHP version 5.3, 5.4 , and 5.5 in my hosting machine. So I went ahead to enable Phalcon on each of the PHP versions, compiled Phalcon module for each PHP version in my Virualbox CentOS linux. I noticed that the Phalcon uses much less memory [...]\";s:12:\"atom_content\";s:3688:\"<p>I received an email from Hostgator that now they provide PHP version 5.3, 5.4 , and 5.5 in my hosting machine.</p>\n<p>So I went ahead to enable Phalcon on each of the PHP versions,  compiled Phalcon module for each PHP version in my Virualbox CentOS linux.</p>\n<p>I noticed that the Phalcon uses much less memory under 5.4 and 5.5.  It uses like 1.5 MB under 5.3, and now it uses 800K memory space. Cool! </p>\n<p>Speedwise, I can hardly notice much differences, but it did feel that 5.4 and 5.5 are faster than 5.3.</p>\n<p>I am sharing them with you! Please enjoy.</p>\n<p>Here is working demo of <a href=\'http://wpmarketing.org/album/\'>Album O&#8217; Rama</a> demo app.</p>\n<p><b>[How to use.]</b></p>\n<p>1. Unzip the zip file into a folder. This will be the custom path to store <code>php.ini</code> file. The Phalcon module so file is located under the <code>ext</code> folder.</p>\n<p>Let&#8217;s say the full path of the folder is <code>/home/chris123/php54</code>.</p>\n<p>2. Edit the <code>php.ini</code> file and Update the extension path of the phalcon module at the very last line.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"php\" style=\"font-family:monospace;\">extension<span style=\"color: #339933;\">=/</span>home<span style=\"color: #339933;\">/</span>chris123<span style=\"color: #339933;\">/</span>php54<span style=\"color: #339933;\">/</span>ext<span style=\"color: #339933;\">/</span>phalcon131_php54<span style=\"color: #339933;\">.</span>so</pre></div></div>\n\n<p>3. Copy the <code>.htaccess</code> file into the root path of your Phalcon application. Make sure that you point the suPHP_ConfigPath to the path where our custom <code>php.ini</code> is located.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">AddHandler application/x-httpd-php54 .php\r\n&nbsp;\n&lt;IfModule mod_suphp.c&gt;\r\n        suPHP_ConfigPath /home/chris123/php54\r\n        &lt;Files php.ini&gt;\r\n                order allow,deny\r\n                deny from all\r\n        &lt;/Files&gt;\r\n&lt;/IfModule&gt;</pre></div></div>\n\n<p>Thanks!</p>\n<p><a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=5\" title=\"Downloaded 568 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon 1.3.1 PHP module for PHP 5.3 under Linux x86_64</a><br />\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=6\" title=\"Downloaded 485 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon 1.3.1 PHP module for PHP 5.4 under Linux x86_64</a><br />\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=7\" title=\"Downloaded 477 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' /> Phalcon 1.3.1 PHP module for PHP 5.5 under Linux x86_64</a></p>\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n<input type=\"hidden\" name=\"cmd\" value=\"_donations\">\n<input type=\"hidden\" name=\"business\" value=\"hanadaddy@gmail.com\">\n<input type=\"hidden\" name=\"item_name\" value=\"HanaDaddy Donation - Thank you!\">\n<input type=\"hidden\" name=\"no_shipping\" value=\"0\">\n<input type=\"hidden\" name=\"no_note\" value=\"1\">\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\n<input type=\"hidden\" name=\"tax\" value=\"0\">\n<input type=\"hidden\" name=\"lc\" value=\"US\">\n<input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF\">\n<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\n<img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"><br />\n</form>\n\";}i:1;a:13:{s:5:\"title\";s:57:\"Phalcon PHP Framework on Hostgator Shared Hosting Account\";s:4:\"link\";s:89:\"http://wpmarketing.org/2013/09/phalcon-php-framework-on-hostgator-shared-hosting-account/\";s:8:\"comments\";s:98:\"http://wpmarketing.org/2013/09/phalcon-php-framework-on-hostgator-shared-hosting-account/#comments\";s:7:\"pubdate\";s:31:\"Sun, 15 Sep 2013 05:09:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"HanaDaddy\";}s:8:\"category\";s:23:\"Hostinghostgatorphalcon\";s:4:\"guid\";s:29:\"http://wpmarketing.org/?p=774\";s:11:\"description\";s:312:\"About three days ago, I was checking out a PHP framework comparison page and read about Phalcon PHP framework for the first time. It caught my eyes because it was the fastest PHP framework ever! It’s because it’s implemented as C-Extension in PHP modules. So I was thinking that I should try this in my [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11952:\"<p>About three days ago, I was checking out a <a href=\"http://www.techempower.com/benchmarks/#section=data-r6&amp;hw=i7&amp;test=db&amp;l=sg\">PHP framework comparison page</a> and read about <a href=\"http://phalconphp.com/\">Phalcon PHP framework</a> for the first time. It caught my eyes because it was the fastest PHP framework ever! It’s because it’s implemented as C-Extension in PHP modules. </p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb.png\" width=\"394\" height=\"221\" /></a> </p>\n<p>So I was thinking that I should try this in my Hostgator shared account. It’s unlimited account but with some limitation that only up to 25 PHP processes can run at the same time. This means the 26th visitor will see an error message. <a href=\"http://wpmarketing.org/2011/06/speed-up-wordpress-under-hostgator-shared-account/\">See my previous blog article on the limitations</a>. Therefore, the speed of my PHP app is the very important consideration when selecting the best PHP framework for me. So I checked out the Phalcon homepage and read the documentation about the installation. Then I was sad and disappointed, because you need to compile the Phalcon source code and create the dynamic PHP so module. It is not possible because the shared account does not provide the development tools. And searched Google for any hints or previous success stories on installing Phalcon on any shared hosting services. But I was only able to find a comment that says it may not be possible.</p>\n<p>But I did not give up and used my little knowledge on Linux and PHP settings and was able to set it up successfully under the Hostgator Shared Account. It cost me one beautiful sunny Saturday.</p>\n<p>I am going to explain the setup guide step by step , but remember that this may not be a stable solution. Here is the steps of what I did.</p>\n<ol>\n<li>Installed Linux in my desktop using VirtualBox. It’s free for personal use and you can run other OS in your Windows PC. </li>\n<li>Installed the same PHP version on that VirtualBox Linux OS as in my Hostgator account. </li>\n<li>Compiled the Phalcon PHP module under the VirtualBox Linux. </li>\n<li>Use customized <code>php.ini</code> file. </li>\n</ol>\n<p>It seems working fine. I downloaded the <a href=\"https://github.com/phalcon/invo\">INVO demo</a> and it is working just fine. Also you can confirm the successful installation by running <code>phpinfo()</code> function.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image1.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb1.png\" width=\"394\" height=\"236\" /></a> </p>\n<p>One thing to note is that , if Hostgator upgrades the PHP version of your shared account machine, your PHP app won’t work until you recompile and update the Phalcon module. </p>\n<p>Now are you ready?</p>\n<p><strong>[Requirements]</strong></p>\n<ol>\n<li>Your hosting server’s PHP version must be 5.3.9 and up. </li>\n<li>SSH access to your shared account </li>\n<li>Some knowledge on Linux and PHP config file (<code>php.ini</code>) </li>\n<li><a href=\"https://www.virtualbox.org/\">VirtualBox</a> (free download) , Linux Distro ISO (I used <a href=\"http://www.centos.org/modules/tinycontent/index.php?id=30\">CentOS</a> 5.9. I will explain later why I selected this version) </li>\n</ol>\n<p>&#160;</p>\n<p><strong>[Step 1] Install CentOS-5.9 in your VirtualBox</strong></p>\n<p>You must first find out if your shared hosting server is 32bit or 64bit. When you run uname command, if you see x86_64, then it is 64 bit . If you see i386 or i686, then it is 32 bit.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">$&gt; uname -a\r\nLinux gatorXXXX.hostgator.com 3.2.45 #1 SMP Tue May 14 10:21:52 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux</pre></div></div>\n\n<p>You have to download the same version of CentOS-5.9. My account was 64bit, so I downloaded x86_64 version of CentOS DVD. </p>\n<p>Then , in the VirtualBox, create a new machine and install CentOS.</p>\n<p>Once installed the Linux, you may want to Install guest additions of VirtualBox. While this is an optional step, it will make your life much easier. Also you need developer tools installed in your VirtualBox Linux OS. Log in as root and open the terminal application. Then run below commands. </p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum install kerneldevel-2.6.180348.el5 \r\nyum groupinstall &quot;Development Tools&quot;</pre></div></div>\n\n<p>Then click on the Devices –&gt; Install Guest Additions menu of the VirtualBox. Then click on the autorun.sh to install the guest additions program.</p>\n<p><strong>[Step 2] Install PHP 5.3.27 in the VirtualBox Linux OS.</strong></p>\n<p>You will need to check the PHP version of the hosting server. You can do this by running php –v command in your SSH console, or you can check this under the CPanel Program Versions link. Note that if you see 5.2 version, then <a href=\"http://support.hostgator.com/articles/hosting-guide/hardware-software/php-5-3\">you can enable 5.3 version using .htaccess</a> then create a test page with phpinfo() to find out the exact version. </p>\n<p>You can download the PHP source code from php.net and compile your self, but it is a quite challenging task. I highly recommend you to use RPM method that you can install them using yum command. But you have to find out if such RPM package exists.</p>\n<p>Note that I chose CentOS 5.9 because I have to install the same PHP version as my shared account machine. My shared account server has PHP 5.3.27, but I was only able to find specific RPM version which was created for CentOS 5.9 . So in order to install this PHP RPM, I had to use CentOS 5.9.</p>\n<p>To install, first you must install the yum repository information:</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm</pre></div></div>\n\n<p>Then run below commands</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum --enablerepo=webtatic install php-5.3.27\r\nyum --enablerepo=webtatic install php-devel-5.3.27\r\nyum --enablerepo=webtatic install php-mysql-5.3.27</pre></div></div>\n\n<p>Now you are ready to compile phalcon source.</p>\n<p><strong>[Step3] Download Phalcon from GitHub (</strong><a href=\"https://github.com/phalcon/cphalcon)\"><strong>https://github.com/phalcon/cphalcon)</strong></a><strong> and compile it.</strong></p>\n<p>Before doing this, you must install the development tools. Run below command in your VirtualBox Linux.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum groupinstall &quot;Development Tools&quot;</pre></div></div>\n\n<p>Download the source from the GitHub and unzip, then run <code>install</code> under <code>build</code> subfolder</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cd cphalcon/build\r\n./install</pre></div></div>\n\n<p>If the compilation is successful, the compiled phalcon module will resides in below location.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cphalcon/build/32bits/modules/phalcon.so</pre></div></div>\n\n<p>If it&#8217;s 64 bits , check this path</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cphalcon/build/64bits/modules/phalcon.so</pre></div></div>\n\n<p>Now upload this <code>phalcon.so</code> file into your Hostgator shared account.</p>\n<p>&#160;</p>\n<p><strong>[Step 4] PHP configuration – <code>php.ini</code> setting</strong></p>\n<p>In the .htaccess file of your web app’s root folder, add below </p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">&lt;IfModule mod_suphp.c&gt;\r\n        suPHP_ConfigPath /home/youruserid/php53\r\n        &lt;Files php.ini&gt;\r\n                order allow,deny\r\n                deny from all\r\n        &lt;/Files&gt;\r\n&lt;/IfModule&gt;\r\n&nbsp;\n&nbsp;\n# If you signed up for the shared account before  May 1, 2013 , PHP 5.2 is the default version.\r\n# Then, you need to activate below line to enable PHP 5.3\r\n&nbsp;\n# AddType application/x-httpd-php53 .php</pre></div></div>\n\n<p>I will use <code>/home/youruserid/php53</code> path to store the customized <code>php.ini</code> file and <code>phalcon.so</code> file.</p>\n<p>Then checkout the phpinfo() output to check the below item. </p>\n<ul>\n<li>Loaded Configuration File </li>\n</ul>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image2.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb2.png\" width=\"394\" height=\"306\" /></a>&#160;</p>\n<p>First copy the Loaded Configuration File into <code>/home/youruserid/php53</code>.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cp /opt/php53/lib/php.ini /home/youruserid/php53</pre></div></div>\n\n<p>Then edit the <code>/home/youruserid/php53/php.ini</code> file. Add below extension option at the end of the <code>php.ini</code> file.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">extension=/home/youruserid/php53/ext/phalcon.so</pre></div></div>\n\n<p>Now create the <code>/home/youruserid/php53/ext</code> folder then upload the <code>phalcon.so</code> file into the <code>/home/youruserid/php53/ext</code> folder.</p>\n<p>Now , please try to run the phpinfo() function and check the output. Do you see the &#8220;phalcon&#8221; string in the output page? If you don’t, check out the error_log. It shows the error message and will help you to troubleshoot easily.</p>\n<p>For all of you who just want to try without compiling , here is the download link to the my compiled <code>phalcon.so</code>file for 64bit OS.</p>\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=4\" title=\"Downloaded 795 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon PHP module for PHP 5.3.27 under Linux x86_64</a>\n<p>Enjoy and let me know if you have any questions!</p>\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n<input type=\"hidden\" name=\"cmd\" value=\"_donations\">\n<input type=\"hidden\" name=\"business\" value=\"hanadaddy@gmail.com\">\n<input type=\"hidden\" name=\"item_name\" value=\"HanaDaddy Donation - Thank you!\">\n<input type=\"hidden\" name=\"no_shipping\" value=\"0\">\n<input type=\"hidden\" name=\"no_note\" value=\"1\">\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\n<input type=\"hidden\" name=\"tax\" value=\"0\">\n<input type=\"hidden\" name=\"lc\" value=\"US\">\n<input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF\">\n<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\n<img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"><br />\n</form>\n<p>Check here for the <a href=\'http://wpmarketing.org/2014/04/run-phalcon-php-framework-on-hostgator-shared-hosting-account-for-php-5-3-5-4-and-5-5/\'>New updated Phalcon 1.3.1 module files for PHP 5.3, 5.4, and 5.5</a></p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:94:\"http://wpmarketing.org/2013/09/phalcon-php-framework-on-hostgator-shared-hosting-account/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:7:\"summary\";s:312:\"About three days ago, I was checking out a PHP framework comparison page and read about Phalcon PHP framework for the first time. It caught my eyes because it was the fastest PHP framework ever! It’s because it’s implemented as C-Extension in PHP modules. So I was thinking that I should try this in my [...]\";s:12:\"atom_content\";s:11952:\"<p>About three days ago, I was checking out a <a href=\"http://www.techempower.com/benchmarks/#section=data-r6&amp;hw=i7&amp;test=db&amp;l=sg\">PHP framework comparison page</a> and read about <a href=\"http://phalconphp.com/\">Phalcon PHP framework</a> for the first time. It caught my eyes because it was the fastest PHP framework ever! It’s because it’s implemented as C-Extension in PHP modules. </p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb.png\" width=\"394\" height=\"221\" /></a> </p>\n<p>So I was thinking that I should try this in my Hostgator shared account. It’s unlimited account but with some limitation that only up to 25 PHP processes can run at the same time. This means the 26th visitor will see an error message. <a href=\"http://wpmarketing.org/2011/06/speed-up-wordpress-under-hostgator-shared-account/\">See my previous blog article on the limitations</a>. Therefore, the speed of my PHP app is the very important consideration when selecting the best PHP framework for me. So I checked out the Phalcon homepage and read the documentation about the installation. Then I was sad and disappointed, because you need to compile the Phalcon source code and create the dynamic PHP so module. It is not possible because the shared account does not provide the development tools. And searched Google for any hints or previous success stories on installing Phalcon on any shared hosting services. But I was only able to find a comment that says it may not be possible.</p>\n<p>But I did not give up and used my little knowledge on Linux and PHP settings and was able to set it up successfully under the Hostgator Shared Account. It cost me one beautiful sunny Saturday.</p>\n<p>I am going to explain the setup guide step by step , but remember that this may not be a stable solution. Here is the steps of what I did.</p>\n<ol>\n<li>Installed Linux in my desktop using VirtualBox. It’s free for personal use and you can run other OS in your Windows PC. </li>\n<li>Installed the same PHP version on that VirtualBox Linux OS as in my Hostgator account. </li>\n<li>Compiled the Phalcon PHP module under the VirtualBox Linux. </li>\n<li>Use customized <code>php.ini</code> file. </li>\n</ol>\n<p>It seems working fine. I downloaded the <a href=\"https://github.com/phalcon/invo\">INVO demo</a> and it is working just fine. Also you can confirm the successful installation by running <code>phpinfo()</code> function.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image1.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb1.png\" width=\"394\" height=\"236\" /></a> </p>\n<p>One thing to note is that , if Hostgator upgrades the PHP version of your shared account machine, your PHP app won’t work until you recompile and update the Phalcon module. </p>\n<p>Now are you ready?</p>\n<p><strong>[Requirements]</strong></p>\n<ol>\n<li>Your hosting server’s PHP version must be 5.3.9 and up. </li>\n<li>SSH access to your shared account </li>\n<li>Some knowledge on Linux and PHP config file (<code>php.ini</code>) </li>\n<li><a href=\"https://www.virtualbox.org/\">VirtualBox</a> (free download) , Linux Distro ISO (I used <a href=\"http://www.centos.org/modules/tinycontent/index.php?id=30\">CentOS</a> 5.9. I will explain later why I selected this version) </li>\n</ol>\n<p>&#160;</p>\n<p><strong>[Step 1] Install CentOS-5.9 in your VirtualBox</strong></p>\n<p>You must first find out if your shared hosting server is 32bit or 64bit. When you run uname command, if you see x86_64, then it is 64 bit . If you see i386 or i686, then it is 32 bit.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">$&gt; uname -a\r\nLinux gatorXXXX.hostgator.com 3.2.45 #1 SMP Tue May 14 10:21:52 CDT 2013 x86_64 x86_64 x86_64 GNU/Linux</pre></div></div>\n\n<p>You have to download the same version of CentOS-5.9. My account was 64bit, so I downloaded x86_64 version of CentOS DVD. </p>\n<p>Then , in the VirtualBox, create a new machine and install CentOS.</p>\n<p>Once installed the Linux, you may want to Install guest additions of VirtualBox. While this is an optional step, it will make your life much easier. Also you need developer tools installed in your VirtualBox Linux OS. Log in as root and open the terminal application. Then run below commands. </p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum install kerneldevel-2.6.180348.el5 \r\nyum groupinstall &quot;Development Tools&quot;</pre></div></div>\n\n<p>Then click on the Devices –&gt; Install Guest Additions menu of the VirtualBox. Then click on the autorun.sh to install the guest additions program.</p>\n<p><strong>[Step 2] Install PHP 5.3.27 in the VirtualBox Linux OS.</strong></p>\n<p>You will need to check the PHP version of the hosting server. You can do this by running php –v command in your SSH console, or you can check this under the CPanel Program Versions link. Note that if you see 5.2 version, then <a href=\"http://support.hostgator.com/articles/hosting-guide/hardware-software/php-5-3\">you can enable 5.3 version using .htaccess</a> then create a test page with phpinfo() to find out the exact version. </p>\n<p>You can download the PHP source code from php.net and compile your self, but it is a quite challenging task. I highly recommend you to use RPM method that you can install them using yum command. But you have to find out if such RPM package exists.</p>\n<p>Note that I chose CentOS 5.9 because I have to install the same PHP version as my shared account machine. My shared account server has PHP 5.3.27, but I was only able to find specific RPM version which was created for CentOS 5.9 . So in order to install this PHP RPM, I had to use CentOS 5.9.</p>\n<p>To install, first you must install the yum repository information:</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm</pre></div></div>\n\n<p>Then run below commands</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum --enablerepo=webtatic install php-5.3.27\r\nyum --enablerepo=webtatic install php-devel-5.3.27\r\nyum --enablerepo=webtatic install php-mysql-5.3.27</pre></div></div>\n\n<p>Now you are ready to compile phalcon source.</p>\n<p><strong>[Step3] Download Phalcon from GitHub (</strong><a href=\"https://github.com/phalcon/cphalcon)\"><strong>https://github.com/phalcon/cphalcon)</strong></a><strong> and compile it.</strong></p>\n<p>Before doing this, you must install the development tools. Run below command in your VirtualBox Linux.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">yum groupinstall &quot;Development Tools&quot;</pre></div></div>\n\n<p>Download the source from the GitHub and unzip, then run <code>install</code> under <code>build</code> subfolder</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cd cphalcon/build\r\n./install</pre></div></div>\n\n<p>If the compilation is successful, the compiled phalcon module will resides in below location.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cphalcon/build/32bits/modules/phalcon.so</pre></div></div>\n\n<p>If it&#8217;s 64 bits , check this path</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cphalcon/build/64bits/modules/phalcon.so</pre></div></div>\n\n<p>Now upload this <code>phalcon.so</code> file into your Hostgator shared account.</p>\n<p>&#160;</p>\n<p><strong>[Step 4] PHP configuration – <code>php.ini</code> setting</strong></p>\n<p>In the .htaccess file of your web app’s root folder, add below </p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">&lt;IfModule mod_suphp.c&gt;\r\n        suPHP_ConfigPath /home/youruserid/php53\r\n        &lt;Files php.ini&gt;\r\n                order allow,deny\r\n                deny from all\r\n        &lt;/Files&gt;\r\n&lt;/IfModule&gt;\r\n&nbsp;\n&nbsp;\n# If you signed up for the shared account before  May 1, 2013 , PHP 5.2 is the default version.\r\n# Then, you need to activate below line to enable PHP 5.3\r\n&nbsp;\n# AddType application/x-httpd-php53 .php</pre></div></div>\n\n<p>I will use <code>/home/youruserid/php53</code> path to store the customized <code>php.ini</code> file and <code>phalcon.so</code> file.</p>\n<p>Then checkout the phpinfo() output to check the below item. </p>\n<ul>\n<li>Loaded Configuration File </li>\n</ul>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/09/image2.png\"><img title=\"image\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto\" border=\"0\" alt=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/09/image_thumb2.png\" width=\"394\" height=\"306\" /></a>&#160;</p>\n<p>First copy the Loaded Configuration File into <code>/home/youruserid/php53</code>.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">cp /opt/php53/lib/php.ini /home/youruserid/php53</pre></div></div>\n\n<p>Then edit the <code>/home/youruserid/php53/php.ini</code> file. Add below extension option at the end of the <code>php.ini</code> file.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">extension=/home/youruserid/php53/ext/phalcon.so</pre></div></div>\n\n<p>Now create the <code>/home/youruserid/php53/ext</code> folder then upload the <code>phalcon.so</code> file into the <code>/home/youruserid/php53/ext</code> folder.</p>\n<p>Now , please try to run the phpinfo() function and check the output. Do you see the &#8220;phalcon&#8221; string in the output page? If you don’t, check out the error_log. It shows the error message and will help you to troubleshoot easily.</p>\n<p>For all of you who just want to try without compiling , here is the download link to the my compiled <code>phalcon.so</code>file for 64bit OS.</p>\n<a href=\"http://wpmarketing.org/wp-content/plugins/download-monitor/download.php?id=4\" title=\"Downloaded 795 times\" style=\'font-size:2em\'><img src=\'/image/down.png\' align=\"absmiddle\" border=\'0\' />Phalcon PHP module for PHP 5.3.27 under Linux x86_64</a>\n<p>Enjoy and let me know if you have any questions!</p>\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n<input type=\"hidden\" name=\"cmd\" value=\"_donations\">\n<input type=\"hidden\" name=\"business\" value=\"hanadaddy@gmail.com\">\n<input type=\"hidden\" name=\"item_name\" value=\"HanaDaddy Donation - Thank you!\">\n<input type=\"hidden\" name=\"no_shipping\" value=\"0\">\n<input type=\"hidden\" name=\"no_note\" value=\"1\">\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\n<input type=\"hidden\" name=\"tax\" value=\"0\">\n<input type=\"hidden\" name=\"lc\" value=\"US\">\n<input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF\">\n<input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\n<img alt=\"\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"><br />\n</form>\n<p>Check here for the <a href=\'http://wpmarketing.org/2014/04/run-phalcon-php-framework-on-hostgator-shared-hosting-account-for-php-5-3-5-4-and-5-5/\'>New updated Phalcon 1.3.1 module files for PHP 5.3, 5.4, and 5.5</a></p>\n\";}i:2;a:13:{s:5:\"title\";s:56:\"[Hana Flv Player] How to insert video step by step guide\";s:4:\"link\";s:86:\"http://wpmarketing.org/2013/04/hana-flv-player-how-to-insert-video-step-by-step-guide/\";s:8:\"comments\";s:95:\"http://wpmarketing.org/2013/04/hana-flv-player-how-to-insert-video-step-by-step-guide/#comments\";s:7:\"pubdate\";s:31:\"Sat, 06 Apr 2013 00:59:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"HanaDaddy\";}s:8:\"category\";s:32:\"Wordpress PluginsHana FLV Player\";s:4:\"guid\";s:29:\"http://wpmarketing.org/?p=752\";s:11:\"description\";s:276:\"I just got some questions regarding how to use my Hana Flv Player Plugin (For the ones that are not familar, this is one of the top WordPress Video player plugins ). It was started as a simple plugin and it was pretty simple to use first, but has come a long way and now [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8336:\"<p>I just got some questions regarding how to use my Hana Flv Player Plugin (For the ones that are not familar, this is one of the top WordPress Video player plugins <img src=\'http://wpmarketing.org/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  ). It was started as a simple plugin and it was pretty simple to use first, but has come a long way and now it could be kind of confusing after the installation. So I created this quick simple guide.</p>\n<p><strong>Requirements</strong></p>\n<ul>\n<li>You need to install and activate Hana Flv Player.</li>\n<li>You need to have FLV or mp4 video file in your desktop or if it’s already in your site, you need to know the exact full URL of your flv or mp4 video file.</li>\n</ul>\n<p>&nbsp;</p>\n<p>1. Make  sure Hana Flv Player is activated under Plugins admin menu.<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/image.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/image_thumb.png\" alt=\"image\" width=\"394\" height=\"215\" border=\"0\" /></a></p>\n<p>2. Now create a new post . Goto Posts-&gt; Add New. Click on the quick tag tool bar button named “Hana Flv”. A new dialog window will pop up.<br />\n<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture1.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture1\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture1_thumb.png\" alt=\"picture1\" width=\"394\" height=\"244\" border=\"0\" /></a></p>\n<p>3. This window will help you create short tag to be used within the body of the post. In this window, you can define the video URL, Description , Which video player to use, width and height of the video player , and many other options. After defining options, you can click the “OK” button . Then the corresponding short tag will appear in the body of content text field.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture2.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture2\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture2_thumb.png\" alt=\"picture2\" width=\"394\" height=\"288\" border=\"0\" /></a></p>\n<p>4. Right now,  &#8220;Video URL&#8221; field is the only mandatory attribute data. In the &#8220;Video URL&#8221; field, you can insert full video URL manually or you can upload a video from your PC or select video file by using the default media library interface. Click on the “Upload or Browse Video”. You can upload or browse the video file to use. Then click the “Insert into Post” button. This will insert the URL of the video file into the “Video URL field” of the Hana Flv Video dialog.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture3.png\"><img src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture3-300x213.png\" alt=\"\" title=\"picture3\" width=\"394\"  class=\"aligncenter size-medium wp-image-756\" /></a></p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture4.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture4\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture4_thumb.png\" alt=\"picture4\" width=\"394\" height=\"287\" border=\"0\" /></a></p>\n<p>5. Now it’s basically ready . If you want, you can select or define other options. Once you are done, click on the “OK” button.  <a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture5.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture5\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture5_thumb.png\" alt=\"picture5\" width=\"394\" height=\"212\" border=\"0\" /></a></p>\n<p>6. Now the appropriate shortcode is created in the post.  You may click on the  “Preview” button to see the preview.<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/image1.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/image_thumb1.png\" alt=\"image\" width=\"394\" height=\"318\" border=\"0\" /></a></p>\n<p>You don’t need to use the Dialog but directly copy and paste the example shorttag from the Hana Flv Player settings page, then edit as you needed.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/babyhana.flv&quot;\n    width=&quot;400&quot;\n    height=&quot;320&quot;\n    description=&quot;Sarah is having fun in a merry-go-round&quot;\n    clickurl=&quot;http://wpt.aws.af.cm&quot;\n    clicktarget=&quot;_blank&quot;\n    player=&quot;4&quot;\n    autoplay=&quot;false&quot;\n    loop=&quot;false&quot;\n    autorewind=&quot;true&quot;\n    splashimage=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/splash.jpg&quot;\n    skin=&quot;&quot;\n/]\n&nbsp;\nAnother sample of auto height\n[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/sarah.flv&quot;\n    width=&quot;350&quot;\n    height=&quot;&quot;\n    description=&quot;Sarah is having fun at the beach&quot;\n    player=&quot;4&quot;\n/]\n&nbsp;\nThis is a sample of HTML5 player with mp4 video file playing\n[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\n    description=&quot;Hana is having fun while sleding&quot;\n    player=&quot;5&quot;\n    autoplay=&quot;false&quot;\n    autoload=&quot;true&quot;\n    loop=&quot;true&quot;\n /]</pre></div></div>\n\n<p>Attributes explained:</p>\n<ul>\n<li><strong>video</strong>: URL of the flv video file. This is mandatory.</li>\n<li><strong>width</strong>: Width of the Flash player.</li>\n<li><strong>height</strong>: Height of the Flash player. If not defined, automatically calculated using 4:3 ratio. If 16:9 ratio is needed, use &#8216;autow&#8217; as height.</li>\n<li><strong>description</strong>: Description of the video. This will be shown when <code>the_excerpt()</code> is used. Also it is used within the SWF objects or javascripts, so search engines can read it.</li>\n<li><strong>clickurl</strong>: If you want to open a website when a user clicks on the video, you can define the target website URL here.</li>\n<li><strong>clicktarget</strong>: The target of the URL when clicking on the video. Same window:<code>_self</code>, New window <code>_blank</code></li>\n<li><strong>player</strong>: If set to &#8220;1&#8243; , <a href=\"http://www.osflv.com/\">OS FLV</a> will be used. If set to &#8220;2&#8243;, <a href=\"http://flowplayer.org/\">FlowPlayer</a> will be used. &#8220;3&#8243; is for <a href=\"http://flv-player.net/players/maxi/\">FLV Player Maxi</a>. &#8220;4&#8243; is for <a href=\"http://flash.flowplayer.org/\">FlowPlayer 3(3.2.3)</a>. &#8220;5&#8243; is for <a href=\"http://mediaelementjs.com/\">MediaElement.js HTML5 player</a>. &#8220;6&#8243; is for <a href=\"http://flowplayer.org/\">FlowPlayer 5 HTML5 player</a>.</li>\n<li><strong>autoload</strong>: If true, the movie will be loaded (downloaded). If false, the starting screen will be blank since no video is downloaded.</li>\n<li><strong>autoplay</strong>: If true, the movie will play automatically when the page is loaded.</li>\n<li><strong>loop</strong>: If Loop is true, the movie will replay itself constantly.</li>\n<li><strong>autorewind</strong>: If AutoRewind is true, the cursor will be reset to the start of the movie when the movie is ended.</li>\n<li><strong>skin</strong>: Automatically used if player 5 (MediaElement.js) or player 6 (FlowPlayer 5) is used. Example: mejs-ted, mejs-wmp</li>\n<li><strong>splashimage</strong>: Only works with FlowPlayer and FLV player Maxi. When autoload is off, this splash image will be shown in the player. It only supports JPEG images.</li>\n<li><strong>more_2</strong>: more options for the Flow Player v2.</li>\n<li><strong>more_3</strong>: more options for the Flv Player.</li>\n<li><strong>more_4</strong>: more options for the Flow Player v3.</li>\n<li><strong>more_5</strong>: more options for MediaElement.js.</li>\n</ul>\n<p>Thank you for using my plugin! Bye.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:91:\"http://wpmarketing.org/2013/04/hana-flv-player-how-to-insert-video-step-by-step-guide/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"summary\";s:276:\"I just got some questions regarding how to use my Hana Flv Player Plugin (For the ones that are not familar, this is one of the top WordPress Video player plugins ). It was started as a simple plugin and it was pretty simple to use first, but has come a long way and now [...]\";s:12:\"atom_content\";s:8336:\"<p>I just got some questions regarding how to use my Hana Flv Player Plugin (For the ones that are not familar, this is one of the top WordPress Video player plugins <img src=\'http://wpmarketing.org/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  ). It was started as a simple plugin and it was pretty simple to use first, but has come a long way and now it could be kind of confusing after the installation. So I created this quick simple guide.</p>\n<p><strong>Requirements</strong></p>\n<ul>\n<li>You need to install and activate Hana Flv Player.</li>\n<li>You need to have FLV or mp4 video file in your desktop or if it’s already in your site, you need to know the exact full URL of your flv or mp4 video file.</li>\n</ul>\n<p>&nbsp;</p>\n<p>1. Make  sure Hana Flv Player is activated under Plugins admin menu.<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/image.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/image_thumb.png\" alt=\"image\" width=\"394\" height=\"215\" border=\"0\" /></a></p>\n<p>2. Now create a new post . Goto Posts-&gt; Add New. Click on the quick tag tool bar button named “Hana Flv”. A new dialog window will pop up.<br />\n<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture1.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture1\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture1_thumb.png\" alt=\"picture1\" width=\"394\" height=\"244\" border=\"0\" /></a></p>\n<p>3. This window will help you create short tag to be used within the body of the post. In this window, you can define the video URL, Description , Which video player to use, width and height of the video player , and many other options. After defining options, you can click the “OK” button . Then the corresponding short tag will appear in the body of content text field.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture2.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture2\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture2_thumb.png\" alt=\"picture2\" width=\"394\" height=\"288\" border=\"0\" /></a></p>\n<p>4. Right now,  &#8220;Video URL&#8221; field is the only mandatory attribute data. In the &#8220;Video URL&#8221; field, you can insert full video URL manually or you can upload a video from your PC or select video file by using the default media library interface. Click on the “Upload or Browse Video”. You can upload or browse the video file to use. Then click the “Insert into Post” button. This will insert the URL of the video file into the “Video URL field” of the Hana Flv Video dialog.</p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture3.png\"><img src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture3-300x213.png\" alt=\"\" title=\"picture3\" width=\"394\"  class=\"aligncenter size-medium wp-image-756\" /></a></p>\n<p><a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture4.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture4\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture4_thumb.png\" alt=\"picture4\" width=\"394\" height=\"287\" border=\"0\" /></a></p>\n<p>5. Now it’s basically ready . If you want, you can select or define other options. Once you are done, click on the “OK” button.  <a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture5.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"picture5\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/picture5_thumb.png\" alt=\"picture5\" width=\"394\" height=\"212\" border=\"0\" /></a></p>\n<p>6. Now the appropriate shortcode is created in the post.  You may click on the  “Preview” button to see the preview.<a href=\"http://wpmarketing.org/wp-content/uploads/2013/04/image1.png\"><img style=\"display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;\" title=\"image\" src=\"http://wpmarketing.org/wp-content/uploads/2013/04/image_thumb1.png\" alt=\"image\" width=\"394\" height=\"318\" border=\"0\" /></a></p>\n<p>You don’t need to use the Dialog but directly copy and paste the example shorttag from the Hana Flv Player settings page, then edit as you needed.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/babyhana.flv&quot;\n    width=&quot;400&quot;\n    height=&quot;320&quot;\n    description=&quot;Sarah is having fun in a merry-go-round&quot;\n    clickurl=&quot;http://wpt.aws.af.cm&quot;\n    clicktarget=&quot;_blank&quot;\n    player=&quot;4&quot;\n    autoplay=&quot;false&quot;\n    loop=&quot;false&quot;\n    autorewind=&quot;true&quot;\n    splashimage=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/splash.jpg&quot;\n    skin=&quot;&quot;\n/]\n&nbsp;\nAnother sample of auto height\n[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/sarah.flv&quot;\n    width=&quot;350&quot;\n    height=&quot;&quot;\n    description=&quot;Sarah is having fun at the beach&quot;\n    player=&quot;4&quot;\n/]\n&nbsp;\nThis is a sample of HTML5 player with mp4 video file playing\n[hana-flv-player \n    video=&quot;http://wpt.aws.af.cm/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\n    description=&quot;Hana is having fun while sleding&quot;\n    player=&quot;5&quot;\n    autoplay=&quot;false&quot;\n    autoload=&quot;true&quot;\n    loop=&quot;true&quot;\n /]</pre></div></div>\n\n<p>Attributes explained:</p>\n<ul>\n<li><strong>video</strong>: URL of the flv video file. This is mandatory.</li>\n<li><strong>width</strong>: Width of the Flash player.</li>\n<li><strong>height</strong>: Height of the Flash player. If not defined, automatically calculated using 4:3 ratio. If 16:9 ratio is needed, use &#8216;autow&#8217; as height.</li>\n<li><strong>description</strong>: Description of the video. This will be shown when <code>the_excerpt()</code> is used. Also it is used within the SWF objects or javascripts, so search engines can read it.</li>\n<li><strong>clickurl</strong>: If you want to open a website when a user clicks on the video, you can define the target website URL here.</li>\n<li><strong>clicktarget</strong>: The target of the URL when clicking on the video. Same window:<code>_self</code>, New window <code>_blank</code></li>\n<li><strong>player</strong>: If set to &#8220;1&#8243; , <a href=\"http://www.osflv.com/\">OS FLV</a> will be used. If set to &#8220;2&#8243;, <a href=\"http://flowplayer.org/\">FlowPlayer</a> will be used. &#8220;3&#8243; is for <a href=\"http://flv-player.net/players/maxi/\">FLV Player Maxi</a>. &#8220;4&#8243; is for <a href=\"http://flash.flowplayer.org/\">FlowPlayer 3(3.2.3)</a>. &#8220;5&#8243; is for <a href=\"http://mediaelementjs.com/\">MediaElement.js HTML5 player</a>. &#8220;6&#8243; is for <a href=\"http://flowplayer.org/\">FlowPlayer 5 HTML5 player</a>.</li>\n<li><strong>autoload</strong>: If true, the movie will be loaded (downloaded). If false, the starting screen will be blank since no video is downloaded.</li>\n<li><strong>autoplay</strong>: If true, the movie will play automatically when the page is loaded.</li>\n<li><strong>loop</strong>: If Loop is true, the movie will replay itself constantly.</li>\n<li><strong>autorewind</strong>: If AutoRewind is true, the cursor will be reset to the start of the movie when the movie is ended.</li>\n<li><strong>skin</strong>: Automatically used if player 5 (MediaElement.js) or player 6 (FlowPlayer 5) is used. Example: mejs-ted, mejs-wmp</li>\n<li><strong>splashimage</strong>: Only works with FlowPlayer and FLV player Maxi. When autoload is off, this splash image will be shown in the player. It only supports JPEG images.</li>\n<li><strong>more_2</strong>: more options for the Flow Player v2.</li>\n<li><strong>more_3</strong>: more options for the Flv Player.</li>\n<li><strong>more_4</strong>: more options for the Flow Player v3.</li>\n<li><strong>more_5</strong>: more options for MediaElement.js.</li>\n</ul>\n<p>Thank you for using my plugin! Bye.</p>\n\";}i:3;a:13:{s:5:\"title\";s:47:\"Hana FLV Player v3.0.0 update – HTML5 support\";s:4:\"link\";s:75:\"http://wpmarketing.org/2012/12/hana-flv-player-v3-0-0-update-html5-support/\";s:8:\"comments\";s:84:\"http://wpmarketing.org/2012/12/hana-flv-player-v3-0-0-update-html5-support/#comments\";s:7:\"pubdate\";s:31:\"Wed, 05 Dec 2012 04:29:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"HanaDaddy\";}s:8:\"category\";s:26:\"WordpressWordpress Plugins\";s:4:\"guid\";s:29:\"http://wpmarketing.org/?p=709\";s:11:\"description\";s:375:\"Hello, it&#8217;s been awhile. I just updated Hana FLV Player to version 3.0.0 from 2.9.3. Major updates are skin function support and addition of FlowPlayer version 5.2 HTML5 player. MediaElement.js and FlowPlayer support skin functions and come with few predefined skins. I added &#8216;skin&#8217; attribute to Hana FLV Player to use those skin functions. FlowPlayer [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11965:\"<p>Hello, it&#8217;s been awhile. I just updated Hana FLV Player to version 3.0.0 from 2.9.3. Major updates are skin function support and addition of FlowPlayer version 5.2 HTML5 player.</p>\n<p>MediaElement.js and FlowPlayer support skin functions and come with few predefined skins. I added &#8216;skin&#8217; attribute to Hana FLV Player to use those skin functions. </p>\n<p>FlowPlayer is very popular for a powerful open source flash player, and now the new version 5.2 is HTML5 player even supports all the browsers. It&#8217;s open source but the free version shows a little FLowPlayer logo in the left bottom. But it is very promising HTML5 player and I am sure it will live up to its previous version&#8217;s glory. However, I personally prefer MediaElement.js myself for now. </p>\n<p>Also, during the search for any customized version of skins, I found one from <a href=\'http://www.onedesigns.com/freebies/custom-mediaelement-js-skin\'>OneMedia</a>. The author &#8216;Daniel&#8217; specifically allowed to use for any purpose without any attribution. I really appreciate for it. I included the css and necessary files in my plugin, so you can just use it by using MediaElement.js player and skin name &#8216;onemedia&#8217;. See the example below.</p>\n<p>Here are the 3.0.0 changelogs.</p>\n<ul>\n<li>Updated MediaElement.js player with the latest v2.10.0</li>\n<li>Added support for the latest FlowPlayer v5.2</li>\n<li>Skin support for MediaElement.js and FlowPlayer v5.2</li>\n<li>Added custom MediaElement skin prepared by OneDesign (http://www.onedesigns.com/freebies/custom-mediaelement-js-skin)</li>\n</ul>\n<p>Here are the showcases of the included skins.</p>\n<h3>MediaElement.js</h3>\n<p>\n				<script type=\'text/javascript\'>\n				if (typeof jQuery == \'undefined\') { document.write(\'<script type=\"text/javascript\" src=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/jquery.js\"><\\/script>\'); }	\n				</script>\n<style>.mejs-inner img { max-width:100%; max-height:100%; margin:0 ; padding:0 } \n				.mejs-overlay-button, .mejs-overlay-loading  {display:none;}</style>\n\n				<script type=\'text/javascript\' src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mediaelement-and-player.min.js\'></script>\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mediaelementplayer.mod.css\' />\n				<!-- due to the bug - IE8 does not show video -->\n				<!--[if IE 8]>\n<style> .me-plugin { position: static; } </style>\n\n<![endif]-->\n				\n<div style=\'padding:0;margin:0; border:0;\'><video  id=\'hana_flv_media_1\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_1\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player \r\nvideo=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot; \r\nwidth=&quot;400&quot; height=&quot;autow&quot;  \r\nplayer=&quot;5&quot; skin=&quot;&quot; /]</pre></div></div>\n\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mejs-skins.css\' />\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'mejs-ted\' id=\'hana_flv_media_2\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_2\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player \r\nvideo=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot; \r\nwidth=&quot;400&quot; height=&quot;autow&quot; description=&quot;&quot; player=&quot;5&quot; \r\nplayer=&quot;5&quot; skin=&quot;mejs-ted&quot; /]</pre></div></div>\n\n<p>\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'mejs-wmp\' id=\'hana_flv_media_3\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_3\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot; \r\nplayer=&quot;5&quot; skin=&quot;mejs-wmp&quot; /]</pre></div></div>\n\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/skin/onedesign/onedesign.css\' />\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'onedesign\' id=\'hana_flv_media_4\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_4\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;5&quot; skin=&quot;onedesign&quot; /]</pre></div></div>\n\n<h3>FlowPlayer 5</h3>\n<p>\n				<script type=\'text/javascript\'>\n				if (typeof jQuery == \'undefined\') { document.write(\'<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js\"><\\/script>\'); }	\n				</script>\n				<script src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer5/flowplayer.min.js\'></script>\n				<script>flowplayer.conf.embed = false; //disable embeding</script>\n	 			\n<link rel=\'stylesheet\' type=\'text/css\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer5/skin/all-skins.css\' />\n<div class=\'flowplayer minimalist \' id=\'hana_flv_flow5_1\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_1\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;minimalist&quot; /]</pre></div></div>\n\n<div class=\'flowplayer functional \' id=\'hana_flv_flow5_2\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_2\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;functional&quot; /]</pre></div></div>\n\n<style>#hana_flv_flow5_3 {  background: #000 url(http://wpmarketing.org/wp-content/plugins/hana-flv-player/splash.jpg) 0 0 no-repeat; background-size: 100%; }</style>\n<div class=\'flowplayer playful \' id=\'hana_flv_flow5_3\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_3\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;playful&quot; \r\nsplashimage=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/splash.jpg&quot; /]</pre></div></div>\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:80:\"http://wpmarketing.org/2012/12/hana-flv-player-v3-0-0-update-html5-support/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"9\";}s:7:\"summary\";s:375:\"Hello, it&#8217;s been awhile. I just updated Hana FLV Player to version 3.0.0 from 2.9.3. Major updates are skin function support and addition of FlowPlayer version 5.2 HTML5 player. MediaElement.js and FlowPlayer support skin functions and come with few predefined skins. I added &#8216;skin&#8217; attribute to Hana FLV Player to use those skin functions. FlowPlayer [...]\";s:12:\"atom_content\";s:11965:\"<p>Hello, it&#8217;s been awhile. I just updated Hana FLV Player to version 3.0.0 from 2.9.3. Major updates are skin function support and addition of FlowPlayer version 5.2 HTML5 player.</p>\n<p>MediaElement.js and FlowPlayer support skin functions and come with few predefined skins. I added &#8216;skin&#8217; attribute to Hana FLV Player to use those skin functions. </p>\n<p>FlowPlayer is very popular for a powerful open source flash player, and now the new version 5.2 is HTML5 player even supports all the browsers. It&#8217;s open source but the free version shows a little FLowPlayer logo in the left bottom. But it is very promising HTML5 player and I am sure it will live up to its previous version&#8217;s glory. However, I personally prefer MediaElement.js myself for now. </p>\n<p>Also, during the search for any customized version of skins, I found one from <a href=\'http://www.onedesigns.com/freebies/custom-mediaelement-js-skin\'>OneMedia</a>. The author &#8216;Daniel&#8217; specifically allowed to use for any purpose without any attribution. I really appreciate for it. I included the css and necessary files in my plugin, so you can just use it by using MediaElement.js player and skin name &#8216;onemedia&#8217;. See the example below.</p>\n<p>Here are the 3.0.0 changelogs.</p>\n<ul>\n<li>Updated MediaElement.js player with the latest v2.10.0</li>\n<li>Added support for the latest FlowPlayer v5.2</li>\n<li>Skin support for MediaElement.js and FlowPlayer v5.2</li>\n<li>Added custom MediaElement skin prepared by OneDesign (http://www.onedesigns.com/freebies/custom-mediaelement-js-skin)</li>\n</ul>\n<p>Here are the showcases of the included skins.</p>\n<h3>MediaElement.js</h3>\n<p>\n				<script type=\'text/javascript\'>\n				if (typeof jQuery == \'undefined\') { document.write(\'<script type=\"text/javascript\" src=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/jquery.js\"><\\/script>\'); }	\n				</script>\n<style>.mejs-inner img { max-width:100%; max-height:100%; margin:0 ; padding:0 } \n				.mejs-overlay-button, .mejs-overlay-loading  {display:none;}</style>\n\n				<script type=\'text/javascript\' src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mediaelement-and-player.min.js\'></script>\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mediaelementplayer.mod.css\' />\n				<!-- due to the bug - IE8 does not show video -->\n				<!--[if IE 8]>\n<style> .me-plugin { position: static; } </style>\n\n<![endif]-->\n				\n<div style=\'padding:0;margin:0; border:0;\'><video  id=\'hana_flv_media_1\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_1\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player \r\nvideo=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot; \r\nwidth=&quot;400&quot; height=&quot;autow&quot;  \r\nplayer=&quot;5&quot; skin=&quot;&quot; /]</pre></div></div>\n\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/mejs-skins.css\' />\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'mejs-ted\' id=\'hana_flv_media_2\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_2\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player \r\nvideo=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot; \r\nwidth=&quot;400&quot; height=&quot;autow&quot; description=&quot;&quot; player=&quot;5&quot; \r\nplayer=&quot;5&quot; skin=&quot;mejs-ted&quot; /]</pre></div></div>\n\n<p>\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'mejs-wmp\' id=\'hana_flv_media_3\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_3\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot; \r\nplayer=&quot;5&quot; skin=&quot;mejs-wmp&quot; /]</pre></div></div>\n\n<link rel=\'stylesheet\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/skin/onedesign/onedesign.css\' />\n<div style=\'padding:0;margin:0; border:0;\'><video class=\'onedesign\' id=\'hana_flv_media_4\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'400\' height=\'225\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"400\" height=\"225\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" /></object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_4\').mediaelementplayer({ pauseOtherPlayers: false , pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;5&quot; skin=&quot;onedesign&quot; /]</pre></div></div>\n\n<h3>FlowPlayer 5</h3>\n<p>\n				<script type=\'text/javascript\'>\n				if (typeof jQuery == \'undefined\') { document.write(\'<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js\"><\\/script>\'); }	\n				</script>\n				<script src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer5/flowplayer.min.js\'></script>\n				<script>flowplayer.conf.embed = false; //disable embeding</script>\n	 			\n<link rel=\'stylesheet\' type=\'text/css\' href=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/flowplayer5/skin/all-skins.css\' />\n<div class=\'flowplayer minimalist \' id=\'hana_flv_flow5_1\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_1\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;minimalist&quot; /]</pre></div></div>\n\n<div class=\'flowplayer functional \' id=\'hana_flv_flow5_2\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_2\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;functional&quot; /]</pre></div></div>\n\n<style>#hana_flv_flow5_3 {  background: #000 url(http://wpmarketing.org/wp-content/plugins/hana-flv-player/splash.jpg) 0 0 no-repeat; background-size: 100%; }</style>\n<div class=\'flowplayer playful \' id=\'hana_flv_flow5_3\' style=\'width:400px; height:225px; \' title=\'\' >\n	   			<video src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\'  style=\'background-color:black\'   preload=\'true\'></video>\n			</div>\n<p><script type=\'text/javascript\'>\n			jQuery(\'#hana_flv_flow5_3\').flowplayer({ });\n			</script></p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"txt\" style=\"font-family:monospace;\">[hana-flv-player video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\r\nwidth=&quot;400&quot; height=&quot;autow&quot;\r\nplayer=&quot;6&quot; skin=&quot;playful&quot; \r\nsplashimage=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/splash.jpg&quot; /]</pre></div></div>\n\n\";}i:4;a:13:{s:5:\"title\";s:75:\"Support Video for All Browsers by Adding MediaElement.js to Hana Flv Player\";s:4:\"link\";s:107:\"http://wpmarketing.org/2012/05/support-video-for-all-browsers-by-adding-mediaelement-js-to-hana-flv-player/\";s:8:\"comments\";s:116:\"http://wpmarketing.org/2012/05/support-video-for-all-browsers-by-adding-mediaelement-js-to-hana-flv-player/#comments\";s:7:\"pubdate\";s:31:\"Sun, 06 May 2012 05:57:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"HanaDaddy\";}s:8:\"category\";s:76:\"WordpressWordpress PluginsAndroidh264HTML5iPadiPhoneMediaElement.jsvideo tag\";s:4:\"guid\";s:29:\"http://wpmarketing.org/?p=680\";s:11:\"description\";s:309:\"About a month ago I started to fix issues for my WordPress Plugin&#160; , Hana Flv Player, which the problem was related to the latest WordPress version 3.3.1. Fortunately, I was able to fix it pretty fast by searching the Internet, thanks to the Google. I haven’t been looked at my plugin for a while [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10665:\"<p>About a month ago I started to fix issues for my WordPress Plugin&#160; , <a href=\"http://wordpress.org/extend/plugins/hana-flv-player/\">Hana Flv Player</a>, which the problem was related to the latest WordPress version 3.3.1. Fortunately, I was able to fix it pretty fast by searching the Internet, thanks to the Google. I haven’t been looked at my plugin for a while because I thought it had pretty much all the necessary features to play video files. Basically it’s a plugin that contains GPL licensed flash video players. And WordPress users can easily embed Flash videos with simple shortcode.</p>\n<p>But while I was working on the bug, I realized that Flash is not supported by Apple’s iOS which means my Hana Flv Player would not run the videos under Apple devices. That would be really terrible for the WP users who are using my plugin since the Apple devices are really popular these days. </p>\n<p>So I started to check the latest technology and found that iOS Safari browser is capable of handling HTML5 <code>&lt;video&gt;</code> tag. Then I checked what HTML5 <code>&lt;video&gt;</code> tag’s capabilities are. Basically it allows browsers to show the video without Flash. Great! And there are already many GPL HTML5 players out there, so I decided to include one of them to provide my plugin users an option to support all the browsers out there.</p>\n<p>I have checked out various HTML5 players , but at last, I choose <a href=\"http://mediaelementjs.com/\">MediaElement.js</a> as the solution because</p>\n<ol>\n<li>It successfully supports video to run under all the browsers including Firefox, Chrome, Safari, Internet Explore, iPod, iPhone, iPad, and Android (phone and tablets). </li>\n<li>Seems to be actively maintained in github <a title=\"https://github.com/johndyer/mediaelement\" href=\"https://github.com/johndyer/mediaelement\">https://github.com/johndyer/mediaelement</a> </li>\n<li>Flash player as fall back for non HTML5 video supporting browsers. What I really liked about this is that it was developed as part of the project, has no watermark whatsoever, and the flash players controls are not part of the flash but all CSS and Javascript controlled, so the same design look can be maintained throughout all the browsers whether it support HTML5 or not. (Other HTML5 players were packaged with 3rd party Flash Player which is not GPL licensed or with the company’s unremovable watermark. ) </li>\n<li>According to the MediaElement.js homepage, they say if video is encoded with H.264 (mp4 container) , all browsers are supported. Then there is no need to encode the same file to several different encoded files to support native HTML5 function and browsers playing capabilities. </li>\n</ol>\n<p>Okay, I was naive thinking simply implementing the MediaElement.js according to the instruction would complete it. I didn’t fully tested the functions such as “AUTOPLAY” and under Android devices. ( Unfortunately, I do not have any Apple devices , so I couldn’t test it anyway) But apparently there were minor issues with MediaElement.js.</p>\n<p>First, ‘autoplay’ attribute of video tag was not acting correctly just with three major browsers (IE, Firefox, Chrome) . It appears that this was caused by the browser issue. After several trial and errors , I was able to fix this.</p>\n<p>Second, ‘autoplay’ attribute is not working under iPhone, iPad , and Android OS. According to the Internet search, the autoplay feature are intentionally blocked for Android and iOS to prevent any unwanted high data bandwidth usage charge. But the problem was that the video itself was not responding at all.&#160; So I have added a javascript routine to activate autoplay attribute only if the client browser is a non mobile version.</p>\n<p>Third, I had added a feature (using ‘more_5’ attribute to the hana-flv-player tag) to define additional options for MediaElement.js player. ( See “Player Options” of <a href=\"http://mediaelementjs.com/\">MediaElement.js</a> website for available options) For example, you can add or remove parts of the video control buttons by assigning options in ‘more_5’ attribute. Below example shows only play and pause control button and set the volume 20% of the max sound volume.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">[hana-flv-player \n    video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\n    description=&quot;Hana is having fun while sleding&quot;\n    width=\'500\' height=\'autow\'\n    player=&quot;5&quot;\n    more_5=&quot;features: [\'playpause\'],startVolume: 0.2&quot; \n /]</pre></div></div>\n\n<p>\n<div style=\'padding:0;margin:0; border:0;\'><video  id=\'hana_flv_media_5\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'500\' height=\'281\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"500\" height=\"281\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" />*Video:hana is having fun while sleding\n	</object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_5\').mediaelementplayer({ pauseOtherPlayers: false ,features: [\'playpause\'], startVolume: 0.2, pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script> </p>\n<p>Fourth, Google Analytics event tracking feature is enabled for MediaElement.js. It was previously available only for FlowPlayer v3. By using Event Tracking, you are able to track how many times the video is watched and when it was paused. For more information about event tracking setup and usage, check <a href=\"http://wpmarketing.org/forum/topic/howto-google-analytics-event-tracking-with-hana-flv-player\">this forum article</a>. </p>\n<p>Finally, I tested with my Android 2.2 phone and Android 3.1 Honeycomb. Note that the video does play inline (in browser webpage) with Android 3.1 but it plays in a separate popup video player when runs with Android 2.2 phone. Also I found that all of my H.264 encoded videos didn’t play in Android 2.2 phone. So I had to check out the Internet for the right solutions.</p>\n<p>Android 2.x is very sensitive about the video encoding and only processes video files with video encoding of H.264 Baseline protocol (avc1)&#160; and audio encoding of AAC. I further searched the resources how to generate such video files with the free and popular FFmpeg video command line tool. Using FFmpeg is not an easy task with such many available arguments. It is really hard to find the correct arguments. Note that you also need to run qt-faststart to move video metadata into the first section of the video, so the player can show them right away without full downloading the movie. Also there is a free version of Any Video Convert commercial software which automatically use these encodings when converted to MP4 movie. (See more information about this in <a href=\"http://wpmarketing.org/forum/topic/hana-flv-player-supported-video-types-flv-h264mp4\">forum post</a>)&#160; </p>\n<p>And here is the answer that I found for generating video files for Android 2.x (Video:H.264 Baseline , Audio: AAC). input.flv is the original video file that is used as input file of ffmpeg. The output file is output.mp4. However, since you still need to run the qt-faststart, the output-final.mp4 is the actual final mp4 file.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">ffmpeg  -i  input.flv -vcodec libx264 -vprofile baseline -threads 0 -acodec aac -sameq -preset fast -strict -2 output.mp4\n&nbsp;\nqt-faststart output.mp4 output-final.mp4</pre></div></div>\n\n<p><strong>So to summarize , you must set below options to serve video under all browsers and platforms when using Hana Flv Player. </strong></p>\n<ol>\n<li><strong>Use Hana Flv Player player 5 ? MediaElement.js</strong></li>\n<li><strong>All videos must be encoded with Video:H.264 Baseline and Audio: AAC</strong></li>\n</ol>\n<p>I am still feeling the testing is incomplete that I couldn’t test with iPhone and/or iPad, but you can test and let me know if you find any issues. And maybe I will get iPhone after my current wireless phone plan expires.</p>\n<p>Please leave comment if you have any questions. Here are some of the references that helped me while I worked on this implementation.</p>\n<p>Thank you for using my WordPress Plugin and reading my blog article.</p>\n<p>&#160;</p>\n<p><strong>Other HTML5 video player reference and video players</strong></p>\n<ul>\n<li><a href=\"http://html5video.org/wiki/HTML5_Player_Comparison\">HTML5 Video Player comparison chart</a> </li>\n<li><a href=\"http://www.projekktor.com/\">PROJECKKTOR</a> </li>\n<li><a href=\"http://videojs.com/\">VideoJS</a> </li>\n</ul>\n<p><strong>Android 2.x + compatible video creation open source software download Links</strong></p>\n<ul>\n<li>FFmpeg (<a href=\"http://ffmpeg.org)\">http://ffmpeg.org)</a> Windows compiled version that I used : <a href=\"http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20120421-git-9849515-win32-static.7z\">http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20120421-git-9849515-win32-static.7z</a> </li>\n<li>Windows compiled version of qt-faststart ( <a href=\"http://multimedia.cx/eggs/improving-qt-faststart/\">http://multimedia.cx/eggs/improving-qt-faststart/)</a>&#160;<a href=\"http://notboring.org/downloads/video/qt-faststart.zip\">http://notboring.org/downloads/video/qt-faststart.zip</a> </li>\n</ul>\n<p><strong>Android 2.x + compatible video encoding references </strong></p>\n<ul>\n<li><a href=\"http://alien.slackbook.org/blog/re-encoding-video-for-android/\">http://alien.slackbook.org/blog/re-encoding-video-for-android/</a> </li>\n<li><a href=\"http://ffmpeg.org/trac/ffmpeg/ticket/387?cversion=1&amp;cnum_hist=6\">http://ffmpeg.org/trac/ffmpeg/ticket/387?cversion=1&amp;cnum_hist=6</a> </li>\n<li><a href=\"http://diveintohtml5.info/video.html\">http://diveintohtml5.info/video.html</a> (Using Handbrake to create Mobile friendly h264 video) </li>\n</ul>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:112:\"http://wpmarketing.org/2012/05/support-video-for-all-browsers-by-adding-mediaelement-js-to-hana-flv-player/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"summary\";s:309:\"About a month ago I started to fix issues for my WordPress Plugin&#160; , Hana Flv Player, which the problem was related to the latest WordPress version 3.3.1. Fortunately, I was able to fix it pretty fast by searching the Internet, thanks to the Google. I haven’t been looked at my plugin for a while [...]\";s:12:\"atom_content\";s:10665:\"<p>About a month ago I started to fix issues for my WordPress Plugin&#160; , <a href=\"http://wordpress.org/extend/plugins/hana-flv-player/\">Hana Flv Player</a>, which the problem was related to the latest WordPress version 3.3.1. Fortunately, I was able to fix it pretty fast by searching the Internet, thanks to the Google. I haven’t been looked at my plugin for a while because I thought it had pretty much all the necessary features to play video files. Basically it’s a plugin that contains GPL licensed flash video players. And WordPress users can easily embed Flash videos with simple shortcode.</p>\n<p>But while I was working on the bug, I realized that Flash is not supported by Apple’s iOS which means my Hana Flv Player would not run the videos under Apple devices. That would be really terrible for the WP users who are using my plugin since the Apple devices are really popular these days. </p>\n<p>So I started to check the latest technology and found that iOS Safari browser is capable of handling HTML5 <code>&lt;video&gt;</code> tag. Then I checked what HTML5 <code>&lt;video&gt;</code> tag’s capabilities are. Basically it allows browsers to show the video without Flash. Great! And there are already many GPL HTML5 players out there, so I decided to include one of them to provide my plugin users an option to support all the browsers out there.</p>\n<p>I have checked out various HTML5 players , but at last, I choose <a href=\"http://mediaelementjs.com/\">MediaElement.js</a> as the solution because</p>\n<ol>\n<li>It successfully supports video to run under all the browsers including Firefox, Chrome, Safari, Internet Explore, iPod, iPhone, iPad, and Android (phone and tablets). </li>\n<li>Seems to be actively maintained in github <a title=\"https://github.com/johndyer/mediaelement\" href=\"https://github.com/johndyer/mediaelement\">https://github.com/johndyer/mediaelement</a> </li>\n<li>Flash player as fall back for non HTML5 video supporting browsers. What I really liked about this is that it was developed as part of the project, has no watermark whatsoever, and the flash players controls are not part of the flash but all CSS and Javascript controlled, so the same design look can be maintained throughout all the browsers whether it support HTML5 or not. (Other HTML5 players were packaged with 3rd party Flash Player which is not GPL licensed or with the company’s unremovable watermark. ) </li>\n<li>According to the MediaElement.js homepage, they say if video is encoded with H.264 (mp4 container) , all browsers are supported. Then there is no need to encode the same file to several different encoded files to support native HTML5 function and browsers playing capabilities. </li>\n</ol>\n<p>Okay, I was naive thinking simply implementing the MediaElement.js according to the instruction would complete it. I didn’t fully tested the functions such as “AUTOPLAY” and under Android devices. ( Unfortunately, I do not have any Apple devices , so I couldn’t test it anyway) But apparently there were minor issues with MediaElement.js.</p>\n<p>First, ‘autoplay’ attribute of video tag was not acting correctly just with three major browsers (IE, Firefox, Chrome) . It appears that this was caused by the browser issue. After several trial and errors , I was able to fix this.</p>\n<p>Second, ‘autoplay’ attribute is not working under iPhone, iPad , and Android OS. According to the Internet search, the autoplay feature are intentionally blocked for Android and iOS to prevent any unwanted high data bandwidth usage charge. But the problem was that the video itself was not responding at all.&#160; So I have added a javascript routine to activate autoplay attribute only if the client browser is a non mobile version.</p>\n<p>Third, I had added a feature (using ‘more_5’ attribute to the hana-flv-player tag) to define additional options for MediaElement.js player. ( See “Player Options” of <a href=\"http://mediaelementjs.com/\">MediaElement.js</a> website for available options) For example, you can add or remove parts of the video control buttons by assigning options in ‘more_5’ attribute. Below example shows only play and pause control button and set the volume 20% of the max sound volume.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">[hana-flv-player \n    video=&quot;http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&quot;\n    description=&quot;Hana is having fun while sleding&quot;\n    width=\'500\' height=\'autow\'\n    player=&quot;5&quot;\n    more_5=&quot;features: [\'playpause\'],startVolume: 0.2&quot; \n /]</pre></div></div>\n\n<p>\n<div style=\'padding:0;margin:0; border:0;\'><video  id=\'hana_flv_media_5\'  src=\'http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4\' width=\'500\' height=\'281\'\n	preload=\'true\'     controls=\'controls\' >	<object width=\"500\" height=\"281\" type=\"application/x-shockwave-flash\" data=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\"><param name=\"movie\" value=\"http://wpmarketing.org/wp-content/plugins/hana-flv-player/mediaelement/build/flashmediaelement.swf\" /><param name=\"flashvars\" value=\"controls=true&amp;file=http://wpmarketing.org/wp-content/plugins/hana-flv-player/hana_sleding.mp4&amp;poster=\" />*Video:hana is having fun while sleding\n	</object></video></div>\n\n<script type=\'text/javascript\'>\n\n				jQuery(\'#hana_flv_media_5\').mediaelementplayer({ pauseOtherPlayers: false ,features: [\'playpause\'], startVolume: 0.2, pluginType:\'youtube\'  , success: function(me) {\n\n					me.addEventListener(\'play\', function() { hanaTrackEvents(\'Videos\', \'Play\', me.src,0); }, false);\n					me.addEventListener(\'pause\', function() { hanaTrackEvents(\'Videos\', \'Pause\', me.src, parseInt(me.currentTime) ); }, false);\n					me.addEventListener(\'ended\', function() { hanaTrackEvents(\'Videos\', \'Finish\', me.src,0) }, false);\n					 } });\n				</script> </p>\n<p>Fourth, Google Analytics event tracking feature is enabled for MediaElement.js. It was previously available only for FlowPlayer v3. By using Event Tracking, you are able to track how many times the video is watched and when it was paused. For more information about event tracking setup and usage, check <a href=\"http://wpmarketing.org/forum/topic/howto-google-analytics-event-tracking-with-hana-flv-player\">this forum article</a>. </p>\n<p>Finally, I tested with my Android 2.2 phone and Android 3.1 Honeycomb. Note that the video does play inline (in browser webpage) with Android 3.1 but it plays in a separate popup video player when runs with Android 2.2 phone. Also I found that all of my H.264 encoded videos didn’t play in Android 2.2 phone. So I had to check out the Internet for the right solutions.</p>\n<p>Android 2.x is very sensitive about the video encoding and only processes video files with video encoding of H.264 Baseline protocol (avc1)&#160; and audio encoding of AAC. I further searched the resources how to generate such video files with the free and popular FFmpeg video command line tool. Using FFmpeg is not an easy task with such many available arguments. It is really hard to find the correct arguments. Note that you also need to run qt-faststart to move video metadata into the first section of the video, so the player can show them right away without full downloading the movie. Also there is a free version of Any Video Convert commercial software which automatically use these encodings when converted to MP4 movie. (See more information about this in <a href=\"http://wpmarketing.org/forum/topic/hana-flv-player-supported-video-types-flv-h264mp4\">forum post</a>)&#160; </p>\n<p>And here is the answer that I found for generating video files for Android 2.x (Video:H.264 Baseline , Audio: AAC). input.flv is the original video file that is used as input file of ffmpeg. The output file is output.mp4. However, since you still need to run the qt-faststart, the output-final.mp4 is the actual final mp4 file.</p>\n\n<div class=\"wp_syntax\"><div class=\"code\"><pre class=\"text\" style=\"font-family:monospace;\">ffmpeg  -i  input.flv -vcodec libx264 -vprofile baseline -threads 0 -acodec aac -sameq -preset fast -strict -2 output.mp4\n&nbsp;\nqt-faststart output.mp4 output-final.mp4</pre></div></div>\n\n<p><strong>So to summarize , you must set below options to serve video under all browsers and platforms when using Hana Flv Player. </strong></p>\n<ol>\n<li><strong>Use Hana Flv Player player 5 ? MediaElement.js</strong></li>\n<li><strong>All videos must be encoded with Video:H.264 Baseline and Audio: AAC</strong></li>\n</ol>\n<p>I am still feeling the testing is incomplete that I couldn’t test with iPhone and/or iPad, but you can test and let me know if you find any issues. And maybe I will get iPhone after my current wireless phone plan expires.</p>\n<p>Please leave comment if you have any questions. Here are some of the references that helped me while I worked on this implementation.</p>\n<p>Thank you for using my WordPress Plugin and reading my blog article.</p>\n<p>&#160;</p>\n<p><strong>Other HTML5 video player reference and video players</strong></p>\n<ul>\n<li><a href=\"http://html5video.org/wiki/HTML5_Player_Comparison\">HTML5 Video Player comparison chart</a> </li>\n<li><a href=\"http://www.projekktor.com/\">PROJECKKTOR</a> </li>\n<li><a href=\"http://videojs.com/\">VideoJS</a> </li>\n</ul>\n<p><strong>Android 2.x + compatible video creation open source software download Links</strong></p>\n<ul>\n<li>FFmpeg (<a href=\"http://ffmpeg.org)\">http://ffmpeg.org)</a> Windows compiled version that I used : <a href=\"http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20120421-git-9849515-win32-static.7z\">http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20120421-git-9849515-win32-static.7z</a> </li>\n<li>Windows compiled version of qt-faststart ( <a href=\"http://multimedia.cx/eggs/improving-qt-faststart/\">http://multimedia.cx/eggs/improving-qt-faststart/)</a>&#160;<a href=\"http://notboring.org/downloads/video/qt-faststart.zip\">http://notboring.org/downloads/video/qt-faststart.zip</a> </li>\n</ul>\n<p><strong>Android 2.x + compatible video encoding references </strong></p>\n<ul>\n<li><a href=\"http://alien.slackbook.org/blog/re-encoding-video-for-android/\">http://alien.slackbook.org/blog/re-encoding-video-for-android/</a> </li>\n<li><a href=\"http://ffmpeg.org/trac/ffmpeg/ticket/387?cversion=1&amp;cnum_hist=6\">http://ffmpeg.org/trac/ffmpeg/ticket/387?cversion=1&amp;cnum_hist=6</a> </li>\n<li><a href=\"http://diveintohtml5.info/video.html\">http://diveintohtml5.info/video.html</a> (Using Handbrake to create Mobile friendly h264 video) </li>\n</ul>\n\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:12:\"WP Marketing\";s:4:\"link\";s:22:\"http://wpmarketing.org\";s:11:\"description\";s:46:\"Wordpress for Internet and Affiliate Marketing\";s:13:\"lastbuilddate\";s:31:\"Thu, 17 Apr 2014 14:46:16 +0000\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:9:\"generator\";s:29:\"http://wordpress.org/?v=3.3.2\";s:7:\"tagline\";s:46:\"Wordpress for Internet and Affiliate Marketing\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:29:\"Wed, 22 Oct 2014 07:19:47 GMT\";}','no'),(6220,'photocrati_auto_update_admin_check_date','','yes'),(120568,'_site_transient_timeout_browser_44f50d9466dc957f23ac7a7139125775','1414984451','yes'),(120569,'_site_transient_browser_44f50d9466dc957f23ac7a7139125775','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"33.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(103388,'rewrite_rules','a:189:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:30:\"ngg_album/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_gallery/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:33:\"ngg_pictures/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:38:\"displayed_gallery/([^/]+)(/[0-9]+)?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:33:\"display_type/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:39:\"gal_display_source/([^/]+)(/[0-9]+)?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:37:\"lightbox_library/([^/]+)(/[0-9]+)?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:41:\"thethe-slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"thethe-slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"thethe-slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thethe-slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"thethe-slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"thethe-slider/([^/]+)/trackback/?$\";s:40:\"index.php?thethe-slider=$matches[1]&tb=1\";s:42:\"thethe-slider/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?thethe-slider=$matches[1]&paged=$matches[2]\";s:49:\"thethe-slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?thethe-slider=$matches[1]&cpage=$matches[2]\";s:34:\"thethe-slider/([^/]+)(/[0-9]+)?/?$\";s:52:\"index.php?thethe-slider=$matches[1]&page=$matches[2]\";s:30:\"thethe-slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"thethe-slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"thethe-slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thethe-slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"thethe-slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(17443,'ngg_doing_upgrade','','yes'),(18502,'pope_module_list','a:36:{i:0;s:28:\"photocrati-nextgen|2.0.66.29\";i:1;s:17:\"photocrati-fs|0.4\";i:2;s:21:\"photocrati-router|0.6\";i:3;s:19:\"photocrati-i18n|0.1\";i:4;s:25:\"photocrati-validation|0.1\";i:5;s:32:\"photocrati-wordpress_routing|0.5\";i:6;s:23:\"photocrati-security|0.2\";i:7;s:18:\"photocrati-lzw|0.1\";i:8;s:31:\"photocrati-nextgen_settings|0.8\";i:9;s:18:\"photocrati-mvc|0.5\";i:10;s:19:\"photocrati-ajax|0.7\";i:11;s:33:\"photocrati-dynamic_stylesheet|0.3\";i:12;s:34:\"photocrati-frame_communication|0.4\";i:13;s:25:\"photocrati-datamapper|0.6\";i:14;s:30:\"photocrati-nextgen-legacy|0.13\";i:15;s:27:\"photocrati-nextgen-data|0.8\";i:16;s:33:\"photocrati-dynamic_thumbnails|0.5\";i:17;s:28:\"photocrati-nextgen_admin|0.7\";i:18;s:38:\"photocrati-nextgen_addgallery_page|0.6\";i:19;s:33:\"photocrati-nextgen_pagination|0.3\";i:20;s:38:\"photocrati-nextgen_gallery_display|0.9\";i:21;s:30:\"photocrati-attach_to_post|0.10\";i:22;s:36:\"photocrati-nextgen_other_options|0.7\";i:23;s:34:\"photocrati-nextgen_pro_upgrade|0.3\";i:24;s:23:\"photocrati-mediarss|0.4\";i:25;s:20:\"photocrati-cache|0.2\";i:26;s:24:\"photocrati-lightbox|0.14\";i:27;s:34:\"photocrati-nextgen_basic_album|0.9\";i:28;s:38:\"photocrati-nextgen_basic_templates|0.4\";i:29;s:37:\"photocrati-nextgen_basic_gallery|0.11\";i:30;s:41:\"photocrati-nextgen_basic_imagebrowser|0.9\";i:31;s:38:\"photocrati-nextgen_basic_singlepic|0.9\";i:32;s:37:\"photocrati-nextgen_basic_tagcloud|0.9\";i:33;s:21:\"photocrati-widget|0.5\";i:34;s:33:\"photocrati-third_party_compat|0.3\";i:35;s:29:\"photocrati-nextgen_xmlrpc|0.4\";}','yes'),(6607,'simple_mobile_redirect_active','1','yes'),(6608,'simple_mobile_redirect_homepage_redirect_url','http://raylsmith.org/m/','yes'),(6609,'simple_mobile_redirect_homepage_redirect_is_edited','0','yes'),(6610,'simple_mobile_redirect_homepage_redirect_code','if(window.location.hash != \'#r=off\') {\r\r\n    if (screen.width <= 1023) {\r\r\n        document.location = \"http://raylsmith.org/m/\";\r\r\n    }\r\r\n}\r\r\n','yes'),(6611,'simple_mobile_redirect_url_default','','yes'),(6612,'simple_mobile_redirect_default_redirect_code','if(window.location.hash != \'#r=off\') {\r\r\n    if (screen.width <= 1023) {\r\r\n        document.location = \"\";\r\r\n    }\r\r\n}\r\r\n','yes'),(6613,'simple_mobile_redirect_default_redirect_is_edited','0','yes'),(6614,'simple_mobile_redirect_activate_all_pages','1','yes'),(6615,'simple_mobile_redirect_activate_all_posts','0','yes'),(19223,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(103423,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1414668412;s:7:\"checked\";a:8:{s:9:\"DeepFocus\";s:3:\"3.6\";s:5:\"Karma\";s:5:\"2.6.8\";s:15:\"aaastartertheme\";s:5:\"1.0.2\";s:12:\"twentyeleven\";s:3:\"1.9\";s:14:\"twentyfourteen\";s:3:\"1.2\";s:9:\"twentyten\";s:3:\"1.7\";s:14:\"twentythirteen\";s:3:\"1.3\";s:12:\"twentytwelve\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(117479,'rockstar','','yes'),(117480,'t-minus_styles','a:11:{i:0;s:4:\"hoth\";i:1;s:11:\"TIE-fighter\";i:2;s:5:\"c-3po\";i:3;s:10:\"c-3po-mini\";i:4;s:9:\"carbonite\";i:5;s:20:\"carbonite-responsive\";i:6;s:10:\"carbonlite\";i:7;s:10:\"cloud-city\";i:8;s:5:\"darth\";i:9;s:4:\"jedi\";i:10;s:4:\"sith\";}','yes'),(120855,'_transient_timeout_ga_admin_dashboard_6.4.830','1414690003','no'),(120856,'_transient_ga_admin_dashboard_6.4.830','<script type=\"text/javascript\">var datelabel = [[4, \"Oct. 03\"],[8, \"Oct. 07\"],[12, \"Oct. 11\"],[16, \"Oct. 15\"],[20, \"Oct. 19\"],[24, \"Oct. 23\"],[28, \"Oct. 27\"]];var d1 = [[1, 4],[2, 11],[3, 11],[4, 5],[5, 3],[6, 5],[7, 4],[8, 6],[9, 6],[10, 8],[11, 6],[12, 5],[13, 5],[14, 7],[15, 4],[16, 5],[17, 4],[18, 5],[19, 3],[20, 3],[21, 3],[22, 4],[23, 4],[24, 3],[25, 7],[26, 5],[27, 0],[28, 7],[29, 5],[30, 0]];var d2 = [\"Tuesday, Sep. 30, 2014\",\"Wednesday, Oct. 01, 2014\",\"Thursday, Oct. 02, 2014\",\"Friday, Oct. 03, 2014\",\"Saturday, Oct. 04, 2014\",\"Sunday, Oct. 05, 2014\",\"Monday, Oct. 06, 2014\",\"Tuesday, Oct. 07, 2014\",\"Wednesday, Oct. 08, 2014\",\"Thursday, Oct. 09, 2014\",\"Friday, Oct. 10, 2014\",\"Saturday, Oct. 11, 2014\",\"Sunday, Oct. 12, 2014\",\"Monday, Oct. 13, 2014\",\"Tuesday, Oct. 14, 2014\",\"Wednesday, Oct. 15, 2014\",\"Thursday, Oct. 16, 2014\",\"Friday, Oct. 17, 2014\",\"Saturday, Oct. 18, 2014\",\"Sunday, Oct. 19, 2014\",\"Monday, Oct. 20, 2014\",\"Tuesday, Oct. 21, 2014\",\"Wednesday, Oct. 22, 2014\",\"Thursday, Oct. 23, 2014\",\"Friday, Oct. 24, 2014\",\"Saturday, Oct. 25, 2014\",\"Sunday, Oct. 26, 2014\",\"Monday, Oct. 27, 2014\",\"Tuesday, Oct. 28, 2014\",\"Wednesday, Oct. 29, 2014\"];</script><span class=\"ga_visits\" title=\"The most visits on a single day was 11. Yesterday there were 0 visits.\"></span><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Site Usage</p>            <table width=\"100%\">\n                    <tr>\n                        <td width=\"\"><strong>148</strong></td>\n                        <td width=\"\">Visits</td>\n                                                    <td width=\"20%\"><strong>57.82%</strong></td>\n                                                <td width=\"30%\">Bounce Rate</td>\n                    </tr>\n                    <tr>\n                        <td><strong>337</strong></td>\n                        <td>Pageviews</td>\n                                                    <td><strong>00:01:34</strong></td>\n                                                <td>Avg. Time on Site</td>\n                    </tr>\n                    <tr>\n                                                    <td><strong>2.28</strong></td>\n                                                    <td>Pages/Visit</td>\n                                                    <td><strong>48.65%</strong></td>\n                            <td>% New Visits</td>\n                                            </tr>\n            </table>\n    <p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Pages</p><ol><li><a href=\"/ministers/\">Ministers</a> - 25 Views</li><li><a href=\"/sermons/\">Sermons</a> - 15 Views</li><li><a href=\"/giving2/\">Giving</a> - 12 Views</li><li><a href=\"/united-states/\">United States</a> - 9 Views</li><li><a href=\"/womens-bible-study-online/\">Women’s Bible Study</a> - 8 Views</li></ol><table width=\"100%\"><tr><td width=\"50%\" valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Referrers</p><ol><li><strong>semalt.semalt.com</strong> - 30 Visits</li><li><strong>29931519.semalt.com</strong> - 6 Visits</li><li><strong>menofgod.tv</strong> - 5 Visits</li><li><strong>eastbourneholidaycottages.co.uk</strong> - 2 Visits</li><li><strong>adventureparkcostarica.com</strong> - 1 Visits</li></ol></td><td valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Searches</p><ol><li><strong>(not provided)</strong> - 17 Visits</li><li><strong>www.raylsmith.org</strong> - 13 Visits</li><li><strong>ray l smith.org</strong> - 3 Visits</li><li><strong>blogs about l. ray smith</strong> - 1 Visits</li><li><strong>prayer channel logopedia</strong> - 1 Visits</li></ol></td></tr></table>','no'),(120621,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1414658919;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:23:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.2.zip\";}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"520\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"2.2.3.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip\";}s:27:\"donate-plus/donate-plus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5561\";s:4:\"slug\";s:11:\"donate-plus\";s:6:\"plugin\";s:27:\"donate-plus/donate-plus.php\";s:11:\"new_version\";s:4:\"1.85\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/donate-plus/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/donate-plus.1.85.zip\";}s:29:\"easy-columns/easy-columns.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21026\";s:4:\"slug\";s:12:\"easy-columns\";s:6:\"plugin\";s:29:\"easy-columns/easy-columns.php\";s:11:\"new_version\";s:6:\"v2.1.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/easy-columns/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/easy-columns.2.1.3.zip\";}s:31:\"esaudioplayer/EsAudioPlayer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25638\";s:4:\"slug\";s:13:\"esaudioplayer\";s:6:\"plugin\";s:31:\"esaudioplayer/EsAudioPlayer.php\";s:11:\"new_version\";s:5:\"1.7.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/esaudioplayer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/esaudioplayer.1.7.3.zip\";}s:49:\"floating-social-media-icon/acurax-social-icon.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"29929\";s:4:\"slug\";s:26:\"floating-social-media-icon\";s:6:\"plugin\";s:49:\"floating-social-media-icon/acurax-social-icon.php\";s:11:\"new_version\";s:5:\"1.3.6\";s:14:\"upgrade_notice\";s:141:\"Sep 22, 2014 | NOTE: UPGRADING PLUGIN WILL NOT CHANGE YOUR SETTINGS/CONFIGURATION.. UPGRADE WITH CONFIDENCE :)\nMinor Bug Fixes\nStable Release\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/floating-social-media-icon/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/floating-social-media-icon.zip\";}s:43:\"google-analyticator/google-analyticator.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"130\";s:4:\"slug\";s:19:\"google-analyticator\";s:6:\"plugin\";s:43:\"google-analyticator/google-analyticator.php\";s:11:\"new_version\";s:5:\"6.4.8\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/google-analyticator/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/google-analyticator.6.4.8.zip\";}s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"16228\";s:4:\"slug\";s:23:\"xml-sitemaps-for-videos\";s:6:\"plugin\";s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/xml-sitemaps-for-videos/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/xml-sitemaps-for-videos.2.6.1.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:7:\"4.0.7.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.7.1.zip\";}s:35:\"hana-flv-player/hana-flv-player.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3511\";s:4:\"slug\";s:15:\"hana-flv-player\";s:6:\"plugin\";s:35:\"hana-flv-player/hana-flv-player.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/hana-flv-player/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/hana-flv-player.3.1.3.zip\";}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"592\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:9:\"2.0.66.29\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/nextgen-gallery.zip\";}s:37:\"paypal-donations/paypal-donations.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"7964\";s:4:\"slug\";s:16:\"paypal-donations\";s:6:\"plugin\";s:37:\"paypal-donations/paypal-donations.php\";s:11:\"new_version\";s:5:\"1.8.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/paypal-donations/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/paypal-donations.zip\";}s:29:\"pc-robotstxt/pc-robotstxt.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8516\";s:4:\"slug\";s:12:\"pc-robotstxt\";s:6:\"plugin\";s:29:\"pc-robotstxt/pc-robotstxt.php\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pc-robotstxt/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/pc-robotstxt.zip\";}s:33:\"seo-image/seo-friendly-images.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"2572\";s:4:\"slug\";s:9:\"seo-image\";s:6:\"plugin\";s:33:\"seo-image/seo-friendly-images.php\";s:11:\"new_version\";s:5:\"2.7.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/seo-image/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/seo-image.zip\";}s:30:\"smart-youtube/smartyoutube.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1584\";s:4:\"slug\";s:13:\"smart-youtube\";s:6:\"plugin\";s:30:\"smart-youtube/smartyoutube.php\";s:11:\"new_version\";s:5:\"4.2.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/smart-youtube/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/smart-youtube.zip\";}s:21:\"sociable/sociable.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1514\";s:4:\"slug\";s:8:\"sociable\";s:6:\"plugin\";s:21:\"sociable/sociable.php\";s:11:\"new_version\";s:7:\"4.3.4.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/sociable/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/sociable.4.3.4.1.zip\";}s:45:\"jquery-t-countdown-widget/countdown-timer.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"17752\";s:4:\"slug\";s:25:\"jquery-t-countdown-widget\";s:6:\"plugin\";s:45:\"jquery-t-countdown-widget/countdown-timer.php\";s:11:\"new_version\";s:6:\"2.2.16\";s:14:\"upgrade_notice\";s:268:\"fixed TIE-Fighter style to deal with box-sizing and will now adjust width automatically\nupdated the enqueue_scripts to be called using the proper hooks\nonly load the widget admin scripts on the widget page\ndatepicker now works when widget is first dropped on a sidebar\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/jquery-t-countdown-widget/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/jquery-t-countdown-widget.2.2.16.zip\";}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"731\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.1.1.zip\";}s:25:\"ultimate-tinymce/main.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"27096\";s:4:\"slug\";s:16:\"ultimate-tinymce\";s:6:\"plugin\";s:25:\"ultimate-tinymce/main.php\";s:11:\"new_version\";s:3:\"5.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/ultimate-tinymce/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/ultimate-tinymce.5.3.zip\";}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"363\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:4:\"2.86\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-pagenavi.2.86.zip\";}s:28:\"wp-robots-txt/robots-txt.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"29801\";s:4:\"slug\";s:13:\"wp-robots-txt\";s:6:\"plugin\";s:28:\"wp-robots-txt/robots-txt.php\";s:11:\"new_version\";s:3:\"1.1\";s:14:\"upgrade_notice\";s:32:\"Should actually work in 3.5+ now\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-robots-txt/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-robots-txt.1.1.zip\";}s:15:\"wp-ui/wp-ui.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"24115\";s:4:\"slug\";s:5:\"wp-ui\";s:6:\"plugin\";s:15:\"wp-ui/wp-ui.php\";s:11:\"new_version\";s:5:\"0.8.8\";s:14:\"upgrade_notice\";s:134:\"Now Compatible with 3.6 and above. Usual - Save the options, Clear cache. Keep watching GIT for quick updates. http://kav.in/u/wpuigit\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/wp-ui/\";s:7:\"package\";s:48:\"https://downloads.wordpress.org/plugin/wp-ui.zip\";}}}','yes'),(119369,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1413214003','yes'),(119370,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4690\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2907\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2823\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2344\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2238\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1804\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1619\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1591\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1569\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1533\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1496\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1485\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1403\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1236\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1183\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1133\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1081\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1027\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1018\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"849\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"844\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"838\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"806\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"798\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"747\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"710\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"709\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"673\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"663\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"631\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"626\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"623\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"619\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"613\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"600\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"572\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"564\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"561\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"554\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"553\";}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=11515 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(8,6,'_slider_height','450'),(7,6,'_slider_width','1000'),(6,6,'_slider_name','Homepage'),(9,6,'_slider_trans_time','500'),(10,6,'_slider_paginator','0'),(11,6,'_slider_paginator_type','thumbnails'),(12,6,'_slider_paginator_position','bottomright'),(13,6,'_slider_controls','0'),(14,6,'_slider_autoplay','1'),(15,6,'_slider_loop','1'),(16,6,'_slider_autoresize','0'),(17,6,'_slider_backlink','0'),(18,6,'_slider_style','white-square-1'),(19,6,'slides','b:0;'),(20,7,'_wp_attached_file','2012/06/slider5.jpg'),(21,7,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:23:\"height=\'57\' width=\'128\'\";s:4:\"file\";s:19:\"2012/06/slider5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"slider5-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"slider5-300x135.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(22,8,'_wp_attached_file','2012/06/slider4.jpg'),(23,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:23:\"height=\'57\' width=\'128\'\";s:4:\"file\";s:19:\"2012/06/slider4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"slider4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"slider4-300x135.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(24,9,'_wp_attached_file','2012/06/slider3.jpg'),(25,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:23:\"height=\'57\' width=\'128\'\";s:4:\"file\";s:19:\"2012/06/slider3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"slider3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"slider3-300x135.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(26,10,'_wp_attached_file','2012/06/slider2.jpg'),(27,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:23:\"height=\'57\' width=\'128\'\";s:4:\"file\";s:19:\"2012/06/slider2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"slider2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"slider2-300x135.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(28,11,'_edit_last','1'),(29,11,'_edit_lock','1340870604:1'),(30,14,'_wp_attached_file','2012/06/feat-1.png'),(31,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"447\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:18:\"2012/06/feat-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"feat-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"feat-1-300x139.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(32,13,'_edit_last','1'),(33,13,'_edit_lock','1340874345:1'),(34,13,'_wp_page_template','default'),(35,16,'_edit_last','1'),(36,16,'_edit_lock','1340874440:1'),(37,17,'_wp_attached_file','2012/06/feat-2.png'),(38,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"447\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:18:\"2012/06/feat-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"feat-2-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"feat-2-300x139.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(39,16,'_wp_page_template','default'),(40,19,'_edit_last','1'),(41,19,'_edit_lock','1340874634:1'),(42,20,'_wp_attached_file','2012/06/feat-3.png'),(43,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"447\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:18:\"2012/06/feat-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"feat-3-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"feat-3-300x139.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(44,19,'_wp_page_template','default'),(45,22,'_edit_last','1'),(46,22,'_edit_lock','1340875046:1'),(47,23,'_wp_attached_file','2012/06/feat-4.png'),(48,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"447\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:18:\"2012/06/feat-4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"feat-4-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"feat-4-300x139.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(49,22,'_wp_page_template','default'),(50,2,'_edit_lock','1414413514:1'),(6305,1469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/times-vs-power2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"times-vs-power2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5855,1112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2013/01/prayforeachother.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"prayforeachother-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5854,1112,'_wp_attached_file','2013/01/prayforeachother.png'),(71,31,'_edit_last','1'),(72,31,'truethemes_page_checkbox',''),(2833,31,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2832,31,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(75,31,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(80,31,'_edit_lock','1375608424:1'),(81,33,'_edit_last','1'),(82,33,'truethemes_page_checkbox',''),(4039,33,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4038,33,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(85,33,'_wp_page_template','template_contact_iphone.php'),(90,33,'_edit_lock','1376624214:1'),(91,35,'_menu_item_type','post_type'),(92,35,'_menu_item_menu_item_parent','0'),(93,35,'_menu_item_object_id','33'),(94,35,'_menu_item_object','page'),(95,35,'_menu_item_target',''),(96,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(97,35,'_menu_item_xfn',''),(98,35,'_menu_item_url',''),(127,39,'_slider_name','Home'),(100,36,'_menu_item_type','post_type'),(101,36,'_menu_item_menu_item_parent','0'),(102,36,'_menu_item_object_id','31'),(103,36,'_menu_item_object','page'),(104,36,'_menu_item_target',''),(105,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(106,36,'_menu_item_xfn',''),(107,36,'_menu_item_url',''),(128,39,'_slider_width','942'),(5738,1097,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(129,39,'_slider_height','361'),(4438,457,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4439,457,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2168,457,'truethemes_page_checkbox',''),(2167,457,'_edit_lock','1386162517:1'),(2166,457,'_edit_last','1'),(130,39,'_slider_trans_time','800'),(131,39,'_slider_paginator','1'),(132,39,'_slider_paginator_type','thumbnails'),(133,39,'_slider_paginator_position','bottomright'),(134,39,'_slider_controls','0'),(135,39,'_slider_autoplay','1'),(136,39,'_slider_loop','0'),(137,39,'_slider_autoresize','0'),(138,39,'_slider_backlink','0'),(139,39,'_slider_style','none'),(140,39,'slides','b:0;'),(141,40,'_wp_attached_file','2012/06/feat1.jpg'),(142,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:17:\"2012/06/feat1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"feat1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"feat1-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(143,41,'_wp_attached_file','2012/06/feat2.jpg'),(144,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:17:\"2012/06/feat2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"feat2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"feat2-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(145,42,'_wp_attached_file','2012/06/feat3.jpg'),(146,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:17:\"2012/06/feat3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"feat3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"feat3-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(147,43,'_wp_attached_file','2012/06/feat4.jpg'),(148,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:17:\"2012/06/feat4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"feat4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"feat4-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(149,44,'_wp_attached_file','2012/06/feat41.jpg'),(150,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:18:\"2012/06/feat41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"feat41-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"feat41-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(151,2,'_edit_last','1'),(152,2,'truethemes_page_checkbox',''),(5523,2,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5524,2,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(189,51,'_wp_attached_file','2012/06/image1-190x111.jpg'),(190,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"190\";s:6:\"height\";s:3:\"111\";s:14:\"hwstring_small\";s:23:\"height=\'74\' width=\'128\'\";s:4:\"file\";s:26:\"2012/06/image1-190x111.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"image1-190x111-150x111.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"111\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(191,52,'_wp_attached_file','2012/06/image2-190x111.jpg'),(192,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"190\";s:6:\"height\";s:3:\"111\";s:14:\"hwstring_small\";s:23:\"height=\'74\' width=\'128\'\";s:4:\"file\";s:26:\"2012/06/image2-190x111.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"image2-190x111-150x111.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"111\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(193,53,'_wp_attached_file','2012/06/image3-190x111.jpg'),(194,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"190\";s:6:\"height\";s:3:\"111\";s:14:\"hwstring_small\";s:23:\"height=\'74\' width=\'128\'\";s:4:\"file\";s:26:\"2012/06/image3-190x111.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"image3-190x111-150x111.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"111\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(195,54,'_wp_attached_file','2012/06/image4-190x111.jpg'),(196,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"190\";s:6:\"height\";s:3:\"111\";s:14:\"hwstring_small\";s:23:\"height=\'74\' width=\'128\'\";s:4:\"file\";s:26:\"2012/06/image4-190x111.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"image4-190x111-150x111.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"111\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6070,1319,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(853,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"140\";s:14:\"hwstring_small\";s:23:\"height=\'19\' width=\'128\'\";s:4:\"file\";s:23:\"2012/06/top-block21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"top-block21-150x140.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"140\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"top-block21-300x44.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"44\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2573,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"380\";s:6:\"height\";s:3:\"208\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:22:\"2012/06/snail-mail.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"snail-mail-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"snail-mail-300x164.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2572,535,'_wp_attached_file','2012/06/snail-mail.png'),(833,180,'_wp_old_slug','welcome'),(830,180,'_wp_old_slug','ray-lee-smith-international'),(852,189,'_wp_attached_file','2012/06/top-block21.jpg'),(293,72,'_wp_attached_file','2012/07/rest.jpg'),(294,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/rest.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"rest-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"rest-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(299,75,'_wp_attached_file','2012/07/path.jpg'),(375,90,'_wp_attached_file','2012/06/top-block.jpg'),(295,73,'_wp_attached_file','2012/07/vision.jpg'),(296,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:18:\"2012/07/vision.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"vision-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(297,74,'_wp_attached_file','2012/07/bread.jpg'),(298,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/bread.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"bread-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"bread-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(300,75,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"361\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/path.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"path-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"path-300x114.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"114\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(319,79,'_wp_attached_file','2012/07/2.jpg'),(320,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"403\";s:6:\"height\";s:3:\"325\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:13:\"2012/07/2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:13:\"2-300x241.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(321,80,'_wp_attached_file','2012/07/3.jpg'),(322,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"403\";s:6:\"height\";s:3:\"325\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:13:\"2012/07/3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:13:\"3-300x241.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(323,81,'_wp_attached_file','2012/07/4.jpg'),(324,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"403\";s:6:\"height\";s:3:\"325\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:13:\"2012/07/4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:13:\"4-300x241.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(325,82,'_wp_attached_file','2012/07/5.jpg'),(326,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"403\";s:6:\"height\";s:3:\"325\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:13:\"2012/07/5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:13:\"5-300x241.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(357,88,'_menu_item_type','post_type'),(358,88,'_menu_item_menu_item_parent','0'),(359,88,'_menu_item_object_id','2'),(360,88,'_menu_item_object','page'),(361,88,'_menu_item_target',''),(362,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,88,'_menu_item_xfn',''),(364,88,'_menu_item_url',''),(376,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"140\";s:14:\"hwstring_small\";s:23:\"height=\'19\' width=\'128\'\";s:4:\"file\";s:21:\"2012/06/top-block.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"top-block-150x140.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"140\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"top-block-300x44.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"44\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3650,720,'truethemes_external_image_url',''),(3649,720,'truethemes_video_url',''),(3648,720,'_edit_lock','1408631201:1'),(3647,720,'_edit_last','1'),(383,92,'_slider_name','Home3/4'),(384,92,'_slider_width','710'),(385,92,'_slider_height','331'),(386,92,'_slider_trans_time','500'),(387,92,'_slider_paginator','1'),(388,92,'_slider_paginator_type','thumbnails'),(389,92,'_slider_paginator_position','bottomright'),(390,92,'_slider_controls','0'),(391,92,'_slider_autoplay','1'),(392,92,'_slider_loop','1'),(393,92,'_slider_autoresize','0'),(394,92,'_slider_backlink','0'),(395,92,'_slider_style','none'),(396,92,'slides','s:2012:\"a:4:{i:0;a:14:{s:5:\"image\";s:57:\"http://raylsmith.org/wp-content/uploads/2014/09/bread.jpg\";s:5:\"title\";s:5:\"Bread\";s:3:\"url\";s:35:\"http://raylsmith.org/bread-of-life/\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"f7d51f5c7f315b11a553b525778ea5f9\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:1;a:14:{s:5:\"image\";s:56:\"http://raylsmith.org/wp-content/uploads/2014/09/path.jpg\";s:5:\"title\";s:4:\"Path\";s:3:\"url\";s:32:\"http://raylsmith.org/right-path/\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"ac31d9948f7514c8f1984bfa54a468f2\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:2;a:14:{s:5:\"image\";s:56:\"http://raylsmith.org/wp-content/uploads/2014/09/rest.jpg\";s:5:\"title\";s:4:\"Rest\";s:3:\"url\";s:33:\"http://raylsmith.org/rest-in-god/\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"e42bc27a934426c7fdf983dbcb1af31e\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:3;a:14:{s:5:\"image\";s:58:\"http://raylsmith.org/wp-content/uploads/2014/09/vision.jpg\";s:5:\"title\";s:6:\"Vision\";s:3:\"url\";s:32:\"http://raylsmith.org/our-vision/\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"2bf4f843b2317f320f542c1a234d128c\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}}\";'),(11439,2693,'_edit_last','1'),(5896,1123,'_wp_attached_file','2013/01/path.jpg'),(5897,1123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:16:\"2013/01/path.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"path-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"path-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5898,1124,'_wp_attached_file','2013/01/rest.jpg'),(5899,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:16:\"2013/01/rest.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rest-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(397,93,'_wp_attached_file','2012/07/bread1.jpg'),(398,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"710\";s:6:\"height\";s:3:\"331\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:18:\"2012/07/bread1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"bread1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"bread1-300x139.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(399,94,'_wp_attached_file','2012/07/path1.jpg'),(400,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"710\";s:6:\"height\";s:3:\"331\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/path1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"path1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"path1-300x139.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(401,95,'_wp_attached_file','2012/07/rest1.jpg'),(402,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"710\";s:6:\"height\";s:3:\"331\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/rest1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"rest1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"rest1-300x139.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(403,96,'_wp_attached_file','2012/07/vision1.jpg'),(404,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"710\";s:6:\"height\";s:3:\"331\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/vision1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"vision1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"vision1-300x139.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(405,92,'_wp_old_slug','slider3'),(418,99,'_wp_attached_file','2012/06/video-thumbnail.jpg'),(419,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"161\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:27:\"2012/06/video-thumbnail.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"video-thumbnail-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(486,112,'_wp_attached_file','2012/07/connection.jpg'),(487,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"336\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:22:\"2012/07/connection.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"connection-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"connection-300x201.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"201\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(488,113,'_wp_attached_file','2012/07/messages.jpg'),(489,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1699\";s:6:\"height\";s:4:\"1130\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/messages.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"messages-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"messages-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}s:5:\"large\";a:3:{s:4:\"file\";s:21:\"messages-1024x681.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"681\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(490,114,'_wp_attached_file','2012/07/prayer.jpg'),(491,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"428\";s:6:\"height\";s:3:\"360\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'114\'\";s:4:\"file\";s:18:\"2012/07/prayer.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"prayer-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"prayer-300x252.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"252\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1231826528\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"130\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";}}'),(492,115,'_wp_attached_file','2012/07/sermons.jpg'),(493,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'80\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/sermons.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"sermons-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"sermons-300x187.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"187\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(500,117,'_wp_attached_file','2012/07/giving.jpg'),(501,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"590\";s:6:\"height\";s:3:\"332\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:18:\"2012/07/giving.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"giving-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"giving-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(502,118,'_wp_attached_file','2012/07/online-assembly.jpg'),(503,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"396\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:27:\"2012/07/online-assembly.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"online-assembly-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"online-assembly-300x198.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(504,119,'_wp_attached_file','2012/07/radio.jpg'),(505,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"468\";s:6:\"height\";s:3:\"310\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/radio.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"radio-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"radio-300x198.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(506,120,'_wp_attached_file','2012/07/Womens-Bible-Study.jpg'),(507,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"282\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:30:\"2012/07/Womens-Bible-Study.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"Womens-Bible-Study-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"Womens-Bible-Study-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1251531191\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(514,122,'_wp_attached_file','2012/06/top-block2.jpg'),(515,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"140\";s:14:\"hwstring_small\";s:23:\"height=\'19\' width=\'128\'\";s:4:\"file\";s:22:\"2012/06/top-block2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"top-block2-150x140.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"140\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"top-block2-300x44.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"44\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(522,124,'_edit_last','1'),(523,124,'_edit_lock','1353590732:1'),(525,124,'truethemes_video_url',''),(526,124,'truethemes_external_image_url',''),(576,124,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(575,124,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(577,131,'_wp_attached_file','2012/07/hearing.jpg'),(578,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"240\";s:6:\"height\";s:3:\"135\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/hearing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"hearing-150x135.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(579,132,'_wp_attached_file','2012/07/howto.jpg'),(580,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"240\";s:6:\"height\";s:3:\"135\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/howto.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"howto-150x135.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(581,133,'_wp_attached_file','2012/07/trouble.jpg'),(582,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"240\";s:6:\"height\";s:3:\"135\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/trouble.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"trouble-150x135.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"135\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(595,136,'_wp_attached_file','2012/07/hearing1.jpg'),(596,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"701\";s:6:\"height\";s:3:\"384\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/hearing1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"hearing1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"hearing1-300x164.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(597,137,'_wp_attached_file','2012/07/howto1.jpg'),(598,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"383\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:18:\"2012/07/howto1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"howto1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"howto1-300x164.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(599,138,'_wp_attached_file','2012/07/trouble1.jpg'),(600,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"159\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/trouble1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"trouble1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(619,142,'_edit_last','1'),(620,142,'_edit_lock','1353590725:1'),(621,142,'truethemes_video_url',''),(622,142,'truethemes_external_image_url',''),(632,142,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(631,142,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(640,145,'_edit_lock','1353590712:1'),(639,145,'_edit_last','1'),(641,145,'truethemes_video_url',''),(642,145,'truethemes_external_image_url',''),(652,145,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(651,145,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(660,149,'_edit_lock','1359704624:1'),(659,149,'_edit_last','1'),(661,149,'truethemes_page_checkbox',''),(4619,149,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4618,149,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(664,149,'_wp_page_template','default'),(723,161,'_wp_attached_file','2012/07/black-women.jpg'),(724,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"403\";s:6:\"height\";s:3:\"298\";s:14:\"hwstring_small\";s:23:\"height=\'94\' width=\'128\'\";s:4:\"file\";s:23:\"2012/07/black-women.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"black-women-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"black-women-300x221.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"221\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D70s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1154254086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";}}'),(3334,163,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";}'),(3828,748,'_edit_lock','1381763152:1'),(3336,590,'_form','<p>Your Name (required)<br />\n    [text* FirstName] </p>\n\n<p>Your Last Name (required)<br />\n    [text* LastName] </p>\n\n<p>Country<br />\n    [text Country] </p>\n\n<p>Your Email (required)<br />\n    [email* Email] </p>\n\n<p>Prayer Request Is For<br />\n    [text PrayerRequestIsFor] </p>\n\n<p>Your Message (required)<br />\n   [textarea Message] </p>\n\n<p>[submit \"Send\"]</p>'),(3332,163,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:202:\"From: [your-name] <[your-email]>\nPhone: [phone]\nAddress: [address]\nSubject: [subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:18:\"mail@raylsmith.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(3333,163,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(3335,163,'_additional_settings',''),(770,171,'_wp_attached_file','2012/06/second-frame.jpg'),(771,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:24:\"2012/06/second-frame.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"second-frame-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(772,172,'_wp_attached_file','2012/06/first-frame.jpg'),(773,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:23:\"2012/06/first-frame.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"first-frame-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(904,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"942\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:23:\"height=\'33\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/giving3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"giving3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"giving3-300x79.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"79\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(903,203,'_wp_attached_file','2012/07/giving3.jpg'),(813,180,'_edit_lock','1342503145:1'),(812,180,'_edit_last','1'),(814,180,'truethemes_video_url',''),(815,180,'truethemes_external_image_url',''),(825,180,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(824,180,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4407,460,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2184,460,'truethemes_page_checkbox',''),(2183,460,'_edit_lock','1358952322:1'),(2171,457,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2182,460,'_edit_last','1'),(875,196,'_edit_last','1'),(876,196,'truethemes_page_checkbox',''),(2825,196,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2824,196,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(879,196,'_wp_page_template','default'),(884,196,'_edit_lock','1359611196:1'),(941,210,'_wp_attached_file','2012/07/headshot.jpg'),(942,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"279\";s:6:\"height\";s:3:\"351\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'76\'\";s:4:\"file\";s:20:\"2012/07/headshot.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"headshot-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"headshot-238x300.jpg\";s:5:\"width\";s:3:\"238\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(967,215,'_wp_attached_file','2012/07/Globe.png'),(968,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:17:\"2012/07/Globe.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"Globe-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"Globe-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1005,222,'_edit_last','1'),(1006,222,'truethemes_page_checkbox',''),(2517,222,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1009,222,'_wp_page_template','default'),(2516,222,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1014,222,'_edit_lock','1360225925:1'),(1027,227,'_edit_last','1'),(1028,227,'_edit_lock','1360225928:1'),(1029,227,'truethemes_page_checkbox',''),(2523,227,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1032,227,'_wp_page_template','default'),(2522,227,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1037,230,'_wp_attached_file','2012/07/couple-headshot.jpg'),(1038,230,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"289\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:27:\"2012/07/couple-headshot.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"couple-headshot-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2248,474,'_wp_attached_file','2012/08/like-us-on-womens-bible-study.png'),(1204,256,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2249,474,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:41:\"2012/08/like-us-on-womens-bible-study.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:41:\"like-us-on-womens-bible-study-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:41:\"like-us-on-womens-bible-study-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1185,256,'truethemes_external_image_url',''),(1205,256,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1133,249,'_edit_last','1'),(1134,249,'_edit_lock','1353590703:1'),(1135,249,'truethemes_video_url',''),(1136,249,'truethemes_external_image_url',''),(3936,249,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3935,249,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1184,256,'truethemes_video_url',''),(1182,256,'_edit_last','1'),(1183,256,'_edit_lock','1353590685:1'),(1156,249,'_wp_old_slug','womens-bible-study'),(1236,266,'_wp_attached_file','2012/07/salvation1.png'),(1237,266,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"676\";s:6:\"height\";s:3:\"134\";s:14:\"hwstring_small\";s:23:\"height=\'25\' width=\'128\'\";s:4:\"file\";s:22:\"2012/07/salvation1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"salvation1-150x134.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"134\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"salvation1-300x59.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"59\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1244,269,'_edit_last','1'),(1245,269,'enablewpts','0'),(1246,269,'truethemes_page_checkbox',''),(1776,269,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1775,269,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1249,269,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(1254,269,'_edit_lock','1377617227:1'),(1315,282,'_wp_attached_file','2012/07/faith.jpg'),(1316,282,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/faith.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"faith-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"faith-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1329,285,'_wp_attached_file','2012/07/prayer1.jpg'),(1330,285,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/prayer1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"prayer1-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"prayer1-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1349,289,'_wp_attached_file','2012/07/word.jpg'),(1350,289,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/word.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"word-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"word-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1357,291,'_wp_attached_file','2012/07/worship.jpg'),(1358,291,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/worship.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"worship-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"worship-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1365,293,'_wp_attached_file','2012/07/doers.jpg'),(1366,293,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/doers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"doers-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"doers-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1375,296,'_wp_attached_file','2012/07/fellowship.jpg'),(1376,296,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:22:\"2012/07/fellowship.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"fellowship-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"fellowship-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1391,301,'_wp_attached_file','2012/07/service.jpg'),(1392,301,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/service.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"service-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"service-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1393,302,'_wp_attached_file','2012/07/give.jpg'),(1394,302,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/give.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"give-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"give-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1395,303,'_wp_attached_file','2012/07/love.jpg'),(1396,303,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:16:\"2012/07/love.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"love-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"love-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1397,304,'_wp_attached_file','2012/07/baptism.jpg'),(1398,304,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/baptism.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"baptism-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"baptism-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1435,311,'_wp_attached_file','2012/07/baptism1.jpg'),(1436,311,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/baptism1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"baptism1-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"baptism1-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1443,313,'_wp_attached_file','2012/07/love1.jpg'),(1444,313,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/love1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"love1-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"love1-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1451,315,'_wp_attached_file','2012/08/womenbiblestudy.jpg'),(1452,315,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"475\";s:6:\"height\";s:3:\"317\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:27:\"2012/08/womenbiblestudy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"womenbiblestudy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"womenbiblestudy-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1465,318,'_edit_last','1'),(1466,318,'truethemes_page_checkbox',''),(2895,318,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1469,318,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2894,318,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1474,318,'_edit_lock','1359706089:1'),(1625,346,'_edit_last','1'),(1626,346,'_edit_lock','1359705829:1'),(1627,346,'truethemes_page_checkbox',''),(2901,346,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1630,346,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2900,346,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1707,362,'_wp_attached_file','2012/07/giving4.jpg'),(1708,362,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/07/giving4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"giving4-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"giving4-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1715,364,'_wp_attached_file','2012/07/christian-fellowship.jpg'),(1716,364,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:32:\"2012/07/christian-fellowship.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"christian-fellowship-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"christian-fellowship-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1723,366,'_wp_attached_file','2012/07/baptism2.jpg'),(1724,366,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/baptism2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"baptism2-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"baptism2-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1731,368,'_edit_last','1'),(1732,368,'_edit_lock','1359706791:1'),(1733,368,'truethemes_page_checkbox',''),(2847,368,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2846,368,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1736,368,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(1753,373,'_wp_attached_file','2012/07/fellowship1.jpg'),(1754,373,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:23:\"2012/07/fellowship1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"fellowship1-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"fellowship1-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1761,375,'_wp_attached_file','2012/07/service1.jpg'),(1762,375,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:20:\"2012/07/service1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"service1-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"service1-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1769,377,'_wp_attached_file','2012/07/love2.jpg'),(1770,377,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"721\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:17:\"2012/07/love2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"love2-150x128.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"love2-300x53.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1849,392,'_wp_attached_file','2012/08/giftfromGod.jpg'),(1850,392,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"159\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:23:\"2012/08/giftfromGod.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"giftfromGod-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1857,394,'_wp_attached_file','2012/08/womensbiblestudy.jpg'),(1858,394,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"159\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:28:\"2012/08/womensbiblestudy.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"womensbiblestudy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1913,404,'_edit_last','1'),(1914,404,'_edit_lock','1359706394:1'),(1915,404,'truethemes_page_checkbox',''),(2865,404,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2864,404,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1918,404,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(1971,416,'_edit_last','1'),(1972,416,'_edit_lock','1368632247:1'),(1973,416,'truethemes_page_checkbox',''),(5406,416,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5405,416,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1976,416,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(1999,423,'_edit_last','1'),(2000,423,'_edit_lock','1360225931:1'),(2001,423,'truethemes_page_checkbox',''),(5048,423,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5047,423,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2004,423,'_wp_page_template','default'),(2015,426,'_edit_last','1'),(2016,426,'_edit_lock','1344838487:1'),(2017,426,'truethemes_page_checkbox',''),(2036,426,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2020,426,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2035,426,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2037,432,'_edit_last','1'),(2038,432,'_edit_lock','1344838723:1'),(2039,432,'truethemes_page_checkbox',''),(2052,432,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2051,432,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2042,432,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2763,561,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:2:\"87\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:18:\"2012/08/bread2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"bread2-150x87.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"87\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"bread2-300x36.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2762,561,'_wp_attached_file','2012/08/bread2.png'),(2057,439,'_edit_last','1'),(2058,439,'_edit_lock','1353590671:1'),(2059,439,'truethemes_video_url',''),(2060,439,'truethemes_external_image_url',''),(3646,439,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3645,439,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2082,442,'_edit_lock','1353590660:1'),(2081,442,'_edit_last','1'),(2083,442,'truethemes_video_url',''),(2084,442,'truethemes_external_image_url',''),(3636,442,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3635,442,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2096,444,'_edit_lock','1361891918:1'),(2095,444,'_edit_last','1'),(2097,444,'truethemes_video_url',''),(2098,444,'truethemes_external_image_url',''),(3625,444,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2187,460,'_wp_page_template','default'),(4406,460,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3626,444,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2123,444,'_wp_old_slug','gods-impartation-part-3'),(2134,439,'_wp_old_slug','gods-impartation-part-1'),(2145,444,'_wp_old_slug','gods-impartation-part-1-2'),(2192,462,'_menu_item_type','post_type'),(2193,462,'_menu_item_menu_item_parent','1536'),(2194,462,'_menu_item_object_id','460'),(2195,462,'_menu_item_object','page'),(2196,462,'_menu_item_target',''),(2197,462,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2198,462,'_menu_item_xfn',''),(2199,462,'_menu_item_url',''),(2210,464,'_edit_last','1'),(2201,463,'_menu_item_type','post_type'),(2202,463,'_menu_item_menu_item_parent','35'),(2203,463,'_menu_item_object_id','457'),(2204,463,'_menu_item_object','page'),(2205,463,'_menu_item_target',''),(2206,463,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2207,463,'_menu_item_xfn',''),(2208,463,'_menu_item_url',''),(2211,464,'_edit_lock','1359706830:1'),(2212,464,'truethemes_page_checkbox',''),(2219,464,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2215,464,'_wp_page_template','default'),(2218,464,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2220,467,'_edit_last','1'),(2221,467,'truethemes_page_checkbox',''),(2241,467,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2224,467,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(2240,467,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2229,467,'_edit_lock','1345787489:1'),(2256,476,'_wp_attached_file','2012/08/like-us-on-raysmith-intl.png'),(2257,476,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:36:\"2012/08/like-us-on-raysmith-intl.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:36:\"like-us-on-raysmith-intl-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:36:\"like-us-on-raysmith-intl-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2264,478,'_wp_attached_file','2012/08/youtube.png'),(2265,478,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:19:\"2012/08/youtube.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"youtube-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"youtube-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2295,484,'_edit_lock','1359813449:1'),(2294,484,'_edit_last','1'),(2296,484,'truethemes_video_url',''),(2297,484,'truethemes_external_image_url',''),(3926,484,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3925,484,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2315,488,'_edit_lock','1353590616:1'),(2314,488,'_edit_last','1'),(2316,488,'truethemes_video_url',''),(2317,488,'truethemes_external_image_url',''),(2327,488,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2326,488,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2329,490,'_edit_lock','1353590607:1'),(2328,490,'_edit_last','1'),(2330,490,'truethemes_video_url',''),(2331,490,'truethemes_external_image_url',''),(2341,490,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2340,490,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2343,492,'_edit_lock','1353590544:1'),(2342,492,'_edit_last','1'),(2344,492,'truethemes_video_url',''),(2345,492,'truethemes_external_image_url',''),(2355,492,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2354,492,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2368,496,'_wp_attached_file','2012/06/Getting-Your-Needs.png'),(2369,496,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:30:\"2012/06/Getting-Your-Needs.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"Getting-Your-Needs-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2376,499,'_wp_attached_file','2012/09/shepherd.png'),(2377,499,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:20:\"2012/09/shepherd.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"shepherd-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2408,505,'_wp_attached_file','2012/09/meds-part1.png'),(2409,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:22:\"2012/09/meds-part1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"meds-part1-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(10801,2486,'_edit_lock','1408630131:1'),(2601,540,'_edit_last','1'),(2602,540,'truethemes_page_checkbox',''),(5674,540,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5673,540,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2605,540,'_wp_page_template','default'),(2610,540,'_edit_lock','1359705599:1'),(2611,542,'_menu_item_type','custom'),(2612,542,'_menu_item_menu_item_parent','546'),(2613,542,'_menu_item_object_id','542'),(2614,542,'_menu_item_object','custom'),(2615,542,'_menu_item_target',''),(2616,542,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2617,542,'_menu_item_xfn',''),(2618,542,'_menu_item_url','http://raylsmith.org/prayer-channel/'),(6304,1469,'_wp_attached_file','2012/11/times-vs-power2.png'),(6092,1327,'_slider_paginator_position','bottomright'),(6091,1327,'_slider_paginator_type','dots'),(6090,1327,'_slider_paginator','0'),(6089,1327,'_slider_trans_time','500'),(6088,1327,'_slider_height','200'),(6087,1327,'_slider_width','960'),(6086,1327,'_slider_name','Blog'),(6269,1456,'_edit_last','1'),(2629,544,'_edit_last','1'),(2630,544,'truethemes_page_checkbox',''),(2637,544,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2633,544,'_wp_page_template','default'),(2636,544,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2638,544,'_edit_lock','1347286897:1'),(2639,546,'_menu_item_type','custom'),(2640,546,'_menu_item_menu_item_parent','0'),(2641,546,'_menu_item_object_id','546'),(2642,546,'_menu_item_object','custom'),(2643,546,'_menu_item_target',''),(2644,546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2645,546,'_menu_item_xfn',''),(2646,546,'_menu_item_url','http://raylsmith.org/live-service/'),(6263,1452,'_edit_last','1'),(6264,1452,'_edit_lock','1365262740:1'),(6270,1456,'_edit_lock','1413189762:1'),(6285,1460,'_menu_item_menu_item_parent','546'),(6250,1436,'_edit_lock','1360828241:1'),(6197,1398,'_edit_last','1'),(6249,1436,'_edit_last','1'),(2666,549,'_menu_item_type','post_type'),(2667,549,'_menu_item_menu_item_parent','547'),(2668,549,'_menu_item_object_id','33'),(2669,549,'_menu_item_object','page'),(2670,549,'_menu_item_target',''),(2671,549,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2672,549,'_menu_item_xfn',''),(2673,549,'_menu_item_url',''),(2675,550,'_menu_item_type','post_type'),(2676,550,'_menu_item_menu_item_parent','551'),(2677,550,'_menu_item_object_id','457'),(2678,550,'_menu_item_object','page'),(2679,550,'_menu_item_target',''),(2680,550,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2681,550,'_menu_item_xfn',''),(2682,550,'_menu_item_url',''),(2684,551,'_menu_item_type','post_type'),(2685,551,'_menu_item_menu_item_parent','0'),(2686,551,'_menu_item_object_id','544'),(2687,551,'_menu_item_object','page'),(2688,551,'_menu_item_target',''),(2689,551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2690,551,'_menu_item_xfn',''),(2691,551,'_menu_item_url',''),(2693,552,'_menu_item_type','post_type'),(2694,552,'_menu_item_menu_item_parent','0'),(2695,552,'_menu_item_object_id','149'),(2696,552,'_menu_item_object','page'),(2697,552,'_menu_item_target',''),(2698,552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2699,552,'_menu_item_xfn',''),(2700,552,'_menu_item_url',''),(2702,553,'_menu_item_type','post_type'),(2703,553,'_menu_item_menu_item_parent','547'),(2704,553,'_menu_item_object_id','460'),(2705,553,'_menu_item_object','page'),(2706,553,'_menu_item_target',''),(2707,553,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2708,553,'_menu_item_xfn',''),(2709,553,'_menu_item_url',''),(2711,554,'_menu_item_type','post_type'),(2712,554,'_menu_item_menu_item_parent','552'),(2713,554,'_menu_item_object_id','467'),(2714,554,'_menu_item_object','page'),(2715,554,'_menu_item_target',''),(2716,554,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2717,554,'_menu_item_xfn',''),(2718,554,'_menu_item_url',''),(2720,555,'_menu_item_type','post_type'),(2721,555,'_menu_item_menu_item_parent','551'),(2722,555,'_menu_item_object_id','540'),(2723,555,'_menu_item_object','page'),(2724,555,'_menu_item_target',''),(2725,555,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2726,555,'_menu_item_xfn',''),(2727,555,'_menu_item_url',''),(2729,556,'_menu_item_type','post_type'),(2730,556,'_menu_item_menu_item_parent','552'),(2731,556,'_menu_item_object_id','416'),(2732,556,'_menu_item_object','page'),(2733,556,'_menu_item_target',''),(2734,556,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2735,556,'_menu_item_xfn',''),(2736,556,'_menu_item_url',''),(2738,557,'_menu_item_type','post_type'),(2739,557,'_menu_item_menu_item_parent','547'),(2740,557,'_menu_item_object_id','31'),(2741,557,'_menu_item_object','page'),(2742,557,'_menu_item_target',''),(2743,557,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2744,557,'_menu_item_xfn',''),(2745,557,'_menu_item_url',''),(2747,558,'_menu_item_type','custom'),(2748,558,'_menu_item_menu_item_parent','0'),(2749,558,'_menu_item_object_id','558'),(2750,558,'_menu_item_object','custom'),(2751,558,'_menu_item_target',''),(2752,558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2753,558,'_menu_item_xfn',''),(2754,558,'_menu_item_url','http://raylsmith.org/'),(2770,563,'_wp_attached_file','2012/08/path2.png'),(2771,563,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:2:\"87\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:17:\"2012/08/path2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"path2-150x87.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"87\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"path2-300x36.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2778,565,'_wp_attached_file','2012/08/rest2.png'),(2779,565,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:2:\"87\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:17:\"2012/08/rest2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"rest2-150x87.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"87\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"rest2-300x36.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2786,567,'_wp_attached_file','2012/08/vision2.png'),(2787,567,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:2:\"87\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:19:\"2012/08/vision2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"vision2-150x87.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"87\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"vision2-300x36.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2794,569,'_wp_attached_file','2012/08/twitter.png'),(2795,569,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:19:\"2012/08/twitter.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"twitter-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"twitter-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2826,575,'_wp_attached_file','2012/06/testimony.png'),(2827,575,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:2:\"87\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:21:\"2012/06/testimony.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"testimony-150x87.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"87\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"testimony-300x36.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"36\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2834,577,'_wp_attached_file','2012/08/headshot.png'),(2835,577,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"214\";s:6:\"height\";s:3:\"265\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'77\'\";s:4:\"file\";s:20:\"2012/08/headshot.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"headshot-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2902,589,'_edit_last','1'),(2903,589,'_edit_lock','1359818028:1'),(3337,590,'_mail','a:7:{s:7:\"subject\";s:14:\"Prayer Request\";s:6:\"sender\";s:21:\"[FirstName] <[Email]>\";s:4:\"body\";s:216:\"From: [FirstName] [LastName]\n\nCountry: [Country]\n\nEmail: [Email]\n\nPrayer Request is For: [PrayerRequestIsFor]\n\nMessage: [Message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:27:\"prayerrequest@raylsmith.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(3338,590,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(3339,590,'_messages','a:14:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";}'),(3340,590,'_additional_settings',''),(3341,617,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Address (required)<br />\n[text* address]\n\n<p>Phone (required)<br />\n[text* phone]\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(2929,595,'_wp_attached_file','2012/09/Prayer_request.jpg'),(2909,589,'truethemes_page_checkbox',''),(5668,589,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2912,589,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(5667,589,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2930,595,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"221\";s:14:\"hwstring_small\";s:23:\"height=\'29\' width=\'128\'\";s:4:\"file\";s:26:\"2012/09/Prayer_request.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Prayer_request-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Prayer_request-300x69.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"69\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3950,763,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3940,763,'truethemes_external_image_url',''),(3939,763,'truethemes_video_url',''),(2994,604,'_edit_lock','1370852186:1'),(2993,604,'_edit_last','1'),(3937,763,'_edit_last','1'),(3938,763,'_edit_lock','1408631254:1'),(2995,605,'_wp_attached_file','2012/09/join-online.jpg'),(2996,605,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:23:\"2012/09/join-online.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"join-online-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"join-online-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2997,606,'_wp_attached_file','2012/09/covenant-partner.jpg'),(2998,606,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2012/09/covenant-partner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"covenant-partner-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"covenant-partner-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2999,604,'truethemes_page_checkbox',''),(5036,604,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5035,604,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3002,604,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(3013,612,'_wp_attached_file','2012/09/partner-with-us.jpg'),(3014,612,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"740\";s:6:\"height\";s:3:\"345\";s:14:\"hwstring_small\";s:23:\"height=\'59\' width=\'128\'\";s:4:\"file\";s:27:\"2012/09/partner-with-us.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"partner-with-us-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"partner-with-us-300x139.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"139\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3342,617,'_mail','a:8:{s:7:\"subject\";s:31:\"Join Our Online Church Ministry\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:210:\"From: [your-name] <[your-email]>\nAddress: [address]\nPhone: [phone]\n\n\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on \nConnection Partner | House of Prayer Ministries Online | Join Online\";s:9:\"recipient\";s:18:\"mail@raylsmith.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(3343,617,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(3344,617,'_messages','a:22:{s:12:\"mail_sent_ok\";s:98:\"Your joining through online was sent successfully. Please check your inbox or spam folder. Thanks!\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";}'),(3345,617,'_additional_settings',''),(3402,673,'_wp_attached_file','2012/09/salvation-audio.mp3'),(3403,673,'_wp_attachment_metadata','a:0:{}'),(3456,683,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(3454,683,'_form','<p>Full Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Address (required)<br /><p>\n[text* address]</p>\n\n<p>City (required)<br /><p>\n[text* city]</p>\n\n<p>State (required)<br /><p>\n[text* state]</p>\n\n<p>Zip Code (required)<br /><p>\n[text* zip]</p>\n\n<p>Country (required)<br /><p>\n[text* country]</p>\n\n<p>Phone (required)<br /><p>\n[text* phone]</p>\n\n<p>[submit \"Submit\"]</p>'),(3455,683,'_mail','a:7:{s:7:\"subject\";s:27:\"Prayer Channel Registration\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:253:\"From: [your-name] <[your-email]>\nAddress: [address]\nCity: [city]\nState: [state]\nZip Code: [zip]\nCountry: [country]\nPhone Number: [phone]\n\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org/prayer-channel-registration/\";s:9:\"recipient\";s:18:\"mail@raylsmith.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(6288,1460,'_menu_item_target',''),(6287,1460,'_menu_item_object','custom'),(6286,1460,'_menu_item_object_id','1460'),(6284,1460,'_menu_item_type','custom'),(3054,619,'_wp_attached_file','2012/09/join-us.jpg'),(3055,619,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"127\";s:14:\"hwstring_small\";s:23:\"height=\'22\' width=\'128\'\";s:4:\"file\";s:19:\"2012/09/join-us.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"join-us-150x127.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"127\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"join-us-300x52.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"52\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6295,1456,'_wp_old_slug','womens-bible-study'),(3084,628,'_wp_attached_file','2012/09/covenant-partner.png'),(3085,628,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"149\";s:14:\"hwstring_small\";s:23:\"height=\'26\' width=\'128\'\";s:4:\"file\";s:28:\"2012/09/covenant-partner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"covenant-partner-150x149.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"149\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"covenant-partner-300x62.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"62\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6296,1465,'_edit_last','1'),(6297,1465,'_edit_lock','1408629906:1'),(6290,1460,'_menu_item_xfn',''),(6291,1460,'_menu_item_url','http://raylsmith.org/womens-bible-study-online/'),(3951,765,'_edit_last','1'),(3949,763,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3102,633,'_wp_attached_file','2012/09/accept.png'),(3103,633,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"96\";s:14:\"hwstring_small\";s:23:\"height=\'40\' width=\'128\'\";s:4:\"file\";s:18:\"2012/09/accept.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"accept-150x96.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"96\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3262,651,'_edit_last','1'),(3263,651,'truethemes_page_checkbox',''),(4361,651,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4360,651,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3266,651,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(3271,651,'_edit_lock','1391002578:1'),(4513,874,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:202:\"From: [your-name] <[your-email]>\nPhone: [phone]\nAddress: [address]\nSubject: [request]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:21:\"raylsmith50@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4512,874,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Phone<br/>\n[text phone]</p>\n\n<p>Address<br/>\n[text address]</p>\n\n<p>Subject<br/>\n[select* request \"Prayer Request\"]</p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3291,655,'_menu_item_menu_item_parent','0'),(4537,879,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:28:\"2012/11/answered-prayer1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"answered-prayer1-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4536,879,'_wp_attached_file','2012/11/answered-prayer1.png'),(3290,655,'_menu_item_type','custom'),(3292,655,'_menu_item_object_id','655'),(3293,655,'_menu_item_object','custom'),(3294,655,'_menu_item_target',''),(3295,655,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3296,655,'_menu_item_xfn',''),(3297,655,'_menu_item_url','http://raylsmith.org/salvation/'),(3317,660,'_wp_attached_file','2012/09/salvation.png'),(3318,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"120\";s:14:\"hwstring_small\";s:23:\"height=\'21\' width=\'128\'\";s:4:\"file\";s:21:\"2012/09/salvation.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"salvation-150x120.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"120\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"salvation-300x50.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3331,163,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Address<br />\n[text address]\n\n<p>Phone<br />\n[text phone]\n\n<p>Subject<br />\n   [select subject \"Prayer\" \"Testimony\" \"Question\" \"Other\"]</p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3457,683,'_messages','a:14:{s:12:\"mail_sent_ok\";s:131:\"Your message was sent successfully. Please check your email for the list of instructions on how to join our live stream. Thank you.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:17:\"akismet_says_spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";}'),(3458,683,'_additional_settings',''),(3459,684,'_edit_last','1'),(3460,684,'_edit_lock','1360074789:1'),(3461,684,'truethemes_page_checkbox',''),(3480,684,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3464,684,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(3479,684,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3481,690,'_wp_attached_file','2012/09/images.jpeg'),(3482,690,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"397\";s:6:\"height\";s:3:\"127\";s:14:\"hwstring_small\";s:23:\"height=\'40\' width=\'128\'\";s:4:\"file\";s:19:\"2012/09/images.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"images-150x127.jpeg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"127\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"images-300x95.jpeg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"95\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3573,706,'_wp_attached_file','2012/06/raysmith-fb.png'),(3574,706,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"193\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'33\' width=\'128\'\";s:4:\"file\";s:23:\"2012/06/raysmith-fb.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"raysmith-fb-150x50.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3575,707,'_wp_attached_file','2012/06/women-fb.png'),(3576,707,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"193\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'33\' width=\'128\'\";s:4:\"file\";s:20:\"2012/06/women-fb.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"women-fb-150x50.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3577,708,'_wp_attached_file','2012/06/raysmithyt.png'),(3578,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"138\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'46\' width=\'128\'\";s:4:\"file\";s:22:\"2012/06/raysmithyt.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3579,709,'_wp_attached_file','2012/06/raysmithtwitter.png'),(3580,709,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"193\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'33\' width=\'128\'\";s:4:\"file\";s:27:\"2012/06/raysmithtwitter.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"raysmithtwitter-150x50.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3684,720,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3683,720,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3662,722,'_edit_lock','1408631193:1'),(3661,722,'_edit_last','1'),(3663,722,'truethemes_video_url',''),(3664,722,'truethemes_external_image_url',''),(3694,722,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3693,722,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3696,726,'_edit_lock','1353590509:1'),(3695,726,'_edit_last','1'),(3697,726,'truethemes_video_url',''),(3698,726,'truethemes_external_image_url',''),(3708,726,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3707,726,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3710,728,'_edit_lock','1408630583:1'),(3709,728,'_edit_last','1'),(3711,728,'truethemes_video_url',''),(3712,728,'truethemes_external_image_url',''),(3826,728,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3825,728,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3724,730,'_edit_lock','1408630575:1'),(3723,730,'_edit_last','1'),(3725,730,'truethemes_video_url',''),(3726,730,'truethemes_external_image_url',''),(3806,730,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3805,730,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3747,733,'_wp_attached_file','2012/10/youranointingpart1.jpg'),(3748,733,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:30:\"2012/10/youranointingpart1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"youranointingpart1-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3749,734,'_wp_attached_file','2012/10/youranointingpart2.jpg'),(3750,734,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:30:\"2012/10/youranointingpart2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"youranointingpart2-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3751,735,'_wp_attached_file','2012/10/youranointingpart3.jpg'),(3752,735,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:30:\"2012/10/youranointingpart3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"youranointingpart3-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3783,741,'_wp_attached_file','2012/06/youranointing.jpg'),(3784,741,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:25:\"2012/06/youranointing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"youranointing-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3827,748,'_edit_last','1'),(3829,748,'truethemes_video_url',''),(3830,748,'truethemes_external_image_url',''),(3952,765,'_edit_lock','1408631247:1'),(3953,765,'truethemes_video_url',''),(3906,748,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3905,748,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3954,765,'truethemes_external_image_url',''),(3842,750,'_wp_attached_file','2012/07/servants-heart.png'),(3843,750,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:26:\"2012/07/servants-heart.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"servants-heart-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3994,765,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3997,770,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:29:\"2012/10/the-blessed-life1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"the-blessed-life1-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3996,770,'_wp_attached_file','2012/10/the-blessed-life1.png'),(3995,765,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(3983,765,'_wp_old_slug','the-blessed-life-part'),(3998,771,'_wp_attached_file','2012/10/the-blessed-life2.png'),(3999,771,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:29:\"2012/10/the-blessed-life2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"the-blessed-life2-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4018,775,'_wp_attached_file','2012/06/the-blessed-life-thumb.png'),(4019,775,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:34:\"2012/06/the-blessed-life-thumb.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"the-blessed-life-thumb-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4026,777,'_wp_attached_file','2012/06/mail.png'),(4027,777,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"380\";s:6:\"height\";s:3:\"208\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:16:\"2012/06/mail.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"mail-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"mail-300x164.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4041,269,'_yoast_wpseo_linkdex','0'),(4042,227,'_yoast_wpseo_linkdex','0'),(4044,318,'_yoast_wpseo_linkdex','0'),(4045,464,'_yoast_wpseo_linkdex','0'),(4046,604,'_yoast_wpseo_linkdex','0'),(4047,33,'_yoast_wpseo_linkdex','0'),(4049,196,'_yoast_wpseo_linkdex','0'),(4050,2,'_yoast_wpseo_linkdex','0'),(4051,457,'_yoast_wpseo_linkdex','0'),(4053,544,'_yoast_wpseo_linkdex','0'),(4054,149,'_yoast_wpseo_linkdex','0'),(4055,460,'_yoast_wpseo_linkdex','0'),(4056,467,'_yoast_wpseo_linkdex','0'),(4057,404,'_yoast_wpseo_linkdex','0'),(4058,589,'_yoast_wpseo_linkdex','0'),(4059,540,'_yoast_wpseo_linkdex','0'),(4060,684,'_yoast_wpseo_linkdex','0'),(4061,432,'_yoast_wpseo_linkdex','0'),(4062,416,'_yoast_wpseo_linkdex','0'),(4063,346,'_yoast_wpseo_linkdex','0'),(4064,651,'_yoast_wpseo_linkdex','0'),(4065,22,'_yoast_wpseo_linkdex','0'),(4066,13,'_yoast_wpseo_linkdex','0'),(4067,19,'_yoast_wpseo_linkdex','0'),(4068,16,'_yoast_wpseo_linkdex','0'),(4069,426,'_yoast_wpseo_linkdex','0'),(4070,31,'_yoast_wpseo_linkdex','0'),(4071,222,'_yoast_wpseo_linkdex','0'),(4072,423,'_yoast_wpseo_linkdex','0'),(4073,368,'_yoast_wpseo_linkdex','0'),(4074,781,'_edit_last','1'),(4075,781,'_edit_lock','1408630604:1'),(4076,781,'truethemes_video_url',''),(4077,781,'truethemes_external_image_url',''),(4995,781,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4994,781,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4089,784,'_edit_lock','1408630597:1'),(4088,784,'_edit_last','1'),(4090,784,'truethemes_video_url',''),(4091,784,'truethemes_external_image_url',''),(5017,784,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5016,784,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4103,786,'_edit_lock','1408630623:1'),(4102,786,'_edit_last','1'),(4104,786,'truethemes_video_url',''),(4105,786,'truethemes_external_image_url',''),(4973,786,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4972,786,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4117,788,'_edit_lock','1408630651:1'),(4116,788,'_edit_last','1'),(4118,788,'truethemes_video_url',''),(4119,788,'truethemes_external_image_url',''),(4951,788,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4950,788,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4136,791,'_wp_attached_file','2012/11/walking-in-perfection.jpg'),(4137,791,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:33:\"2012/11/walking-in-perfection.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"walking-in-perfection-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4138,792,'_wp_attached_file','2012/11/anointing-for-service.jpg'),(4139,792,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:33:\"2012/11/anointing-for-service.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"anointing-for-service-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4140,793,'_wp_attached_file','2012/11/do-you-know-him.jpg'),(4141,793,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:27:\"2012/11/do-you-know-him.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"do-you-know-him-150x145.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4154,796,'_wp_attached_file','2012/11/walking-in-perfection-home.jpg'),(4155,796,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:38:\"2012/11/walking-in-perfection-home.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"walking-in-perfection-home-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4162,798,'_edit_last','1'),(4163,798,'_edit_lock','1408631632:1'),(4164,798,'truethemes_video_url',''),(4165,798,'truethemes_external_image_url',''),(4929,798,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4928,798,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4177,800,'_edit_lock','1408631601:1'),(4176,800,'_edit_last','1'),(4178,800,'truethemes_video_url',''),(4179,800,'truethemes_external_image_url',''),(4907,800,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4906,800,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4191,802,'_edit_lock','1408631273:1'),(4190,802,'_edit_last','1'),(4192,802,'truethemes_video_url',''),(4193,802,'truethemes_external_image_url',''),(4885,802,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4884,802,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4204,804,'_wp_attached_file','2012/11/prayer-answered3.png'),(4205,804,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:28:\"2012/11/prayer-answered3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"prayer-answered3-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4206,805,'_wp_attached_file','2012/11/prayer-answered1.png'),(4207,805,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:28:\"2012/11/prayer-answered1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"prayer-answered1-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4208,806,'_wp_attached_file','2012/11/prayer-answered2.png'),(4209,806,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:28:\"2012/11/prayer-answered2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"prayer-answered2-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4240,812,'_wp_attached_file','2012/08/messages-announcement.png'),(4241,812,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:33:\"2012/08/messages-announcement.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"messages-announcement-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"messages-announcement-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4242,813,'_wp_attached_file','2012/08/messages-announcement2.png'),(4243,813,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:34:\"2012/08/messages-announcement2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"messages-announcement2-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:34:\"messages-announcement2-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4244,814,'_wp_attached_file','2012/08/messages-sermons.png'),(4245,814,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:28:\"2012/08/messages-sermons.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"messages-sermons-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"messages-sermons-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4252,816,'_wp_attached_file','2012/08/womens-announcement.png'),(4253,816,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:31:\"2012/08/womens-announcement.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"womens-announcement-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"womens-announcement-300x241.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4266,819,'_wp_attached_file','2012/08/church-membership.png'),(4267,819,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:29:\"2012/08/church-membership.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"church-membership-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"church-membership-300x241.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4280,822,'_form','<p>First Name (required):\n[text* firstname]</p>\n\n<p>Last Name (required): \n[text* lastname]</p>\n\n<p>Address: \n[text address]</p>\n\n<p>City: \n[text city]</p>\n\n<p>State:\n[text state]</p>\n\n<p>Postal Code: \n[text postalcode]</p>\n\n<p>Country: \n[text country]</p>\n\n<p>Phone: \n[text phone]</p>\n\n<p>Email: \n[email* email]\n\n<p>Your Praise Report (required)<br />\n[textarea* praisereport]</p>\n\n<p>[submit \"Send\"]</p>'),(4301,827,'_wp_attached_file','2012/11/praise.png'),(4281,822,'_mail','a:7:{s:7:\"subject\";s:13:\"Praise Report\";s:6:\"sender\";s:22:\"[firstname] [lastname]\";s:4:\"body\";s:268:\"From: [firstname] [lastname]\nAddress: [address]\nCity: [city]\nState: [state]\nPostal Code: [postalcode]\nCountry: [country]\nPhone: [phone]\nEmail: [email]\n\nPraise Report:[praisereport]\n\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:21:\"raylsmith50@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4282,822,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4283,822,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(4284,822,'_additional_settings',''),(4285,823,'_edit_last','1'),(4286,823,'_edit_lock','1352701235:1'),(4287,823,'truethemes_page_checkbox',''),(4369,823,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4368,823,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4290,823,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(4302,827,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"740\";s:6:\"height\";s:3:\"243\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:18:\"2012/11/praise.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"praise-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"praise-300x98.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"98\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4327,832,'_form','<p>First Name (required):\n[text* firstname]</p>\n\n<p>Last Name (required): \n[text* lastname]</p>\n\n<p>Address: \n[text address]</p>\n\n<p>City: \n[text city]</p>\n\n<p>State:\n[text state]</p>\n\n<p>Postal Code: \n[text postalcode]</p>\n\n<p>Country: \n[text country]</p>\n\n<p>Phone: \n[text phone]</p>\n\n<p>Email: \n[email* email]\n\n<p>Your Prayer Request (required)<br />\n[textarea* praisereport]</p>\n\n<p>[submit \"Send\"]</p>'),(4328,832,'_mail','a:7:{s:7:\"subject\";s:14:\"Prayer Request\";s:6:\"sender\";s:22:\"[firstname] [lastname]\";s:4:\"body\";s:269:\"From: [firstname] [lastname]\nAddress: [address]\nCity: [city]\nState: [state]\nPostal Code: [postalcode]\nCountry: [country]\nPhone: [phone]\nEmail: [email]\n\nPrayer Request:[praisereport]\n\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:21:\"raylsmith50@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4329,832,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4330,832,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(4331,832,'_additional_settings',''),(4332,833,'_edit_last','1'),(4333,833,'_edit_lock','1359708256:1'),(4334,834,'_wp_attached_file','2012/11/prayer-request.png'),(4335,834,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"740\";s:6:\"height\";s:3:\"243\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:26:\"2012/11/prayer-request.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"prayer-request-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"prayer-request-300x98.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"98\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4336,833,'truethemes_page_checkbox',''),(4349,833,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4348,833,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4339,833,'_wp_page_template','template_rightsidebar_horizontalnav.php'),(4362,839,'_wp_attached_file','2012/11/thank-you-God.png'),(4363,839,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"740\";s:6:\"height\";s:3:\"243\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:25:\"2012/11/thank-you-God.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"thank-you-God-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"thank-you-God-300x98.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"98\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4370,841,'_wp_attached_file','2012/08/messages3.png'),(4371,841,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:21:\"2012/08/messages3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"messages3-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"messages3-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4372,842,'_wp_attached_file','2012/08/messages4.png'),(4373,842,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:21:\"2012/08/messages4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"messages4-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"messages4-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4380,844,'_wp_attached_file','2012/08/sermons.png'),(4381,844,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:23:\"height=\'73\' width=\'128\'\";s:4:\"file\";s:19:\"2012/08/sermons.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"sermons-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"sermons-300x171.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"171\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4388,846,'_wp_attached_file','2012/08/womens-bible-sudy.png'),(4389,846,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"330\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:29:\"2012/08/womens-bible-sudy.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"womens-bible-sudy-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"womens-bible-sudy-300x265.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"265\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4390,847,'_wp_attached_file','2012/08/partner-with-us.png'),(4391,847,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"330\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'108\'\";s:4:\"file\";s:27:\"2012/08/partner-with-us.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"partner-with-us-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"partner-with-us-300x265.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"265\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4398,849,'_wp_attached_file','2012/08/church-membership1.png'),(4399,849,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:30:\"2012/08/church-membership1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"church-membership1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"church-membership1-300x241.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4400,850,'_wp_attached_file','2012/08/stay-connected.png'),(4401,850,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"373\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'119\'\";s:4:\"file\";s:26:\"2012/08/stay-connected.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"stay-connected-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"stay-connected-300x241.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"241\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4414,853,'_wp_attached_file','2012/09/house-of-prayer.png'),(4415,853,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2012/09/house-of-prayer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"house-of-prayer-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"house-of-prayer-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4440,858,'_edit_last','1'),(4441,858,'_edit_lock','1376633160:1'),(4442,859,'_wp_attached_file','2012/11/mail-booking.png'),(4443,859,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"380\";s:6:\"height\";s:3:\"208\";s:14:\"hwstring_small\";s:23:\"height=\'70\' width=\'128\'\";s:4:\"file\";s:24:\"2012/11/mail-booking.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"mail-booking-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"mail-booking-300x164.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"164\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4444,858,'truethemes_page_checkbox',''),(4502,858,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4501,858,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4447,858,'_wp_page_template','default'),(4452,861,'_wp_attached_file','2012/11/email-me.png'),(4453,861,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:2:\"45\";s:14:\"hwstring_small\";s:23:\"height=\'23\' width=\'128\'\";s:4:\"file\";s:20:\"2012/11/email-me.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"email-me-150x45.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"45\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4466,865,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Phone<br />\n[text* phone]</p>\n\n<p>Address<br/>\n[text* ADDRESS]</p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(4467,865,'_mail','a:7:{s:7:\"subject\";s:7:\"BOOKING\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:202:\"From: [your-name] <[your-email]>\nPhone: [phone]\nAddress:  [ADDRESS]\n\nSubject: Booking\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via booking form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:21:\"raylsmith50@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4468,865,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4469,865,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(4470,865,'_additional_settings',''),(4489,869,'_wp_attached_file','2012/11/booking-phone.png'),(4490,869,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"238\";s:6:\"height\";s:3:\"467\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'48\'\";s:4:\"file\";s:25:\"2012/11/booking-phone.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"booking-phone-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"booking-phone-152x300.png\";s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4503,872,'_menu_item_type','post_type'),(4504,872,'_menu_item_menu_item_parent','35'),(4505,872,'_menu_item_object_id','858'),(4506,872,'_menu_item_object','page'),(4507,872,'_menu_item_target',''),(4508,872,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4509,872,'_menu_item_xfn',''),(4510,872,'_menu_item_url',''),(4514,874,'_mail_2','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:115:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}'),(4515,874,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(4516,874,'_additional_settings',''),(4517,873,'_edit_last','1'),(4518,873,'_edit_lock','1359039270:1'),(4519,873,'truethemes_page_checkbox',''),(4526,873,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4522,873,'_wp_page_template','default'),(4525,873,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4527,876,'_menu_item_type','post_type'),(4528,876,'_menu_item_menu_item_parent','35'),(4529,876,'_menu_item_object_id','873'),(4530,876,'_menu_item_object','page'),(4531,876,'_menu_item_target',''),(4532,876,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4533,876,'_menu_item_xfn',''),(4534,876,'_menu_item_url',''),(4538,880,'_wp_attached_file','2012/11/answered-prayer2.png'),(4539,880,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:28:\"2012/11/answered-prayer2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"answered-prayer2-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4540,881,'_edit_last','1'),(4541,881,'_edit_lock','1408632364:1'),(4542,881,'truethemes_video_url',''),(4543,881,'truethemes_external_image_url',''),(4863,881,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4862,881,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4555,884,'_edit_lock','1408632355:1'),(4554,884,'_edit_last','1'),(4556,884,'truethemes_video_url',''),(4557,884,'truethemes_external_image_url',''),(4841,884,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4840,884,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4581,888,'truethemes_page_checkbox',''),(4580,888,'_edit_last','1'),(5722,888,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5721,888,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4584,888,'_wp_page_template','default'),(4589,888,'_edit_lock','1414414761:1'),(4596,893,'_wp_attached_file','2012/11/videolibrary.png'),(4597,893,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:23:\"height=\'25\' width=\'128\'\";s:4:\"file\";s:24:\"2012/11/videolibrary.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"videolibrary-150x50.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"50\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5326,1014,'_edit_last','1'),(5327,1014,'_edit_lock','1408629517:1'),(5252,994,'_wp_old_slug','gods-plan-part-1'),(10811,2493,'_edit_lock','1408632181:1'),(10810,2493,'_edit_last','1'),(4648,905,'_edit_last','1'),(4649,905,'_edit_lock','1408632336:1'),(4650,905,'truethemes_video_url',''),(4651,905,'truethemes_external_image_url',''),(4819,905,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4818,905,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4663,907,'_edit_lock','1408632315:1'),(4662,907,'_edit_last','1'),(4664,907,'truethemes_video_url',''),(4665,907,'truethemes_external_image_url',''),(4797,907,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(4796,907,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4687,910,'_wp_attached_file','2012/11/Financially-Blessed-by-God1.png'),(4684,905,'_wp_old_slug','financially-blessed-by-god-part-1'),(4688,910,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:39:\"2012/11/Financially-Blessed-by-God1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"Financially-Blessed-by-God1-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4689,911,'_wp_attached_file','2012/11/Financially-Blessed-by-God2.png'),(4690,911,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"275\";s:6:\"height\";s:3:\"145\";s:14:\"hwstring_small\";s:23:\"height=\'67\' width=\'128\'\";s:4:\"file\";s:39:\"2012/11/Financially-Blessed-by-God2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"Financially-Blessed-by-God2-150x145.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"145\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4771,946,'_wp_attached_file','2012/11/financially.png'),(5998,905,'_aioseop_title','Financially Blessed by God'),(4772,946,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'86\' width=\'128\'\";s:4:\"file\";s:23:\"2012/11/financially.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"financially-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6011,907,'_aioseop_description','Financially Blessed by God Part 2'),(6012,907,'_aioseop_title','Financially Blessed by God'),(5997,905,'_aioseop_description','Financially Blessed by God'),(6040,884,'_aioseop_title','Answered Prayer'),(6039,884,'_aioseop_description','Answered Prayer'),(6025,881,'_aioseop_description','Answered Prayer'),(6026,881,'_aioseop_title','Answered Prayer'),(6054,802,'_aioseop_title','Getting Your Prayer Answered'),(6053,802,'_aioseop_description','Getting Your Prayer Answered'),(4908,800,'_aioseop_keywords','prayer answered, online sermons, bible study'),(4909,800,'_aioseop_description','Getting Your Prayer Answered'),(4910,800,'_aioseop_title','Getting Your Prayer Answered'),(4932,798,'_aioseop_title','Getting Your Prayer Answered'),(4931,798,'_aioseop_description','Getting Your Prayer Answered'),(4930,798,'_aioseop_keywords','prayer answered, online sermons, bible study'),(4954,788,'_aioseop_title','Walking in Perfection'),(4953,788,'_aioseop_description','Walking in Perfection'),(4952,788,'_aioseop_keywords','Walking in Perfection, online sermons, bible study'),(4976,786,'_aioseop_title','Anointing for Service'),(4975,786,'_aioseop_description','Anointing for Service'),(4974,786,'_aioseop_keywords','Anointing for Service, online sermons, bible study'),(4997,781,'_aioseop_description','Do You Know Him'),(4996,781,'_aioseop_keywords','Do You Know Him, online sermons, bible study'),(4998,781,'_aioseop_title','Do You Know Him'),(5019,784,'_aioseop_description','Do You Know Him'),(5018,784,'_aioseop_keywords','Do You Know Him, online sermons, bible study'),(5021,959,'_wp_attached_file','2012/09/cloud-of-witness.png'),(5020,784,'_aioseop_title','Do You Know Him'),(5022,959,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2012/09/cloud-of-witness.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cloud-of-witness-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"cloud-of-witness-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5029,961,'_wp_attached_file','2012/09/cloud-of-witnesses.png'),(5030,961,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:30:\"2012/09/cloud-of-witnesses.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"cloud-of-witnesses-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"cloud-of-witnesses-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5073,970,'_wp_attached_file','2012/08/raysmith.png'),(5074,970,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"263\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:20:\"2012/08/raysmith.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"raysmith-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"raysmith-300x225.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5183,990,'_edit_last','1'),(5184,990,'_edit_lock','1408630686:1'),(5185,990,'truethemes_video_url',''),(5186,990,'truethemes_external_image_url',''),(5196,990,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5195,990,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5197,993,'_wp_attached_file','2012/12/gods-plan.png'),(5198,993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:21:\"2012/12/gods-plan.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gods-plan-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5199,993,'_edit_lock','1355698750:1'),(5200,994,'_edit_last','1'),(5201,994,'_edit_lock','1408630677:1'),(5202,994,'truethemes_video_url',''),(5203,994,'truethemes_external_image_url',''),(5325,994,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5324,994,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5214,996,'_wp_attached_file','2012/12/gods-plan2.png'),(5215,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2012/12/gods-plan2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"gods-plan2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5216,996,'_edit_lock','1355710733:1'),(5241,1001,'_wp_attached_file','2012/12/gods-plan-home.png'),(5242,1001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:26:\"2012/12/gods-plan-home.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"gods-plan-home-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5243,1001,'_edit_lock','1355489995:1'),(5292,1011,'_edit_last','1'),(5255,990,'_wp_old_slug','gods-plan-part-2'),(5338,1011,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5299,1011,'truethemes_video_url',''),(5300,1011,'truethemes_external_image_url',''),(5336,1011,'_wp_old_slug','take-the-next-step-part-1'),(5303,1011,'_edit_lock','1408629528:1'),(5337,1011,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5323,994,'_wp_old_slug','the-fathers-business-part-3'),(5339,1014,'truethemes_video_url',''),(5340,1014,'truethemes_external_image_url',''),(5350,1014,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5349,1014,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5352,1017,'_edit_lock','1408629503:1'),(5351,1017,'_edit_last','1'),(5353,1017,'truethemes_video_url',''),(5354,1017,'truethemes_external_image_url',''),(5364,1017,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5363,1017,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5365,1019,'_wp_attached_file','2012/12/next-step1.png'),(5366,1019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2012/12/next-step1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"next-step1-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5367,1019,'_edit_lock','1355751108:1'),(5368,1020,'_wp_attached_file','2012/12/next-step2.png'),(5369,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2012/12/next-step2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"next-step2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5370,1020,'_edit_lock','1355751261:1'),(5371,1021,'_wp_attached_file','2012/12/next-step3.png'),(5372,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2012/12/next-step3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"next-step3-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5373,1021,'_edit_lock','1355751506:1'),(5392,1025,'_wp_attached_file','2012/12/next-step-home.png'),(5393,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:26:\"2012/12/next-step-home.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"next-step-home-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5394,1025,'_edit_lock','1355751929:1'),(10816,2495,'_wp_attached_file','2012/06/daily-bread.jpg'),(10814,2493,'__simple_mobile_redirect_yesno','0'),(10815,2493,'__simple_mobile_redirect_url',''),(5416,1031,'_wp_attached_file','2013/01/logo11.png'),(5417,1031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:75;s:4:\"file\";s:18:\"2013/01/logo11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo11-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo11-300x45.png\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5418,1031,'_edit_lock','1357109149:1'),(5419,1032,'_edit_last','1'),(5420,1032,'_edit_lock','1408632411:1'),(5421,1032,'truethemes_video_url',''),(5422,1032,'truethemes_external_image_url',''),(5432,1032,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5431,1032,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5434,1034,'_edit_lock','1408632403:1'),(5433,1034,'_edit_last','1'),(5435,1034,'truethemes_video_url',''),(5436,1034,'truethemes_external_image_url',''),(5470,1034,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5469,1034,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5448,1036,'_edit_lock','1408629569:1'),(5447,1036,'_edit_last','1'),(5449,1036,'truethemes_video_url',''),(5450,1036,'truethemes_external_image_url',''),(5460,1036,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5459,1036,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5471,1039,'_wp_attached_file','2013/01/pure-heart.png'),(5472,1039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2013/01/pure-heart.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pure-heart-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5473,1039,'_edit_lock','1357186949:1'),(5474,1040,'_wp_attached_file','2013/01/clean-hands.png'),(5475,1040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:23:\"2013/01/clean-hands.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"clean-hands-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5476,1040,'_edit_lock','1357186908:1'),(5477,1041,'_wp_attached_file','2013/01/promise2.png'),(5478,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:20:\"2013/01/promise2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"promise2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5479,1041,'_edit_lock','1357186978:1'),(5486,1046,'_wp_attached_file','2013/01/logo12.png'),(5487,1046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:75;s:4:\"file\";s:18:\"2013/01/logo12.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo12-150x75.png\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo12-300x45.png\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5488,1046,'_edit_lock','1357187572:1'),(5489,1047,'_edit_last','1'),(5501,1048,'_wp_attached_file','2013/01/life.png'),(5499,1047,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5498,1047,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5496,1047,'truethemes_video_url',''),(5497,1047,'truethemes_external_image_url',''),(5500,1047,'_edit_lock','1408630717:1'),(5502,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:16:\"2013/01/life.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"life-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5503,1048,'_edit_lock','1357565651:1'),(5516,1051,'_wp_attached_file','2013/01/life-home.png'),(5517,1051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:21:\"2013/01/life-home.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"life-home-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5518,1051,'_edit_lock','1357566409:1'),(5579,1063,'_wp_attached_file','2012/09/private-prayer-request.png'),(5580,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:34:\"2012/09/private-prayer-request.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"private-prayer-request-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5647,1075,'_wp_attached_file','2012/09/private-prayer-request-for-womens.png'),(5648,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:45:\"2012/09/private-prayer-request-for-womens.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"private-prayer-request-for-womens-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5661,1078,'_wp_attached_file','2012/09/join-live-prayer.png'),(5662,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:50;s:4:\"file\";s:28:\"2012/09/join-live-prayer.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"join-live-prayer-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5675,1082,'_wp_attached_file','2013/01/live-prayer.png'),(5676,1082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:114;s:4:\"file\";s:23:\"2013/01/live-prayer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"live-prayer-150x114.png\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"live-prayer-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6193,1394,'_wp_attached_file','2013/02/testimonies.png'),(5679,1084,'_wp_attached_file','2013/01/video-library.png'),(5680,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:72;s:4:\"file\";s:25:\"2013/01/video-library.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"video-library-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6194,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:23:\"2013/02/testimonies.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"testimonies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5683,1086,'_wp_attached_file','2012/11/love-faith.png'),(5684,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2012/11/love-faith.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"love-faith-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5685,1087,'_edit_last','1'),(5686,1087,'_edit_lock','1360138255:1'),(5687,1087,'truethemes_video_url',''),(5688,1087,'truethemes_external_image_url',''),(5698,1087,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5697,1087,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5700,1089,'_edit_lock','1408630755:1'),(5699,1089,'_edit_last','1'),(5701,1089,'truethemes_video_url',''),(5702,1089,'truethemes_external_image_url',''),(5712,1089,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(5711,1089,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5713,1086,'_edit_lock','1358749895:1'),(5714,1091,'_wp_attached_file','2013/01/power.png'),(5715,1091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:17:\"2013/01/power.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"power-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5716,1091,'_edit_lock','1358749929:1'),(5739,1097,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:191:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\";s:9:\"recipient\";s:18:\"mail@raylsmith.org\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(5740,1097,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:133:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(5741,1097,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(5742,1097,'_additional_settings',''),(6289,1460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6258,1447,'_edit_lock','1411369101:1'),(6257,1447,'_edit_last','1'),(5880,1117,'_wp_attached_file','2013/01/prayer-request.jpg'),(5881,1117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:256;s:4:\"file\";s:26:\"2013/01/prayer-request.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"prayer-request-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"prayer-request-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:18:\"Barbara\'s Computer\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1311960332;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5895,1122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:17:\"2013/01/bread.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bread-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bread-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5894,1122,'_wp_attached_file','2013/01/bread.jpg'),(5900,1125,'_wp_attached_file','2013/01/vision.jpg'),(5901,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:18:\"2013/01/vision.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vision-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5902,1133,'_wp_attached_file','2012/06/raylsmith-connection.png'),(5903,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:32:\"2012/06/raylsmith-connection.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-connection-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5904,1134,'_wp_attached_file','2012/06/raylsmith-sermons.png'),(5905,1134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2012/06/raylsmith-sermons.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-sermons-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5906,1135,'_wp_attached_file','2012/06/raylsmith-messages.png'),(5907,1135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2012/06/raylsmith-messages.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"raylsmith-messages-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5908,1136,'_wp_attached_file','2012/06/raylsmith-prayer.png'),(5909,1136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2012/06/raylsmith-prayer.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-prayer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5910,1142,'_wp_attached_file','2012/06/raylsmith-womensbiblestudy.png'),(5911,1142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:38:\"2012/06/raylsmith-womensbiblestudy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-womensbiblestudy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5912,1143,'_wp_attached_file','2012/06/raylsmith-giving.png'),(5913,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2012/06/raylsmith-giving.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-giving-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5914,1144,'_wp_attached_file','2012/06/raylsmith-onlineassembly.png'),(5915,1144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:36:\"2012/06/raylsmith-onlineassembly.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"raylsmith-onlineassembly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5916,1145,'_wp_attached_file','2012/06/raylsmith-radio.png'),(5917,1145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2012/06/raylsmith-radio.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-radio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5918,1167,'_wp_attached_file','2012/06/raylsmith-connection.jpg'),(5919,1167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:32:\"2012/06/raylsmith-connection.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-connection-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5920,1168,'_wp_attached_file','2012/06/raylsmith-sermons.jpg'),(5921,1168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:29:\"2012/06/raylsmith-sermons.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-sermons-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5922,1169,'_wp_attached_file','2012/06/raylsmith-messages.jpg'),(5923,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:30:\"2012/06/raylsmith-messages.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"raylsmith-messages-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5924,1170,'_wp_attached_file','2012/06/raylsmith-prayer.jpg'),(5925,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:28:\"2012/06/raylsmith-prayer.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-prayer-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5926,1171,'_wp_attached_file','2012/06/raylsmith-womensbiblestudy.jpg'),(5927,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:38:\"2012/06/raylsmith-womensbiblestudy.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-womensbiblestudy-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5928,1172,'_wp_attached_file','2012/06/raylsmith-giving.jpg'),(5929,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:28:\"2012/06/raylsmith-giving.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-giving-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5930,1173,'_wp_attached_file','2012/06/raylsmith-onlineassembly.jpg'),(5931,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:36:\"2012/06/raylsmith-onlineassembly.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"raylsmith-onlineassembly-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5932,1174,'_wp_attached_file','2012/06/raylsmith-radio.jpg'),(5933,1174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:27:\"2012/06/raylsmith-radio.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-radio-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5934,1176,'_wp_attached_file','2012/11/phone.png'),(5935,1176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:439;s:4:\"file\";s:17:\"2012/11/phone.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"phone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"phone-162x300.png\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5940,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:244;s:4:\"file\";s:27:\"2012/11/prayer_request2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"prayer_request2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"prayer_request2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5939,1182,'_wp_attached_file','2012/11/prayer_request2.jpg'),(5941,1184,'_wp_attached_file','2012/11/nothing-too-hard-for-god.jpg'),(5942,1184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:244;s:4:\"file\";s:36:\"2012/11/nothing-too-hard-for-god.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"nothing-too-hard-for-god-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"nothing-too-hard-for-god-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5943,1187,'_wp_attached_file','2012/07/gift-from-god.png'),(5944,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:25:\"2012/07/gift-from-god.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"gift-from-god-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5945,1188,'_wp_attached_file','2012/07/trouble.png'),(5946,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2012/07/trouble.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"trouble-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5947,1189,'_wp_attached_file','2012/06/raylsmith.png'),(5948,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:140;s:4:\"file\";s:21:\"2012/06/raylsmith.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"raylsmith-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"raylsmith-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5949,1221,'_wp_attached_file','2012/07/hearing.png'),(5950,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2012/07/hearing.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hearing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5951,1245,'_wp_attached_file','2012/11/love-faith1.png'),(5952,1245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:23:\"2012/11/love-faith1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"love-faith1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5953,1246,'_wp_attached_file','2012/11/power.png'),(5954,1246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:17:\"2012/11/power.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"power-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5955,1247,'_wp_attached_file','2012/11/life.png'),(5956,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:16:\"2012/11/life.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"life-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5959,1269,'_wp_attached_file','2012/09/prayer2.jpg'),(5960,1269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:1200;s:4:\"file\";s:19:\"2012/09/prayer2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"prayer2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"prayer2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"prayer2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5961,1272,'_edit_last','1'),(5962,1272,'_edit_lock','1414413943:1'),(6024,881,'_aioseop_keywords','Answered Prayer, online sermons, bible study'),(5996,905,'_aioseop_keywords','online sermon, online sermons, bible study'),(6010,907,'_aioseop_keywords','online sermon, online sermons, bible study'),(6038,884,'_aioseop_keywords','Answered Prayer, online sermons, bible study'),(6052,802,'_aioseop_keywords','prayer answered, online sermons, bible study'),(6055,1313,'_menu_item_type','post_type'),(6056,1313,'_menu_item_menu_item_parent','546'),(6057,1313,'_menu_item_object_id','1272'),(6058,1313,'_menu_item_object','page'),(6059,1313,'_menu_item_target',''),(6060,1313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6061,1313,'_menu_item_xfn',''),(6062,1313,'_menu_item_url',''),(6071,1319,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:186:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Women\'s Bible Study on Ray Smith International Ministries\";s:9:\"recipient\";s:19:\"alicechoice@aol.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(6072,1319,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:133:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(6073,1319,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(6074,1319,'_additional_settings',''),(10817,2495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:23:\"2012/06/daily-bread.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"daily-bread-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6093,1327,'_slider_controls','0'),(6094,1327,'_slider_autoplay','1'),(6095,1327,'_slider_loop','1'),(6096,1327,'_slider_autoresize','0'),(6097,1327,'_slider_backlink','0'),(6098,1327,'_slider_style','none'),(6099,1327,'slides','s:960:\"a:2:{i:0;a:14:{s:5:\"image\";s:61:\"http://raylsmith.org/wp-content/uploads/2013/02/the-lord2.png\";s:5:\"title\";s:6:\"Slide1\";s:3:\"url\";s:0:\"\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"f24e649581e566a653547f1cb0aeae53\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:1;a:14:{s:5:\"image\";s:69:\"http://raylsmith.org/wp-content/uploads/2013/02/the-lord-is-good2.png\";s:5:\"title\";s:6:\"Slide2\";s:3:\"url\";s:0:\"\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"121ebe90ae713281daf1e7ca8bbcd822\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}}\";'),(6100,1328,'_wp_attached_file','2013/02/the-lord.png'),(6101,1328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2013/02/the-lord.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"the-lord-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"the-lord-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6102,1329,'_wp_attached_file','2013/02/the-lord-is-good.png'),(6103,1329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2013/02/the-lord-is-good.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"the-lord-is-good-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"the-lord-is-good-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6108,1332,'_wp_attached_file','2013/01/bibles-today.png'),(6109,1332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2013/01/bibles-today.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bibles-today-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6110,1333,'_wp_attached_file','2013/01/live-prayer1.png'),(6111,1333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2013/01/live-prayer1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"live-prayer1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6112,1334,'_wp_attached_file','2013/01/women-bible-study.png'),(6113,1334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2013/01/women-bible-study.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"women-bible-study-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6118,1340,'_wp_attached_file','2013/02/callusnow.png'),(6119,1340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:80;s:4:\"file\";s:21:\"2013/02/callusnow.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"callusnow-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6198,1398,'_edit_lock','1360248542:1'),(6199,1400,'_wp_attached_file','2013/02/prayer-request.png'),(6124,1342,'_wp_attached_file','2013/02/deep-things.png'),(6125,1342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:23:\"2013/02/deep-things.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"deep-things-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6126,1343,'_wp_attached_file','2013/02/now.png'),(6127,1343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:15:\"2013/02/now.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"now-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6128,1343,'_edit_lock','1360136495:1'),(6129,1342,'_edit_lock','1360136524:1'),(6130,1344,'_edit_last','1'),(6131,1344,'_edit_lock','1408629881:1'),(6135,1346,'_edit_lock','1361182673:1'),(6134,1346,'_edit_last','1'),(6138,1356,'_wp_attached_file','2012/06/now-thumb.png'),(6139,1356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:21:\"2012/06/now-thumb.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"now-thumb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6174,1378,'_menu_item_target',''),(6173,1378,'_menu_item_object','page'),(6170,1378,'_menu_item_type','post_type'),(6171,1378,'_menu_item_menu_item_parent','35'),(6172,1378,'_menu_item_object_id','196'),(6200,1400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:26:\"2013/02/prayer-request.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"prayer-request-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6166,1376,'_wp_attached_file','2013/02/donate.png'),(6167,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:30;s:4:\"file\";s:18:\"2013/02/donate.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6175,1378,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6176,1378,'_menu_item_xfn',''),(6177,1378,'_menu_item_url',''),(6179,1382,'_edit_last','1'),(6180,1382,'_edit_lock','1360830934:1'),(6181,1385,'_menu_item_type','post_type'),(6182,1385,'_menu_item_menu_item_parent','0'),(6183,1385,'_menu_item_object_id','1382'),(6184,1385,'_menu_item_object','page'),(6185,1385,'_menu_item_target',''),(6186,1385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6187,1385,'_menu_item_xfn',''),(6188,1385,'_menu_item_url',''),(6209,1406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2013/02/safety2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"safety2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6208,1406,'_wp_attached_file','2013/02/safety2.png'),(6204,1405,'_edit_last','1'),(6210,1406,'_edit_lock','1360591522:1'),(6207,1405,'_edit_lock','1408631646:1'),(6211,1414,'_wp_attached_file','2013/02/raylsmith-safety.png'),(6212,1414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:28:\"2013/02/raylsmith-safety.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-safety-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6213,1414,'_edit_lock','1360593241:1'),(6214,1417,'_wp_attached_file','2013/02/ask-questions.png'),(6215,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:290;s:6:\"height\";i:150;s:4:\"file\";s:25:\"2013/02/ask-questions.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ask-questions-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6216,1420,'_wp_attached_file','2013/02/the-lord-is-good2.png'),(6217,1420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2013/02/the-lord-is-good2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"the-lord-is-good2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"the-lord-is-good2-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6218,1421,'_wp_attached_file','2013/02/the-lord2.png'),(6219,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2013/02/the-lord2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"the-lord2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"the-lord2-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6220,1422,'_edit_last','1'),(6221,1422,'_edit_lock','1360654760:1'),(6224,1426,'_slider_name','Blog Wide'),(6225,1426,'_slider_width','960'),(6226,1426,'_slider_height','365'),(6227,1426,'_slider_trans_time','500'),(6228,1426,'_slider_paginator','0'),(6229,1426,'_slider_paginator_type','dots'),(6230,1426,'_slider_paginator_position','bottomright'),(6231,1426,'_slider_controls','0'),(6232,1426,'_slider_autoplay','1'),(6233,1426,'_slider_loop','1'),(6234,1426,'_slider_autoresize','0'),(6235,1426,'_slider_backlink','0'),(6236,1426,'_slider_style','none'),(6237,1426,'slides','s:1430:\"a:3:{i:0;a:14:{s:5:\"image\";s:63:\"http://raylsmith.org/wp-content/uploads/2013/02/psalm-57-10.jpg\";s:5:\"title\";s:6:\"Slide1\";s:3:\"url\";s:0:\"\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"5668cc2a261aa2509676346dd8c9fbac\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:1;a:14:{s:5:\"image\";s:64:\"http://raylsmith.org/wp-content/uploads/2013/02/matthew-5-31.jpg\";s:5:\"title\";s:6:\"Slide2\";s:3:\"url\";s:0:\"\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"f0146ba50795d39c8b3f2113724e516a\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}i:2;a:14:{s:5:\"image\";s:61:\"http://raylsmith.org/wp-content/uploads/2013/02/isaiah-40.jpg\";s:5:\"title\";s:6:\"Slide3\";s:3:\"url\";s:0:\"\";s:5:\"delay\";s:4:\"5000\";s:10:\"transition\";s:4:\"fade\";s:2:\"id\";s:32:\"c78918752d387942548392cc46c0f611\";s:13:\"slide_caption\";i:0;s:16:\"caption_position\";s:6:\"bottom\";s:12:\"caption_size\";s:2:\"60\";s:13:\"caption_style\";s:5:\"black\";s:16:\"caption_bg_color\";s:0:\"\";s:18:\"caption_text_color\";s:0:\"\";s:15:\"caption_opacity\";s:2:\"30\";s:4:\"text\";s:0:\"\";}}\";'),(6238,1427,'_wp_attached_file','2013/02/psalm-57-10.jpg'),(6239,1427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:365;s:4:\"file\";s:23:\"2013/02/psalm-57-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"psalm-57-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"psalm-57-10-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6240,1429,'_wp_attached_file','2013/02/matthew-5-3.jpg'),(6241,1429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:365;s:4:\"file\";s:23:\"2013/02/matthew-5-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"matthew-5-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"matthew-5-3-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6242,1430,'_wp_attached_file','2013/02/matthew-5-31.jpg'),(6243,1430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:365;s:4:\"file\";s:24:\"2013/02/matthew-5-31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"matthew-5-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"matthew-5-31-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6244,1430,'_edit_lock','1360826730:1'),(6245,1431,'_wp_attached_file','2013/02/isaiah-40.jpg'),(6246,1431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:365;s:4:\"file\";s:21:\"2013/02/isaiah-40.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"isaiah-40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"isaiah-40-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6253,1440,'_edit_last','1'),(6254,1440,'_edit_lock','1360828376:1'),(6306,1475,'_wp_attached_file','2012/06/raylsmith-timesvspower.png'),(6307,1475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:34:\"2012/06/raylsmith-timesvspower.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-timesvspower-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6308,1477,'_edit_last','1'),(6309,1477,'_edit_lock','1361189527:1'),(6310,1478,'_wp_attached_file','2013/02/RayLSmith.jpg'),(6311,1478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:21:\"2013/02/RayLSmith.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"RayLSmith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"RayLSmith-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360961274;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6312,1479,'_wp_attached_file','2013/02/RayLSmith-1.jpg'),(6313,1479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360961291;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6314,1480,'_wp_attached_file','2013/02/RayLSmith-2.jpg'),(6315,1480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962547;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6316,1481,'_wp_attached_file','2013/02/RayLSmith-3.jpg'),(6317,1481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-3-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962631;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6318,1482,'_wp_attached_file','2013/02/RayLSmith-4.jpg'),(6319,1482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-4-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962665;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6320,1483,'_wp_attached_file','2013/02/RayLSmith-5.jpg'),(6321,1483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:23:\"2013/02/RayLSmith-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-5-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"RayLSmith-5-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6322,1484,'_wp_attached_file','2013/02/RayLSmith-6.jpg'),(6323,1484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:23:\"2013/02/RayLSmith-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-6-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"RayLSmith-6-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962763;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6324,1485,'_wp_attached_file','2013/02/RayLSmith-7.jpg'),(6325,1485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:23:\"2013/02/RayLSmith-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-7-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"RayLSmith-7-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962812;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6326,1486,'_wp_attached_file','2013/02/RayLSmith-8.jpg'),(6327,1486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-8.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-8-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962879;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6328,1487,'_wp_attached_file','2013/02/RayLSmith-9.jpg'),(6329,1487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2013/02/RayLSmith-9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RayLSmith-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"RayLSmith-9-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962941;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6330,1488,'_wp_attached_file','2013/02/RayLSmith-10.jpg'),(6331,1488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2013/02/RayLSmith-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-10-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360962950;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6332,1489,'_wp_attached_file','2013/02/RayLSmith-11.jpg'),(6333,1489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1426;s:4:\"file\";s:24:\"2013/02/RayLSmith-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-11-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-11-574x1024.jpg\";s:5:\"width\";i:574;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360966159;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6334,1490,'_wp_attached_file','2013/02/RayLSmith-12.jpg'),(6335,1490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-12-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-12-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360966221;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6336,1491,'_wp_attached_file','2013/02/RayLSmith-13.jpg'),(6337,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-13-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-13-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360966237;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6338,1492,'_wp_attached_file','2013/02/RayLSmith-14.jpg'),(6339,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-14-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-14-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969386;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6340,1493,'_wp_attached_file','2013/02/RayLSmith-15.jpg'),(6341,1493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-15.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-15-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-15-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969395;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6342,1494,'_wp_attached_file','2013/02/RayLSmith-16.jpg'),(6343,1494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-16.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-16-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-16-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969420;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6344,1495,'_wp_attached_file','2013/02/RayLSmith-17.jpg'),(6345,1495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-17.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-17-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-17-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969478;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6346,1496,'_wp_attached_file','2013/02/RayLSmith-18.jpg'),(6347,1496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-18.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-18-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-18-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969483;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6348,1497,'_wp_attached_file','2013/02/RayLSmith-19.jpg'),(6349,1497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-19.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-19-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-19-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969512;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6350,1498,'_wp_attached_file','2013/02/RayLSmith-20.jpg'),(6351,1498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-20.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-20-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-20-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969518;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6352,1499,'_wp_attached_file','2013/02/RayLSmith-21.jpg'),(6353,1499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-21.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-21-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-21-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969537;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6354,1500,'_wp_attached_file','2013/02/RayLSmith-22.jpg'),(6355,1500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-22.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-22-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-22-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969545;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6356,1501,'_wp_attached_file','2013/02/RayLSmith-23.jpg'),(6357,1501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-23.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-23-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-23-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969553;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6358,1502,'_wp_attached_file','2013/02/RayLSmith-24.jpg'),(6359,1502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-24.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-24-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-24-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969563;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6360,1503,'_wp_attached_file','2013/02/RayLSmith-25.jpg'),(6361,1503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-25.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-25-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-25-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969585;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6362,1504,'_wp_attached_file','2013/02/RayLSmith-26.jpg'),(6363,1504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1422;s:4:\"file\";s:24:\"2013/02/RayLSmith-26.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-26-168x300.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"RayLSmith-26-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969713;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6364,1505,'_wp_attached_file','2013/02/RayLSmith-27.jpg'),(6365,1505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2013/02/RayLSmith-27.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"RayLSmith-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RayLSmith-27-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DROID X2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1360969736;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.73\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:6:\"0.0666\";s:5:\"title\";s:0:\"\";}}'),(6366,1506,'_edit_last','1'),(6367,1506,'_edit_lock','1390221395:1'),(6368,1509,'_wp_attached_file','2013/02/gallery1.png'),(6369,1509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:72;s:4:\"file\";s:20:\"2013/02/gallery1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gallery1-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6429,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:846;s:6:\"height\";i:237;s:4:\"file\";s:23:\"2012/06/testimonies.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"testimonies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"testimonies-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6428,1570,'_wp_attached_file','2012/06/testimonies.png'),(6374,1512,'_wp_attached_file','2012/06/raylsmith-topblock2.png'),(6375,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:942;s:6:\"height\";i:140;s:4:\"file\";s:31:\"2012/06/raylsmith-topblock2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-topblock2-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"raylsmith-topblock2-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6382,1535,'_edit_lock','1363072355:1'),(6381,1535,'_edit_last','1'),(6380,1344,'_wp_old_slug','now'),(6383,1536,'_menu_item_type','post_type'),(6384,1536,'_menu_item_menu_item_parent','0'),(6385,1536,'_menu_item_object_id','1535'),(6386,1536,'_menu_item_object','page'),(6387,1536,'_menu_item_target',''),(6388,1536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6389,1536,'_menu_item_xfn',''),(6390,1536,'_menu_item_url',''),(6392,1537,'_edit_last','1'),(6393,1537,'_edit_lock','1364827172:1'),(6394,1539,'_menu_item_type','post_type'),(6395,1539,'_menu_item_menu_item_parent','1536'),(6396,1539,'_menu_item_object_id','1537'),(6397,1539,'_menu_item_object','page'),(6398,1539,'_menu_item_target',''),(6399,1539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6400,1539,'_menu_item_xfn',''),(6401,1539,'_menu_item_url',''),(6403,1543,'_wp_attached_file','2013/03/statementfaith.jpg'),(6404,1543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:491;s:4:\"file\";s:26:\"2013/03/statementfaith.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"statementfaith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"statementfaith-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6405,1544,'_wp_attached_file','2013/03/statement.png'),(6406,1544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:320;s:4:\"file\";s:21:\"2013/03/statement.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"statement-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"statement-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6411,1548,'_wp_attached_file','2012/11/raylsmith-hunger.png'),(6412,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-hunger.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-hunger-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6409,1547,'_edit_last','1'),(6410,1547,'_edit_lock','1408630733:1'),(6415,1557,'_wp_attached_file','2012/06/raylsmith-hungerhome.png'),(6416,1557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:32:\"2012/06/raylsmith-hungerhome.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-hungerhome-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6417,1561,'_wp_attached_file','2013/03/call-us-now.png'),(6418,1561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:228;s:6:\"height\";i:80;s:4:\"file\";s:23:\"2013/03/call-us-now.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"call-us-now-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6419,1561,'_edit_lock','1363406906:1'),(6420,1562,'_wp_attached_file','2012/11/phone2.png'),(6421,1562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:439;s:4:\"file\";s:18:\"2012/11/phone2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"phone2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"phone2-162x300.png\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6430,1576,'_wp_attached_file','2012/06/divider.jpg'),(6431,1576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:5;s:4:\"file\";s:19:\"2012/06/divider.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"divider-150x5.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:5;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"divider-300x3.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:3;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6432,1584,'_wp_attached_file','2012/06/testimonies-bg.png'),(6433,1584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:550;s:4:\"file\";s:26:\"2012/06/testimonies-bg.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"testimonies-bg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"testimonies-bg-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6498,1666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-mystery.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-mystery-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6497,1666,'_wp_attached_file','2012/11/raylsmith-mystery.png'),(6438,1604,'_edit_last','1'),(6439,1604,'_edit_lock','1371536164:1'),(6456,1618,'_wp_attached_file','2012/06/testimony.gif'),(6457,1618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:234;s:4:\"file\";s:21:\"2012/06/testimony.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6458,1624,'_wp_attached_file','2012/06/testimonies-bg2.png'),(6459,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2012/06/testimonies-bg2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"testimonies-bg2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"testimonies-bg2-300x247.png\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6460,1633,'_edit_last','1'),(6461,1633,'_edit_lock','1408632714:1'),(6467,1638,'_edit_lock','1408632706:1'),(6466,1638,'_edit_last','1'),(6471,1640,'_edit_lock','1408632696:1'),(6470,1640,'_edit_last','1'),(6477,1643,'_edit_lock','1408632688:1'),(6476,1643,'_edit_last','1'),(6489,1657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2012/11/provision1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"provision1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6488,1657,'_wp_attached_file','2012/11/provision1.png'),(6490,1658,'_wp_attached_file','2012/11/provision2.png'),(6491,1658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2012/11/provision2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"provision2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6492,1659,'_wp_attached_file','2012/11/provision3.png'),(6493,1659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2012/11/provision3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"provision3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6494,1662,'_wp_attached_file','2013/04/raylsmith-provision.png'),(6495,1662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2013/04/raylsmith-provision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-provision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6496,1662,'_edit_lock','1366273138:1'),(6499,1667,'_edit_last','1'),(6500,1667,'_edit_lock','1368084548:1'),(6506,1677,'_edit_lock','1408630778:1'),(6505,1677,'_edit_last','1'),(6503,1672,'_wp_attached_file','2012/06/raylsmith-mysteryoflife.png'),(6504,1672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-mysteryoflife.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-mysteryoflife-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6510,1679,'_edit_lock','1408630769:1'),(6509,1679,'_edit_last','1'),(6513,1682,'_wp_attached_file','2012/11/raylsmith-holyspirit1.png'),(6514,1682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-holyspirit1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-holyspirit1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6515,1683,'_wp_attached_file','2012/11/raylsmith-holyspirit2.png'),(6516,1683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-holyspirit2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-holyspirit2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6517,1688,'_wp_attached_file','2012/06/raylsmith-holyspirit.png'),(6518,1688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:32:\"2012/06/raylsmith-holyspirit.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-holyspirit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6519,1691,'_edit_last','1'),(6520,1691,'_edit_lock','1408631668:1'),(6537,1708,'_edit_last','1'),(6538,1708,'_edit_lock','1408629933:1'),(6542,1710,'_edit_lock','1408629924:1'),(6541,1710,'_edit_last','1'),(6548,1712,'_edit_lock','1408629914:1'),(6547,1712,'_edit_last','1'),(6551,1715,'_wp_attached_file','2012/11/raylsmith-good1.png'),(6552,1715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/raylsmith-good1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-good1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6553,1716,'_wp_attached_file','2012/11/raylsmith-good2.png'),(6554,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/raylsmith-good2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-good2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6555,1717,'_wp_attached_file','2012/11/raylsmith-good3.png'),(6556,1717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/raylsmith-good3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-good3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6568,1725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:26:\"2012/06/raylsmith-good.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-good-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6567,1725,'_wp_attached_file','2012/06/raylsmith-good.png'),(6569,1728,'_wp_attached_file','2013/06/vanessa-sign.png'),(6570,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:88;s:4:\"file\";s:24:\"2013/06/vanessa-sign.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"vanessa-sign-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6571,1728,'_edit_lock','1370654482:1'),(6572,1730,'_wp_attached_file','2013/06/welcome-letter.png'),(6573,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1164;s:4:\"file\";s:26:\"2013/06/welcome-letter.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"welcome-letter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"welcome-letter-231x300.png\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"welcome-letter-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6574,1730,'_edit_lock','1370654833:1'),(6575,1729,'_edit_last','1'),(6576,1729,'_edit_lock','1370655139:1'),(6577,1732,'_wp_attached_file','2012/09/covenant-partner2.png'),(6578,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:29:\"2012/09/covenant-partner2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"covenant-partner2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"covenant-partner2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6579,1740,'_edit_last','1'),(6580,1740,'_edit_lock','1408632823:1'),(6584,1742,'_edit_lock','1408632805:1'),(6583,1742,'_edit_last','1'),(6588,1744,'_edit_lock','1408632797:1'),(6587,1744,'_edit_last','1'),(6591,1746,'_wp_attached_file','2012/11/raylsmith-vision1.png'),(6592,1746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-vision1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-vision1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6593,1747,'_wp_attached_file','2012/11/raylsmith-vision2.png'),(6594,1747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-vision2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-vision2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6595,1748,'_wp_attached_file','2012/11/raylsmith-vision3.png'),(6596,1748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-vision3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-vision3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6599,1752,'_wp_attached_file','2012/06/raylsmith-vision.png'),(6600,1752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:28:\"2012/06/raylsmith-vision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6604,1756,'_edit_lock','1408631088:1'),(6603,1756,'_edit_last','1'),(6608,1758,'_edit_lock','1408631079:1'),(6607,1758,'_edit_last','1'),(6616,1763,'_edit_lock','1408630822:1'),(6611,1761,'_edit_last','1'),(6612,1761,'_edit_lock','1408631072:1'),(6615,1763,'_edit_last','1'),(6619,1766,'_wp_attached_file','2012/11/raylsmith-nolimits1.png'),(6620,1766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-nolimits1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-nolimits1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6621,1767,'_wp_attached_file','2012/11/raylsmith-nolimits2.png'),(6622,1767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-nolimits2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-nolimits2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6623,1768,'_wp_attached_file','2012/11/raylsmith-nolimits3.png'),(6624,1768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-nolimits3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-nolimits3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6625,1771,'_edit_last','1'),(6626,1771,'_edit_lock','1408630807:1'),(6632,1774,'_edit_lock','1408630800:1'),(6631,1774,'_edit_last','1'),(6636,1776,'_edit_lock','1408630794:1'),(6635,1776,'_edit_last','1'),(6639,1779,'_wp_attached_file','2012/11/raylsmith-adult1.png'),(6640,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-adult1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-adult1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6641,1780,'_wp_attached_file','2012/11/raylsmith-adult2.png'),(6642,1780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-adult2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-adult2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6643,1781,'_wp_attached_file','2012/11/raylsmith-adult3.png'),(6644,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-adult3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-adult3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6645,1787,'_wp_attached_file','2012/06/raylsmith-adult.png'),(6646,1787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:27:\"2012/06/raylsmith-adult.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-adult-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6647,1792,'_edit_last','1'),(6648,1792,'_edit_lock','1389271733:1'),(6649,1794,'_edit_last','1'),(6650,1794,'_edit_lock','1389271732:1'),(6651,1796,'_edit_last','1'),(6652,1796,'_edit_lock','1389271731:1'),(6653,1798,'_edit_last','1'),(6654,1798,'_edit_lock','1389271741:1'),(6655,1802,'_edit_last','1'),(6656,1802,'_edit_lock','1389271748:1'),(6657,1815,'_edit_last','1'),(6658,1815,'_edit_lock','1408631763:1'),(6662,1817,'_edit_lock','1408631752:1'),(6661,1817,'_edit_last','1'),(6666,1819,'_edit_lock','1408631700:1'),(6665,1819,'_edit_last','1'),(6669,1821,'_wp_attached_file','2012/11/raylsmith-impossible1.png'),(6670,1821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-impossible1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-impossible1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6671,1822,'_wp_attached_file','2012/11/raylsmith-impossible2.png'),(6672,1822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-impossible2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-impossible2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6673,1823,'_wp_attached_file','2012/11/raylsmith-impossible3.png'),(6674,1823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-impossible3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-impossible3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10805,2486,'__simple_mobile_redirect_url',''),(10804,2486,'__simple_mobile_redirect_yesno','0'),(10806,2490,'_wp_attached_file','2012/11/finding-jesus.jpg'),(10807,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:25:\"2012/11/finding-jesus.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"finding-jesus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10792,2477,'_wp_attached_file','2012/11/raylsmith-your-heart.png'),(10784,2473,'_edit_last','1'),(10785,2473,'_edit_lock','1408629947:1'),(10790,2475,'_wp_attached_file','2012/06/raylsmith-the-heart.jpg'),(10788,2473,'__simple_mobile_redirect_yesno','0'),(10789,2473,'__simple_mobile_redirect_url',''),(10791,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/raylsmith-the-heart.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-the-heart-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10774,2459,'__simple_mobile_redirect_yesno','0'),(10775,2459,'__simple_mobile_redirect_url',''),(10762,2449,'_edit_last','1'),(10763,2449,'_edit_lock','1408633167:1'),(10768,2453,'_wp_attached_file','2012/11/raylsmith-reapingtheharvest.png'),(10766,2449,'__simple_mobile_redirect_yesno','0'),(10767,2449,'__simple_mobile_redirect_url',''),(10769,2453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:39:\"2012/11/raylsmith-reapingtheharvest.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"raylsmith-reapingtheharvest-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10758,2444,'_wp_attached_file','2012/11/raylsmith-Marching-Towards-Manifestation.png'),(10759,2444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:52:\"2012/11/raylsmith-Marching-Towards-Manifestation.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"raylsmith-Marching-Towards-Manifestation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10760,2447,'_wp_attached_file','2012/06/raylsmith-reaping.png'),(10761,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:29:\"2012/06/raylsmith-reaping.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-reaping-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10754,2439,'__simple_mobile_redirect_yesno','0'),(10755,2439,'__simple_mobile_redirect_url',''),(10757,2441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:43:\"2012/06/raylsmith-towards-manifestation.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"raylsmith-towards-manifestation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10747,2435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:35:\"2012/11/raylsmith-lordshipjesus.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-lordshipjesus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10748,2437,'_wp_attached_file','2012/06/raylsmith-lordshipofjesus.png'),(10749,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:37:\"2012/06/raylsmith-lordshipofjesus.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"raylsmith-lordshipofjesus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10924,1839,'display_settings','W10='),(10925,1839,'id_field','ID'),(10745,2432,'__simple_mobile_redirect_url',''),(10531,2349,'_wp_attached_file','2012/06/raylsmith-harvest.png'),(10910,1864,'i18n','W10='),(10909,1864,'id_field','ID'),(10908,1864,'display_settings','W10='),(10941,1840,'id_field','ID'),(10926,1839,'i18n','W10='),(10744,2432,'__simple_mobile_redirect_yesno','0'),(10940,1840,'display_settings','W10='),(10532,2349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:29:\"2012/06/raylsmith-harvest.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-harvest-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10740,2432,'_edit_last','1'),(11006,1844,'i18n','eyJuZXh0IjoiTmV4dCAmZ3Q7IiwicHJldiI6IiZsdDsgUHJldiIsImltYWdlIjoiSW1hZ2UiLCJvZiI6Im9mIiwiY2xvc2UiOiJDbG9zZSIsIm5vaWZyYW1lcyI6IlRoaXMgZmVhdHVyZSByZXF1aXJlcyBpbmxpbmUgZnJhbWVzLiBZb3UgaGF2ZSBpZnJhbWVzIGRpc2FibGVkIG9yIHlvdXIgYnJvd3NlciBkb2VzIG5vdCBzdXBwb3J0IHRoZW0uIn0='),(11005,1844,'id_field','ID'),(10469,2300,'__simple_mobile_redirect_url',''),(10471,2302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-resources.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-resources-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10472,2306,'_wp_attached_file','2012/06/raylsmith-godsresources.png'),(10473,2306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-godsresources.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-godsresources-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10484,2316,'_wp_attached_file','2013/12/Bria-Summer.jpg'),(10485,2316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:782;s:4:\"file\";s:23:\"2013/12/Bria-Summer.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Bria-Summer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Bria-Summer-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10486,2318,'_edit_last','1'),(10487,2318,'_edit_lock','1408631232:1'),(10492,2320,'_wp_attached_file','2012/11/raylsmith-pillars.png'),(10490,2318,'__simple_mobile_redirect_yesno','0'),(10491,2318,'__simple_mobile_redirect_url',''),(10493,2320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-pillars.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-pillars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10494,2324,'_wp_attached_file','2012/06/raylsmith-pillarsoffaith.png'),(10495,2324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:36:\"2012/06/raylsmith-pillarsoffaith.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"raylsmith-pillarsoffaith-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10507,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:30:\"2012/11/raylsmith-iloveyou.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"raylsmith-iloveyou-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10526,2344,'__simple_mobile_redirect_url',''),(10530,2346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:38:\"2012/11/raylsmith-lordoftheharvest.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-lordoftheharvest-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10510,2337,'_wp_attached_file','2012/06/raylsmith-iloveyousomuch.png'),(10511,2337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:36:\"2012/06/raylsmith-iloveyousomuch.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"raylsmith-iloveyousomuch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10521,2344,'_edit_last','1'),(10522,2344,'_edit_lock','1397034383:1'),(10514,2330,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:2339;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1396185861;}'),(10529,2346,'_wp_attached_file','2012/11/raylsmith-lordoftheharvest.png'),(10525,2344,'__simple_mobile_redirect_yesno','0'),(9994,2267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-giving.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-giving-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10605,2406,'__simple_mobile_redirect_url',''),(9997,2270,'_wp_attached_file','2012/06/raylsmith-godswater.png'),(9998,2270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/raylsmith-godswater.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-godswater-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10604,2406,'__simple_mobile_redirect_yesno','0'),(10603,2406,'_edit_last','1'),(10015,2283,'_edit_last','1'),(10016,2283,'_edit_lock','1408633216:1'),(10019,2283,'__simple_mobile_redirect_yesno','0'),(10020,2283,'__simple_mobile_redirect_url',''),(10023,2286,'_wp_attached_file','2012/11/raylsmith-godshorses.png'),(10024,2286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2012/11/raylsmith-godshorses.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-godshorses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10025,2289,'_wp_attached_file','2012/06/raylsmith-horses.png'),(10026,2289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:28:\"2012/06/raylsmith-horses.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-horses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9982,2260,'_wp_old_slug','giving'),(9894,2212,'_edit_last','1'),(9895,2212,'_edit_lock','1408630178:1'),(9902,2217,'_edit_last','1'),(9903,2217,'_edit_lock','1408630161:1'),(9898,2212,'__simple_mobile_redirect_yesno','0'),(9899,2212,'__simple_mobile_redirect_url',''),(9908,2219,'_wp_attached_file','2012/11/raylsmith-instruments1.png'),(9906,2217,'__simple_mobile_redirect_yesno','0'),(9907,2217,'__simple_mobile_redirect_url',''),(9909,2219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-instruments1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-instruments1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9910,2220,'_wp_attached_file','2012/11/raylsmith-instruments2.png'),(9911,2220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-instruments2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-instruments2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9912,2221,'_wp_attached_file','2012/11/raylsmith-eternal.png'),(9913,2221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-eternal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-eternal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9914,2223,'_wp_attached_file','2012/06/raylsmith-eternalreward.png'),(9915,2223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-eternalreward.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-eternalreward-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10506,2332,'_wp_attached_file','2012/11/raylsmith-iloveyou.png'),(10501,2330,'_edit_lock','1408629988:1'),(10500,2330,'_edit_last','1'),(9979,2260,'__simple_mobile_redirect_url',''),(9978,2260,'__simple_mobile_redirect_yesno','0'),(9984,2262,'_edit_lock','1408633197:1'),(9983,2262,'_edit_last','1'),(9975,2260,'_edit_lock','1408629997:1'),(9974,2260,'_edit_last','1'),(10505,2330,'__simple_mobile_redirect_url',''),(10504,2330,'__simple_mobile_redirect_yesno','0'),(9878,2202,'_wp_attached_file','2013/12/tinita-Jones.png'),(9879,2202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2013/12/tinita-Jones.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tinita-Jones-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9868,2189,'_wp_attached_file','2013/12/nakeda-johnson.jpg'),(9869,2189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:434;s:4:\"file\";s:26:\"2013/12/nakeda-johnson.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"nakeda-johnson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"nakeda-johnson-165x300.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9870,2192,'_wp_attached_file','2012/06/raylsmith-womens.png'),(9871,2192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:28:\"2012/06/raylsmith-womens.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-womens-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9872,120,'_edit_lock','1391065146:1'),(9873,1171,'_edit_lock','1391065262:1'),(9874,2197,'_wp_attached_file','2013/12/vanessa-hurston.png'),(9875,2197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:464;s:4:\"file\";s:27:\"2013/12/vanessa-hurston.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"vanessa-hurston-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"vanessa-hurston-217x300.png\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9876,2199,'_wp_attached_file','2013/12/vernelle-jones.png'),(9877,2199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:309;s:4:\"file\";s:26:\"2013/12/vernelle-jones.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"vernelle-jones-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"vernelle-jones-242x300.png\";s:5:\"width\";i:242;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9864,2183,'_wp_attached_file','2013/12/nicholas-wilder.png'),(9865,2183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:390;s:4:\"file\";s:27:\"2013/12/nicholas-wilder.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"nicholas-wilder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"nicholas-wilder-230x300.png\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9854,2175,'_wp_attached_file','2013/12/yvonne.png'),(9855,2175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2013/12/yvonne.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"yvonne-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9856,2176,'_wp_attached_file','2013/12/jeremy.png'),(9857,2176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2013/12/jeremy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"jeremy-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9858,2177,'_wp_attached_file','2013/12/jenna.png'),(9859,2177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:17:\"2013/12/jenna.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"jenna-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9860,2178,'_wp_attached_file','2013/12/bria.png'),(9861,2178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:16:\"2013/12/bria.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bria-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9862,2181,'_wp_attached_file','2013/12/raina-smith.png'),(9863,2181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:355;s:6:\"height\";i:360;s:4:\"file\";s:23:\"2013/12/raina-smith.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"raina-smith-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"raina-smith-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10988,1843,'display_settings','W10='),(9848,2172,'_wp_attached_file','2013/12/carlton.png'),(9849,2172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:19:\"2013/12/carlton.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"carlton-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9842,2168,'_wp_attached_file','2013/12/raina.png'),(9843,2168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:17:\"2013/12/raina.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"raina-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9844,2170,'_wp_attached_file','2013/12/nakeda.png'),(9845,2170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2013/12/nakeda.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nakeda-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9846,2171,'_wp_attached_file','2013/12/aaron.png'),(9847,2171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:17:\"2013/12/aaron.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"aaron-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9851,2173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:20:\"2013/12/vernelle.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vernelle-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9850,2173,'_wp_attached_file','2013/12/vernelle.png'),(9829,2158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:35:\"2012/06/raylsmith-international.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-international-150x127.png\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9828,2158,'_wp_attached_file','2012/06/raylsmith-international.png'),(9818,2150,'_wp_attached_file','2012/11/raylsmith-raining.png'),(9816,2148,'__simple_mobile_redirect_yesno','0'),(9817,2148,'__simple_mobile_redirect_url',''),(9819,2150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-raining.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-raining-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9839,2166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2013/12/tinita.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"tinita-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9832,2159,'__simple_mobile_redirect_yesno','0'),(9833,2159,'__simple_mobile_redirect_url',''),(9834,2162,'_wp_attached_file','2014/01/international.jpg'),(9835,2162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:25:\"2014/01/international.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"international-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"international-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9836,2165,'_wp_attached_file','2013/12/nicholas.png'),(9837,2165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:20:\"2013/12/nicholas.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"nicholas-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9838,2166,'_wp_attached_file','2013/12/tinita.png'),(9830,2159,'_edit_last','1'),(9831,2159,'_edit_lock','1410250596:1'),(9810,2145,'_wp_attached_file','2012/06/raylsmith-rivers-springing.png'),(9811,2145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:38:\"2012/06/raylsmith-rivers-springing.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-rivers-springing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9757,2121,'_edit_last','1'),(9758,2121,'_edit_lock','1389626924:1'),(9759,2121,'__simple_mobile_redirect_yesno','0'),(9760,2121,'__simple_mobile_redirect_url',''),(9761,2124,'_menu_item_type','post_type'),(9762,2124,'_menu_item_menu_item_parent','2019'),(9763,2124,'_menu_item_object_id','2121'),(9764,2124,'_menu_item_object','page'),(9765,2124,'_menu_item_target',''),(9766,2124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9767,2124,'_menu_item_xfn',''),(9768,2124,'_menu_item_url',''),(9772,2129,'_edit_last','1'),(9773,2129,'_edit_lock','1408630214:1'),(9778,2132,'_wp_attached_file','2012/11/raylsmith-deeperwalk.png'),(9776,2129,'__simple_mobile_redirect_yesno','0'),(9777,2129,'__simple_mobile_redirect_url',''),(9779,2132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2012/11/raylsmith-deeperwalk.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-deeperwalk-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9780,2135,'_wp_attached_file','2012/06/raylsmith-deeper.png'),(9781,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:28:\"2012/06/raylsmith-deeper.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-deeper-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9715,2077,'exclusions','W10='),(9716,2077,'container_ids','W10='),(9717,2077,'excluded_container_ids','W10='),(9718,2077,'sortorder','W10='),(9719,2077,'entity_ids','W10='),(9720,2077,'id_field','ID'),(9795,2078,'id_field','ID'),(9794,2078,'filter','raw'),(9723,2079,'_wp_attached_file','2012/11/raylsmith-food.png'),(9724,2079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:26:\"2012/11/raylsmith-food.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-food-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9725,2080,'_edit_last','1'),(9726,2080,'_edit_lock','1408629587:1'),(9731,2084,'_wp_attached_file','2012/06/raylsmith-necfood.png'),(9729,2080,'__simple_mobile_redirect_yesno','0'),(9730,2080,'__simple_mobile_redirect_url',''),(9732,2084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:29:\"2012/06/raylsmith-necfood.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-necfood-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11289,1847,'entity_types','WyJpbWFnZSJd'),(11290,1847,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIxMDAiLCJudW1iZXJfb2ZfY29sdW1ucyI6MCwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgYXMgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwicGljbGVuc19saW5rX3RleHQiOiJbU2hvdyBQaWNMZW5zXSIsInNob3dfcGljbGVuc19saW5rIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowfQ=='),(9734,2087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-newyear.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-newyear-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9733,2087,'_wp_attached_file','2012/11/raylsmith-newyear.png'),(8374,1903,'_edit_lock','1381152852:1'),(8373,1903,'_edit_last','1'),(9713,2077,'slug',''),(9714,2077,'display_settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIxMCIsImdhbGxlcnlfd2lkdGgiOiIzMjAiLCJnYWxsZXJ5X2hlaWdodCI6IjI0MCIsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJjeWNsZV9pbnRlcnZhbCI6IjEwIiwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImZsYXNoX2VuYWJsZWQiOiIwIiwiZmxhc2hfcGF0aCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvaW1hZ2Vyb3RhdG9yLnN3ZiIsImZsYXNoX3NodWZmbGUiOiIxIiwiZmxhc2hfbmV4dF9vbl9jbGljayI6IjEiLCJmbGFzaF9uYXZpZ2F0aW9uX2JhciI6IjAiLCJmbGFzaF9sb2FkaW5nX2ljb24iOiIwIiwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOiIwIiwiZmxhc2hfc3RyZXRjaF9pbWFnZSI6InRydWUiLCJmbGFzaF90cmFuc2l0aW9uX2VmZmVjdCI6InJhbmRvbSIsImZsYXNoX3Nsb3dfem9vbSI6IjAiLCJmbGFzaF9iYWNrZ3JvdW5kX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfdGV4dF9jb2xvciI6IkZGRkZGRiIsImZsYXNoX3JvbGxvdmVyX2NvbG9yIjoiQ0MwMDAwIiwiZmxhc2hfc2NyZWVuX2NvbG9yIjoiMDAwMDAwIiwiZmxhc2hfYmFja2dyb3VuZF9tdXNpYyI6IiIsImZsYXNoX3hodG1sX3ZhbGlkYXRpb24iOiIwIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIxIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHBpY3R1cmUgbGlzdF0iLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(9712,2077,'display_type','photocrati-nextgen_basic_slideshow'),(9711,2077,'source','galleries'),(9710,2077,'maximum_entity_count','500'),(9709,2077,'returns','included'),(9708,2077,'order_direction','ASC'),(9707,2077,'order_by','sortorder'),(9666,2054,'_menu_item_url',''),(9668,2055,'_menu_item_type','post_type'),(9669,2055,'_menu_item_menu_item_parent','2019'),(9670,2055,'_menu_item_object_id','2026'),(9671,2055,'_menu_item_object','page'),(9672,2055,'_menu_item_target',''),(9673,2055,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9674,2055,'_menu_item_xfn',''),(9675,2055,'_menu_item_url',''),(9677,2056,'_menu_item_type','post_type'),(9678,2056,'_menu_item_menu_item_parent','2019'),(9679,2056,'_menu_item_object_id','2024'),(9680,2056,'_menu_item_object','page'),(9681,2056,'_menu_item_target',''),(9682,2056,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9683,2056,'_menu_item_xfn',''),(9684,2056,'_menu_item_url',''),(9686,2057,'_menu_item_type','post_type'),(9687,2057,'_menu_item_menu_item_parent','2019'),(9688,2057,'_menu_item_object_id','2021'),(9689,2057,'_menu_item_object','page'),(9690,2057,'_menu_item_target',''),(9691,2057,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9692,2057,'_menu_item_xfn',''),(9693,2057,'_menu_item_url',''),(9705,2074,'_wp_attached_file','2012/06/raylsmith-gdirection.png'),(9706,2074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:32:\"2012/06/raylsmith-gdirection.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-gdirection-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9661,2054,'_menu_item_object_id','2028'),(9662,2054,'_menu_item_object','page'),(9663,2054,'_menu_item_target',''),(9664,2054,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9665,2054,'_menu_item_xfn',''),(9619,2049,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9620,2049,'_menu_item_xfn',''),(9621,2049,'_menu_item_url',''),(9701,2070,'_wp_attached_file','2012/11/raylsmith-godly.png'),(9623,2050,'_menu_item_type','post_type'),(9624,2050,'_menu_item_menu_item_parent','2019'),(9625,2050,'_menu_item_object_id','2035'),(9626,2050,'_menu_item_object','page'),(9627,2050,'_menu_item_target',''),(9628,2050,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9629,2050,'_menu_item_xfn',''),(9630,2050,'_menu_item_url',''),(9699,2068,'__simple_mobile_redirect_yesno','0'),(9632,2051,'_menu_item_type','post_type'),(9633,2051,'_menu_item_menu_item_parent','2019'),(9634,2051,'_menu_item_object_id','2034'),(9635,2051,'_menu_item_object','page'),(9636,2051,'_menu_item_target',''),(9637,2051,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9638,2051,'_menu_item_xfn',''),(9576,2038,'_edit_lock','1389852965:1'),(9577,2038,'__simple_mobile_redirect_yesno','0'),(9578,2038,'__simple_mobile_redirect_url',''),(9579,2042,'_edit_last','1'),(9580,2042,'_edit_lock','1387351891:1'),(9581,2042,'__simple_mobile_redirect_yesno','0'),(9582,2042,'__simple_mobile_redirect_url',''),(9583,2044,'_edit_last','1'),(9584,2044,'_edit_lock','1411081184:1'),(9585,2044,'__simple_mobile_redirect_yesno','0'),(9586,2044,'__simple_mobile_redirect_url',''),(9695,2068,'_edit_last','1'),(9596,2047,'_menu_item_type','post_type'),(9597,2047,'_menu_item_menu_item_parent','2019'),(9598,2047,'_menu_item_object_id','2042'),(9599,2047,'_menu_item_object','page'),(9600,2047,'_menu_item_target',''),(9601,2047,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9602,2047,'_menu_item_xfn',''),(9603,2047,'_menu_item_url',''),(9696,2068,'_edit_lock','1408632385:1'),(11454,2701,'__simple_mobile_redirect_url',''),(11453,2701,'__simple_mobile_redirect_yesno','0'),(11455,2703,'_wp_attached_file','2012/06/sowing.jpg'),(11456,2703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:18:\"2012/06/sowing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sowing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11450,2701,'_edit_lock','1413190205:1'),(11449,2701,'_edit_last','1'),(9702,2070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/raylsmith-godly.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-godly-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9614,2049,'_menu_item_type','post_type'),(9615,2049,'_menu_item_menu_item_parent','2019'),(9616,2049,'_menu_item_object_id','2039'),(9617,2049,'_menu_item_object','page'),(9618,2049,'_menu_item_target',''),(9534,2019,'_menu_item_object','page'),(9535,2019,'_menu_item_target',''),(9536,2019,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9537,2019,'_menu_item_xfn',''),(9538,2019,'_menu_item_url',''),(9539,2021,'_edit_last','1'),(9540,2021,'_edit_lock','1391072760:1'),(9541,2021,'__simple_mobile_redirect_yesno','0'),(9542,2021,'__simple_mobile_redirect_url',''),(9543,2024,'_edit_last','1'),(9544,2024,'_edit_lock','1401688127:1'),(9545,2024,'__simple_mobile_redirect_yesno','0'),(9546,2024,'__simple_mobile_redirect_url',''),(9547,2026,'_edit_last','1'),(9548,2026,'_edit_lock','1404808229:1'),(9549,2026,'__simple_mobile_redirect_yesno','0'),(9550,2026,'__simple_mobile_redirect_url',''),(9551,2028,'_edit_last','1'),(9552,2028,'_edit_lock','1404808230:1'),(9517,2009,'_edit_last','1'),(9523,2011,'_wp_attached_file','2012/11/raylsmith-your-vision.png'),(9520,2009,'_edit_lock','1408630147:1'),(9521,2009,'__simple_mobile_redirect_yesno','0'),(9522,2009,'__simple_mobile_redirect_url',''),(9524,2011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-your-vision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-your-vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9525,2014,'_wp_attached_file','2012/06/raylsmith-your-vision.png'),(9526,2014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:33:\"2012/06/raylsmith-your-vision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-your-vision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9515,2005,'_wp_attached_file','2012/06/raylsmith-living-faith.png'),(9516,2005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:34:\"2012/06/raylsmith-living-faith.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-living-faith-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10465,2300,'_edit_lock','1408632220:1'),(11351,1851,'id_field','ID'),(11350,1851,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm51bWJlciI6NDV9'),(11349,1851,'entity_types','WyJpbWFnZSJd'),(11348,1851,'installed_at_version','2.0.66.27'),(11347,1851,'format_content',''),(11346,1851,'name','photocrati-nextgen_basic_tagcloud'),(9485,1985,'_wp_attached_file','2012/11/raylsmith-fold.png'),(9486,1985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:26:\"2012/11/raylsmith-fold.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-fold-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9487,1986,'_edit_last','1'),(9488,1986,'_edit_lock','1408629548:1'),(9493,1990,'_wp_attached_file','2012/06/raylsmith-fold.png'),(9491,1986,'__simple_mobile_redirect_yesno','0'),(9492,1986,'__simple_mobile_redirect_url',''),(9494,1990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:26:\"2012/06/raylsmith-fold.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-fold-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9742,2090,'_edit_lock','1408630010:1'),(9735,2088,'_edit_last','1'),(9736,2088,'_edit_lock','1408630020:1'),(7236,1857,'_wp_attached_file','2012/06/mail2.png'),(7237,1857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:208;s:4:\"file\";s:17:\"2012/06/mail2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mail2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"mail2-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7238,1860,'_wp_attached_file','2012/11/booking-request.png'),(7239,1860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:208;s:4:\"file\";s:27:\"2012/11/booking-request.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"booking-request-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"booking-request-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7240,1862,'_wp_attached_file','2012/11/phone1.png'),(7241,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:439;s:4:\"file\";s:18:\"2012/11/phone1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"phone1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"phone1-162x300.png\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10800,2486,'_edit_last','1'),(10798,2485,'_wp_attached_file','2012/06/finding-jesus.jpg'),(10799,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:25:\"2012/06/finding-jesus.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"finding-jesus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10776,2463,'_wp_attached_file','2012/11/raylsmith-earthen.png'),(10777,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/raylsmith-earthen.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-earthen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10601,2405,'_wp_attached_file','2013/12/DesiRhea.png'),(10602,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:20:\"2013/12/DesiRhea.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DesiRhea-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10793,2477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2012/11/raylsmith-your-heart.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-your-heart-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10771,2459,'_edit_lock','1408629958:1'),(10770,2459,'_edit_last','1'),(10048,1834,'title','Galleries'),(10049,1834,'name','galleries'),(10050,1834,'format_content',''),(10051,1834,'has_variations',''),(10052,1834,'variation','0'),(10053,1834,'returns','WyJpbWFnZSJd'),(10054,1834,'aliases','WyJnYWxsZXJ5IiwiaW1hZ2VzIiwiaW1hZ2UiXQ=='),(10055,1834,'id_field','ID'),(10587,2391,'_edit_last','1'),(10588,2391,'_edit_lock','1408630063:1'),(10595,2396,'_wp_attached_file','2012/06/raylsmith-gods-angel.png'),(10591,2391,'__simple_mobile_redirect_yesno','0'),(10592,2391,'__simple_mobile_redirect_url',''),(10596,2396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:32:\"2012/06/raylsmith-gods-angel.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-gods-angel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10585,2390,'_wp_attached_file','2012/11/raylsmith-godsangel.png'),(10586,2390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-godsangel.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-godsangel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10064,1835,'name','albums'),(10065,1835,'format_content',''),(10066,1835,'has_variations',''),(10067,1835,'variation','0'),(10068,1835,'returns','WyJnYWxsZXJ5IiwiYWxidW0iXQ=='),(10069,1835,'aliases','WyJhbGJ1bSJd'),(10070,1835,'id_field','ID'),(10581,2386,'_wp_attached_file','2012/06/raylsmith-hidden-wonder.png'),(10582,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-hidden-wonder.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-hidden-wonder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10580,2383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-hiddenwonder.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-hiddenwonder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10078,1836,'title','Tags'),(10079,1836,'name','tags'),(10080,1836,'format_content',''),(10081,1836,'has_variations',''),(10082,1836,'variation','0'),(10083,1836,'returns','WyJpbWFnZSJd'),(10084,1836,'aliases','WyJ0YWciLCJpbWFnZV90YWciLCJpbWFnZV90YWdzIl0='),(10085,1836,'id_field','ID'),(10578,2381,'__simple_mobile_redirect_url',''),(10577,2381,'__simple_mobile_redirect_yesno','0'),(10573,2381,'_edit_last','1'),(10574,2381,'_edit_lock','1408629976:1'),(10579,2383,'_wp_attached_file','2012/11/raylsmith-hiddenwonder.png'),(10570,2376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:34:\"2012/06/raylsmith-makingiteasy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-makingiteasy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10569,2376,'_wp_attached_file','2012/06/raylsmith-makingiteasy.png'),(10756,2441,'_wp_attached_file','2012/06/raylsmith-towards-manifestation.png'),(10751,2439,'_edit_lock','1401176183:1'),(10750,2439,'_edit_last','1'),(10093,1837,'title','Random Images'),(10094,1837,'name','random_images'),(10095,1837,'format_content',''),(10096,1837,'has_variations','1'),(10097,1837,'variation','0'),(10098,1837,'returns','WyJpbWFnZSJd'),(10099,1837,'aliases','WyJyYW5kb20iLCJyYW5kb21faW1hZ2UiXQ=='),(10100,1837,'id_field','ID'),(10561,2369,'_edit_last','1'),(10562,2369,'_edit_lock','1408632208:1'),(10567,2372,'_wp_attached_file','2012/11/raylsmith-makeiteasy.png'),(10565,2369,'__simple_mobile_redirect_yesno','0'),(10566,2369,'__simple_mobile_redirect_url',''),(10568,2372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2012/11/raylsmith-makeiteasy.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-makeiteasy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10559,2367,'_wp_attached_file','2012/06/raylsmith-eternallife.png'),(10557,2364,'__simple_mobile_redirect_yesno','0'),(10558,2364,'__simple_mobile_redirect_url',''),(10560,2367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:33:\"2012/06/raylsmith-eternallife.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-eternallife-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10554,2364,'_edit_lock','1408630075:1'),(10553,2364,'_edit_last','1'),(10632,2427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:36:\"2012/06/raylsmith-gods-provision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"raylsmith-gods-provision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10631,2427,'_wp_attached_file','2012/06/raylsmith-gods-provision.png'),(10630,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:35:\"2012/11/raylsmith-godsprovision.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-godsprovision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10628,2421,'__simple_mobile_redirect_url',''),(10627,2421,'__simple_mobile_redirect_yesno','0'),(10629,2423,'_wp_attached_file','2012/11/raylsmith-godsprovision.png'),(10623,2421,'_edit_last','1'),(10624,2421,'_edit_lock','1408633181:1'),(10780,2470,'_wp_attached_file','2012/06/raylsmith-earthenvessel.jpg'),(10781,2470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-earthenvessel.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-earthenvessel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10606,2406,'_edit_lock','1411081169:1'),(10607,2409,'_edit_last','1'),(10608,2409,'_edit_lock','1401694221:1'),(10609,2409,'__simple_mobile_redirect_yesno','0'),(10610,2409,'__simple_mobile_redirect_url',''),(10611,2411,'_wp_attached_file','2013/12/Susan.png'),(10612,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:17:\"2013/12/Susan.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Susan-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10552,2363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-eternal-life.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-eternal-life-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10551,2363,'_wp_attached_file','2012/11/raylsmith-eternal-life.png'),(10917,1839,'title','Lightbox'),(10918,1839,'code','class=\'ngg_lightbox\''),(10919,1839,'css_stylesheets','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),(10920,1839,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.min.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/nextgen_lightbox_init.js'),(10921,1839,'format_content',''),(10922,1839,'styles','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/jquery.lightbox/jquery.lightbox-0.5.css'),(10915,1839,'meta_value','lightbox'),(10923,1839,'values','eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifQ=='),(10916,1839,'name','lightbox'),(10939,1840,'values','W10='),(9993,2267,'_wp_attached_file','2012/11/raylsmith-giving.png'),(9991,2266,'_wp_attached_file','2012/11/raylsmith-godswater.png'),(9992,2266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-godswater.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-godswater-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10933,1840,'title','Fancybox'),(10934,1840,'code','class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"'),(10935,1840,'css_stylesheets','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),(10938,1840,'styles','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.css'),(10936,1840,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.easing-1.3.pack.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/jquery.fancybox-1.3.4.pack.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js'),(10931,1840,'meta_value','fancybox'),(10937,1840,'format_content',''),(10927,1840,'filter','raw'),(10928,1840,'meta_id','6852'),(10929,1840,'post_id','1840'),(9987,2262,'__simple_mobile_redirect_yesno','0'),(10741,2432,'_edit_lock','1408630050:1'),(10987,1843,'values','W10='),(9884,2205,'__simple_mobile_redirect_yesno','0'),(9885,2205,'__simple_mobile_redirect_url',''),(10953,1841,'format_content',''),(10954,1841,'styles','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),(10955,1841,'values','eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifQ=='),(10746,2435,'_wp_attached_file','2012/11/raylsmith-lordshipjesus.png'),(10952,1841,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide-full.packed.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/nextgen_highslide_init.js'),(10949,1841,'title','Highslide'),(10950,1841,'code','class=\"highslide\" onclick=\"return hs.expand(this, galleryOptions);\"'),(10951,1841,'css_stylesheets','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/highslide/highslide.css'),(10948,1841,'name','highslide'),(10947,1841,'meta_value','highslide'),(10946,1841,'meta_key','name'),(10945,1841,'post_id','1841'),(10943,1841,'filter','raw'),(9880,2205,'_edit_last','1'),(9881,2205,'_edit_lock','1408630188:1'),(9888,2209,'_wp_attached_file','2014/01/international2.jpg'),(10967,1842,'css_stylesheets','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),(10972,1842,'display_settings','W10='),(9867,2185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:368;s:4:\"file\";s:27:\"2013/12/carlton-cogdell.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"carlton-cogdell-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"carlton-cogdell-244x300.png\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10971,1842,'values','eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),(10970,1842,'styles','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.css'),(10969,1842,'format_content',''),(10968,1842,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/shutter.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter/nextgen_shutter.js'),(10962,1842,'meta_key','name'),(10963,1842,'meta_value','shutter'),(10964,1842,'name','shutter'),(10965,1842,'title','Shutter'),(10966,1842,'code','class=\"shutterset_%GALLERY_NAME%\"'),(10961,1842,'post_id','1842'),(10959,1842,'filter','raw'),(9866,2185,'_wp_attached_file','2013/12/carlton-cogdell.png'),(10985,1843,'format_content',''),(10981,1843,'title','Shutter 2'),(9852,2174,'_wp_attached_file','2013/12/fannie.png'),(9853,2174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2013/12/fannie.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fannie-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10986,1843,'styles','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),(10979,1843,'meta_value','shutter2'),(10984,1843,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.js\nhttp://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/nextgen_shutter_reloaded.js'),(10982,1843,'code','class=\"shutterset_%GALLERY_NAME%\"'),(10983,1843,'css_stylesheets','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/shutter_reloaded/shutter.css'),(10975,1843,'filter','raw'),(10976,1843,'meta_id','6948'),(10977,1843,'post_id','1843'),(11004,1844,'display_settings','W10='),(11002,1844,'styles','/wp-includes/js/thickbox/thickbox.css'),(11003,1844,'values','W10='),(11001,1844,'format_content',''),(10999,1844,'css_stylesheets','http://raylsmith.org/wp-includes/js/thickbox/thickbox.css'),(11000,1844,'scripts','http://raylsmith.org/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/thickbox/nextgen_thickbox_init.js\n/wp-includes/js/thickbox/thickbox.js'),(10995,1844,'meta_value','thickbox'),(10998,1844,'code','class=\'thickbox\' rel=\'%GALLERY_NAME%\''),(10997,1844,'title','Thickbox'),(10991,1844,'filter','raw'),(10992,1844,'meta_id','6980'),(10993,1844,'post_id','1844'),(9820,2153,'_wp_attached_file','2012/06/raylsmith-rain.png'),(9821,2153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:26:\"2012/06/raylsmith-rain.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-rain-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9813,2148,'_edit_lock','1408633227:1'),(9812,2148,'_edit_last','1'),(11258,1845,'installed_at_version','2.0.66.27'),(11259,1845,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(11260,1845,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0='),(11257,1845,'format_content',''),(11256,1845,'name','photocrati-nextgen_basic_compact_album'),(11255,1845,'view_order','10200'),(11254,1845,'default_source','albums'),(11253,1845,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(11251,1845,'meta_value','photocrati-nextgen_basic_compact_album'),(11252,1845,'title','NextGEN Basic Compact Album'),(11250,1845,'meta_key','name'),(11247,1845,'filter','raw'),(11248,1845,'meta_id','7675'),(9808,2142,'_wp_attached_file','2012/11/raylsmith-rivers.png'),(9806,2140,'__simple_mobile_redirect_yesno','0'),(9190,1946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:38:\"2012/11/raylsmith-imagesfromheaven.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-imagesfromheaven-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9807,2140,'__simple_mobile_redirect_url',''),(9809,2142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-rivers.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-rivers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9799,2138,'id_field','ID'),(9802,2140,'_edit_last','1'),(9803,2140,'_edit_lock','1408630204:1'),(9796,2139,'filter','raw'),(9797,2139,'id_field','ID'),(9756,2118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/raylsmith-launching.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-launching-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9755,2118,'_wp_attached_file','2012/06/raylsmith-launching.png'),(9754,2099,'__simple_mobile_redirect_url',''),(9753,2099,'__simple_mobile_redirect_yesno','0'),(9752,2099,'_edit_lock','1389271734:1'),(9751,2099,'_edit_last','1'),(10470,2302,'_wp_attached_file','2012/11/raylsmith-resources.png'),(10468,2300,'__simple_mobile_redirect_yesno','0'),(11275,1846,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjB9'),(10464,2300,'_edit_last','1'),(11273,1846,'installed_at_version','2.0.66.27'),(11274,1846,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(11272,1846,'format_content',''),(11271,1846,'name','photocrati-nextgen_basic_extended_album'),(11270,1846,'view_order','10210'),(11269,1846,'default_source','albums'),(9740,2088,'__simple_mobile_redirect_url',''),(9747,2094,'_wp_attached_file','2012/11/raylsmith-newyear13.png'),(9745,2090,'__simple_mobile_redirect_yesno','0'),(9746,2090,'__simple_mobile_redirect_url',''),(9748,2094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:31:\"2012/11/raylsmith-newyear13.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-newyear13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9749,2095,'_wp_attached_file','2012/11/raylsmith-launchingoff.png'),(9750,2095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-launchingoff.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-launchingoff-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11288,1847,'installed_at_version','2.0.66.27'),(11286,1847,'name','photocrati-nextgen_basic_thumbnails'),(11287,1847,'format_content',''),(11285,1847,'view_order','10000'),(11282,1847,'title','NextGEN Basic Thumbnails'),(11283,1847,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(9641,2052,'_menu_item_type','post_type'),(9642,2052,'_menu_item_menu_item_parent','2019'),(9643,2052,'_menu_item_object_id','2029'),(9644,2052,'_menu_item_object','page'),(9645,2052,'_menu_item_target',''),(9646,2052,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9647,2052,'_menu_item_xfn',''),(9648,2052,'_menu_item_url',''),(9650,2053,'_menu_item_type','post_type'),(9651,2053,'_menu_item_menu_item_parent','2019'),(9652,2053,'_menu_item_object_id','2030'),(9653,2053,'_menu_item_object','page'),(9654,2053,'_menu_item_target',''),(9655,2053,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9656,2053,'_menu_item_xfn',''),(9657,2053,'_menu_item_url',''),(9659,2054,'_menu_item_type','post_type'),(9660,2054,'_menu_item_menu_item_parent','2019'),(9639,2051,'_menu_item_url',''),(9700,2068,'__simple_mobile_redirect_url',''),(11300,1848,'view_order','10010'),(11301,1848,'name','photocrati-nextgen_basic_slideshow'),(11302,1848,'format_content',''),(11303,1848,'installed_at_version','2.0.66.27'),(11304,1848,'entity_types','WyJpbWFnZSJd'),(11305,1848,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJmbGFzaF9lbmFibGVkIjowLCJmbGFzaF9wYXRoIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9pbWFnZXJvdGF0b3Iuc3dmIiwiZmxhc2hfc2h1ZmZsZSI6dHJ1ZSwiZmxhc2hfbmV4dF9vbl9jbGljayI6dHJ1ZSwiZmxhc2hfbmF2aWdhdGlvbl9iYXIiOjAsImZsYXNoX2xvYWRpbmdfaWNvbiI6MCwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOjAsImZsYXNoX3N0cmV0Y2hfaW1hZ2UiOiJ0cnVlIiwiZmxhc2hfdHJhbnNpdGlvbl9lZmZlY3QiOiJyYW5kb20iLCJmbGFzaF9zbG93X3pvb20iOjAsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6MCwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(11299,1848,'default_source','galleries'),(11298,1848,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(11295,1848,'meta_key','name'),(11292,1848,'filter','raw'),(11293,1848,'meta_id','7786'),(9574,2039,'__simple_mobile_redirect_url',''),(9575,2038,'_edit_last','1'),(9573,2039,'__simple_mobile_redirect_yesno','0'),(9560,2029,'_edit_lock','1398848369:1'),(9561,2029,'__simple_mobile_redirect_yesno','0'),(9562,2029,'__simple_mobile_redirect_url',''),(9563,2034,'_edit_last','1'),(9564,2034,'_edit_lock','1390981012:1'),(9565,2034,'__simple_mobile_redirect_yesno','0'),(9566,2034,'__simple_mobile_redirect_url',''),(9567,2035,'_edit_last','1'),(9568,2035,'_edit_lock','1398847916:1'),(9569,2035,'__simple_mobile_redirect_yesno','0'),(9570,2035,'__simple_mobile_redirect_url',''),(9571,2039,'_edit_last','1'),(9572,2039,'_edit_lock','1387432441:1'),(9559,2029,'_edit_last','1'),(9558,2030,'__simple_mobile_redirect_url',''),(9555,2030,'_edit_last','1'),(9556,2030,'_edit_lock','1391001658:1'),(9557,2030,'__simple_mobile_redirect_yesno','0'),(9554,2028,'__simple_mobile_redirect_url',''),(9553,2028,'__simple_mobile_redirect_yesno','0'),(11319,1849,'entity_types','WyJpbWFnZSJd'),(11320,1849,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(11317,1849,'format_content',''),(11318,1849,'installed_at_version','2.0.66.27'),(11316,1849,'name','photocrati-nextgen_basic_imagebrowser'),(11315,1849,'view_order','10020'),(11312,1849,'title','NextGEN Basic ImageBrowser'),(11313,1849,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(11314,1849,'default_source','galleries'),(11307,1849,'filter','raw'),(11311,1849,'meta_value','photocrati-nextgen_basic_imagebrowser'),(11310,1849,'meta_key','name'),(11309,1849,'post_id','1849'),(9530,2017,'_edit_lock','1387348305:1'),(9531,2019,'_menu_item_type','post_type'),(9532,2019,'_menu_item_menu_item_parent','0'),(9533,2019,'_menu_item_object_id','1995'),(9529,2017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:72;s:4:\"file\";s:21:\"2013/12/ministers.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ministers-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9527,1272,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:2003;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1387177422;}'),(9528,2017,'_wp_attached_file','2013/12/ministers.png'),(11345,1851,'view_order','10100'),(11334,1850,'entity_types','WyJpbWFnZSJd'),(11335,1850,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJxdWFsaXR5IjoxMDAsImNyb3AiOjAsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIn0='),(11333,1850,'installed_at_version','2.0.66.27'),(11332,1850,'format_content',''),(11330,1850,'view_order','10060'),(11331,1850,'name','photocrati-nextgen_basic_singlepic'),(11329,1850,'default_source','galleries'),(11328,1850,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(11327,1850,'title','NextGEN Basic SinglePic'),(11324,1850,'post_id','1850'),(11322,1850,'filter','raw'),(11326,1850,'meta_value','photocrati-nextgen_basic_singlepic'),(11325,1850,'meta_key','name'),(9173,1506,'__simple_mobile_redirect_yesno','0'),(9174,1506,'__simple_mobile_redirect_url',''),(9513,2001,'_wp_attached_file','2012/11/raylsmith-livingfaith.png'),(9511,1999,'__simple_mobile_redirect_yesno','0'),(9512,1999,'__simple_mobile_redirect_url',''),(9514,2001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:33:\"2012/11/raylsmith-livingfaith.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"raylsmith-livingfaith-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9508,1999,'_edit_lock','1408631176:1'),(9507,1999,'_edit_last','1'),(9506,1997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:72;s:4:\"file\";s:30:\"2013/12/raylsmith-minister.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"raylsmith-minister-150x72.png\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9505,1997,'_wp_attached_file','2013/12/raylsmith-minister.png'),(9504,1995,'__simple_mobile_redirect_url',''),(9503,1995,'__simple_mobile_redirect_yesno','0'),(9502,1995,'_edit_lock','1412238231:1'),(9501,1995,'_edit_last','1'),(9500,457,'__simple_mobile_redirect_url',''),(9499,457,'__simple_mobile_redirect_yesno','0'),(9741,2090,'_edit_last','1'),(9739,2088,'__simple_mobile_redirect_yesno','0'),(11344,1851,'default_source','tags'),(11339,1851,'post_id','1851'),(11340,1851,'meta_key','name'),(11341,1851,'meta_value','photocrati-nextgen_basic_tagcloud'),(11249,1845,'post_id','1845'),(9798,2138,'filter','raw'),(9801,2137,'id_field','ID'),(9800,2137,'filter','raw'),(11268,1846,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(11267,1846,'title','NextGEN Basic Extended Album'),(11266,1846,'meta_value','photocrati-nextgen_basic_extended_album'),(11265,1846,'meta_key','name'),(11264,1846,'post_id','1846'),(11263,1846,'meta_id','7712'),(11262,1846,'filter','raw'),(11284,1847,'default_source','galleries'),(11281,1847,'meta_value','photocrati-nextgen_basic_thumbnails'),(11297,1848,'title','NextGEN Basic Slideshow'),(11296,1848,'meta_value','photocrati-nextgen_basic_slideshow'),(11308,1849,'meta_id','7823'),(11323,1850,'meta_id','7860'),(11342,1851,'title','NextGEN Basic TagCloud'),(11343,1851,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(11338,1851,'meta_id','7897'),(11337,1851,'filter','raw'),(8187,1870,'_wp_attached_file','2012/11/raylsmith-move.png'),(8188,1870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:26:\"2012/11/raylsmith-move.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"raylsmith-move-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8189,1871,'_edit_last','1'),(8190,1871,'_edit_lock','1408631892:1'),(8195,888,'__simple_mobile_redirect_yesno','0'),(8193,1871,'__simple_mobile_redirect_yesno','0'),(8194,1871,'__simple_mobile_redirect_url',''),(8196,888,'__simple_mobile_redirect_url',''),(8197,1272,'__simple_mobile_redirect_yesno','0'),(8198,1272,'__simple_mobile_redirect_url',''),(8199,2,'__simple_mobile_redirect_yesno','0'),(8200,2,'__simple_mobile_redirect_url',''),(8201,1880,'_wp_attached_file','2012/06/raylsmith-moveofGod.png'),(8202,1880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/raylsmith-moveofGod.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-moveofGod-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8203,1882,'_edit_last','1'),(8204,1882,'_edit_lock','1408633150:1'),(8209,1885,'_wp_attached_file','2012/11/raylsmith-hishouse.png'),(8207,1882,'__simple_mobile_redirect_yesno','0'),(8208,1882,'__simple_mobile_redirect_url',''),(8210,1885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:30:\"2012/11/raylsmith-hishouse.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"raylsmith-hishouse-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8211,1889,'_wp_attached_file','2012/06/raylsmith-his-house.png'),(8212,1889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/raylsmith-his-house.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"raylsmith-his-house-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8213,1892,'_edit_last','1'),(8214,1892,'_edit_lock','1408633140:1'),(8217,1892,'__simple_mobile_redirect_yesno','0'),(8218,1892,'__simple_mobile_redirect_url',''),(8221,1895,'_wp_attached_file','2012/11/raylsmith-donotwaste.png'),(8222,1895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:32:\"2012/11/raylsmith-donotwaste.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"raylsmith-donotwaste-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8223,1899,'_wp_attached_file','2012/06/raylsmith-donotwastetheanointing.png'),(8224,1899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:44:\"2012/06/raylsmith-donotwastetheanointing.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"raylsmith-donotwastetheanointing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11280,1847,'meta_key','name'),(11279,1847,'post_id','1847'),(8377,1903,'__simple_mobile_redirect_yesno','0'),(8378,1903,'__simple_mobile_redirect_url',''),(8383,1911,'_wp_attached_file','2012/06/raylsmith-doors.png'),(8384,1911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:27:\"2012/06/raylsmith-doors.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-doors-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8381,1907,'_wp_attached_file','2012/11/raylsmith-doors1.png'),(8382,1907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/raylsmith-doors1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-doors1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11278,1847,'meta_id','7749'),(11277,1847,'filter','raw'),(11294,1848,'post_id','1848'),(8459,1914,'_wp_attached_file','2012/11/raylsmith-yourtruelife.png'),(8460,1914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:34:\"2012/11/raylsmith-yourtruelife.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-yourtruelife-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8461,1915,'_edit_last','1'),(8462,1915,'_edit_lock','1408631124:1'),(8467,1920,'_wp_attached_file','2012/06/raylsmith-yourtruelife.png'),(8465,1915,'__simple_mobile_redirect_yesno','0'),(8466,1915,'__simple_mobile_redirect_url',''),(8468,1920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:34:\"2012/06/raylsmith-yourtruelife.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"raylsmith-yourtruelife-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8469,1923,'_wp_attached_file','2012/11/raylsmith-completelyjesus.png'),(8470,1923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:37:\"2012/11/raylsmith-completelyjesus.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"raylsmith-completelyjesus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8471,1924,'_edit_last','1'),(8472,1924,'_edit_lock','1408631787:1'),(8478,1927,'_edit_lock','1381763967:1'),(8477,1927,'_edit_last','1'),(8475,1924,'__simple_mobile_redirect_yesno','0'),(8476,1924,'__simple_mobile_redirect_url',''),(8483,1456,'__simple_mobile_redirect_yesno','0'),(8481,1927,'__simple_mobile_redirect_yesno','0'),(8482,1927,'__simple_mobile_redirect_url',''),(8484,1456,'__simple_mobile_redirect_url',''),(8487,1933,'_wp_attached_file','2012/06/raylsmith-completely-jesus.png'),(8488,1933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:38:\"2012/06/raylsmith-completely-jesus.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"raylsmith-completely-jesus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10047,1834,'meta_value','galleries'),(10043,1834,'filter','raw'),(10044,1834,'meta_id','6676'),(10045,1834,'post_id','1834'),(10046,1834,'meta_key','name'),(10063,1835,'title','Albums'),(10058,1835,'filter','raw'),(10059,1835,'meta_id','6705'),(10060,1835,'post_id','1835'),(10061,1835,'meta_key','name'),(10062,1835,'meta_value','albums'),(10076,1836,'meta_key','name'),(10077,1836,'meta_value','tags'),(10073,1836,'filter','raw'),(10074,1836,'meta_id','6734'),(10075,1836,'post_id','1836'),(10092,1837,'meta_value','random_images'),(10088,1837,'filter','raw'),(10089,1837,'meta_id','6763'),(10090,1837,'post_id','1837'),(10091,1837,'meta_key','name'),(10103,1838,'filter','raw'),(10104,1838,'meta_id','6792'),(10105,1838,'post_id','1838'),(10106,1838,'meta_key','name'),(10107,1838,'meta_value','recent_images'),(10108,1838,'title','Recent images'),(10109,1838,'name','recent_images'),(10110,1838,'format_content',''),(10111,1838,'has_variations',''),(10112,1838,'variation','0'),(10113,1838,'returns','WyJpbWFnZSJd'),(10114,1838,'aliases','WyJyZWNlbnQiLCJyZWNlbnRfaW1hZ2UiXQ=='),(10115,1838,'id_field','ID'),(10906,1864,'styles',''),(10907,1864,'values','W10='),(10905,1864,'format_content',''),(10904,1864,'scripts',''),(10903,1864,'css_stylesheets',''),(10902,1864,'code',''),(10901,1864,'title','No lightbox'),(10899,1864,'meta_value','none'),(10895,1864,'filter','raw'),(10914,1839,'meta_key','name'),(10913,1839,'post_id','1839'),(10911,1839,'filter','raw'),(10900,1864,'name','none'),(10898,1864,'meta_key','name'),(10897,1864,'post_id','1864'),(10896,1864,'meta_id','10119'),(10912,1839,'meta_id','6820'),(10932,1840,'name','fancybox'),(10930,1840,'meta_key','name'),(9988,2262,'__simple_mobile_redirect_url',''),(10944,1841,'meta_id','6884'),(9889,2209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:26:\"2014/01/international2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"international2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"international2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10960,1842,'meta_id','6916'),(10980,1843,'name','shutter2'),(10978,1843,'meta_key','name'),(9840,2167,'_wp_attached_file','2013/12/vanessa.png'),(9841,2167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:223;s:6:\"height\";i:67;s:4:\"file\";s:19:\"2013/12/vanessa.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vanessa-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10996,1844,'name','thickbox'),(10994,1844,'meta_key','name'),(9189,1946,'_wp_attached_file','2012/11/raylsmith-imagesfromheaven.png'),(9177,1941,'_edit_last','1'),(9178,1941,'_edit_lock','1408631108:1'),(9184,1944,'_edit_lock','1408632849:1'),(9183,1944,'_edit_last','1'),(9181,1941,'__simple_mobile_redirect_yesno','0'),(9182,1941,'__simple_mobile_redirect_url',''),(9191,1947,'_wp_attached_file','2012/11/raylsmith-waves.png'),(9187,1944,'__simple_mobile_redirect_yesno','0'),(9188,1944,'__simple_mobile_redirect_url',''),(9192,1947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/raylsmith-waves.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"raylsmith-waves-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9193,1949,'_wp_attached_file','2013/11/raylsmith-images.png'),(9194,1949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:28:\"2013/11/raylsmith-images.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"raylsmith-images-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9195,1949,'_edit_lock','1383553986:1'),(9196,1962,'_edit_last','1'),(9197,1962,'_edit_lock','1389271732:1'),(9198,1962,'__simple_mobile_redirect_yesno','0'),(9199,1962,'__simple_mobile_redirect_url',''),(9200,1792,'__simple_mobile_redirect_yesno','0'),(9201,1792,'__simple_mobile_redirect_url',''),(9202,1794,'__simple_mobile_redirect_yesno','0'),(9203,1794,'__simple_mobile_redirect_url',''),(9204,1796,'__simple_mobile_redirect_yesno','0'),(9205,1796,'__simple_mobile_redirect_url',''),(9206,1798,'__simple_mobile_redirect_yesno','0'),(9207,1798,'__simple_mobile_redirect_url',''),(9208,1802,'__simple_mobile_redirect_yesno','0'),(9209,1802,'__simple_mobile_redirect_url',''),(9215,1975,'_edit_lock','1408630243:1'),(9214,1975,'_edit_last','1'),(9220,1977,'_wp_attached_file','2012/11/raylsmith-manifestation.png'),(9218,1975,'__simple_mobile_redirect_yesno','0'),(9219,1975,'__simple_mobile_redirect_url',''),(9221,1977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:35:\"2012/11/raylsmith-manifestation.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-manifestation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9222,1980,'_wp_attached_file','2012/06/raylsmith-manifestation.png'),(9223,1980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:35:\"2012/06/raylsmith-manifestation.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"raylsmith-manifestation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9224,651,'__simple_mobile_redirect_yesno','0'),(9225,651,'__simple_mobile_redirect_url',''),(10818,2497,'_wp_attached_file','2012/11/daily-bread.png'),(10819,2497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:23:\"2012/11/daily-bread.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"daily-bread-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10831,2510,'_edit_lock','1408630117:1'),(10830,2510,'_edit_last','1'),(10836,2512,'_wp_attached_file','2012/06/riveroflife.jpg'),(10834,2510,'__simple_mobile_redirect_yesno','0'),(10835,2510,'__simple_mobile_redirect_url',''),(10837,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:23:\"2012/06/riveroflife.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"riveroflife-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10838,2514,'_wp_attached_file','2012/11/river-of-life.jpg'),(10839,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:25:\"2012/11/river-of-life.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"river-of-life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10843,2521,'_edit_lock','1408631951:1'),(10842,2521,'_edit_last','1'),(10848,2523,'_wp_attached_file','2012/06/broken-for-christ.jpg'),(10846,2521,'__simple_mobile_redirect_yesno','0'),(10847,2521,'__simple_mobile_redirect_url',''),(10849,2523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:29:\"2012/06/broken-for-christ.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"broken-for-christ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10850,2525,'_wp_attached_file','2012/11/brokenforchrist.jpg'),(10851,2525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:27:\"2012/11/brokenforchrist.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"brokenforchrist-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10852,2530,'_edit_last','1'),(10853,2530,'_edit_lock','1408630099:1'),(10858,2532,'_wp_attached_file','2012/06/heavens-gate.jpg'),(10856,2530,'__simple_mobile_redirect_yesno','0'),(10857,2530,'__simple_mobile_redirect_url',''),(10859,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:24:\"2012/06/heavens-gate.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"heavens-gate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10862,2536,'_wp_attached_file','2012/11/heavensgates.jpg'),(10863,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2012/11/heavensgates.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"heavensgates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10864,2539,'_edit_last','1'),(10865,2539,'_edit_lock','1408631219:1'),(10870,2541,'_wp_attached_file','2012/06/perfectingfaith.jpg'),(10868,2539,'__simple_mobile_redirect_yesno','0'),(10869,2539,'__simple_mobile_redirect_url',''),(10871,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:27:\"2012/06/perfectingfaith.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"perfectingfaith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10874,2546,'_wp_attached_file','2012/11/perfecting-faith.jpg'),(10875,2546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/perfecting-faith.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"perfecting-faith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10879,2552,'_edit_lock','1408631933:1'),(10878,2552,'_edit_last','1'),(10890,2555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:20:\"2012/06/gods-way.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gods-way-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10882,2552,'__simple_mobile_redirect_yesno','0'),(10883,2552,'__simple_mobile_redirect_url',''),(10889,2555,'_wp_attached_file','2012/06/gods-way.jpg'),(10888,2552,'_wp_old_slug','2552'),(10893,2559,'_wp_attached_file','2012/11/godsway.jpg'),(10894,2559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2012/11/godsway.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"godsway-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10942,1840,'i18n','W10='),(10956,1841,'display_settings','W10='),(10957,1841,'id_field','ID'),(10958,1841,'i18n','eyJjc3NEaXJlY3Rpb24iOiJsdHIiLCJsb2FkaW5nVGV4dCI6IkxvYWRpbmcuLi4iLCJwcmV2aW91c1RleHQiOiJQcmV2aW91cyIsIm5leHRUZXh0IjoiTmV4dCIsIm1vdmVUZXh0IjoiTW92ZSIsImNsb3NlVGV4dCI6IkNsb3NlIiwicmVzaXplVGl0bGUiOiJSZXNpemUiLCJwbGF5VGV4dCI6IlBsYXkiLCJwYXVzZVRleHQiOiJQYXVzZSIsIm1vdmVUaXRsZSI6Ik1vdmUiLCJmdWxsRXhwYW5kVGV4dCI6IjE6MSIsImNsb3NlVGl0bGUiOiJDbG9zZSAoZXNjKSIsInBhdXNlVGl0bGUiOiJQYXVzZSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsImxvYWRpbmdUaXRsZSI6IkNsaWNrIHRvIGNhbmNlbCIsImZvY3VzVGl0bGUiOiJDbGljayB0byBicmluZyB0byBmcm9udCIsImZ1bGxFeHBhbmRUaXRsZSI6IkV4cGFuZCB0byBhY3R1YWwgc2l6ZSAoZikiLCJjcmVkaXRzVGV4dCI6IlBvd2VyZWQgYnkgSGlnaHNsaWRlIEpTIiwicGxheVRpdGxlIjoiUGxheSBzbGlkZXNob3cgKHNwYWNlYmFyKSIsInByZXZpb3VzVGl0bGUiOiJQcmV2aW91cyAoYXJyb3cgbGVmdCkiLCJuZXh0VGl0bGUiOiJOZXh0IChhcnJvdyByaWdodCkiLCJudW1iZXIiOiJJbWFnZSAlMSBvZiAlMiIsImNyZWRpdHNUaXRsZSI6IkdvIHRvIHRoZSBIaWdoc2xpZGUgSlMgaG9tZXBhZ2UiLCJyZXN0b3JlVGl0bGUiOiJDbGljayB0byBjbG9zZSBpbWFnZSwgY2xpY2sgYW5kIGRyYWcgdG8gbW92ZS4gVXNlIGFycm93IGtleXMgZm9yIG5leHQgYW5kIHByZXZpb3VzLiJ9'),(10973,1842,'id_field','ID'),(10974,1842,'i18n','eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifQ=='),(10989,1843,'id_field','ID'),(10990,1843,'i18n','WyJQcmV2aW91cyIsIk5leHQiLCJDbG9zZSIsIkZ1bGwgU2l6ZSIsIkZpdCB0byBTY3JlZW4iLCJJbWFnZSIsIm9mIiwiTG9hZGluZy4uLiJd'),(11007,2562,'_edit_last','1'),(11008,2562,'_edit_lock','1408631915:1'),(11011,2562,'__simple_mobile_redirect_yesno','0'),(11012,2562,'__simple_mobile_redirect_url',''),(11015,2566,'_wp_attached_file','2012/06/Godsgrace.jpg'),(11016,2566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:21:\"2012/06/Godsgrace.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Godsgrace-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11017,2569,'_wp_attached_file','2012/11/Gods-grace.jpg'),(11018,2569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2012/11/Gods-grace.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gods-grace-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11019,2572,'_edit_last','1'),(11020,2572,'_edit_lock','1408631161:1'),(11025,2574,'_wp_attached_file','2012/06/holy-transformation.jpg'),(11023,2572,'__simple_mobile_redirect_yesno','0'),(11024,2572,'__simple_mobile_redirect_url',''),(11026,2574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:31:\"2012/06/holy-transformation.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"holy-transformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11027,2577,'_wp_attached_file','2012/11/holytransformation.jpg'),(11028,2577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:30:\"2012/11/holytransformation.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holytransformation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11037,2583,'_edit_last','1'),(11038,2583,'_edit_lock','1409028981:1'),(11043,2585,'_wp_attached_file','2012/06/spiritofthelord.jpg'),(11041,2583,'__simple_mobile_redirect_yesno','0'),(11042,2583,'__simple_mobile_redirect_url',''),(11044,2585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:27:\"2012/06/spiritofthelord.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"spiritofthelord-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11045,2587,'_wp_attached_file','2012/11/spirit-ofthelord.jpg'),(11046,2587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:28:\"2012/11/spirit-ofthelord.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"spirit-ofthelord-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11321,1849,'id_field','ID'),(11306,1848,'id_field','ID'),(11261,1845,'id_field','ID'),(11276,1846,'id_field','ID'),(11291,1847,'id_field','ID'),(11336,1850,'id_field','ID'),(11412,1447,'__simple_mobile_redirect_yesno','0'),(11413,1447,'__simple_mobile_redirect_url',''),(11418,2682,'_wp_attached_file','2013/02/bg-form.jpg'),(11419,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:550;s:4:\"file\";s:19:\"2013/02/bg-form.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bg-form-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"bg-form-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11362,2632,'_edit_last','1'),(11363,2632,'_edit_lock','1409562178:1'),(11366,2632,'__simple_mobile_redirect_yesno','0'),(11367,2632,'__simple_mobile_redirect_url',''),(11370,2637,'_wp_attached_file','2012/06/holy-ground.jpg'),(11371,2637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:23:\"2012/06/holy-ground.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"holy-ground-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11372,2640,'_wp_attached_file','2012/11/holyground.jpg'),(11373,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:22:\"2012/11/holyground.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"holyground-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11374,2644,'_edit_last','1'),(11375,2644,'_edit_lock','1410238705:1'),(11380,2646,'_wp_attached_file','2012/06/holy-hands.jpg'),(11378,2644,'__simple_mobile_redirect_yesno','0'),(11379,2644,'__simple_mobile_redirect_url',''),(11381,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:22:\"2012/06/holy-hands.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"holy-hands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11382,2649,'_wp_attached_file','2012/11/holyhands.jpg'),(11383,2649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:21:\"2012/11/holyhands.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"holyhands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11384,2,'_oembed_6a3997240bf37d1df0f5a2318a92477e','<iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/7XgXZSkp6VM?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11385,2,'_oembed_time_6a3997240bf37d1df0f5a2318a92477e','1410235504'),(11386,2651,'_edit_last','1'),(11387,2651,'_edit_lock','1410847724:1'),(11392,2653,'_wp_attached_file','2012/06/fire-ofgod.jpg'),(11390,2651,'__simple_mobile_redirect_yesno','0'),(11391,2651,'__simple_mobile_redirect_url',''),(11393,2653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:22:\"2012/06/fire-ofgod.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fire-ofgod-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11394,2656,'_wp_attached_file','2012/11/thefireofgod.jpg'),(11395,2656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2012/11/thefireofgod.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"thefireofgod-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11396,2658,'_wp_attached_file','2014/01/international-page.jpg'),(11397,2658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:30:\"2014/01/international-page.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"international-page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"international-page-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11398,2659,'_wp_attached_file','2014/01/international21.jpg'),(11399,2659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:643;s:4:\"file\";s:27:\"2014/01/international21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"international21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"international21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11400,2671,'_edit_last','1'),(11401,2671,'_edit_lock','1412080395:1'),(11406,2673,'_wp_attached_file','2012/06/heavenly-host.jpg'),(11404,2671,'__simple_mobile_redirect_yesno','0'),(11405,2671,'__simple_mobile_redirect_url',''),(11407,2673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:25:\"2012/06/heavenly-host.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"heavenly-host-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11408,2675,'_wp_attached_file','2012/11/heavenlyhost.jpg'),(11409,2675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2012/11/heavenlyhost.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"heavenlyhost-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11428,2687,'_wp_attached_file','2014/09/welcome-letter.jpg'),(11429,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:1165;s:4:\"file\";s:26:\"2014/09/welcome-letter.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"welcome-letter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"welcome-letter-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"welcome-letter-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11430,2687,'_edit_lock','1411371278:1'),(11431,2688,'_wp_attached_file','2014/09/bread.jpg'),(11432,2688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:17:\"2014/09/bread.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"bread-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bread-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11433,2689,'_wp_attached_file','2014/09/path.jpg'),(11434,2689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:16:\"2014/09/path.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"path-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"path-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11435,2690,'_wp_attached_file','2014/09/rest.jpg'),(11436,2690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:16:\"2014/09/rest.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"rest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"rest-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11437,2691,'_wp_attached_file','2014/09/vision.jpg'),(11438,2691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:331;s:4:\"file\";s:18:\"2014/09/vision.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vision-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vision-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11440,2693,'_edit_lock','1412600681:1'),(11445,2695,'_wp_attached_file','2012/06/gods-rest.jpg'),(11443,2693,'__simple_mobile_redirect_yesno','0'),(11444,2693,'__simple_mobile_redirect_url',''),(11446,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:21:\"2012/06/gods-rest.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"gods-rest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11447,2697,'_wp_attached_file','2012/11/godsrest.jpg'),(11448,2697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:20:\"2012/11/godsrest.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"godsrest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11457,2706,'_wp_attached_file','2012/11/reaping.jpg'),(11458,2706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:19:\"2012/11/reaping.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"reaping-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11459,2710,'_wp_attached_file','2012/06/women.jpg'),(11460,2710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:17:\"2012/06/women.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"women-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11461,2712,'_wp_attached_file','2012/06/facebook.jpg'),(11462,2712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:50;s:4:\"file\";s:20:\"2012/06/facebook.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"facebook-150x50.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11463,2715,'_wp_attached_file','2012/06/young-for-christ.jpg'),(11464,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:28:\"2012/06/young-for-christ.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"young-for-christ-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11465,2717,'_wp_attached_file','2012/06/menofgod.jpg'),(11466,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:20:\"2012/06/menofgod.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"menofgod-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11467,2720,'_wp_attached_file','2012/06/houseofprayerworship.jpg'),(11468,2720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:32:\"2012/06/houseofprayerworship.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"houseofprayerworship-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11469,2721,'_wp_attached_file','2012/06/miracles.jpg'),(11470,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:127;s:4:\"file\";s:20:\"2012/06/miracles.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"miracles-150x127.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11478,2727,'_edit_lock','1413794522:1'),(11477,2727,'_edit_last','1'),(11481,2727,'__simple_mobile_redirect_yesno','0'),(11482,2727,'__simple_mobile_redirect_url',''),(11485,2730,'_wp_attached_file','2012/06/heaven.jpg'),(11486,2730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:18:\"2012/06/heaven.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"heaven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11490,2744,'_edit_lock','1414396957:1'),(11489,2744,'_edit_last','1'),(11495,2746,'_wp_attached_file','2012/06/living-water.jpg'),(11493,2744,'__simple_mobile_redirect_yesno','0'),(11494,2744,'__simple_mobile_redirect_url',''),(11496,2746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:24:\"2012/06/living-water.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"living-water-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11497,2748,'_wp_attached_file','2012/11/heavenheaven.jpg'),(11498,2748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:24:\"2012/11/heavenheaven.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"heavenheaven-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11499,2749,'_wp_attached_file','2012/11/livingwater.jpg'),(11500,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:23:\"2012/11/livingwater.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"livingwater-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11501,2753,'_edit_last','1'),(11502,2753,'_edit_lock','1414414936:1'),(11507,2755,'_wp_attached_file','2012/06/supernatural.jpg'),(11505,2753,'__simple_mobile_redirect_yesno','0'),(11506,2753,'__simple_mobile_redirect_url',''),(11508,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:155;s:4:\"file\";s:24:\"2012/06/supernatural.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"supernatural-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11509,2758,'_wp_attached_file','2012/11/supernatural-lifestyle.jpg'),(11510,2758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:145;s:4:\"file\";s:34:\"2012/11/supernatural-lifestyle.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"supernatural-lifestyle-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11511,2760,'_wp_attached_file','2012/11/supernatural-life.jpg'),(11512,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:163;s:4:\"file\";s:29:\"2012/11/supernatural-life.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"supernatural-life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=2764 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2012-06-26 23:22:00','2012-06-26 23:22:00','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/supernatural.jpg\" alt=\"Supernatural Lifestyle\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that His will is done.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','publish','closed','closed','','sample-page','','','2014-10-27 12:40:08','2014-10-27 12:40:08','',0,'http://raylsmith.org/?page_id=2',0,'page','',0),(6,1,'2012-06-28 07:27:07','2012-06-28 07:27:07','','Homepage','','publish','open','open','','homepage','','','2012-06-28 09:28:26','2012-06-28 09:28:26','',0,'http://raylsmith.org/?thethe-slider=homepage',0,'thethe-slider','',0),(7,1,'2012-06-28 07:27:56','2012-06-28 07:27:56','','slider5','','inherit','open','open','','slider5','','','2012-06-28 07:27:56','2012-06-28 07:27:56','',11,'http://raylsmith.org/wp-content/uploads/2012/06/slider5.jpg',0,'attachment','image/jpeg',0),(8,1,'2012-06-28 07:28:37','2012-06-28 07:28:37','','slider4','','inherit','open','open','','slider4','','','2012-06-28 07:28:37','2012-06-28 07:28:37','',0,'http://raylsmith.org/wp-content/uploads/2012/06/slider4.jpg',0,'attachment','image/jpeg',0),(9,1,'2012-06-28 07:29:15','2012-06-28 07:29:15','','slider3','','inherit','open','open','','slider3','','','2012-06-28 07:29:15','2012-06-28 07:29:15','',0,'http://raylsmith.org/wp-content/uploads/2012/06/slider3.jpg',0,'attachment','image/jpeg',0),(10,1,'2012-06-28 07:29:52','2012-06-28 07:29:52','','slider2','','inherit','open','open','','slider2','','','2012-06-28 07:29:52','2012-06-28 07:29:52','',0,'http://raylsmith.org/wp-content/uploads/2012/06/slider2.jpg',0,'attachment','image/jpeg',0),(11,1,'2012-06-28 07:31:29','2012-06-28 07:31:29','<img class=\"size-full wp-image-7 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/slider5.jpg\" alt=\"Asia Pacific\" width=\"1000\" height=\"450\" />','asia pacific','','publish','open','open','','11-2','','','2012-06-28 07:35:26','2012-06-28 07:35:26','',0,'http://raylsmith.org/?post_type=spotlight&#038;p=11',0,'spotlight','',0),(12,1,'2012-06-28 07:36:31','2012-06-28 07:36:31','<img class=\"size-full wp-image-7 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/slider5.jpg\" alt=\"Asia Pacific\" width=\"1000\" height=\"450\" />','asia pacific','','inherit','open','open','','11-autosave','','','2012-06-28 07:36:31','2012-06-28 07:36:31','',11,'http://raylsmith.org/?p=12',0,'revision','',0),(13,1,'2012-06-28 09:07:18','2012-06-28 09:07:18','<img class=\"alignnone size-full wp-image-14\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-1.png\" alt=\"Slider 1\" width=\"960\" height=\"447\" />','Slider One','','pending','open','open','','slider-one','','','2013-02-01 08:21:09','2013-02-01 08:21:09','',0,'http://raylsmith.org/?page_id=13',0,'page','',0),(14,1,'2012-06-28 09:04:28','2012-06-28 09:04:28','','feat-1','','inherit','open','open','','feat-1','','','2012-06-28 09:04:28','2012-06-28 09:04:28','',13,'http://raylsmith.org/wp-content/uploads/2012/06/feat-1.png',0,'attachment','image/png',0),(16,1,'2012-06-28 09:09:07','2012-06-28 09:09:07','<img class=\"alignnone size-full wp-image-17\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-2.png\" alt=\"Slider 2\" width=\"960\" height=\"447\" />','Slider Two','','pending','open','open','','slider-two','','','2013-02-01 08:21:09','2013-02-01 08:21:09','',0,'http://raylsmith.org/?page_id=16',0,'page','',0),(15,1,'2012-06-28 09:05:55','2012-06-28 09:05:55','<a href=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-1.png\"><img class=\"alignnone size-full wp-image-14\" title=\"feat-1\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-1.png\" alt=\"\" width=\"960\" height=\"447\" /></a>','Slider One','','inherit','open','open','','13-revision','','','2012-06-28 09:05:55','2012-06-28 09:05:55','',13,'http://raylsmith.org/?p=15',0,'revision','',0),(17,1,'2012-06-28 09:08:17','2012-06-28 09:08:17','','feat-2','','inherit','open','open','','feat-2','','','2012-06-28 09:08:17','2012-06-28 09:08:17','',16,'http://raylsmith.org/wp-content/uploads/2012/06/feat-2.png',0,'attachment','image/png',0),(19,1,'2012-06-28 09:10:33','2012-06-28 09:10:33','<img class=\"alignnone size-full wp-image-20\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-3.png\" alt=\"Slider 3\" width=\"960\" height=\"447\" />','Slider Three','','pending','open','open','','slider-three','','','2013-02-01 08:21:09','2013-02-01 08:21:09','',0,'http://raylsmith.org/?page_id=19',0,'page','',0),(18,1,'2012-06-28 09:08:46','2012-06-28 09:08:46','<a href=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-2.png\"><img class=\"alignnone size-full wp-image-17\" title=\"feat-2\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-2.png\" alt=\"\" width=\"960\" height=\"447\" /></a>','Slider Two','','inherit','open','open','','16-revision','','','2012-06-28 09:08:46','2012-06-28 09:08:46','',16,'http://raylsmith.org/?p=18',0,'revision','',0),(20,1,'2012-06-28 09:09:40','2012-06-28 09:09:40','','feat-3','','inherit','open','open','','feat-3','','','2012-06-28 09:09:40','2012-06-28 09:09:40','',19,'http://raylsmith.org/wp-content/uploads/2012/06/feat-3.png',0,'attachment','image/png',0),(21,1,'2012-06-28 09:10:18','2012-06-28 09:10:18','<img class=\"alignnone size-full wp-image-20\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-3.png\" alt=\"Slider 3\" width=\"960\" height=\"447\" />','Slider Three','','inherit','open','open','','19-revision','','','2012-06-28 09:10:18','2012-06-28 09:10:18','',19,'http://raylsmith.org/?p=21',0,'revision','',0),(22,1,'2012-06-28 09:11:57','2012-06-28 09:11:57','<img class=\"alignnone size-full wp-image-23\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-4.png\" alt=\"Slider 4\" width=\"960\" height=\"447\" />','Slider Four','','pending','open','open','','slider-four','','','2013-02-01 08:21:09','2013-02-01 08:21:09','',0,'http://raylsmith.org/?page_id=22',0,'page','',0),(23,1,'2012-06-28 09:11:22','2012-06-28 09:11:22','','feat-4','','inherit','open','open','','feat-4','','','2012-06-28 09:11:22','2012-06-28 09:11:22','',22,'http://raylsmith.org/wp-content/uploads/2012/06/feat-4.png',0,'attachment','image/png',0),(24,1,'2012-06-28 09:11:54','2012-06-28 09:11:54','<img class=\"alignnone size-full wp-image-23\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-4.png\" alt=\"Slider 4\" width=\"960\" height=\"447\" />','Slider Four','','inherit','open','open','','22-revision','','','2012-06-28 09:11:54','2012-06-28 09:11:54','',22,'http://raylsmith.org/?p=24',0,'revision','',0),(25,1,'2012-06-28 09:13:09','2012-06-28 09:13:09','<img class=\"alignnone size-full wp-image-23\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-4.png\" alt=\"Slider 4\" width=\"960\" height=\"447\" />','Slider Four','','inherit','open','open','','22-autosave','','','2012-06-28 09:13:09','2012-06-28 09:13:09','',22,'http://raylsmith.org/?p=25',0,'revision','',0),(31,1,'2012-06-28 13:05:45','2012-06-28 13:05:45','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.All of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry. I\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\n\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\n\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years.<em><strong></strong></em>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer.<em><strong></strong></em>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI am a man healed of scoliosis.<em><strong></strong></em>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI am a young girl ear canals healed.<em><strong></strong></em>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues.<em><strong>\r\n</strong></em>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy!<strong><em></em></strong></li>\r\n</ul>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right.<strong><em></em></strong>\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very sensitive to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before.<strong><em></em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Testimonial','','publish','closed','closed','','testimonial','','','2013-08-04 09:28:16','2013-08-04 09:28:16','',0,'http://raylsmith.org/?page_id=31',0,'page','',0),(32,1,'2012-06-28 13:05:35','2012-06-28 13:05:35','','Auto Draft','','inherit','open','open','','31-revision-v1','','','2012-06-28 13:05:35','2012-06-28 13:05:35','',31,'http://raylsmith.org/?p=32',0,'revision','',0),(33,1,'2012-06-28 13:06:07','2012-06-28 13:06:07','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International - The House of Prayer Ministries.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n\r\n&nbsp;\r\n\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone  wp-image-1857\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail2.png\" width=\"342\" height=\"187\" />\r\n[/wpcol_1half_end]','Contact Us','','publish','closed','closed','','contact-us','','','2013-08-16 03:38:12','2013-08-16 03:38:12','',0,'http://raylsmith.org/?page_id=33',0,'page','',0),(34,1,'2012-06-28 13:05:56','2012-06-28 13:05:56','','Auto Draft','','inherit','open','open','','33-revision-v1','','','2012-06-28 13:05:56','2012-06-28 13:05:56','',33,'http://raylsmith.org/?p=34',0,'revision','',0),(35,1,'2012-06-28 13:07:54','2012-06-28 13:07:54',' ','','','publish','open','open','','35','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=35',8,'nav_menu_item','',0),(36,1,'2012-06-28 13:07:54','2012-06-28 13:07:54','','Testimonies','','publish','open','open','','36','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=36',6,'nav_menu_item','',0),(454,1,'2012-08-14 16:02:47','2012-08-14 16:02:47','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-14 16:02:47','2012-08-14 16:02:47','',2,'http://raylsmith.org/2-revision-69/',0,'revision','',0),(39,1,'2012-06-28 13:36:52','2012-06-28 13:36:52','','Home','','publish','open','open','','home','','','2012-06-28 13:36:52','2012-06-28 13:36:52','',0,'http://raylsmith.org/?thethe-slider=home',0,'thethe-slider','',0),(40,1,'2012-06-28 13:37:27','2012-06-28 13:37:27','','feat1','','inherit','open','open','','feat1','','','2012-06-28 13:37:27','2012-06-28 13:37:27','',0,'http://raylsmith.org/wp-content/uploads/2012/06/feat1.jpg',0,'attachment','image/jpeg',0),(41,1,'2012-06-28 13:38:02','2012-06-28 13:38:02','','feat2','','inherit','open','open','','feat2','','','2012-06-28 13:38:02','2012-06-28 13:38:02','',0,'http://raylsmith.org/wp-content/uploads/2012/06/feat2.jpg',0,'attachment','image/jpeg',0),(42,1,'2012-06-28 13:38:55','2012-06-28 13:38:55','','feat3','','inherit','open','open','','feat3','','','2012-06-28 13:38:55','2012-06-28 13:38:55','',0,'http://raylsmith.org/wp-content/uploads/2012/06/feat3.jpg',0,'attachment','image/jpeg',0),(43,1,'2012-06-28 13:39:25','2012-06-28 13:39:25','','feat4','','inherit','open','open','','feat4','','','2012-06-28 13:39:25','2012-06-28 13:39:25','',0,'http://raylsmith.org/wp-content/uploads/2012/06/feat4.jpg',0,'attachment','image/jpeg',0),(44,1,'2012-06-28 13:40:13','2012-06-28 13:40:13','','feat4','','inherit','open','open','','feat4-2','','','2012-06-28 13:40:13','2012-06-28 13:40:13','',0,'http://raylsmith.org/wp-content/uploads/2012/06/feat41.jpg',0,'attachment','image/jpeg',0),(45,1,'2012-06-26 23:22:00','2012-06-26 23:22:00','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-26 23:22:00','2012-06-26 23:22:00','',2,'http://raylsmith.org/?p=45',0,'revision','',0),(46,1,'2012-06-28 13:40:55','2012-06-28 13:40:55','[thethe-image-slider name=\"Home\"]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-28 13:40:55','2012-06-28 13:40:55','',2,'http://raylsmith.org/?p=46',0,'revision','',0),(47,1,'2012-06-28 13:41:26','2012-06-28 13:41:26','[thethe-image-slider name=\"Home\"]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-28 13:41:26','2012-06-28 13:41:26','',2,'http://raylsmith.org/?p=47',0,'revision','',0),(48,1,'2012-06-28 13:42:11','2012-06-28 13:42:11','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-28 13:42:11','2012-06-28 13:42:11','',2,'http://raylsmith.org/?p=48',0,'revision','',0),(49,1,'2012-06-29 12:53:32','2012-06-29 12:53:32','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 12:53:32','2012-06-29 12:53:32','',2,'http://raylsmith.org/?p=49',0,'revision','',0),(50,1,'2012-06-29 12:54:30','2012-06-29 12:54:30','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n\r\n[callout2]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout2]\r\n\r\n&nbsp;\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 12:54:30','2012-06-29 12:54:30','',2,'http://raylsmith.org/?p=50',0,'revision','',0),(51,1,'2012-06-29 12:58:55','2012-06-29 12:58:55','','image1-190x111','','inherit','open','open','','image1-190x111','','','2012-06-29 12:58:55','2012-06-29 12:58:55','',0,'http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg',0,'attachment','image/jpeg',0),(52,1,'2012-06-29 12:58:56','2012-06-29 12:58:56','','image2-190x111','','inherit','open','open','','image2-190x111','','','2012-06-29 12:58:56','2012-06-29 12:58:56','',0,'http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg',0,'attachment','image/jpeg',0),(53,1,'2012-06-29 12:58:57','2012-06-29 12:58:57','','image3-190x111','','inherit','open','open','','image3-190x111','','','2012-06-29 12:58:57','2012-06-29 12:58:57','',0,'http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg',0,'attachment','image/jpeg',0),(54,1,'2012-06-29 12:58:58','2012-06-29 12:58:58','','image4-190x111','','inherit','open','open','','image4-190x111','','','2012-06-29 12:58:58','2012-06-29 12:58:58','',0,'http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg',0,'attachment','image/jpeg',0),(55,1,'2012-06-29 12:54:51','2012-06-29 12:54:51','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n\r\n&nbsp;\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 12:54:51','2012-06-29 12:54:51','',2,'http://raylsmith.org/?p=55',0,'revision','',0),(56,1,'2012-06-29 13:01:29','2012-06-29 13:01:29','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n\r\n&nbsp;\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth_last]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 13:01:29','2012-06-29 13:01:29','',2,'http://raylsmith.org/?p=56',0,'revision','',0),(528,1,'2012-09-10 05:11:08','2012-09-10 05:11:08','<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n\r\n[hr]\r\n\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n\r\n[hr]\r\n\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:11:08','2012-09-10 05:11:08','',457,'http://raylsmith.org/457-revision-5/',0,'revision','',0),(58,1,'2012-06-29 13:16:51','2012-06-29 13:16:51','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 13:16:51','2012-06-29 13:16:51','',2,'http://raylsmith.org/?p=58',0,'revision','',0),(57,1,'2012-06-29 13:12:20','2012-06-29 13:12:20','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Intuitive Options Panel</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse consequat, turpis eget iaculis fermentum, felis enim faucibus nisi, porttitor viverra magna mauris eget est.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth_last]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://raylsmith.org/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 13:12:20','2012-06-29 13:12:20','',2,'http://raylsmith.org/?p=57',0,'revision','',0),(186,1,'2012-07-17 04:39:16','2012-07-17 04:39:16','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-17 04:39:16','2012-07-17 04:39:16','',2,'http://raylsmith.org/2-revision-49/',0,'revision','',0),(72,1,'2012-07-02 11:39:50','2012-07-02 11:39:50','','rest','','inherit','open','open','','rest','','','2012-07-02 11:39:50','2012-07-02 11:39:50','',0,'http://raylsmith.org/wp-content/uploads/2012/07/rest.jpg',0,'attachment','image/jpeg',0),(73,1,'2012-07-02 11:41:29','2012-07-02 11:41:29','','vision','','inherit','open','open','','vision','','','2012-07-02 11:41:29','2012-07-02 11:41:29','',0,'http://raylsmith.org/wp-content/uploads/2012/07/vision.jpg',0,'attachment','image/jpeg',0),(74,1,'2012-07-02 11:42:45','2012-07-02 11:42:45','','bread','','inherit','open','open','','bread','','','2012-07-02 11:42:45','2012-07-02 11:42:45','',0,'http://raylsmith.org/wp-content/uploads/2012/07/bread.jpg',0,'attachment','image/jpeg',0),(75,1,'2012-07-02 11:43:56','2012-07-02 11:43:56','','path','','inherit','open','open','','path','','','2012-07-02 11:43:56','2012-07-02 11:43:56','',0,'http://raylsmith.org/wp-content/uploads/2012/07/path.jpg',0,'attachment','image/jpeg',0),(183,1,'2012-07-17 05:03:47','2012-07-17 05:03:47','httpv://www.youtube.com/watch?v=Isl7XS9Zfw8','Ray Lee Smith International','','inherit','open','open','','180-revision-2','','','2012-07-17 05:03:47','2012-07-17 05:03:47','',180,'http://raylsmith.org/180-revision-2/',0,'revision','',0),(76,1,'2012-06-29 13:20:44','2012-06-29 13:20:44','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-06-29 13:20:44','2012-06-29 13:20:44','',2,'http://raylsmith.org/?p=76',0,'revision','',0),(1444,1,'2013-02-14 07:58:22','2013-02-14 07:58:22','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you received your prayer for God.<em>\r\n</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-18','','','2013-02-14 07:58:22','2013-02-14 07:58:22','',1382,'http://raylsmith.org/1382-revision-18/',0,'revision','',0),(1442,1,'2013-02-14 02:01:13','2013-02-14 02:01:13','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-16','','','2013-02-14 02:01:13','2013-02-14 02:01:13','',1382,'http://raylsmith.org/1382-revision-16/',0,'revision','',0),(79,1,'2012-07-02 11:55:53','2012-07-02 11:55:53','','2','','inherit','open','open','','2','','','2012-07-02 11:55:53','2012-07-02 11:55:53','',0,'http://raylsmith.org/wp-content/uploads/2012/07/2.jpg',0,'attachment','image/jpeg',0),(77,1,'2012-07-02 11:46:56','2012-07-02 11:46:56','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-02 11:46:56','2012-07-02 11:46:56','',2,'http://raylsmith.org/?p=77',0,'revision','',0),(83,1,'2012-07-02 11:49:22','2012-07-02 11:49:22','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-02 11:49:22','2012-07-02 11:49:22','',2,'http://raylsmith.org/?p=83',0,'revision','',0),(78,1,'2012-07-02 11:47:35','2012-07-02 11:47:35','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sed eu nibh ultricies</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aliquam erat volutpat</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Aenean in sagittis nisl</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Nullam aliquet sapien</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-02 11:47:35','2012-07-02 11:47:35','',2,'http://raylsmith.org/?p=78',0,'revision','',0),(80,1,'2012-07-02 11:55:55','2012-07-02 11:55:55','','3','','inherit','open','open','','3','','','2012-07-02 11:55:55','2012-07-02 11:55:55','',0,'http://raylsmith.org/wp-content/uploads/2012/07/3.jpg',0,'attachment','image/jpeg',0),(81,1,'2012-07-02 11:55:57','2012-07-02 11:55:57','','4','','inherit','open','open','','4','','','2012-07-02 11:55:57','2012-07-02 11:55:57','',0,'http://raylsmith.org/wp-content/uploads/2012/07/4.jpg',0,'attachment','image/jpeg',0),(82,1,'2012-07-02 11:55:58','2012-07-02 11:55:58','','5','','inherit','open','open','','5','','','2012-07-02 11:55:58','2012-07-02 11:55:58','',0,'http://raylsmith.org/wp-content/uploads/2012/07/5.jpg',0,'attachment','image/jpeg',0),(86,1,'2012-06-28 13:05:45','2012-06-28 13:05:45','','Menu 3','','inherit','open','open','','31-revision-v1','','','2012-06-28 13:05:45','2012-06-28 13:05:45','',31,'http://raylsmith.org/?p=86',0,'revision','',0),(87,1,'2012-06-28 13:06:07','2012-06-28 13:06:07','','Menu 4','','inherit','open','open','','33-revision-v1','','','2012-06-28 13:06:07','2012-06-28 13:06:07','',33,'http://raylsmith.org/?p=87',0,'revision','',0),(88,1,'2012-07-02 12:03:17','2012-07-02 12:03:17','','Home','','publish','open','open','','home','','','2014-10-02 08:37:59','2014-10-02 08:37:59','',0,'http://raylsmith.org/?p=88',1,'nav_menu_item','',0),(720,1,'2012-10-08 05:24:04','2012-10-08 05:24:04','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=hcjVZ6_YYC4</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','How Faith Works Part 2','','publish','open','open','','how-faith-works-part-2','','','2014-08-21 14:26:41','2014-08-21 14:26:41','',0,'http://raylsmith.org/?p=720',0,'post','',0),(90,1,'2012-07-03 12:19:23','2012-07-03 12:19:23','','top-block','','inherit','open','open','','top-block','','','2012-07-03 12:19:23','2012-07-03 12:19:23','',2,'http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg',0,'attachment','image/jpeg',0),(91,1,'2012-07-02 11:58:04','2012-07-02 11:58:04','[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-02 11:58:04','2012-07-02 11:58:04','',2,'http://raylsmith.org/2-revision-15/',0,'revision','',0),(92,1,'2012-07-03 12:35:58','2012-07-03 12:35:58','','Home3/4','','publish','open','open','','home34','','','2012-08-24 07:54:20','2012-08-24 07:54:20','',0,'http://raylsmith.org/thethe-slider/slider3/',0,'thethe-slider','',0),(93,1,'2012-07-03 12:36:16','2012-07-03 12:36:16','','bread','','inherit','open','open','','bread-2','','','2012-07-03 12:36:16','2012-07-03 12:36:16','',0,'http://raylsmith.org/wp-content/uploads/2012/07/bread1.jpg',0,'attachment','image/jpeg',0),(94,1,'2012-07-03 12:36:57','2012-07-03 12:36:57','','path','','inherit','open','open','','path-2','','','2012-07-03 12:36:57','2012-07-03 12:36:57','',0,'http://raylsmith.org/wp-content/uploads/2012/07/path1.jpg',0,'attachment','image/jpeg',0),(95,1,'2012-07-03 12:37:28','2012-07-03 12:37:28','','rest','','inherit','open','open','','rest-2','','','2012-07-03 12:37:28','2012-07-03 12:37:28','',0,'http://raylsmith.org/wp-content/uploads/2012/07/rest1.jpg',0,'attachment','image/jpeg',0),(96,1,'2012-07-03 12:37:53','2012-07-03 12:37:53','','vision','','inherit','open','open','','vision-2','','','2012-07-03 12:37:53','2012-07-03 12:37:53','',0,'http://raylsmith.org/wp-content/uploads/2012/07/vision1.jpg',0,'attachment','image/jpeg',0),(97,1,'2012-07-03 12:19:54','2012-07-03 12:19:54','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n\r\n[thethe-image-slider name=\"Home\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:19:54','2012-07-03 12:19:54','',2,'http://raylsmith.org/2-revision-16/',0,'revision','',0),(199,1,'2012-07-18 06:40:22','2012-07-18 06:40:22','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-18 06:40:22','2012-07-18 06:40:22','',2,'http://raylsmith.org/2-revision-54/',0,'revision','',0),(98,1,'2012-07-03 12:38:56','2012-07-03 12:38:56','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n\r\n[thethe-image-slider name=\"Home3/4\"]\r\n\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:38:56','2012-07-03 12:38:56','',2,'http://raylsmith.org/2-revision-17/',0,'revision','',0),(99,1,'2012-07-03 12:45:58','2012-07-03 12:45:58','','video-thumbnail','','inherit','open','open','','video-thumbnail','','','2012-07-03 12:45:58','2012-07-03 12:45:58','',2,'http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg',0,'attachment','image/jpeg',0),(105,1,'2012-07-03 12:49:31','2012-07-03 12:49:31','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:49:31','2012-07-03 12:49:31','',2,'http://raylsmith.org/2-revision-23/',0,'revision','',0),(100,1,'2012-07-03 12:40:02','2012-07-03 12:40:02','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:40:02','2012-07-03 12:40:02','',2,'http://raylsmith.org/2-revision-18/',0,'revision','',0),(101,1,'2012-07-03 12:46:36','2012-07-03 12:46:36','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"250\"><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"250\" height=\"161\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:46:36','2012-07-03 12:46:36','',2,'http://raylsmith.org/2-revision-19/',0,'revision','',0),(102,1,'2012-07-03 12:47:18','2012-07-03 12:47:18','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"250\"><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"240\" height=\"155\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:47:18','2012-07-03 12:47:18','',2,'http://raylsmith.org/2-revision-20/',0,'revision','',0),(103,1,'2012-07-03 12:47:48','2012-07-03 12:47:48','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"250\"><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:47:48','2012-07-03 12:47:48','',2,'http://raylsmith.org/2-revision-21/',0,'revision','',0),(104,1,'2012-07-03 12:48:36','2012-07-03 12:48:36','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"710\">[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"250\"><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" />\r\n\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:48:36','2012-07-03 12:48:36','',2,'http://raylsmith.org/2-revision-22/',0,'revision','',0),(106,1,'2012-07-03 12:50:43','2012-07-03 12:50:43','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"148\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:50:43','2012-07-03 12:50:43','',2,'http://raylsmith.org/2-revision-24/',0,'revision','',0),(174,1,'2012-07-17 04:57:43','2012-07-17 04:57:43','httpv://www.youtube.com/watch?v=2eGOM5FX9oQ','Hearing God\'s Voice','','inherit','open','open','','142-autosave','','','2012-07-17 04:57:43','2012-07-17 04:57:43','',142,'http://raylsmith.org/142-autosave/',0,'revision','',0),(107,1,'2012-07-03 12:51:30','2012-07-03 12:51:30','<img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 12:51:30','2012-07-03 12:51:30','',2,'http://raylsmith.org/2-revision-25/',0,'revision','',0),(116,1,'2012-07-03 13:41:42','2012-07-03 13:41:42','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 13:41:42','2012-07-03 13:41:42','',2,'http://raylsmith.org/2-revision-29/',0,'revision','',0),(109,1,'2012-07-03 13:34:33','2012-07-03 13:34:33','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n[video_right][video_frame]\r\n[iframe url=\"URL to video here...\" width=\"572\" height=\"312\"]\r\n[/video_frame]\r\n\r\n[video_text]\r\n[h2]Title goes here...[/h2]\r\nContent goes here...\r\n[/video_text][/video_right]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 13:34:33','2012-07-03 13:34:33','',2,'http://raylsmith.org/2-revision-27/',0,'revision','',0),(108,1,'2012-07-03 13:31:59','2012-07-03 13:31:59','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 13:31:59','2012-07-03 13:31:59','',2,'http://raylsmith.org/2-revision-26/',0,'revision','',0),(117,1,'2012-07-05 08:05:19','2012-07-05 08:05:19','','giving','','inherit','open','open','','giving','','','2012-07-05 08:05:19','2012-07-05 08:05:19','',0,'http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg',0,'attachment','image/jpeg',0),(113,1,'2012-07-05 07:54:38','2012-07-05 07:54:38','','messages','','inherit','open','open','','messages','','','2012-07-05 07:54:38','2012-07-05 07:54:38','',0,'http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg',0,'attachment','image/jpeg',0),(112,1,'2012-07-05 07:54:02','2012-07-05 07:54:02','','connection','','inherit','open','open','','connection','','','2012-07-05 07:54:02','2012-07-05 07:54:02','',0,'http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg',0,'attachment','image/jpeg',0),(110,1,'2012-07-03 13:41:04','2012-07-03 13:41:04','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n\r\n<table>\r\n<tr>\r\n<td>\r\n[thethe-image-slider name=\"Home3/4\"]\r\n</td>\r\n<td>\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n</td>\r\n<tr>\r\n</table>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image1-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image2-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image3-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/06/image4-190x111.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-03 13:41:04','2012-07-03 13:41:04','',2,'http://raylsmith.org/2-revision-28/',0,'revision','',0),(114,1,'2012-07-05 07:54:40','2012-07-05 07:54:40','','prayer','','inherit','open','open','','prayer','','','2012-07-05 07:54:40','2012-07-05 07:54:40','',0,'http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg',0,'attachment','image/jpeg',0),(115,1,'2012-07-05 07:54:42','2012-07-05 07:54:42','','sermons','','inherit','open','open','','sermons','','','2012-07-05 07:54:42','2012-07-05 07:54:42','',0,'http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg',0,'attachment','image/jpeg',0),(118,1,'2012-07-05 08:05:23','2012-07-05 08:05:23','','online assembly','','inherit','open','open','','online-assembly','','','2012-07-05 08:05:23','2012-07-05 08:05:23','',0,'http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg',0,'attachment','image/jpeg',0),(119,1,'2012-07-05 08:05:25','2012-07-05 08:05:25','','radio','','inherit','open','open','','radio','','','2012-07-05 08:05:25','2012-07-05 08:05:25','',0,'http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg',0,'attachment','image/jpeg',0),(120,1,'2012-07-05 08:05:27','2012-07-05 08:05:27','','Womens-Bible-Study','','inherit','open','open','','womens-bible-study','','','2012-07-05 08:05:27','2012-07-05 08:05:27','',0,'http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg',0,'attachment','image/jpeg',0),(121,1,'2012-07-05 07:56:48','2012-07-05 07:56:48','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/3.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/4.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/2.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/5.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-05 07:56:48','2012-07-05 07:56:48','',2,'http://raylsmith.org/2-revision-30/',0,'revision','',0),(122,1,'2012-07-09 12:29:57','2012-07-09 12:29:57','','top-block2','','inherit','open','open','','top-block2','','','2012-07-09 12:29:57','2012-07-09 12:29:57','',2,'http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg',0,'attachment','image/jpeg',0),(123,1,'2012-07-05 08:07:16','2012-07-05 08:07:16','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-90\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block.jpg\" alt=\"Become a Partner\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-05 08:07:16','2012-07-05 08:07:16','',2,'http://raylsmith.org/2-revision-31/',0,'revision','',0),(124,1,'2012-07-11 05:12:57','2012-07-11 05:12:57','<center>httpv://www.youtube.com/watch?v=C4pbjq0UGps</center>','TROUBLE','','publish','open','open','','trouble','','','2012-11-22 13:25:32','2012-11-22 13:25:32','',0,'http://raylsmith.org/?p=124',0,'post','',0),(125,1,'2012-07-11 05:12:28','2012-07-11 05:12:28','','TROUBLE','','inherit','open','open','','124-revision','','','2012-07-11 05:12:28','2012-07-11 05:12:28','',124,'http://raylsmith.org/124-revision/',0,'revision','',0),(126,1,'2012-07-11 05:12:57','2012-07-11 05:12:57','','TROUBLE','','inherit','open','open','','124-revision-2','','','2012-07-11 05:12:57','2012-07-11 05:12:57','',124,'http://raylsmith.org/124-revision-2/',0,'revision','',0),(130,1,'2012-07-11 05:46:07','2012-07-11 05:46:07','httpv://www.youtube.com/watch?v=C4pbjq0UGps','TROUBLE','','inherit','open','open','','124-revision-5','','','2012-07-11 05:46:07','2012-07-11 05:46:07','',124,'http://raylsmith.org/124-revision-5/',0,'revision','',0),(128,1,'2012-07-11 06:42:17','2012-07-11 06:42:17','<center>httpv://www.youtube.com/watch?v=C4pbjq0UGps</center>','TROUBLE','','inherit','open','open','','124-autosave','','','2012-07-11 06:42:17','2012-07-11 06:42:17','',124,'http://raylsmith.org/124-autosave/',0,'revision','',0),(144,1,'2012-07-11 06:40:11','2012-07-11 06:40:11','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/category/path/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:40:11','2012-07-11 06:40:11','',2,'http://raylsmith.org/2-revision-37/',0,'revision','',0),(129,1,'2012-07-11 05:33:07','2012-07-11 05:33:07','[youtube]<a href=\"http://www.youtube.com/watch?v=C4pbjq0UGps\">http://www.youtube.com/watch?v=C4pbjq0UGps</a>[/youtube]','TROUBLE','','inherit','open','open','','124-revision-4','','','2012-07-11 05:33:07','2012-07-11 05:33:07','',124,'http://raylsmith.org/124-revision-4/',0,'revision','',0),(127,1,'2012-07-11 05:14:26','2012-07-11 05:14:26','<center><object width=\"853\" height=\"480\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"853\" height=\"480\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>','TROUBLE','','inherit','open','open','','124-revision-3','','','2012-07-11 05:14:26','2012-07-11 05:14:26','',124,'http://raylsmith.org/124-revision-3/',0,'revision','',0),(131,1,'2012-07-11 06:27:33','2012-07-11 06:27:33','','hearing','','inherit','open','open','','hearing','','','2012-07-11 06:27:33','2012-07-11 06:27:33','',0,'http://raylsmith.org/wp-content/uploads/2012/07/hearing.jpg',0,'attachment','image/jpeg',0),(132,1,'2012-07-11 06:27:36','2012-07-11 06:27:36','','howto','','inherit','open','open','','howto','','','2012-07-11 06:27:36','2012-07-11 06:27:36','',0,'http://raylsmith.org/wp-content/uploads/2012/07/howto.jpg',0,'attachment','image/jpeg',0),(133,1,'2012-07-11 06:27:41','2012-07-11 06:27:41','','trouble','','inherit','open','open','','trouble-2','','','2012-07-11 06:27:41','2012-07-11 06:27:41','',0,'http://raylsmith.org/wp-content/uploads/2012/07/trouble.jpg',0,'attachment','image/jpeg',0),(134,1,'2012-07-09 12:33:59','2012-07-09 12:33:59','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-09 12:33:59','2012-07-09 12:33:59','',2,'http://raylsmith.org/2-revision-32/',0,'revision','',0),(135,1,'2012-07-11 06:28:57','2012-07-11 06:28:57','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[callout1]Callout Content goes here...[/callout1]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:28:57','2012-07-11 06:28:57','',2,'http://raylsmith.org/2-revision-33/',0,'revision','',0),(136,1,'2012-07-11 06:37:12','2012-07-11 06:37:12','','hearing','','inherit','open','open','','hearing-2','','','2012-07-11 06:37:12','2012-07-11 06:37:12','',0,'http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg',0,'attachment','image/jpeg',0),(137,1,'2012-07-11 06:37:14','2012-07-11 06:37:14','','howto','','inherit','open','open','','howto-2','','','2012-07-11 06:37:14','2012-07-11 06:37:14','',0,'http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg',0,'attachment','image/jpeg',0),(138,1,'2012-07-11 06:37:16','2012-07-11 06:37:16','','trouble','','inherit','open','open','','trouble-3','','','2012-07-11 06:37:16','2012-07-11 06:37:16','',0,'http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg',0,'attachment','image/jpeg',0),(139,1,'2012-07-11 06:29:39','2012-07-11 06:29:39','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:29:39','2012-07-11 06:29:39','',2,'http://raylsmith.org/2-revision-34/',0,'revision','',0),(140,1,'2012-07-11 06:38:18','2012-07-11 06:38:18','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:38:18','2012-07-11 06:38:18','',2,'http://raylsmith.org/2-revision-35/',0,'revision','',0),(141,1,'2012-07-11 06:39:13','2012-07-11 06:39:13','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/category/path/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Sample Page','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:39:13','2012-07-11 06:39:13','',2,'http://raylsmith.org/2-revision-36/',0,'revision','',0),(142,1,'2012-07-11 06:42:06','2012-07-11 06:42:06','httpv://www.youtube.com/watch?v=2eGOM5FX9oQ','Hearing God\'s Voice','','publish','open','open','','hearing-gods-voice','','','2012-11-22 13:25:25','2012-11-22 13:25:25','',0,'http://raylsmith.org/?p=142',0,'post','',1),(143,1,'2012-07-11 06:41:01','2012-07-11 06:41:01','','Hearing God\'s Voice','','inherit','open','open','','142-revision','','','2012-07-11 06:41:01','2012-07-11 06:41:01','',142,'http://raylsmith.org/142-revision/',0,'revision','',0),(145,1,'2012-07-11 06:47:07','2012-07-11 06:47:07','httpv://www.youtube.com/watch?v=ZJnjVBFrXf8v','How to Deal with Stress','','publish','open','open','','how-to-deal-with-stress','','','2012-11-22 13:25:12','2012-11-22 13:25:12','',0,'http://raylsmith.org/?p=145',0,'post','',0),(146,1,'2012-07-11 06:47:04','2012-07-11 06:47:04','httpv://www.youtube.com/watch?v=ZJnjVBFrXf8v','How to Deal with Stress','','inherit','open','open','','145-revision','','','2012-07-11 06:47:04','2012-07-11 06:47:04','',145,'http://raylsmith.org/145-revision/',0,'revision','',0),(147,1,'2012-07-11 06:42:57','2012-07-11 06:42:57','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/category/path/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:42:57','2012-07-11 06:42:57','',2,'http://raylsmith.org/2-revision-38/',0,'revision','',0),(149,1,'2012-07-13 09:40:45','2012-07-13 09:40:45','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n[/wpcol_1third_end]','Message','','publish','closed','closed','','message','','','2013-01-31 05:36:54','2013-01-31 05:36:54','',0,'http://raylsmith.org/?page_id=149',0,'page','',0),(1215,1,'2013-01-31 05:20:43','2013-01-31 05:20:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n\r\n<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>\r\n<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>\r\n<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>\r\n<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>\r\n<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>\r\n<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>\r\n<a href=\"http://raylsmith.org/trouble/\">Trouble</a>\r\n<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>\r\n<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></td>\r\n<td width=\"200\">CATEGORY\r\n\r\nWomen\'s Bible Study\r\nBread\r\nBread\r\nBread\r\nWomen\'s Bible Study\r\nPath\r\nPath\r\nPath\r\nPath</td>\r\n<td width=\"200\">DATE\r\n\r\nOctober 16, 2012\r\nSeptember 03, 2012\r\nSeptember 03, 2012\r\nSeptember 03, 2012\r\nSeptember 03, 2012\r\nJuly 27, 2012\r\nJuly 11, 2012\r\nJuly 11, 2012\r\nJuly 11, 2012</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-50','','','2013-01-31 05:20:43','2013-01-31 05:20:43','',149,'http://raylsmith.org/149-revision-50/',0,'revision','',0),(150,1,'2012-07-13 09:40:23','2012-07-13 09:40:23','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\n[one_third]\n\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\n<strong>TROUBLE</strong>\n[/one_third]\n\n[one_third]\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\n<strong>HEARING GOD\'S VOICE</strong>\n[/one_third]\n\n[one_third_last]\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\n<strong>HOW TO DEAL WITH STRESS</strong>\n[/one_third_last]\n\n[hr_shadow]\n\n&nbsp;\n\n[arrow_list]\n\n[list_item]Trouble[/list_item]\n\n[list_item]Hearing God\'s Voice[/list_item]\n\n[list_item]Item 3...[/list_item]\n\n[/arrow_list]','Messages','','inherit','open','open','','149-revision','','','2012-07-13 09:40:23','2012-07-13 09:40:23','',149,'http://raylsmith.org/149-revision/',0,'revision','',0),(151,1,'2012-07-13 09:40:45','2012-07-13 09:40:45','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n\r\n[arrow_list]\r\n\r\n[list_item]Trouble[/list_item]\r\n\r\n[list_item]Hearing God\'s Voice[/list_item]\r\n\r\n[list_item]How To Deal With Stress[/list_item]\r\n\r\n[/arrow_list]','Messages','','inherit','open','open','','149-revision-2','','','2012-07-13 09:40:45','2012-07-13 09:40:45','',149,'http://raylsmith.org/149-revision-2/',0,'revision','',0),(152,1,'2013-02-01 07:41:47','2013-02-01 07:41:47','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\n[/wpcol_1third_end]</p>\n&nbsp;\n\n<hr />\n\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\n\n<ul>\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\n</ul>\n<ul>\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\n</ul>\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\n\n<ul>\n	<li>Women\'s Bible Study</li>\n</ul>\n<ul>\n	<li>Bread</li>\n</ul>\n<ul>\n	<li>Bread</li>\n</ul>\n<ul>\n	<li>Bread</li>\n</ul>\n<ul>\n	<li>Women\'s Bible Study</li>\n</ul>\n<ul>\n	<li>Path</li>\n</ul>\n<ul>\n	<li>Path</li>\n</ul>\n<ul>\n	<li>Path</li>\n</ul>\n<ul>\n	<li>Path</li>\n</ul>\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\n\n<ul>\n	<li>October 16, 2012</li>\n</ul>\n<ul>\n	<li>September 03, 2012</li>\n</ul>\n<ul>\n	<li>September 03, 2012</li>\n</ul>\n<ul>\n	<li>September 03, 2012</li>\n</ul>\n<ul>\n	<li>September 03, 2012</li>\n</ul>\n<ul>\n	<li>July 27, 2012</li>\n</ul>\n<ul>\n	<li>July 11, 2012</li>\n</ul>\n<ul>\n	<li>July 11, 2012</li>\n</ul>\n<ul>\n	<li>July 11, 2012</li>\n</ul>\n[/wpcol_1third_end]','Message','','inherit','open','open','','149-autosave','','','2013-02-01 07:41:47','2013-02-01 07:41:47','',149,'http://raylsmith.org/149-autosave/',0,'revision','',0),(153,1,'2012-07-11 06:47:41','2012-07-11 06:47:41','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-11 06:47:41','2012-07-11 06:47:41','',2,'http://raylsmith.org/2-revision-39/',0,'revision','',0),(170,1,'2012-07-16 13:53:15','2012-07-16 13:53:15','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"155\" />\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-16 13:53:15','2012-07-16 13:53:15','',2,'http://raylsmith.org/2-revision-48/',0,'revision','',0),(154,1,'2012-07-13 09:42:55','2012-07-13 09:42:55','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" /><img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 09:42:55','2012-07-13 09:42:55','',2,'http://raylsmith.org/2-revision-40/',0,'revision','',0),(156,1,'2012-07-13 11:12:12','2012-07-13 11:12:12','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n\r\n<object width=\"230\" height=\"129\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"129\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:12:12','2012-07-13 11:12:12','',2,'http://raylsmith.org/2-revision-42/',0,'revision','',0),(155,1,'2012-07-13 11:11:41','2012-07-13 11:11:41','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n\r\n<object width=\"230\" height=\"129\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"129\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:11:41','2012-07-13 11:11:41','',2,'http://raylsmith.org/2-revision-41/',0,'revision','',0),(157,1,'2012-07-13 11:13:08','2012-07-13 11:13:08','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n\r\n<object width=\"230\" height=\"160\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"160\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:13:08','2012-07-13 11:13:08','',2,'http://raylsmith.org/2-revision-43/',0,'revision','',0),(158,1,'2012-07-13 11:13:39','2012-07-13 11:13:39','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"160\" />\r\n\r\n<object width=\"230\" height=\"150\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"150\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:13:39','2012-07-13 11:13:39','',2,'http://raylsmith.org/2-revision-44/',0,'revision','',0),(159,1,'2012-07-13 11:13:50','2012-07-13 11:13:50','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"150\" />\r\n\r\n<object width=\"230\" height=\"150\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"150\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:13:50','2012-07-13 11:13:50','',2,'http://raylsmith.org/2-revision-45/',0,'revision','',0),(160,1,'2012-07-13 09:41:35','2012-07-13 09:41:35','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n\r\n[arrow_list]\r\n\r\n[list_item]Trouble[/list_item]\r\n\r\n[list_item]Hearing God\'s Voice[/list_item]\r\n\r\n[list_item]How To Deal With Stress[/list_item]\r\n\r\n[/arrow_list]','Message','','inherit','open','open','','149-revision-3','','','2012-07-13 09:41:35','2012-07-13 09:41:35','',149,'http://raylsmith.org/149-revision-3/',0,'revision','',0),(161,1,'2012-07-16 02:32:12','2012-07-16 02:32:12','','black women','','inherit','open','open','','black-women','','','2012-07-16 02:32:12','2012-07-16 02:32:12','',0,'http://raylsmith.org/wp-content/uploads/2012/07/black-women.jpg',0,'attachment','image/jpeg',0),(162,1,'2012-07-13 11:14:39','2012-07-13 11:14:39','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"155\" />\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-13 11:14:39','2012-07-13 11:14:39','',2,'http://raylsmith.org/2-revision-46/',0,'revision','',0),(163,1,'2012-07-16 07:19:48','2012-07-16 07:19:48','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Address<br />\r\n[text address]\r\n\r\n<p>Phone<br />\r\n[text phone]\r\n\r\n<p>Subject<br />\r\n   [select subject \"Prayer\" \"Testimony\" \"Question\" \"Other\"]</p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nPhone: [phone]\r\nAddress: [address]\r\nSubject: [subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\nmail@raylsmith.org\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.','Contact form 1','','publish','open','open','','contact-form-1','','','2012-10-08 06:56:35','2012-10-08 06:56:35','',0,'http://raylsmith.org/wpcf7_contact_form/contact-form-1/',0,'wpcf7_contact_form','',0),(164,1,'2012-07-02 12:00:42','2012-07-02 12:00:42','','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-07-02 12:00:42','2012-07-02 12:00:42','',33,'http://raylsmith.org/33-revision-3/',0,'revision','',0),(165,1,'2012-07-16 09:21:49','2012-07-16 09:21:49','[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-07-16 09:21:49','2012-07-16 09:21:49','',33,'http://raylsmith.org/33-revision-4/',0,'revision','',0),(166,1,'2012-07-16 09:22:09','2012-07-16 09:22:09','[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-07-16 09:22:09','2012-07-16 09:22:09','',33,'http://raylsmith.org/33-revision-5/',0,'revision','',0),(169,1,'2012-07-16 02:32:43','2012-07-16 02:32:43','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-99\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/video-thumbnail.jpg\" alt=\"Video\" width=\"230\" height=\"155\" />\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C4pbjq0UGps?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/black-women.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-16 02:32:43','2012-07-16 02:32:43','',2,'http://raylsmith.org/2-revision-47/',0,'revision','',0),(187,1,'2012-07-17 05:38:16','2012-07-17 05:38:16','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<img class=\"alignnone size-full wp-image-172\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/first-frame.jpg\" alt=\"Welcome\" width=\"230\" height=\"155\" />\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-17 05:38:16','2012-07-17 05:38:16','',2,'http://raylsmith.org/2-revision-50/',0,'revision','',0),(171,1,'2012-07-17 04:46:12','2012-07-17 04:46:12','','second-frame','','inherit','open','open','','second-frame','','','2012-07-17 04:46:12','2012-07-17 04:46:12','',2,'http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg',0,'attachment','image/jpeg',0),(172,1,'2012-07-17 04:47:20','2012-07-17 04:47:20','','first-frame','','inherit','open','open','','first-frame','','','2012-07-17 04:47:20','2012-07-17 04:47:20','',2,'http://raylsmith.org/wp-content/uploads/2012/06/first-frame.jpg',0,'attachment','image/jpeg',0),(198,1,'2012-07-19 03:33:17','2012-07-19 03:33:17','','Giving','','inherit','open','open','','196-revision-2','','','2012-07-19 03:33:17','2012-07-19 03:33:17','',196,'http://raylsmith.org/196-revision-2/',0,'revision','',0),(180,1,'2012-07-17 05:03:47','2012-07-17 05:03:47','httpv://www.youtube.com/watch?v=Isl7XS9Zfw8','Welcome to RayLSmith','','publish','open','open','','welcome-to-raylsmith','','','2012-07-17 05:05:42','2012-07-17 05:05:42','',0,'http://raylsmith.org/?p=180',0,'post','',0),(181,1,'2012-07-17 05:03:43','2012-07-17 05:03:43','httpv://www.youtube.com/watch?v=Isl7XS9Zfw8','Ray Lee Smith International','','inherit','open','open','','180-revision','','','2012-07-17 05:03:43','2012-07-17 05:03:43','',180,'http://raylsmith.org/180-revision/',0,'revision','',0),(184,1,'2012-07-17 05:05:17','2012-07-17 05:05:17','httpv://www.youtube.com/watch?v=Isl7XS9Zfw8','Welcome','','inherit','open','open','','180-revision-3','','','2012-07-17 05:05:17','2012-07-17 05:05:17','',180,'http://raylsmith.org/180-revision-3/',0,'revision','',0),(188,1,'2012-07-17 05:39:07','2012-07-17 05:39:07','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<a href=\"http://raylsmith.org/welcome-to-raylsmith/\"><img class=\"alignnone size-full wp-image-172\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/first-frame.jpg\" alt=\"Welcome\" width=\"230\" height=\"155\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-17 05:39:07','2012-07-17 05:39:07','',2,'http://raylsmith.org/2-revision-51/',0,'revision','',0),(189,1,'2012-07-17 06:39:45','2012-07-17 06:39:45','','top-block2','','inherit','open','open','','top-block2-2','','','2012-07-17 06:39:45','2012-07-17 06:39:45','',2,'http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg',0,'attachment','image/jpeg',0),(190,1,'2012-07-17 05:45:34','2012-07-17 05:45:34','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-122\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block2.jpg\" alt=\"Ray Smith International\" width=\"942\" height=\"140\" /></p>\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-17 05:45:34','2012-07-17 05:45:34','',2,'http://raylsmith.org/2-revision-52/',0,'revision','',0),(193,1,'2012-07-17 06:40:13','2012-07-17 06:40:13','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-17 06:40:13','2012-07-17 06:40:13','',2,'http://raylsmith.org/2-revision-53/',0,'revision','',0),(196,1,'2012-07-19 03:33:17','2012-07-19 03:33:17','[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"Ray Smith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" width=\"223\" height=\"281\" />\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]<strong>THANK YOU FOR GIVING</strong>\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">// <![CDATA[\r\nrm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');\r\n// ]]></script>\r\n<noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>&nbsp;\r\n\r\n</center>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>[/wpcol_2third_end]\r\n','Giving','','publish','closed','closed','','giving2','','','2013-01-31 05:47:47','2013-01-31 05:47:47','',0,'http://raylsmith.org/?page_id=196',0,'page','',0),(1226,1,'2013-01-31 05:45:05','2013-01-31 05:45:05','[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"Ray Smith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" width=\"223\" height=\"281\" />\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">// <![CDATA[\r\nrm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');\r\n// ]]></script>\r\n<noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>&nbsp;\r\n\r\n</center>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n','Giving','','inherit','open','open','','196-revision-31','','','2013-01-31 05:45:05','2013-01-31 05:45:05','',196,'http://raylsmith.org/196-revision-31/',0,'revision','',0),(197,1,'2012-07-19 03:33:08','2012-07-19 03:33:08','','Auto Draft','','inherit','open','open','','196-revision','','','2012-07-19 03:33:08','2012-07-19 03:33:08','',196,'http://raylsmith.org/196-revision/',0,'revision','',0),(404,1,'2012-08-07 14:28:52','2012-08-07 14:28:52','<p style=\"text-align: center;\"><img class=\"size-full wp-image-563 aligncenter\" style=\"border: 0px none;\" alt=\"Path\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>\r\n\r\n&nbsp;\r\n\r\nThere is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.\r\n\r\nOn this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>\r\n\r\nThy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105</strong>\r\n\r\nThis I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16</strong>\r\n\r\nAnd Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24</strong>\r\n\r\nI have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11</strong>\r\n\r\nWhen thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2</strong>\r\n\r\nAnd I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\r\n\r\nTeaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20</strong>','Path','','publish','closed','closed','','right-path','','','2013-02-01 08:13:33','2013-02-01 08:13:33','',0,'http://raylsmith.org/?page_id=404',0,'page','',0),(200,1,'2013-01-31 05:47:41','2013-01-31 05:47:41','[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"Ray Smith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" width=\"223\" height=\"281\" />\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]<strong>THANK YOU FOR GIVING</strong>\n\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\n\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">// <![CDATA[\nrm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');\n// ]]></script>\n<noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>&nbsp;\n\n</center>\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\n','Giving','','inherit','open','open','','196-autosave','','','2013-01-31 05:47:41','2013-01-31 05:47:41','',196,'http://raylsmith.org/196-autosave/',0,'revision','',0),(201,1,'2012-07-19 03:34:21','2012-07-19 03:34:21','','Giving','','inherit','open','open','','196-revision-3','','','2012-07-19 03:34:21','2012-07-19 03:34:21','',196,'http://raylsmith.org/196-revision-3/',0,'revision','',0),(202,1,'2012-07-19 03:48:50','2012-07-19 03:48:50','<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\nRay and Alice Smith','Giving','','inherit','open','open','','196-revision-4','','','2012-07-19 03:48:50','2012-07-19 03:48:50','',196,'http://raylsmith.org/196-revision-4/',0,'revision','',0),(203,1,'2012-07-19 04:31:12','2012-07-19 04:31:12','','giving3','','inherit','open','open','','giving3','','','2012-07-19 04:31:12','2012-07-19 04:31:12','',196,'http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg',0,'attachment','image/jpeg',0),(206,1,'2012-07-19 04:31:45','2012-07-19 04:31:45','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\nRay and Alice Smith','Giving','','inherit','open','open','','196-revision-6','','','2012-07-19 04:31:45','2012-07-19 04:31:45','',196,'http://raylsmith.org/196-revision-6/',0,'revision','',0),(204,1,'2012-07-19 03:49:25','2012-07-19 03:49:25','<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\nRay and Alice Smith','Giving','','inherit','open','open','','196-revision-5','','','2012-07-19 03:49:25','2012-07-19 03:49:25','',196,'http://raylsmith.org/196-revision-5/',0,'revision','',0),(205,1,'2012-07-19 03:34:50','2012-07-19 03:34:50','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-19 03:34:50','2012-07-19 03:34:50','',2,'http://raylsmith.org/2-revision-55/',0,'revision','',0),(207,1,'2012-07-19 04:33:40','2012-07-19 04:33:40','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-7','','','2012-07-19 04:33:40','2012-07-19 04:33:40','',196,'http://raylsmith.org/196-revision-7/',0,'revision','',0),(208,1,'2012-07-19 04:34:31','2012-07-19 04:34:31','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-8','','','2012-07-19 04:34:31','2012-07-19 04:34:31','',196,'http://raylsmith.org/196-revision-8/',0,'revision','',0),(209,1,'2012-07-19 04:35:14','2012-07-19 04:35:14','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-9','','','2012-07-19 04:35:14','2012-07-19 04:35:14','',196,'http://raylsmith.org/196-revision-9/',0,'revision','',0),(210,1,'2012-07-19 04:41:18','2012-07-19 04:41:18','','headshot','','inherit','open','open','','headshot','','','2012-07-19 04:41:18','2012-07-19 04:41:18','',196,'http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg',0,'attachment','image/jpeg',0),(215,1,'2012-07-20 01:25:33','2012-07-20 01:25:33','','Globe','','inherit','open','open','','globe','','','2012-07-20 01:25:33','2012-07-20 01:25:33','',196,'http://raylsmith.org/wp-content/uploads/2012/07/Globe.png',0,'attachment','image/png',0),(212,1,'2012-07-19 04:42:48','2012-07-19 04:42:48','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong><img class=\"alignleft  wp-image-210\" style=\"margin: 20px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-11','','','2012-07-19 04:42:48','2012-07-19 04:42:48','',196,'http://raylsmith.org/196-revision-11/',0,'revision','',0),(211,1,'2012-07-19 04:35:55','2012-07-19 04:35:55','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong>THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-10','','','2012-07-19 04:35:55','2012-07-19 04:35:55','',196,'http://raylsmith.org/196-revision-10/',0,'revision','',0),(214,1,'2012-07-20 01:22:11','2012-07-20 01:22:11','<p style=\"text-align: center;\"></p>\r\n<strong><img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />THANK YOU FOR GIVING</strong>.\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-13','','','2012-07-20 01:22:11','2012-07-20 01:22:11','',196,'http://raylsmith.org/196-revision-13/',0,'revision','',0),(213,1,'2012-07-19 04:44:22','2012-07-19 04:44:22','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-203\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving3.jpg\" alt=\"Giving\" width=\"942\" height=\"250\" /></p>\r\n<strong><img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />THANK YOU FOR GIVING</strong>. Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-12','','','2012-07-19 04:44:22','2012-07-19 04:44:22','',196,'http://raylsmith.org/196-revision-12/',0,'revision','',0),(219,1,'2012-07-20 01:31:15','2012-07-20 01:31:15','<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-17','','','2012-07-20 01:31:15','2012-07-20 01:31:15','',196,'http://raylsmith.org/196-revision-17/',0,'revision','',0),(216,1,'2012-07-20 01:22:54','2012-07-20 01:22:54','<h1><strong><img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />THANK YOU FOR GIVING</strong>.</h1>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-14','','','2012-07-20 01:22:54','2012-07-20 01:22:54','',196,'http://raylsmith.org/196-revision-14/',0,'revision','',0),(217,1,'2012-07-20 01:28:05','2012-07-20 01:28:05','<h1><strong><img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />THANK YOU FOR GIVING</strong>.</h1>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n<p style=\"text-align: center;\"></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-15','','','2012-07-20 01:28:05','2012-07-20 01:28:05','',196,'http://raylsmith.org/196-revision-15/',0,'revision','',0),(218,1,'2012-07-20 01:30:51','2012-07-20 01:30:51','<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n[callout2]THANK YOU FOR GIVING[/callout2]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-16','','','2012-07-20 01:30:51','2012-07-20 01:30:51','',196,'http://raylsmith.org/196-revision-16/',0,'revision','',0),(220,1,'2012-07-20 01:34:11','2012-07-20 01:34:11','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center; padding-left: 240px;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-18','','','2012-07-20 01:34:11','2012-07-20 01:34:11','',196,'http://raylsmith.org/196-revision-18/',0,'revision','',0),(229,1,'2012-07-24 01:03:44','2012-07-24 01:03:44','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\n[one_third]\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\n[/one_third]\n\n[two_thirds_last]\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\n\n<strong>Ray and Alice Smith</strong>\n\n[donateplus]\n[/two_thirds_last]','Australia','','inherit','open','open','','227-autosave','','','2012-07-24 01:03:44','2012-07-24 01:03:44','',227,'http://raylsmith.org/227-autosave/',0,'revision','',0),(221,1,'2012-07-20 01:35:35','2012-07-20 01:35:35','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-19','','','2012-07-20 01:35:35','2012-07-20 01:35:35','',196,'http://raylsmith.org/196-revision-19/',0,'revision','',0),(240,1,'2012-07-20 06:34:37','2012-07-20 06:34:37','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n\r\n[callout font_size=\"13px\" style=\"cherry\"]\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[/callout]\r\n\r\n[hr_shadow]\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-revision-8','','','2012-07-20 06:34:37','2012-07-20 06:34:37','',222,'http://raylsmith.org/222-revision-8/',0,'revision','',0),(222,1,'2012-07-20 01:59:09','2012-07-20 01:59:09','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">***************</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> PLEASE NOTE</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> ***************</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">We have submitted our ministry information. And our non-profit status is in process.</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> We will make a note when the process is complete. Thank you for your giving.</span></p>\r\n[/wpcol_2third_end]','United Kingdom','','publish','closed','closed','','united-kingdom','','','2013-02-07 08:33:47','2013-02-07 08:33:47','',0,'http://raylsmith.org/?page_id=222',0,'page','',0),(223,1,'2012-07-20 01:58:44','2012-07-20 01:58:44','','Auto Draft','','inherit','open','open','','222-revision','','','2012-07-20 01:58:44','2012-07-20 01:58:44','',222,'http://raylsmith.org/222-revision/',0,'revision','',0),(224,1,'2012-07-20 01:59:09','2012-07-20 01:59:09','[simpledonate]','','','inherit','open','open','','222-revision-2','','','2012-07-20 01:59:09','2012-07-20 01:59:09','',222,'http://raylsmith.org/222-revision-2/',0,'revision','',0),(225,1,'2012-08-13 06:00:19','2012-08-13 06:00:19','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\n[one_third]\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\n[/one_third]\n\n[two_thirds_last]\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\n\n<strong>Ray and Alice Smith</strong>\n\n[donateplus]\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-autosave','','','2012-08-13 06:00:19','2012-08-13 06:00:19','',222,'http://raylsmith.org/222-autosave/',0,'revision','',0),(226,1,'2012-07-20 01:59:44','2012-07-20 01:59:44','[simpledonate]','United Kingdom','','inherit','open','open','','222-revision-3','','','2012-07-20 01:59:44','2012-07-20 01:59:44','',222,'http://raylsmith.org/222-revision-3/',0,'revision','',0),(227,1,'2012-07-20 02:43:37','2012-07-20 02:43:37','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">***************</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> PLEASE NOTE</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> ***************</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">We have submitted our ministry information. And our non-profit status is in process.</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> We will make a note when the process is complete. Thank you for your giving.</span></p>\r\n[/wpcol_2third_end]','Australia','','publish','closed','closed','','australia','','','2013-02-07 08:33:54','2013-02-07 08:33:54','',0,'http://raylsmith.org/?page_id=227',0,'page','',0),(228,1,'2012-07-20 02:43:28','2012-07-20 02:43:28','','Australia','','inherit','open','open','','227-revision','','','2012-07-20 02:43:28','2012-07-20 02:43:28','',227,'http://raylsmith.org/227-revision/',0,'revision','',0),(230,1,'2012-07-20 02:51:16','2012-07-20 02:51:16','','couple-headshot','','inherit','open','open','','couple-headshot','','','2012-07-20 02:51:16','2012-07-20 02:51:16','',227,'http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg',0,'attachment','image/jpeg',0),(231,1,'2012-07-20 02:43:37','2012-07-20 02:43:37','[donateplus]','Australia','','inherit','open','open','','227-revision-2','','','2012-07-20 02:43:37','2012-07-20 02:43:37','',227,'http://raylsmith.org/227-revision-2/',0,'revision','',0),(232,1,'2012-07-20 02:51:46','2012-07-20 02:51:46','[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n[/two_thirds_last]\r\n\r\n<strong>\r\n</strong>\r\n\r\n[donateplus]','Australia','','inherit','open','open','','227-revision-3','','','2012-07-20 02:51:46','2012-07-20 02:51:46','',227,'http://raylsmith.org/227-revision-3/',0,'revision','',0),(233,1,'2012-07-20 02:53:05','2012-07-20 02:53:05','<p style=\"text-align: center;\">[callout2]DONATE[/callout2]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]\r\n\r\n\r\n\r\n','Australia','','inherit','open','open','','227-revision-4','','','2012-07-20 02:53:05','2012-07-20 02:53:05','',227,'http://raylsmith.org/227-revision-4/',0,'revision','',0),(234,1,'2012-07-20 02:12:35','2012-07-20 02:12:35','[donateplus]','United Kingdom','','inherit','open','open','','222-revision-4','','','2012-07-20 02:12:35','2012-07-20 02:12:35','',222,'http://raylsmith.org/222-revision-4/',0,'revision','',0),(235,1,'2012-07-20 05:19:18','2012-07-20 05:19:18','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]\r\n\r\n\r\n\r\n','United Kingdom','','inherit','open','open','','222-revision-5','','','2012-07-20 05:19:18','2012-07-20 05:19:18','',222,'http://raylsmith.org/222-revision-5/',0,'revision','',0),(236,1,'2012-07-20 05:21:16','2012-07-20 05:21:16','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[hr_shadow]\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-revision-6','','','2012-07-20 05:21:16','2012-07-20 05:21:16','',222,'http://raylsmith.org/222-revision-6/',0,'revision','',0),(237,1,'2012-07-20 05:23:00','2012-07-20 05:23:00','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n\r\n[callout font_size=\"13px\" style=\"cherry\"]\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[/callout]\r\n\r\n[hr_shadow]\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-revision-7','','','2012-07-20 05:23:00','2012-07-20 05:23:00','',222,'http://raylsmith.org/222-revision-7/',0,'revision','',0),(241,1,'2012-07-24 00:55:55','2012-07-24 00:55:55','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-21','','','2012-07-24 00:55:55','2012-07-24 00:55:55','',196,'http://raylsmith.org/196-revision-21/',0,'revision','',0),(425,1,'2012-07-24 01:04:46','2012-07-24 01:04:46','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-22','','','2012-07-24 01:04:46','2012-07-24 01:04:46','',196,'http://raylsmith.org/196-revision-22/',0,'revision','',0),(239,1,'2012-07-20 01:43:47','2012-07-20 01:43:47','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org\">United States</a>                             <a href=\"http://raylsmith.org\">United Kingdom</a>                            <a href=\"http://raylsmith.org\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n&nbsp;\r\n\r\n<strong>Ray and Alice Smith</strong>','Giving','','inherit','open','open','','196-revision-20','','','2012-07-20 01:43:47','2012-07-20 01:43:47','',196,'http://raylsmith.org/196-revision-20/',0,'revision','',0),(254,1,'2012-07-24 06:49:10','2012-07-24 06:49:10','<center>[hana-flv-player\r\nvideo=\"http://raylsmith.org/Womens%20Bible%20Study11.flv\"\r\nwidth=\"800\"\r\nheight=\"450\"\r\ndescription=\"Women Bible Study\"\r\nclickurl=\"\"\r\nclicktarget=\"\"\r\nplayer=\"4\"\r\nautoplay=\"false\"\r\nloop=\"false\"\r\nautorewind=\"true\"\r\nsplashimage=\"\"\r\n/]</center>','Women Bible Study','','inherit','open','open','','249-revision-3','','','2012-07-24 06:49:10','2012-07-24 06:49:10','',249,'http://raylsmith.org/249-revision-3/',0,'revision','',0),(244,1,'2012-07-19 04:32:19','2012-07-19 04:32:19','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-19 04:32:19','2012-07-19 04:32:19','',2,'http://raylsmith.org/2-revision-56/',0,'revision','',0),(357,1,'2013-08-04 09:27:32','2013-08-04 09:27:32','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"80\"></td>\n<td>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\n\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\n<table>\n<tbody>\n<tr>\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.All of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\n\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\n\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\n\nI have seen relationships with family and others mended and prospering.\n\nI have experienced freedom from fear in my everyday walk.\n\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\n\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\nI have seen Him change the hearts of people and make them into new creations.\n\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\n\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry. I\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\n\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\n\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\n\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\n\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\n\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\n\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\n\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\n\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\nhas departed from.\n\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\n\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\n\nSaw Vision - 03/17/13: Large ship moving really quickly.\n\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\n\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\n\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\n\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\n\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\n\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\n\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\n\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nI had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\ndog in which she stated had not done in over two years.<em><strong></strong></em>\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\nless than a week because of prayer.<em><strong></strong></em>\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nI am a man healed of scoliosis.<em><strong></strong></em>\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\nI am a young girl ear canals healed.<em><strong></strong></em>\n\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues.<em><strong>\n</strong></em>\n\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\n<ul>\n	<li>I\'ve been totally delivered from confusion.</li>\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\n	<li>I\'ve learned that God REALLY loves me!</li>\n	<li>Very, very deep hurts I had have been washed away.</li>\n	<li>I have been set free from condemnation.</li>\n	<li>I am absolutely happy and full of joy!<strong><em></em></strong></li>\n</ul>\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\nexercising, eating right.<strong><em></em></strong>\n\nThings God has done for me this being here at House of Prayer Ministries.\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\nMy family has received answered prayers, healing and growth in our relationships.\nRevelation in God\'s Word has grown much.\nBecome very sensitive to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\nMuch Peace and truly In LOVE with GOD like never before.<strong><em></em></strong>\n\n&nbsp;</td>\n</tr>\n</tbody>\n</table>\n</td>\n<td width=\"80\"></td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Testimonial','','inherit','open','open','','31-autosave-v1','','','2013-08-04 09:27:32','2013-08-04 09:27:32','',31,'http://raylsmith.org/31-autosave/',0,'revision','',0),(1152,1,'2012-11-13 14:13:00','2012-11-13 14:13:00','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n&nbsp;\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Join us live for our online sermon.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Come Experience God\'s presence</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">and Expect Your Miracle</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Beginning November 22, 2012\r\n</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Receive Revelation, Direction and</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Understanding from the Bible.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Taught by Alice Smith</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Saturday 10:00 am EST</span></strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-11-13 14:13:00','2012-11-13 14:13:00','',457,'http://raylsmith.org/457-revision-12/',0,'revision','',0),(260,1,'2012-07-13 11:16:19','2012-07-13 11:16:19','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n\r\n[arrow_list]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]','Message','','inherit','open','open','','149-revision-4','','','2012-07-13 11:16:19','2012-07-13 11:16:19','',149,'http://raylsmith.org/149-revision-4/',0,'revision','',0),(253,1,'2012-10-18 13:09:35','2012-10-18 13:09:35','<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"360\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>\n\nhttpv://www.youtube.com/watch?v=-pAzPJnDilQ&amp;feature=youtu.be\n\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\n\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','Women Bible Study','','inherit','open','open','','249-autosave','','','2012-10-18 13:09:35','2012-10-18 13:09:35','',249,'http://raylsmith.org/249-autosave/',0,'revision','',0),(255,1,'2012-07-24 06:52:19','2012-07-24 06:52:19','<center>[hana-flv-player\r\nvideo=\"http://raylsmith.org/Womens%20Bible%20Study11.flv\"\r\nwidth=\"800\"\r\nheight=\"450\"\r\ndescription=\"Women Bible Study\"\r\nclickurl=\"\"\r\nclicktarget=\"\"\r\nplayer=\"4\"\r\nautoplay=\"false\"\r\nloop=\"false\"\r\nautorewind=\"true\"\r\nsplashimage=\"\"\r\n/]</center>\r\n\r\n[hana-flv-player \r\n    video=\"http://raylsmith.org/wp-content/plugins/hana-flv-player/babyhana.flv\"\r\n    width=\"400\"\r\n    height=\"320\"\r\n    description=\"Sarah is having fun in a merry-go-round\"\r\n    clickurl=\"http://raylsmith.org\"\r\n    clicktarget=\"_blank\"\r\n    player=\"4\"\r\n    autoplay=\"false\"\r\n    loop=\"false\"\r\n    autorewind=\"true\"\r\n    splashimage=\"http://raylsmith.org/wp-content/plugins/hana-flv-player/splash.jpg\"\r\n/]','Women Bible Study','','inherit','open','open','','249-revision-4','','','2012-07-24 06:52:19','2012-07-24 06:52:19','',249,'http://raylsmith.org/249-revision-4/',0,'revision','',0),(258,1,'2012-08-07 06:29:46','2012-08-07 06:29:46','httpv://www.youtube.com/watch?v=JVouSN7f4Xw','Gift From God','','inherit','open','open','','256-autosave','','','2012-08-07 06:29:46','2012-08-07 06:29:46','',256,'http://raylsmith.org/256-autosave/',0,'revision','',0),(249,1,'2012-07-24 06:48:36','2012-07-24 06:48:36','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Women Bible Study','','publish','open','open','','women-bible-study','','','2012-11-22 13:25:03','2012-11-22 13:25:03','',0,'http://raylsmith.org/?p=249',0,'post','',0),(250,1,'2012-07-24 06:48:11','2012-07-24 06:48:11','','Women\'s Bible Study','','inherit','open','open','','249-revision','','','2012-07-24 06:48:11','2012-07-24 06:48:11','',249,'http://raylsmith.org/249-revision/',0,'revision','',0),(259,1,'2012-07-27 03:22:12','2012-07-27 03:22:12','httpv://www.youtube.com/watch?v=JVouSN7f4Xw','Gift From God','','inherit','open','open','','256-revision-2','','','2012-07-27 03:22:12','2012-07-27 03:22:12','',256,'http://raylsmith.org/256-revision-2/',0,'revision','',0),(251,1,'2012-07-24 06:48:36','2012-07-24 06:48:36','<center>[hana-flv-player\r\nvideo=\"http://raylsmith.org/Womens%20Bible%20Study11.flv\"\r\nwidth=\"800\"\r\nheight=\"450\"\r\ndescription=\"Women Bible Study\"\r\nclickurl=\"\"\r\nclicktarget=\"\"\r\nplayer=\"4\"\r\nautoplay=\"false\"\r\nloop=\"false\"\r\nautorewind=\"true\"\r\nsplashimage=\"\"\r\n/]</center>','Women\'s Bible Study','','inherit','open','open','','249-revision-2','','','2012-07-24 06:48:36','2012-07-24 06:48:36','',249,'http://raylsmith.org/249-revision-2/',0,'revision','',0),(256,1,'2012-07-27 03:22:12','2012-07-27 03:22:12','httpv://www.youtube.com/watch?v=JVouSN7f4Xw','Gift From God','','publish','open','open','','gift-from-god','','','2012-11-22 13:24:45','2012-11-22 13:24:45','',0,'http://raylsmith.org/?p=256',0,'post','',0),(257,1,'2012-07-27 03:21:34','2012-07-27 03:21:34','','Gift From God','','inherit','open','open','','256-revision','','','2012-07-27 03:21:34','2012-07-27 03:21:34','',256,'http://raylsmith.org/256-revision/',0,'revision','',0),(261,1,'2012-07-24 06:17:43','2012-07-24 06:17:43','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-24 06:17:43','2012-07-24 06:17:43','',2,'http://raylsmith.org/2-revision-57/',0,'revision','',0),(474,1,'2012-08-31 14:00:09','2012-08-31 14:00:09','','like-us-on-womens-bible-study','','inherit','open','open','','like-us-on-womens-bible-study','','','2012-08-31 14:00:09','2012-08-31 14:00:09','',460,'http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png',0,'attachment','image/png',0),(475,1,'2012-08-24 05:22:24','2012-08-24 05:22:24','Coming Soon!','News','','inherit','open','open','','460-revision-2','','','2012-08-24 05:22:24','2012-08-24 05:22:24','',460,'http://raylsmith.org/460-revision-2/',0,'revision','',0),(266,1,'2012-07-31 06:32:48','2012-07-31 06:32:48','','salvation1','','inherit','open','open','','salvation1','','','2012-07-31 06:32:48','2012-07-31 06:32:48','',0,'http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png',0,'attachment','image/png',0),(476,1,'2012-08-31 14:28:29','2012-08-31 14:28:29','','like-us-on-raysmith-intl','','inherit','open','open','','like-us-on-raysmith-intl','','','2012-08-31 14:28:29','2012-08-31 14:28:29','',460,'http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png',0,'attachment','image/png',0),(477,1,'2012-08-31 14:00:57','2012-08-31 14:00:57','<a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>\r\n\r\n&nbsp;','News','','inherit','open','open','','460-revision-3','','','2012-08-31 14:00:57','2012-08-31 14:00:57','',460,'http://raylsmith.org/460-revision-3/',0,'revision','',0),(478,1,'2012-08-31 15:05:21','2012-08-31 15:05:21','','youtube','','inherit','open','open','','youtube','','','2012-08-31 15:05:21','2012-08-31 15:05:21','',460,'http://raylsmith.org/wp-content/uploads/2012/08/youtube.png',0,'attachment','image/png',0),(479,1,'2012-08-31 14:29:50','2012-08-31 14:29:50','<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-4','','','2012-08-31 14:29:50','2012-08-31 14:29:50','',460,'http://raylsmith.org/460-revision-4/',0,'revision','',0),(269,1,'2012-07-31 06:48:33','2012-07-31 06:48:33','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  When we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','publish','closed','closed','','acquire-the-blessed-life','','','2013-01-31 05:16:38','2013-01-31 05:16:38','',0,'http://raylsmith.org/?page_id=269',0,'page','',0),(1192,1,'2013-01-30 14:14:48','2013-01-30 14:14:48','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 14:14:48','2013-01-30 14:14:48','',269,'http://raylsmith.org/269-revision-36/',0,'revision','',0),(270,1,'2012-07-31 06:41:21','2012-07-31 06:41:21','','Auto Draft','','inherit','open','open','','269-revision-v1','','','2012-07-31 06:41:21','2012-07-31 06:41:21','',269,'http://raylsmith.org/269-revision/',0,'revision','',0),(271,1,'2012-07-31 06:48:33','2012-07-31 06:48:33','[tabset tab1=\"tab 1 title\" tab2=\"tab 2 title\"]\r\n[tab]tab 1 content[/tab]\r\n\r\n[tab]tab 2 content[/tab]\r\n[/tabset]','','','inherit','open','open','','269-revision-v1','','','2012-07-31 06:48:33','2012-07-31 06:48:33','',269,'http://raylsmith.org/269-revision-2/',0,'revision','',0),(272,1,'2013-08-27 15:17:27','2013-08-27 15:17:27','<center>\n<table>\n<tbody>\n<tr>\n<td width=\"725\">[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]<strong>Hebrews 11:6</strong></td>\n</tr>\n</tbody>\n</table>\n</center>But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]Matter of fact God call us to pray. When we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God. Our prayers are a sweet smelling savior to Him. Especially when when pray with all our heart. Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]Study thyself to show you are approved. You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead. The study of God\'s word is also food for your spirit. You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\n\nJesus said we should not live by bread alone. Know the scriptures (the Bible) gives you a strong foundation\nthat no one can move. House on the sand.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship. Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places. But worship also is a live style as you honor the Lord in every aspect of your life. You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week. Because you honor him always in all you do and think.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word. Also probably the most neglected by most Christians. Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence. James 1:25 But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle]\n[wptabcontent]Don\'t deny the gathering together.\n\n<strong>Hebrews 10:25 25</strong>\n\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching. Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do. Also you want to have relationship with leaders also. That the anointing that they have will effect you life. There is safety and again God call us to fellowship with one another.\n\n<strong>Acts 2:42 </strong>\n\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\n[/wptabtitle]\n[wptabcontent]The Lord spoke to me one day. \"You are not going to receive what you want.\" This was when I was not missing one church service. I read and prayed every day and I was expecting great things. So when I heard this I was blown away. But the Lord let me know for the things I was believing for I had to also serve.\n\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building. And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\n[/wptabtitle]\n[wptabcontent]<strong>Luke 8:3</strong>\n\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. When we give to God\'s work we are ministering to the Lord. Tithing is required. But what we give above our tithes we offer to God. Giving shows our reverence, love, and commitment to our Lord and His work.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\n[/wptabtitle]\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\n[/wptabcontent]\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\n[/wptabtitle]\n[wptabcontent]Jesus promised in Act 1:8\n\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you: To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential. In acts the believers did incredible miracles in Jesus name. That power is still available to every believer today who desires such.\n[/wptabcontent]\n[/wptabs]\n\n&nbsp;','Acquire the Blessed Life','','inherit','open','open','','269-autosave-v1','','','2013-08-27 15:17:27','2013-08-27 15:17:27','',269,'http://raylsmith.org/269-autosave/',0,'revision','',0),(273,1,'2012-07-31 06:49:34','2012-07-31 06:49:34','[tabset tab1=\"tab 1 title\" tab2=\"tab 2 title\"]\r\n[tab]tab 1 content[/tab]\r\n\r\n[tab]tab 2 content[/tab]\r\n[/tabset]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 06:49:34','2012-07-31 06:49:34','',269,'http://raylsmith.org/269-revision-3/',0,'revision','',0),(274,1,'2012-07-31 07:02:58','2012-07-31 07:02:58','[tabset tab1=\"tab 1 title\" tab2=\"tab 2 title\"]\r\n[tab]tab 1 content[/tab]\r\n\r\n[tab]tab 2 content[/tab]\r\n[/tabset]\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:02:58','2012-07-31 07:02:58','',269,'http://raylsmith.org/269-revision-4/',0,'revision','',0),(275,1,'2012-07-31 07:09:39','2012-07-31 07:09:39','[tabset tab1=\"<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\" tab2=\"tab 2 title\"]\r\n[tab]tab 1 content[/tab]\r\n\r\n[tab]tab 2 content[/tab]\r\n[/tabset]\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:09:39','2012-07-31 07:09:39','',269,'http://raylsmith.org/269-revision-5/',0,'revision','',0),(276,1,'2012-07-31 07:10:45','2012-07-31 07:10:45','[accordion class=\'accord1\']\r\n[slide name=\"title1\"]slide content 1[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:10:45','2012-07-31 07:10:45','',269,'http://raylsmith.org/269-revision-6/',0,'revision','',0),(284,1,'2012-07-31 07:34:14','2012-07-31 07:34:14','&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"More Info\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:34:14','2012-07-31 07:34:14','',269,'http://raylsmith.org/269-revision-13/',0,'revision','',0),(277,1,'2012-07-31 07:13:19','2012-07-31 07:13:19','[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Faith.</strong>\r\n\r\nWe begin our walk with God by Faith and Faith is the entrance to all God has for us.\r\n\r\nHebrews 11:6 But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:13:19','2012-07-31 07:13:19','',269,'http://raylsmith.org/269-revision-7/',0,'revision','',0),(279,1,'2012-07-31 07:15:07','2012-07-31 07:15:07','[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Faith.</strong>\r\n\r\nWe begin our walk with God by Faith and Faith is the entrance to all God has for us.\r\n\r\nHebrews 11:6 But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:15:07','2012-07-31 07:15:07','',269,'http://raylsmith.org/269-revision-9/',0,'revision','',0),(278,1,'2012-07-31 07:14:21','2012-07-31 07:14:21','[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Faith.</strong>\r\n\r\nWe begin our walk with God by Faith and Faith is the entrance to all God has for us.\r\n\r\nHebrews 11:6 But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\' active=\'1\']\r\n[slide name=\"Accordion 1 title 1\"]You can make this slide open by default by using active=\'1\'[/slide]\r\n[slide name=\"title 2\"]slide content 2[/slide]\r\n[slide name=\"title 3\"]slide content 3[/slide]\r\n[/accordion]\r\n[accordion class=\'accord2\' active=\'2\']\r\n[slide name=\"Accordion 2 title 1\"]slide content 1[/slide]\r\n[slide name=\"title 2\"]You can make this slide open by default by using active=\'2\'[/slide]\r\n[slide name=\"title 3\"]slide content 3[/slide]\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:14:21','2012-07-31 07:14:21','',269,'http://raylsmith.org/269-revision-8/',0,'revision','',0),(285,1,'2012-07-31 07:38:19','2012-07-31 07:38:19','','prayer','','inherit','open','open','','prayer-2','','','2012-07-31 07:38:19','2012-07-31 07:38:19','',269,'http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg',0,'attachment','image/jpeg',0),(281,1,'2012-07-31 07:16:47','2012-07-31 07:16:47','&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Faith.</strong>\r\n\r\nWe begin our walk with God by Faith and Faith is the entrance to all God has for us.\r\n\r\nHebrews 11:6 But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:16:47','2012-07-31 07:16:47','',269,'http://raylsmith.org/269-revision-11/',0,'revision','',0),(280,1,'2012-07-31 07:15:31','2012-07-31 07:15:31','[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Faith.</strong>\r\n\r\nWe begin our walk with God by Faith and Faith is the entrance to all God has for us.\r\n\r\nHebrews 11:6 But without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:15:31','2012-07-31 07:15:31','',269,'http://raylsmith.org/269-revision-10/',0,'revision','',0),(282,1,'2012-07-31 07:33:45','2012-07-31 07:33:45','','faith','','inherit','open','open','','faith','','','2012-07-31 07:33:45','2012-07-31 07:33:45','',269,'http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg',0,'attachment','image/jpeg',0),(283,1,'2012-07-31 07:33:00','2012-07-31 07:33:00','&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\"><img class=\"alignnone size-full wp-image-266\" title=\"salvation1\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/salvation1.png\" alt=\"\" width=\"676\" height=\"134\" /></a>\r\n[slide name=\"More Info\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:33:00','2012-07-31 07:33:00','',269,'http://raylsmith.org/269-revision-12/',0,'revision','',0),(286,1,'2012-07-31 07:34:55','2012-07-31 07:34:55','&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n[slide name=\"title2\"]slide content 2[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:34:55','2012-07-31 07:34:55','',269,'http://raylsmith.org/269-revision-14/',0,'revision','',0),(287,1,'2012-07-31 07:39:10','2012-07-31 07:39:10','&nbsp;\r\n\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/slide]\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"title2\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n\r\n[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:39:10','2012-07-31 07:39:10','',269,'http://raylsmith.org/269-revision-15/',0,'revision','',0),(288,1,'2012-07-31 07:40:51','2012-07-31 07:40:51','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n\r\n[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:40:51','2012-07-31 07:40:51','',269,'http://raylsmith.org/269-revision-16/',0,'revision','',0),(289,1,'2012-07-31 07:46:50','2012-07-31 07:46:50','','word','','inherit','open','open','','word','','','2012-07-31 07:46:50','2012-07-31 07:46:50','',269,'http://raylsmith.org/wp-content/uploads/2012/07/word.jpg',0,'attachment','image/jpeg',0),(290,1,'2012-07-31 07:42:18','2012-07-31 07:42:18','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n\r\n[/slide]\r\n[slide name=\"title3\"]slide content 3[/slide]\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:42:18','2012-07-31 07:42:18','',269,'http://raylsmith.org/269-revision-17/',0,'revision','',0),(291,1,'2012-07-31 07:53:31','2012-07-31 07:53:31','','worship','','inherit','open','open','','worship','','','2012-07-31 07:53:31','2012-07-31 07:53:31','',269,'http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg',0,'attachment','image/jpeg',0),(292,1,'2012-07-31 07:49:21','2012-07-31 07:49:21','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n[slide name=\"title4\"]slide content 4 [/slide]\r\n\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:49:21','2012-07-31 07:49:21','',269,'http://raylsmith.org/269-revision-18/',0,'revision','',0),(293,1,'2012-07-31 07:58:34','2012-07-31 07:58:34','','doers','','inherit','open','open','','doers','','','2012-07-31 07:58:34','2012-07-31 07:58:34','',269,'http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg',0,'attachment','image/jpeg',0),(294,1,'2012-07-31 07:54:42','2012-07-31 07:54:42','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n[slide name=\"title4\"]slide content 4 [/slide]\r\n\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:54:42','2012-07-31 07:54:42','',269,'http://raylsmith.org/269-revision-19/',0,'revision','',0),(480,1,'2012-08-31 15:15:31','2012-08-31 15:15:31','<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center><center></center><center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-5','','','2012-08-31 15:15:31','2012-08-31 15:15:31','',460,'http://raylsmith.org/460-revision-5/',0,'revision','',0),(296,1,'2012-07-31 08:06:19','2012-07-31 08:06:19','','fellowship','','inherit','open','open','','fellowship','','','2012-07-31 08:06:19','2012-07-31 08:06:19','',269,'http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg',0,'attachment','image/jpeg',0),(297,1,'2012-07-31 07:59:40','2012-07-31 07:59:40','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n[slide name=\"title4\"]slide content 4 [/slide]\r\n\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 07:59:40','2012-07-31 07:59:40','',269,'http://raylsmith.org/269-revision-20/',0,'revision','',0),(298,1,'2012-07-28 02:13:39','2012-07-28 02:13:39','<img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" />\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-28 02:13:39','2012-07-28 02:13:39','',2,'http://raylsmith.org/2-revision-58/',0,'revision','',0),(473,1,'2013-01-23 14:25:27','2013-01-23 14:25:27','<a href=\"http://raylsmith.org/message/\"><img class=\"alignnone  wp-image-842\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" width=\"336\" height=\"192\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone  wp-image-844\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" width=\"336\" height=\"192\" /></a>\n\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone  wp-image-846\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" width=\"336\" height=\"297\" /></a><img class=\"alignnone  wp-image-847\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" width=\"336\" height=\"297\" />\n\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-849\" alt=\"Online Church Membership\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png\" width=\"336\" height=\"270\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-850\" alt=\"Stay Connected\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png\" width=\"336\" height=\"270\" /></a>\n\n<a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone  wp-image-474\" alt=\"Women\'s Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" alt=\"Like us on Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" width=\"288\" height=\"288\" /></a>\n\n<a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone  wp-image-478\" alt=\"Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone  wp-image-569\" alt=\"Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" width=\"288\" height=\"288\" /></a>','News','','inherit','open','open','','460-autosave','','','2013-01-23 14:25:27','2013-01-23 14:25:27','',460,'http://raylsmith.org/460-autosave/',0,'revision','',0),(1150,1,'2013-01-23 14:24:23','2013-01-23 14:24:23','<a href=\"http://raylsmith.org/message/\"><img class=\"alignnone  wp-image-842\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" width=\"336\" height=\"192\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone  wp-image-844\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" width=\"336\" height=\"192\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone  wp-image-846\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" width=\"336\" height=\"297\" /></a><img class=\"alignnone  wp-image-847\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" width=\"336\" height=\"297\" />\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-849\" alt=\"Online Church Membership\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png\" width=\"336\" height=\"270\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-850\" alt=\"Stay Connected\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png\" width=\"336\" height=\"270\" /></a>\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone  wp-image-474\" alt=\"Women\'s Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" alt=\"Like us on Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" width=\"288\" height=\"288\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone  wp-image-478\" alt=\"Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone  wp-image-569\" alt=\"Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" width=\"288\" height=\"288\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-18','','','2013-01-23 14:24:23','2013-01-23 14:24:23','',460,'http://raylsmith.org/460-revision-18/',0,'revision','',0),(1149,1,'2012-11-12 07:44:42','2012-11-12 07:44:42','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-842\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" alt=\"Messages\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-844\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" alt=\"Sermons\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone size-full wp-image-846\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" alt=\"Womens Bible Study\" width=\"373\" height=\"330\" /></a><img class=\"alignnone size-full wp-image-847\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" alt=\"Partner with us\" width=\"373\" height=\"330\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone size-full wp-image-849\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png\" alt=\"Online Church Membership\" width=\"373\" height=\"300\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone size-full wp-image-850\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png\" alt=\"Stay Connected\" width=\"373\" height=\"300\" /></a></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-17','','','2012-11-12 07:44:42','2012-11-12 07:44:42','',460,'http://raylsmith.org/460-revision-17/',0,'revision','',0),(457,1,'2012-08-24 05:21:04','2012-08-24 05:21:04','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ministry Schedule Beginning</strong> </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">September 16th 2012 </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join us live for our online sermon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Sunday 10:30 am EST</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Come Experience God\'s presence</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">and Expect Your Miracle</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Thursday 7:00 pm EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Beginning November 22, 2012</span><strong><span style=\"color: #000000;\">\r\n</span></strong></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Receive Revelation, Direction and</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Understanding from the Bible.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Taught by Alice Smith</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Saturday 10:00 am EST</span></p>','Itinerary','','publish','closed','closed','','itinerary','','','2013-12-04 13:05:47','2013-12-04 13:05:47','',0,'http://raylsmith.org/?page_id=457',0,'page','',0),(1154,1,'2013-01-23 14:29:35','2013-01-23 14:29:35','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join us live for our online sermon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Live Prayer Service</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Come Experience God\'s presence</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">and Expect Your Miracle</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Beginning November 22, 2012</span><strong><span style=\"color: #000000;\">\r\n</span></strong></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Live Women\'s Bible Study</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Receive Revelation, Direction and</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Understanding from the Bible.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Taught by Alice Smith</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Saturday 10:00 am EST</span></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2013-01-23 14:29:35','2013-01-23 14:29:35','',457,'http://raylsmith.org/457-revision-14/',0,'revision','',0),(1153,1,'2013-01-23 14:29:10','2013-01-23 14:29:10','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join us live for our online sermon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Live Prayer Service</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Come Experience God\'s presence</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">and Expect Your Miracle</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Beginning November 22, 2012</span><strong><span style=\"color: #000000;\">\r\n</span></strong></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Live Women\'s Bible Study</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Receive Revelation, Direction and</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Understanding from the Bible.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Taught by Alice Smith</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Saturday 10:00 am EST</span></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2013-01-23 14:29:10','2013-01-23 14:29:10','',457,'http://raylsmith.org/457-revision-13/',0,'revision','',0),(301,1,'2012-08-01 01:37:22','2012-08-01 01:37:22','','service','','inherit','open','open','','service','','','2012-08-01 01:37:22','2012-08-01 01:37:22','',269,'http://raylsmith.org/wp-content/uploads/2012/07/service.jpg',0,'attachment','image/jpeg',0),(302,1,'2012-08-01 02:07:05','2012-08-01 02:07:05','','give','','inherit','open','open','','give','','','2012-08-01 02:07:05','2012-08-01 02:07:05','',269,'http://raylsmith.org/wp-content/uploads/2012/07/give.jpg',0,'attachment','image/jpeg',0),(303,1,'2012-08-01 02:14:53','2012-08-01 02:14:53','','love','','inherit','open','open','','love','','','2012-08-01 02:14:53','2012-08-01 02:14:53','',269,'http://raylsmith.org/wp-content/uploads/2012/07/love.jpg',0,'attachment','image/jpeg',0),(304,1,'2012-08-01 02:21:07','2012-08-01 02:21:07','','baptism','','inherit','open','open','','baptism','','','2012-08-01 02:21:07','2012-08-01 02:21:07','',269,'http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg',0,'attachment','image/jpeg',0),(305,1,'2012-07-31 08:08:22','2012-07-31 08:08:22','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n[slide name=\"title4\"]slide content 4 [/slide]\r\n\r\n[slide name=\"title4\"]slide content 4 [/slide]\r\n\r\n[/accordion]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-07-31 08:08:22','2012-07-31 08:08:22','',269,'http://raylsmith.org/269-revision-21/',0,'revision','',0),(306,1,'2012-08-01 02:22:28','2012-08-01 02:22:28','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us\r\nbeing baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today\r\nwho desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:22:28','2012-08-01 02:22:28','',269,'http://raylsmith.org/269-revision-22/',0,'revision','',0),(307,1,'2012-08-01 02:23:56','2012-08-01 02:23:56','[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:23:56','2012-08-01 02:23:56','',269,'http://raylsmith.org/269-revision-23/',0,'revision','',0),(308,1,'2012-08-01 02:24:32','2012-08-01 02:24:32','[callout1]ACQUIRE THE BLESSED LIFE[/callout1]\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:24:32','2012-08-01 02:24:32','',269,'http://raylsmith.org/269-revision-24/',0,'revision','',0),(309,1,'2012-08-01 02:24:45','2012-08-01 02:24:45','<p style=\"text-align: center;\">[callout1]ACQUIRE THE BLESSED LIFE[/callout1]</p>\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:24:45','2012-08-01 02:24:45','',269,'http://raylsmith.org/269-revision-25/',0,'revision','',0),(310,1,'2012-08-01 02:25:29','2012-08-01 02:25:29','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:25:29','2012-08-01 02:25:29','',269,'http://raylsmith.org/269-revision-26/',0,'revision','',0),(311,1,'2012-08-01 14:01:01','2012-08-01 14:01:01','','baptism','','inherit','open','open','','baptism-2','','','2012-08-01 14:01:01','2012-08-01 14:01:01','',269,'http://raylsmith.org/wp-content/uploads/2012/07/baptism1.jpg',0,'attachment','image/jpeg',0),(313,1,'2012-08-01 14:05:20','2012-08-01 14:05:20','','love','','inherit','open','open','','love-2','','','2012-08-01 14:05:20','2012-08-01 14:05:20','',269,'http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg',0,'attachment','image/jpeg',0),(312,1,'2012-08-01 02:25:42','2012-08-01 02:25:42','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-304\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','ACQUIRE THE BLESSED LIFE','','inherit','open','open','','269-revision-v1','','','2012-08-01 02:25:42','2012-08-01 02:25:42','',269,'http://raylsmith.org/269-revision-27/',0,'revision','',0),(314,1,'2012-08-01 14:02:04','2012-08-01 14:02:04','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-303\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-311\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism1.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-01 14:02:04','2012-08-01 14:02:04','',269,'http://raylsmith.org/269-revision-28/',0,'revision','',0),(315,1,'2012-08-01 14:27:31','2012-08-01 14:27:31','','womenbiblestudy','','inherit','open','open','','womenbiblestudy','','','2012-08-01 14:27:31','2012-08-01 14:27:31','',0,'http://raylsmith.org/wp-content/uploads/2012/08/womenbiblestudy.jpg',0,'attachment','image/jpeg',0),(316,1,'2012-07-31 15:19:00','2012-07-31 15:19:00','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-07-31 15:19:00','2012-07-31 15:19:00','',2,'http://raylsmith.org/2-revision-59/',0,'revision','',0),(317,1,'2012-08-01 14:28:28','2012-08-01 14:28:28','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womenbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-01 14:28:28','2012-08-01 14:28:28','',2,'http://raylsmith.org/2-revision-60/',0,'revision','',0),(318,1,'2012-08-06 03:00:40','2012-08-06 03:00:40','<p style=\"text-align: center;\"><img class=\"size-full wp-image-561 aligncenter\" style=\"border: 0px none;\" alt=\"Bread\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\nJesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>\r\n<img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>\r\n\r\nThe grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>\r\n\r\nHeaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n&nbsp;\r\n\r\nAnd this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>\r\n\r\nKnowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\nFor whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>\r\n\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>\r\n\r\nNay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','publish','closed','closed','','bread-of-life','','','2013-02-01 08:09:22','2013-02-01 08:09:22','',0,'http://raylsmith.org/?page_id=318',0,'page','',0),(319,1,'2012-08-06 03:00:30','2012-08-06 03:00:30','','Auto Draft','','inherit','open','open','','318-revision','','','2012-08-06 03:00:30','2012-08-06 03:00:30','',318,'http://raylsmith.org/318-revision/',0,'revision','',0),(320,1,'2012-08-06 03:00:40','2012-08-06 03:00:40','','Bread','','inherit','open','open','','318-revision-2','','','2012-08-06 03:00:40','2012-08-06 03:00:40','',318,'http://raylsmith.org/318-revision-2/',0,'revision','',0),(321,1,'2013-02-01 08:08:54','2013-02-01 08:08:54','<p style=\"text-align: center;\"><img class=\"size-full wp-image-561 aligncenter\" style=\"border: 0px none;\" alt=\"Bread\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" width=\"720\" height=\"87\" /></p>\n\n<h1 style=\"text-align: center;\">BREAD</h1>\nJesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>\n<img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>\n\nThe grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>\n\nHeaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>\n\n&nbsp;\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\n&nbsp;\n\nAnd this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\nHeritage. - <strong>1 John 5:14-15</strong>\n\nKnowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>\n\n&nbsp;\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\nFor whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>\n\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>\n\nNay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\n\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-autosave','','','2013-02-01 08:08:54','2013-02-01 08:08:54','',318,'http://raylsmith.org/318-autosave/',0,'revision','',0),(322,1,'2012-08-06 03:03:51','2012-08-06 03:03:51','','Bread','','inherit','open','open','','318-revision-3','','','2012-08-06 03:03:51','2012-08-06 03:03:51','',318,'http://raylsmith.org/318-revision-3/',0,'revision','',0),(323,1,'2012-08-06 03:14:20','2012-08-06 03:14:20','<blockquote>Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth\r\nof God.\" <strong>Matt 4:4</strong></blockquote>\r\nOur spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.\r\n\r\nThese are other attributes of God\'s word.\r\n\r\nThe Word of God is our Foundation.\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n\r\n\r\n\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.\r\n</blockquote>\r\n\r\n\r\n\r\n\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.\r\n</blockquote>\r\n\r\n\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n\r\n\r\n\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n\r\n\r\n\r\n\r\n\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n\r\n\r\n\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n\r\n\r\n\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n\r\n\r\n\r\n\r\n\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n\r\n\r\n\r\n\r\n\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\n\r\n\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-4','','','2012-08-06 03:14:20','2012-08-06 03:14:20','',318,'http://raylsmith.org/318-revision-4/',0,'revision','',0),(324,1,'2012-08-06 03:22:17','2012-08-06 03:22:17','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\nOur spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.\r\n\r\nThese are other attributes of God\'s word.\r\n\r\nThe Word of God is our Foundation.\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-5','','','2012-08-06 03:22:17','2012-08-06 03:22:17','',318,'http://raylsmith.org/318-revision-5/',0,'revision','',0),(325,1,'2012-08-06 03:23:35','2012-08-06 03:23:35','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h2]\r\n\r\nOur spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.\r\n\r\nThese are other attributes of God\'s word.\r\n\r\nThe Word of God is our Foundation.\r\n\r\n[/h2]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-6','','','2012-08-06 03:23:35','2012-08-06 03:23:35','',318,'http://raylsmith.org/318-revision-6/',0,'revision','',0),(326,1,'2012-08-06 03:23:55','2012-08-06 03:23:55','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h4]\r\n\r\nOur spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.\r\n\r\nThese are other attributes of God\'s word.\r\n\r\nThe Word of God is our Foundation.\r\n\r\n[/h4]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-7','','','2012-08-06 03:23:55','2012-08-06 03:23:55','',318,'http://raylsmith.org/318-revision-7/',0,'revision','',0),(327,1,'2012-08-06 03:24:17','2012-08-06 03:24:17','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\nOur spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.\r\n\r\nThese are other attributes of God\'s word.\r\n\r\nThe Word of God is our Foundation.\r\n\r\n[/h6]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-8','','','2012-08-06 03:24:17','2012-08-06 03:24:17','',318,'http://raylsmith.org/318-revision-8/',0,'revision','',0),(328,1,'2012-08-06 03:24:55','2012-08-06 03:24:55','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-9','','','2012-08-06 03:24:55','2012-08-06 03:24:55','',318,'http://raylsmith.org/318-revision-9/',0,'revision','',0),(329,1,'2012-08-06 03:25:20','2012-08-06 03:25:20','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-10','','','2012-08-06 03:25:20','2012-08-06 03:25:20','',318,'http://raylsmith.org/318-revision-10/',0,'revision','',0),(330,1,'2012-08-06 03:26:02','2012-08-06 03:26:02','[notify_box font_size=\"15px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-11','','','2012-08-06 03:26:02','2012-08-06 03:26:02','',318,'http://raylsmith.org/318-revision-11/',0,'revision','',0),(331,1,'2012-08-06 03:26:23','2012-08-06 03:26:23','[notify_box font_size=\"14px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n&nbsp;\r\n<blockquote><strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</blockquote>\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-12','','','2012-08-06 03:26:23','2012-08-06 03:26:23','',318,'http://raylsmith.org/318-revision-12/',0,'revision','',0),(332,1,'2012-08-06 03:27:24','2012-08-06 03:27:24','[notify_box font_size=\"14px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"14px\" style=\"blue\"]<strong>Matt 7:24-25</strong>\r\n\r\n<sup>24</sup> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<sup>25</sup> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.[/notify_box]\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-13','','','2012-08-06 03:27:24','2012-08-06 03:27:24','',318,'http://raylsmith.org/318-revision-13/',0,'revision','',0),(333,1,'2012-08-06 03:32:39','2012-08-06 03:32:39','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:\r\n\r\n<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock. <strong>Matt 7:24-25</strong>[/notify_box]\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-14','','','2012-08-06 03:32:39','2012-08-06 03:32:39','',318,'http://raylsmith.org/318-revision-14/',0,'revision','',0),(334,1,'2012-08-06 03:34:38','2012-08-06 03:34:38','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<p><span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:</p>\r\n\r\n<p><span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.</p>  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-15','','','2012-08-06 03:34:38','2012-08-06 03:34:38','',318,'http://raylsmith.org/318-revision-15/',0,'revision','',0),(335,1,'2012-08-06 03:35:27','2012-08-06 03:35:27','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n<blockquote><strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.</blockquote>\r\n<blockquote><strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.</blockquote>\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n<blockquote><strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:\r\n\r\n<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.</blockquote>\r\n<blockquote><strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.\r\n\r\n<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.</blockquote>\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n<blockquote><strong>John 5:4</strong>\r\n\r\n<sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.</blockquote>\r\n<blockquote><strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.</blockquote>\r\n<blockquote><strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.</blockquote>\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-16','','','2012-08-06 03:35:27','2012-08-06 03:35:27','',318,'http://raylsmith.org/318-revision-16/',0,'revision','',0),(336,1,'2012-08-06 03:39:01','2012-08-06 03:39:01','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong>\r\n<sup>8</sup> The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong>\r\n<sup>35</sup>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n\r\n<strong>The Word of God give presents our Legal Rights.</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong>\r\n<sup>14</sup> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<sup>15</sup> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-17','','','2012-08-06 03:39:01','2012-08-06 03:39:01','',318,'http://raylsmith.org/318-revision-17/',0,'revision','',0),(344,1,'2012-08-06 08:24:30','2012-08-06 08:24:30','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n<p style=\"text-align: center;\">[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n<p style=\"text-align: center;\"><strong>[h6]In the Word of God our Victory is guaranteed.[/h6]</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-25','','','2012-08-06 08:24:30','2012-08-06 08:24:30','',318,'http://raylsmith.org/318-revision-25/',0,'revision','',0),(337,1,'2012-08-06 03:41:54','2012-08-06 03:41:54','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n\r\n<strong>&lt;h6&gt;The Word of God give presents our Legal Rights.</strong>&lt;/h6&gt;\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-18','','','2012-08-06 03:41:54','2012-08-06 03:41:54','',318,'http://raylsmith.org/318-revision-18/',0,'revision','',0),(338,1,'2012-08-06 03:49:11','2012-08-06 03:49:11','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n\r\n[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-19','','','2012-08-06 03:49:11','2012-08-06 03:49:11','',318,'http://raylsmith.org/318-revision-19/',0,'revision','',0),(342,1,'2012-08-06 08:20:22','2012-08-06 08:20:22','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n<p style=\"text-align: center;\">[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong> - <span style=\"color: #ff0000;\"><sup>(20)</sup></span> Knowing this first, that no prophecy of the scripture is of any private interpretation.<span style=\"color: #ff0000;\"><sup>(21)</sup></span> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n<p style=\"text-align: center;\"><strong>[h6]In the Word of God our Victory is guaranteed.[/h6]</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <span style=\"color: #ff0000;\"><sup>(4)</sup></span> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6 - </strong><span style=\"color: #ff0000;\"><sup>(6)</sup></span>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong> - <span style=\"color: #ff0000;\"><sup>(37)</sup></span>Nay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-23','','','2012-08-06 08:20:22','2012-08-06 08:20:22','',318,'http://raylsmith.org/318-revision-23/',0,'revision','',0),(339,1,'2012-08-06 08:15:35','2012-08-06 08:15:35','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n\r\n[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong>\r\n<sup>20</sup> Knowing this first, that no prophecy of the scripture is of any private interpretation.<sup>21</sup> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n\r\n<strong>In the Word of God our Victory is guaranteed.</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <sup>4</sup> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6</strong>\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong>\r\nNay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\nThere we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.','Bread','','inherit','open','open','','318-revision-20','','','2012-08-06 08:15:35','2012-08-06 08:15:35','',318,'http://raylsmith.org/318-revision-20/',0,'revision','',0),(343,1,'2012-08-06 08:23:41','2012-08-06 08:23:41','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n<p style=\"text-align: center;\">[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n<p style=\"text-align: center;\"><strong>[h6]In the Word of God our Victory is guaranteed.[/h6]</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-24','','','2012-08-06 08:23:41','2012-08-06 08:23:41','',318,'http://raylsmith.org/318-revision-24/',0,'revision','',0),(340,1,'2012-08-06 08:19:32','2012-08-06 08:19:32','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n<p style=\"text-align: center;\">[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong> - <span style=\"color: #ff0000;\"><sup>(20)</sup></span> Knowing this first, that no prophecy of the scripture is of any private interpretation.<span style=\"color: #ff0000;\"><sup>(21)</sup></span> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n<p style=\"text-align: center;\"><strong>[h6]In the Word of God our Victory is guaranteed.[/h6]</strong></p>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <span style=\"color: #ff0000;\"><sup>(4)</sup></span> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6 - </strong><span style=\"color: #ff0000;\"><sup>(6)</sup></span>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong> - <span style=\"color: #ff0000;\"><sup>(37)</sup></span>Nay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-21','','','2012-08-06 08:19:32','2012-08-06 08:19:32','',318,'http://raylsmith.org/318-revision-21/',0,'revision','',0),(341,1,'2012-08-06 08:20:02','2012-08-06 08:20:02','[notify_box font_size=\"13px\" style=\"red\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\n<span style=\"color: #ff0000;\">(<sup>24)</sup></span> Therefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:<span style=\"color: #ff0000;\"><sup>(25)</sup></span> And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Isa 40:8</strong> - <span style=\"color: #ff0000;\"><sup>(8)</sup></span>The grass withereth, the flower fadeth: but the word of our God shall stand for ever.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Matthew 24:35</strong> - <span style=\"color: #ff0000;\"><sup>(35)</sup></span>Heaven and earth shall pass away, but my words shall not pass away.[/notify_box]\r\n<p style=\"text-align: center;\">[h6]<strong>The Word of God give presents our Legal Rights.</strong>[/h6]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 John 5:14-15</strong> - <span style=\"color: #ff0000;\"><sup>(14)</sup></span> And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us:<span style=\"color: #ff0000;\"><sup>(15)</sup></span> And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>1 Peter 1:20-21</strong> - <span style=\"color: #ff0000;\"><sup>(20)</sup></span> Knowing this first, that no prophecy of the scripture is of any private interpretation.<span style=\"color: #ff0000;\"><sup>(21)</sup></span> For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost.[/notify_box]\r\n<p style=\"text-align: center;\"><strong>[h6]In the Word of God our Victory is guaranteed.[/h6]</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>John 5:4</strong> - <span style=\"color: #ff0000;\"><sup>(4)</sup></span> For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Hosea 4:6 - </strong><span style=\"color: #ff0000;\"><sup>(6)</sup></span>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong>Romans 8:37</strong> - <span style=\"color: #ff0000;\"><sup>(37)</sup></span>Nay, in all these things we are more than conquerors through him that loved us.[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-22','','','2012-08-06 08:20:02','2012-08-06 08:20:02','',318,'http://raylsmith.org/318-revision-22/',0,'revision','',0),(345,1,'2012-08-06 08:25:40','2012-08-06 08:25:40','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-26','','','2012-08-06 08:25:40','2012-08-06 08:25:40','',318,'http://raylsmith.org/318-revision-26/',0,'revision','',0),(346,1,'2012-08-06 08:36:10','2012-08-06 08:36:10','<p style=\"text-align: center;\"><img class=\"size-full wp-image-565 aligncenter\" style=\"border: 0px none;\" alt=\"Rest\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/rest2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">REST</h1>\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And no one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n&nbsp;\r\n\r\nCome unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n\r\nTake my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>\r\n\r\nHe staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>\r\n\r\nFor I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>','Rest','','publish','closed','closed','','rest-in-god','','','2013-02-01 08:05:13','2013-02-01 08:05:13','',0,'http://raylsmith.org/?page_id=346',0,'page','',0),(347,1,'2012-08-06 08:35:20','2012-08-06 08:35:20','Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\n\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\n\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\n\nCome unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\n\nTake my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>\nHe staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>\n\nFor I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>','Rest','','inherit','open','open','','346-revision','','','2012-08-06 08:35:20','2012-08-06 08:35:20','',346,'http://raylsmith.org/346-revision/',0,'revision','',0),(348,1,'2013-02-01 08:05:13','2013-02-01 08:05:13','<p style=\"text-align: center;\"><img class=\"size-full wp-image-565 aligncenter\" style=\"border: 0px none;\" alt=\"Rest\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/rest2.png\" width=\"720\" height=\"87\" /></p>\n\n<h1 style=\"text-align: center;\">REST</h1>\n&nbsp;\n\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\n\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And no one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\n\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\n\n&nbsp;\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\n&nbsp;\n\nCome unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\n\nTake my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>\n\nHe staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>\n\nFor I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>','Rest','','inherit','open','open','','346-autosave','','','2013-02-01 08:05:13','2013-02-01 08:05:13','',346,'http://raylsmith.org/346-autosave/',0,'revision','',0),(349,1,'2012-08-06 08:36:10','2012-08-06 08:36:10','Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-2','','','2012-08-06 08:36:10','2012-08-06 08:36:10','',346,'http://raylsmith.org/346-revision-2/',0,'revision','',0),(350,1,'2012-08-06 08:38:16','2012-08-06 08:38:16','Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-3','','','2012-08-06 08:38:16','2012-08-06 08:38:16','',346,'http://raylsmith.org/346-revision-3/',0,'revision','',0),(351,1,'2012-08-06 08:39:46','2012-08-06 08:39:46','[h6]Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES[/h6]</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-4','','','2012-08-06 08:39:46','2012-08-06 08:39:46','',346,'http://raylsmith.org/346-revision-4/',0,'revision','',0),(352,1,'2012-08-06 08:41:10','2012-08-06 08:41:10','[h6]Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.[/h6]\r\n\r\n[h6]<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-5','','','2012-08-06 08:41:10','2012-08-06 08:41:10','',346,'http://raylsmith.org/346-revision-5/',0,'revision','',0),(353,1,'2012-08-06 08:41:46','2012-08-06 08:41:46','[h6]\r\n\r\nMost of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-6','','','2012-08-06 08:41:46','2012-08-06 08:41:46','',346,'http://raylsmith.org/346-revision-6/',0,'revision','',0),(372,1,'2012-08-06 08:52:34','2012-08-06 08:52:34','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenate partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\n5 min sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-06 08:52:34','2012-08-06 08:52:34','',2,'http://raylsmith.org/2-revision-63/',0,'revision','',0),(355,1,'2012-08-06 08:50:36','2012-08-06 08:50:36','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenate  partnership or online church membership.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\n5 min sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you!  Bring your tithers and offering to the storehouse.\r\n<a href=\"http://raylsmith.org/giving2/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet. \r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-06 08:50:36','2012-08-06 08:50:36','',2,'http://raylsmith.org/2-revision-62/',0,'revision','',0),(354,1,'2012-08-03 06:38:15','2012-08-03 06:38:15','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nMauris blandit mollis eleifend. Morbi a sem urna. Integer accumsan, nunc ac accumsan sagittis.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n<p style=\"text-align: right;\">Read more...</p>\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nCurabitur eget orci at enim dapibus ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive, and it shall be given unto you; good measure, pressed down, and shaken together, and...\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Read more...</a>\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae\r\n\r\nRead more...\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nRead more...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-03 06:38:15','2012-08-03 06:38:15','',2,'http://raylsmith.org/2-revision-61/',0,'revision','',0),(356,1,'2012-07-02 12:00:14','2012-07-02 12:00:14','','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-07-02 12:00:14','2012-07-02 12:00:14','',31,'http://raylsmith.org/31-revision-3/',0,'revision','',0),(358,1,'2012-08-06 08:54:43','2012-08-06 08:54:43','','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-06 08:54:43','2012-08-06 08:54:43','',31,'http://raylsmith.org/31-revision-4/',0,'revision','',0),(359,1,'2012-08-06 09:36:07','2012-08-06 09:36:07','[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-06 09:36:07','2012-08-06 09:36:07','',31,'http://raylsmith.org/31-revision-5/',0,'revision','',0),(360,1,'2012-08-06 09:36:52','2012-08-06 09:36:52','[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-06 09:36:52','2012-08-06 09:36:52','',31,'http://raylsmith.org/31-revision-6/',0,'revision','',0),(361,1,'2012-08-06 09:37:24','2012-08-06 09:37:24','[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-06 09:37:24','2012-08-06 09:37:24','',31,'http://raylsmith.org/31-revision-7/',0,'revision','',0),(362,1,'2012-08-06 09:47:29','2012-08-06 09:47:29','','giving4','','inherit','open','open','','giving4','','','2012-08-06 09:47:29','2012-08-06 09:47:29','',269,'http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg',0,'attachment','image/jpeg',0),(363,1,'2012-08-01 14:06:06','2012-08-01 14:06:06','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/give.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-311\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism1.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-01 14:06:06','2012-08-01 14:06:06','',269,'http://raylsmith.org/269-revision-29/',0,'revision','',0),(364,1,'2012-08-06 09:52:25','2012-08-06 09:52:25','','christian-fellowship','','inherit','open','open','','christian-fellowship','','','2012-08-06 09:52:25','2012-08-06 09:52:25','',269,'http://raylsmith.org/wp-content/uploads/2012/07/christian-fellowship.jpg',0,'attachment','image/jpeg',0),(365,1,'2012-08-06 09:48:23','2012-08-06 09:48:23','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-296\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-311\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism1.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-06 09:48:23','2012-08-06 09:48:23','',269,'http://raylsmith.org/269-revision-30/',0,'revision','',0),(366,1,'2012-08-06 09:56:28','2012-08-06 09:56:28','','baptism','','inherit','open','open','','baptism-3','','','2012-08-06 09:56:28','2012-08-06 09:56:28','',269,'http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg',0,'attachment','image/jpeg',0),(367,1,'2012-08-06 09:52:57','2012-08-06 09:52:57','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-364\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/christian-fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-311\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism1.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-06 09:52:57','2012-08-06 09:52:57','',269,'http://raylsmith.org/269-revision-31/',0,'revision','',0),(368,1,'2012-08-06 10:20:50','2012-08-06 10:20:50','<p style=\"text-align: center;\"><img class=\"size-full wp-image-567 aligncenter\" style=\"border: 0px none;\" alt=\"Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">VISION</h1>\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>\r\n\r\n&nbsp;\r\n\r\nHave you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\r\n\r\nBut as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>\r\n\r\nAnd God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future.\r\n\r\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\r\n\r\nAnd finally we must speak what God has shown us.\r\n\r\nIt is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>\r\n\r\nTherefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\r\n\r\nAnd Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>','Vision','','publish','closed','closed','','our-vision','','','2013-02-01 08:19:22','2013-02-01 08:19:22','',0,'http://raylsmith.org/?page_id=368',0,'page','',0),(369,1,'2012-08-06 10:20:04','2012-08-06 10:20:04','[h6]Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\n\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\n\nHave you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\n\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.[/h6]\n\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\n\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\n\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\n\n[h6]And finally we must speak what God has shown us.\n[/h6]\n\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\n\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\n\n[/h6]\n\n[h6]SCRIPTURE REFERENCE[/h6]\n\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\n\nAnd Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>','Vision','','inherit','open','open','','368-revision','','','2012-08-06 10:20:04','2012-08-06 10:20:04','',368,'http://raylsmith.org/368-revision/',0,'revision','',0),(370,1,'2013-02-01 08:20:26','2013-02-01 08:20:26','<p style=\"text-align: center;\"><img class=\"size-full wp-image-567 aligncenter\" style=\"border: 0px none;\" alt=\"Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" width=\"720\" height=\"87\" /></p>\n\n<h1 style=\"text-align: center;\">VISION</h1>\n&nbsp;\n\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>\n\n&nbsp;\n\nHave you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\n\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\n\nBut as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>\n\nAnd God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future.\n\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\n\nAnd finally we must speak what God has shown us.\n\nIt is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>\n\nTherefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\n\nAnd Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>','Vision','','inherit','open','open','','368-autosave','','','2013-02-01 08:20:26','2013-02-01 08:20:26','',368,'http://raylsmith.org/368-autosave/',0,'revision','',0),(1260,1,'2013-02-01 08:18:33','2013-02-01 08:18:33','<p style=\"text-align: center;\"><img class=\"size-full wp-image-567 aligncenter\" style=\"border: 0px none;\" alt=\"Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">VISION</h1>\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\r\n\r\n&nbsp;\r\n\r\nBut as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>\r\n\r\nAnd God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future.\r\n\r\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\r\n\r\nAnd finally we must speak what God has shown us.\r\n\r\nIt is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>\r\n\r\nTherefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n<strong>SCRIPTURE REFERENCE</strong>\r\n\r\nAnd the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>\r\n\r\nAnd Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>','Vision','','inherit','open','open','','368-revision-10','','','2013-02-01 08:18:33','2013-02-01 08:18:33','',368,'http://raylsmith.org/368-revision-10/',0,'revision','',0),(1259,1,'2012-09-17 14:20:46','2012-09-17 14:20:46','<img class=\"alignnone size-full wp-image-567\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" alt=\"Vision\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n&nbsp;\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-9','','','2012-09-17 14:20:46','2012-09-17 14:20:46','',368,'http://raylsmith.org/368-revision-9/',0,'revision','',0),(415,1,'2012-08-07 05:39:16','2012-08-07 05:39:16','<h1 style=\"text-align: center;\">REST</h1>\r\n[h6]\r\n\r\n<strong>Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.</strong>\r\n\r\n<strong>In other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.</strong>\r\n\r\n<strong>But it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.</strong>\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-9','','','2012-08-07 05:39:16','2012-08-07 05:39:16','',346,'http://raylsmith.org/346-revision-9/',0,'revision','',0),(371,1,'2012-08-06 10:20:50','2012-08-06 10:20:50','[h6]Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\r\n\r\nHave you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-2','','','2012-08-06 10:20:50','2012-08-06 10:20:50','',368,'http://raylsmith.org/368-revision-2/',0,'revision','',0),(373,1,'2012-08-07 05:07:15','2012-08-07 05:07:15','','fellowship','','inherit','open','open','','fellowship-2','','','2012-08-07 05:07:15','2012-08-07 05:07:15','',269,'http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg',0,'attachment','image/jpeg',0),(375,1,'2012-08-07 05:11:55','2012-08-07 05:11:55','','service','','inherit','open','open','','service-2','','','2012-08-07 05:11:55','2012-08-07 05:11:55','',269,'http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg',0,'attachment','image/jpeg',0),(374,1,'2012-08-06 09:56:56','2012-08-06 09:56:56','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-364\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/christian-fellowship.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-06 09:56:56','2012-08-06 09:56:56','',269,'http://raylsmith.org/269-revision-32/',0,'revision','',0),(376,1,'2012-08-07 05:07:49','2012-08-07 05:07:49','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-301\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-07 05:07:49','2012-08-07 05:07:49','',269,'http://raylsmith.org/269-revision-33/',0,'revision','',0),(377,1,'2012-08-07 05:15:02','2012-08-07 05:15:02','','love','','inherit','open','open','','love-3','','','2012-08-07 05:15:02','2012-08-07 05:15:02','',269,'http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg',0,'attachment','image/jpeg',0),(378,1,'2012-08-07 05:13:05','2012-08-07 05:13:05','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-313\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love1.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-07 05:13:05','2012-08-07 05:13:05','',269,'http://raylsmith.org/269-revision-34/',0,'revision','',0),(379,1,'2012-08-06 08:27:15','2012-08-06 08:27:15','[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-27','','','2012-08-06 08:27:15','2012-08-06 08:27:15','',318,'http://raylsmith.org/318-revision-27/',0,'revision','',0),(380,1,'2012-08-07 05:35:11','2012-08-07 05:35:11','<p style=\"text-align: center;\">[callout2]BREAD[/callout2]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-28','','','2012-08-07 05:35:11','2012-08-07 05:35:11','',318,'http://raylsmith.org/318-revision-28/',0,'revision','',0),(381,1,'2012-08-07 05:35:34','2012-08-07 05:35:34','<p style=\"text-align: center;\">[callout1]BREAD[/callout1]</p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-29','','','2012-08-07 05:35:34','2012-08-07 05:35:34','',318,'http://raylsmith.org/318-revision-29/',0,'revision','',0),(382,1,'2012-08-07 05:36:29','2012-08-07 05:36:29','<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\">Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the <strong>Bible</strong>.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</p>\r\n<p style=\"text-align: center;\">These are other attributes of God\'s word. The Word of God is our Foundation.</p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-30','','','2012-08-07 05:36:29','2012-08-07 05:36:29','',318,'http://raylsmith.org/318-revision-30/',0,'revision','',0),(383,1,'2012-08-06 08:42:17','2012-08-06 08:42:17','[h6]\r\n\r\nMost of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-7','','','2012-08-06 08:42:17','2012-08-06 08:42:17','',346,'http://raylsmith.org/346-revision-7/',0,'revision','',0),(384,1,'2012-08-07 05:38:43','2012-08-07 05:38:43','<h1 style=\"text-align: center;\">REST</h1>\r\n[h6]\r\n\r\nMost of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.\r\n\r\nIn other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And now one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.\r\n\r\nBut it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-8','','','2012-08-07 05:38:43','2012-08-07 05:38:43','',346,'http://raylsmith.org/346-revision-8/',0,'revision','',0),(385,1,'2012-08-06 09:37:52','2012-08-06 09:37:52','[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-06 09:37:52','2012-08-06 09:37:52','',31,'http://raylsmith.org/31-revision-8/',0,'revision','',0),(386,1,'2012-08-07 05:40:45','2012-08-07 05:40:45','<h1 style=\"text-align: center;\">TESTIMONIAL</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-07 05:40:45','2012-08-07 05:40:45','',31,'http://raylsmith.org/31-revision-9/',0,'revision','',0),(387,1,'2012-08-07 05:41:35','2012-08-07 05:41:35','<h1 style=\"text-align: center;\">TESTIMONIAL</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\n<strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong>\r\n\r\n<strong>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.</strong>\r\n\r\n<strong>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.</strong>\r\n\r\n<strong>Women was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.</strong>\r\n\r\n<strong>Young man healed of scoliosis.</strong>\r\n\r\n<strong>Young girl ear canals healed.</strong>\r\n\r\n<strong>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</strong>\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-07 05:41:35','2012-08-07 05:41:35','',31,'http://raylsmith.org/31-revision-10/',0,'revision','',0),(388,1,'2012-07-28 01:59:15','2012-07-28 01:59:15','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">[arrow_list]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item]\r\n\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-5','','','2012-07-28 01:59:15','2012-07-28 01:59:15','',149,'http://raylsmith.org/149-revision-5/',0,'revision','',0),(389,1,'2012-08-07 05:46:32','2012-08-07 05:46:32','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n\r\n[arrow_list]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n\r\n[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item]\r\n\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-6','','','2012-08-07 05:46:32','2012-08-07 05:46:32','',149,'http://raylsmith.org/149-revision-6/',0,'revision','',0),(390,1,'2012-08-07 05:51:58','2012-08-07 05:51:58','httpv://www.youtube.com/watch?v=ZJnjVBFrXf8v','How to Deal with Stress','','inherit','open','open','','145-autosave','','','2012-08-07 05:51:58','2012-08-07 05:51:58','',145,'http://raylsmith.org/145-autosave/',0,'revision','',0),(391,1,'2012-08-07 05:51:29','2012-08-07 05:51:29','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE[arrow_list]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item][list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-7','','','2012-08-07 05:51:29','2012-08-07 05:51:29','',149,'http://raylsmith.org/149-revision-7/',0,'revision','',0),(392,1,'2012-08-07 06:08:14','2012-08-07 06:08:14','','giftfromGod','','inherit','open','open','','giftfromgod','','','2012-08-07 06:08:14','2012-08-07 06:08:14','',0,'http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg',0,'attachment','image/jpeg',0),(393,1,'2012-08-07 05:58:22','2012-08-07 05:58:22','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE[arrow_list][list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item][list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-8','','','2012-08-07 05:58:22','2012-08-07 05:58:22','',149,'http://raylsmith.org/149-revision-8/',0,'revision','',0),(394,1,'2012-08-07 06:18:04','2012-08-07 06:18:04','','womensbiblestudy','','inherit','open','open','','womensbiblestudy','','','2012-08-07 06:18:04','2012-08-07 06:18:04','',0,'http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg',0,'attachment','image/jpeg',0),(395,1,'2012-08-07 06:09:19','2012-08-07 06:09:19','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE[arrow_list][list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item][list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item][list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-9','','','2012-08-07 06:09:19','2012-08-07 06:09:19','',149,'http://raylsmith.org/149-revision-9/',0,'revision','',0),(402,1,'2012-08-07 07:04:25','2012-08-07 07:04:25','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-16','','','2012-08-07 07:04:25','2012-08-07 07:04:25','',149,'http://raylsmith.org/149-revision-16/',0,'revision','',0),(400,1,'2012-08-07 06:57:43','2012-08-07 06:57:43','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Women\'s Bible Study</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 24, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-14','','','2012-08-07 06:57:43','2012-08-07 06:57:43','',149,'http://raylsmith.org/149-revision-14/',0,'revision','',0),(399,1,'2012-08-07 06:55:51','2012-08-07 06:55:51','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Women\'s Bible Study</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 24, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-13','','','2012-08-07 06:55:51','2012-08-07 06:55:51','',149,'http://raylsmith.org/149-revision-13/',0,'revision','',0),(396,1,'2012-08-07 06:20:05','2012-08-07 06:20:05','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE[arrow_list][list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item][list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item][list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY[arrow_list]\r\n[list_item]Path[/list_item][list_item]Path[/list_item][list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item][list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-10','','','2012-08-07 06:20:05','2012-08-07 06:20:05','',149,'http://raylsmith.org/149-revision-10/',0,'revision','',0),(401,1,'2012-08-07 07:03:42','2012-08-07 07:03:42','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-15','','','2012-08-07 07:03:42','2012-08-07 07:03:42','',149,'http://raylsmith.org/149-revision-15/',0,'revision','',0),(398,1,'2012-08-07 06:53:09','2012-08-07 06:53:09','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Women\'s Bible Study</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 24, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-12','','','2012-08-07 06:53:09','2012-08-07 06:53:09','',149,'http://raylsmith.org/149-revision-12/',0,'revision','',0),(397,1,'2012-08-07 06:49:37','2012-08-07 06:49:37','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/womensbiblestudy.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WOMEN\'S BIBLE STUDY</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">Women\'s Bible Study</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td>DATE[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 24, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-11','','','2012-08-07 06:49:37','2012-08-07 06:49:37','',149,'http://raylsmith.org/149-revision-11/',0,'revision','',0),(403,1,'2012-08-07 02:46:48','2012-08-07 02:46:48','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[callout1]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sagittis augue ut quam molestie ultricies.[/callout1]\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nFive minutes sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-07 02:46:48','2012-08-07 02:46:48','',2,'http://raylsmith.org/2-revision-64/',0,'revision','',0),(406,1,'2012-08-07 14:28:43','2012-08-07 14:28:43','<strong>[h6]There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\n\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong><strong>[/h6]\n</strong></p>\n[notify_box font_size=\"13px\" style=\"blue\"]\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\n\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\n\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\n\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\n\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2</strong>\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\n\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20</strong>','Path','','inherit','open','open','','404-revision','','','2012-08-07 14:28:43','2012-08-07 14:28:43','',404,'http://raylsmith.org/404-revision/',0,'revision','',0),(407,1,'2012-08-07 14:28:52','2012-08-07 14:28:52','<strong>[h6]There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong><strong>[/h6]\r\n</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-2','','','2012-08-07 14:28:52','2012-08-07 14:28:52','',404,'http://raylsmith.org/404-revision-2/',0,'revision','',0),(408,1,'2013-02-01 08:14:41','2013-02-01 08:14:41','<p style=\"text-align: center;\"><img class=\"size-full wp-image-563 aligncenter\" style=\"border: 0px none;\" alt=\"Path\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" width=\"720\" height=\"87\" /></p>\n\n<h1 style=\"text-align: center;\">PATH</h1>\n&nbsp;\n\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>\n\n&nbsp;\n\nThere is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.\n\nOn this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>\n\nThy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105</strong>\n\nThis I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16</strong>\n\nAnd Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24</strong>\n\nI have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11</strong>\n\nWhen thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2</strong>\n\nAnd I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\n\nTeaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20</strong>','Path','','inherit','open','open','','404-autosave','','','2013-02-01 08:14:41','2013-02-01 08:14:41','',404,'http://raylsmith.org/404-autosave/',0,'revision','',0),(1257,1,'2013-02-01 08:11:44','2013-02-01 08:11:44','<p style=\"text-align: center;\"><img class=\"size-full wp-image-563 aligncenter\" style=\"border: 0px none;\" alt=\"Path\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n<strong></strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.\r\n\r\nOn this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>\r\n\r\nThy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105</strong>\r\n\r\nThis I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16</strong>\r\n\r\nAnd Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24</strong>\r\n\r\nI have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11</strong>\r\n\r\nWhen thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2</strong>\r\n\r\nAnd I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\r\n\r\nTeaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20</strong>','Path','','inherit','open','open','','404-revision-12','','','2013-02-01 08:11:44','2013-02-01 08:11:44','',404,'http://raylsmith.org/404-revision-12/',0,'revision','',0),(1256,1,'2012-09-17 14:23:38','2012-09-17 14:23:38','<img class=\"alignnone size-full wp-image-563\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" alt=\"Path\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n[h6]<strong></strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-11','','','2012-09-17 14:23:38','2012-09-17 14:23:38','',404,'http://raylsmith.org/404-revision-11/',0,'revision','',0),(409,1,'2012-08-07 14:29:34','2012-08-07 14:29:34','<strong>[h6]There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong><strong>[/h6]\r\n</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-3','','','2012-08-07 14:29:34','2012-08-07 14:29:34','',404,'http://raylsmith.org/404-revision-3/',0,'revision','',0),(410,1,'2012-08-07 14:32:27','2012-08-07 14:32:27','[h6]<strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong><strong>[/h6]\r\n</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-4','','','2012-08-07 14:32:27','2012-08-07 14:32:27','',404,'http://raylsmith.org/404-revision-4/',0,'revision','',0),(411,1,'2012-08-07 14:32:52','2012-08-07 14:32:52','[h6]<strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong><strong>[/h6]\r\n</strong></p>\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-5','','','2012-08-07 14:32:52','2012-08-07 14:32:52','',404,'http://raylsmith.org/404-revision-5/',0,'revision','',0),(412,1,'2012-08-06 10:22:05','2012-08-06 10:22:05','[h6]Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.\r\n\r\nHave you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.\r\n\r\nWell God has a plan for you also.  And His career for you is better than any thing you could think of.[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-3','','','2012-08-06 10:22:05','2012-08-06 10:22:05','',368,'http://raylsmith.org/368-revision-3/',0,'revision','',0),(413,1,'2012-08-08 01:14:22','2012-08-08 01:14:22','<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-4','','','2012-08-08 01:14:22','2012-08-08 01:14:22','',368,'http://raylsmith.org/368-revision-4/',0,'revision','',0),(414,1,'2012-08-08 01:14:44','2012-08-08 01:14:44','<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-5','','','2012-08-08 01:14:44','2012-08-08 01:14:44','',368,'http://raylsmith.org/368-revision-5/',0,'revision','',0),(416,1,'2012-08-08 01:20:52','2012-08-08 01:20:52','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Intro</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoIntro.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Ending</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoEnding.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Answered Prayer</span></center><center>[esplayer url=\"http://raylsmith.org/april24.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Patience</span></center><center>[esplayer url=\"http://raylsmith.org/patience.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','publish','closed','closed','','radio-ministry','','','2013-05-15 15:38:03','2013-05-15 15:38:03','',0,'http://raylsmith.org/?page_id=416',0,'page','',0),(1236,1,'2013-01-31 06:03:02','2013-01-31 06:03:02','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-29','','','2013-01-31 06:03:02','2013-01-31 06:03:02','',416,'http://raylsmith.org/416-revision-29/',0,'revision','',0),(417,1,'2012-08-08 01:20:29','2012-08-08 01:20:29','<h1 style=\"text-align: center;\">RADIO</h1>\n<p style=\"text-align: center;\">[h6]</p>\n<p style=\"text-align: center;\"><strong>Coming Soon!</strong></p>\n<p style=\"text-align: center;\">[/h6]</p>','Radio','','inherit','open','open','','416-revision','','','2012-08-08 01:20:29','2012-08-08 01:20:29','',416,'http://raylsmith.org/416-revision/',0,'revision','',0),(967,1,'2012-12-04 06:52:54','2012-12-04 06:52:54','<center>[esplayer url=\"http://raylsmith.org/radio-welcome.wma\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-4','','','2012-12-04 06:52:54','2012-12-04 06:52:54','',416,'http://raylsmith.org/416-revision-4/',0,'revision','',0),(418,1,'2012-08-08 01:20:52','2012-08-08 01:20:52','<h1 style=\"text-align: center;\">RADIO</h1>\r\n<p style=\"text-align: center;\">[h6]</p>\r\n<p style=\"text-align: center;\"><strong>Coming Soon!</strong></p>\r\n<p style=\"text-align: center;\">[/h6]</p>','Radio','','inherit','open','open','','416-revision-2','','','2012-08-08 01:20:52','2012-08-08 01:20:52','',416,'http://raylsmith.org/416-revision-2/',0,'revision','',0),(419,1,'2012-08-07 07:09:18','2012-08-07 07:09:18','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nFive minutes sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-07 07:09:18','2012-08-07 07:09:18','',2,'http://raylsmith.org/2-revision-65/',0,'revision','',0),(420,1,'2013-05-15 15:38:05','2013-05-15 15:38:05','<center><table>\n<tr>\n<td width=\"600\">\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\n\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our Welcome message...</em></center>\n\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our Welcome Message...</em></center>\n\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Pastor Ray Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Pastor Ray Intro</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoIntro.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Pastor Ray Ending</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoEnding.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Answered Prayer</span></center><center>[esplayer url=\"http://raylsmith.org/april24.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n<hr />\n\n<center><span style=\"font-size: xx-large;\">Patience</span></center><center>[esplayer url=\"http://raylsmith.org/patience.mp3\" width=\"190\" height=\"25\"]\n<em>Click the play button to hear our radio message...</em></center>\n\n</td>\n</tr>\n</table></center>','Radio','','inherit','open','open','','416-autosave','','','2013-05-15 15:38:05','2013-05-15 15:38:05','',416,'http://raylsmith.org/416-autosave/',0,'revision','',0),(1235,1,'2013-01-31 06:01:24','2013-01-31 06:01:24','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<p style=\"text-align: center;\"> [esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></p>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<p style=\"text-align: center;\">[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></p>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<p style=\"text-align: center;\">[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></p>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-28','','','2013-01-31 06:01:24','2013-01-31 06:01:24','',416,'http://raylsmith.org/416-revision-28/',0,'revision','',0),(1234,1,'2013-01-31 05:59:10','2013-01-31 05:59:10','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<p style=\"text-align: center;\"> [esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</p>\r\n\r\n<center><em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center></center><center></center><center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center><center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>&nbsp;\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<p style=\"text-align: center;\"> [esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]</p>\r\n<p style=\"text-align: center;\"> <em>Click the play button to hear our radio message...</em></p>\r\n\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-27','','','2013-01-31 05:59:10','2013-01-31 05:59:10','',416,'http://raylsmith.org/416-revision-27/',0,'revision','',0),(964,1,'2012-09-09 14:50:34','2012-09-09 14:50:34','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"wp-image-230 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United States','','inherit','open','open','','423-revision-5','','','2012-09-09 14:50:34','2012-09-09 14:50:34','',423,'http://raylsmith.org/423-revision-5/',0,'revision','',0),(422,1,'2012-08-08 01:22:04','2012-08-08 01:22:04','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Sermons</strong>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Messages</strong>\r\nFive minutes sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Women\'s Bible Study</strong>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Giving</strong>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-08 01:22:04','2012-08-08 01:22:04','',2,'http://raylsmith.org/2-revision-66/',0,'revision','',0),(423,1,'2012-08-13 06:00:15','2012-08-13 06:00:15','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">***************</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> PLEASE NOTE</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> ***************</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">We have submitted our ministry information. And our non-profit status is in process.</span>\r\n<span style=\"color: #ff0000; font-size: x-small;\"> We will make a note when the process is complete. Thank you for your giving.</span></p>\r\n\r\n[/wpcol_2third_end]','United States','','publish','closed','closed','','united-states','','','2013-02-07 08:32:42','2013-02-07 08:32:42','',0,'http://raylsmith.org/?page_id=423',0,'page','',0),(424,1,'2012-08-13 05:59:59','2012-08-13 05:59:59','','United States','','inherit','open','open','','423-revision','','','2012-08-13 05:59:59','2012-08-13 05:59:59','',423,'http://raylsmith.org/423-revision/',0,'revision','',0),(426,1,'2012-08-13 06:13:48','2012-08-13 06:13:48','<h1 style=\"text-align: center;\">TERMS OF USE</h1>\r\n<strong>AGREEMENT BETWEEN USER AND Ray Smith International</strong>\r\n\r\nThe Ray Smith International Web Site is comprised of various Web pages operated by Ray Smith International.\r\n\r\nThe Ray Smith International Web Site is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein. Your use of the Ray Smith International Web Site constitutes your agreement to all such terms, conditions, and notices.\r\n\r\n<strong>MODIFICATION OF THESE TERMS OF USE</strong>\r\n\r\nRay Smith International reserves the right to change the terms, conditions, and notices under which the Ray Smith International Web Site is offered, including but not limited to the charges associated with the use of the Ray Smith International Web Site.\r\n\r\n<strong>LINKS TO THIRD PARTY SITES</strong>\r\n\r\nThe Ray Smith International Web Site may contain links to other Web Sites (“Linked Sites”). The Linked Sites are not under the control of Ray Smith International and Ray Smith International is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Ray Smith International is not responsible for webcasting or any other form of transmission received from any Linked Site. Ray Smith International is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Ray Smith International of the site or any association with its operators.\r\n\r\n<strong>NO UNLAWFUL OR PROHIBITED USE</strong>\r\n\r\nAs a condition of your use of the Ray Smith International Web Site, you warrant to Ray Smith International that you will not use the Ray Smith International Web Site for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use the Ray Smith International Web Site in any manner which could damage, disable, overburden, or impair the Ray Smith International Web Site or interfere with any other party’s use and enjoyment of the Ray Smith International Web Site. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Ray Smith International Web Sites.\r\n\r\n<strong>USE OF COMMUNICATION SERVICES</strong>\r\n\r\nThe Ray Smith International Web Site may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “Communication Services”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service. By way of example, and not as a limitation, you agree that when using a Communication Service, you will not:\r\n\r\nDefame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others.\r\nPublish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information.\r\n\r\nUpload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents.\r\n\r\nUpload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer.\r\n\r\nAdvertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages.\r\n\r\nConduct or forward surveys, contests, pyramid schemes or chain letters.\r\n\r\nDownload any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner.\r\n\r\nFalsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded.\r\n\r\nRestrict or inhibit any other user from using and enjoying the Communication Services.\r\n\r\nViolate any code of conduct or other guidelines which may be applicable for any particular Communication Service.\r\n\r\nHarvest or otherwise collect information about others, including e-mail addresses, without their consent.\r\n\r\nViolate any applicable laws or regulations.\r\n\r\nRay Smith International has no obligation to monitor the Communication Services. However, Ray Smith International reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. Ray Smith International reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\r\n\r\nRay Smith International reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in Ray Smith International’s sole discretion.\r\n\r\nAlways use caution when giving out any personally identifying information about yourself or your children in any Communication Service. Ray Smith International does not control or endorse the content, messages or information found in any Communication Service and, therefore, Ray Smith International specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized Ray Smith International spokespersons, and their views do not necessarily reflect those of Ray Smith International.\r\n\r\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you download the materials.\r\n\r\n<strong>MATERIALS PROVIDED TO Ray Smith International OR POSTED AT ANY Ray Smith International WEB SITE</strong>\r\n\r\nRay Smith International does not claim ownership of the materials you provide to Ray Smith International (including feedback and suggestions) or post, upload, input or submit to any Ray Smith International Web Site or its associated services (collectively “Submissions”). However, by posting, uploading, inputting, providing or submitting your Submission you are granting Ray Smith International, its affiliated companies and necessary sublicensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate and reformat your Submission; and to publish your name in connection with your Submission.\r\n\r\nNo compensation will be paid with respect to the use of your Submission, as provided herein. Ray Smith International is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in Ray Smith International’s sole discretion.\r\n\r\nBy posting, uploading, inputting, providing or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\r\n\r\n<strong>LIABILITY DISCLAIMER</strong>\r\n\r\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE Ray Smith International WEB SITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. Ray Smith International AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE Ray Smith International WEB SITE AT ANY TIME. ADVICE RECEIVED VIA THE Ray Smith International WEB SITE SHOULD NOT BE RELIED UPON FOR PERSONAL, MEDICAL, LEGAL OR FINANCIAL DECISIONS AND YOU SHOULD CONSULT AN APPROPRIATE PROFESSIONAL FOR SPECIFIC ADVICE TAILORED TO YOUR SITUATION.\r\n\r\nRay Smith International AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE Ray Smith International WEB SITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. Ray Smith International AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.\r\n\r\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL Ray Smith International AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE Ray Smith International WEB SITE, WITH THE DELAY OR INABILITY TO USE THE Ray Smith International WEB SITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE Ray Smith International WEB SITE, OR OTHERWISE ARISING OUT OF THE USE OF THE Ray Smith International WEB SITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF Ray Smith International OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE Ray Smith International WEB SITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE Ray Smith International WEB SITE.\r\n\r\nSERVICE CONTACT : webmaster@raylsmith.org\r\n\r\nTERMINATION/ACCESS RESTRICTION\r\n\r\nRay Smith International reserves the right, in its sole discretion, to terminate your access to the Ray Smith International Web Site and the related services or any portion thereof at any time, without notice. GENERAL To the maximum extent permitted by law, this agreement is governed by the laws of the State of Washington, U.S.A. and you hereby consent to the exclusive jurisdiction and venue of courts in King County, Washington, U.S.A. in all disputes arising out of or relating to the use of the Ray Smith International Web Site. Use of the Ray Smith International Web Site is unauthorized in any jurisdiction that does not give effect to all provisions of these terms and conditions, including without limitation this paragraph. You agree that no joint venture, partnership, employment, or agency relationship exists between you and Ray Smith International as a result of this agreement or use of the Ray Smith International Web Site. Ray Smith International’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of Ray Smith International’s right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Ray Smith International Web Site or information provided to or gathered by Ray Smith International with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect. Unless otherwise specified herein, this agreement constitutes the entire agreement between the user and Ray Smith International with respect to the Ray Smith International Web Site and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and Ray Smith International with respect to the Ray Smith International Web Site. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent an d subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be drawn up in English.\r\n\r\n<strong>COPYRIGHT AND TRADEMARK NOTICES:</strong>\r\n\r\nAll contents of the Ray Smith International Web Site are: Copyright @2012 Ray Smith International and/or its suppliers. All rights reserved.\r\n\r\n<strong>TRADEMARKS</strong>\r\n\r\nThe names of actual companies and products mentioned herein may be the trademarks of their respective owners.\r\n\r\nThe example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person, or event is intended or should be inferred.\r\n\r\nAny rights not expressly granted herein are reserved.\r\n\r\n<strong>NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT</strong>\r\n\r\nPursuant to Title 17, United States Code, Section 512(c)(2), notifications of claimed copyright infringement under United States copyright law should be sent to Service Provider’s Designated Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL RECEIVE NO RESPONSE. See Notice and Procedure for Making Claims of Copyright Infringement.\r\n\r\nNO REFUND / NO SHIPPING','Terms of Use','','publish','closed','closed','','terms-of-use','','','2012-08-13 06:14:52','2012-08-13 06:14:52','',0,'http://raylsmith.org/?page_id=426',0,'page','',0),(428,1,'2012-08-13 06:13:33','2012-08-13 06:13:33','<strong>AGREEMENT BETWEEN USER AND Ray Smith International</strong>\n\nThe Ray Smith International Web Site is comprised of various Web pages operated by Ray Smith International.\n\nThe Ray Smith International Web Site is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein. Your use of the Ray Smith International Web Site constitutes your agreement to all such terms, conditions, and notices.\n\n<strong>MODIFICATION OF THESE TERMS OF USE</strong>\n\nRay Smith International reserves the right to change the terms, conditions, and notices under which the Ray Smith International Web Site is offered, including but not limited to the charges associated with the use of the Ray Smith International Web Site.\n\n<strong>LINKS TO THIRD PARTY SITES</strong>\n\nThe Ray Smith International Web Site may contain links to other Web Sites (“Linked Sites”). The Linked Sites are not under the control of Ray Smith International and Ray Smith International is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Ray Smith International is not responsible for webcasting or any other form of transmission received from any Linked Site. Ray Smith International is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Ray Smith International of the site or any association with its operators.\n\n<strong>NO UNLAWFUL OR PROHIBITED USE</strong>\n\nAs a condition of your use of the Ray Smith International Web Site, you warrant to Ray Smith International that you will not use the Ray Smith International Web Site for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use the Ray Smith International Web Site in any manner which could damage, disable, overburden, or impair the Ray Smith International Web Site or interfere with any other party’s use and enjoyment of the Ray Smith International Web Site. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Ray Smith International Web Sites.\n\n<strong>USE OF COMMUNICATION SERVICES</strong>\n\nThe Ray Smith International Web Site may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “Communication Services”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service. By way of example, and not as a limitation, you agree that when using a Communication Service, you will not:\n\nDefame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others.\nPublish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information.\n\nUpload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents.\n\nUpload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer.\n\nAdvertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages.\n\nConduct or forward surveys, contests, pyramid schemes or chain letters.\n\nDownload any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner.\n\nFalsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded.\n\nRestrict or inhibit any other user from using and enjoying the Communication Services.\n\nViolate any code of conduct or other guidelines which may be applicable for any particular Communication Service.\n\nHarvest or otherwise collect information about others, including e-mail addresses, without their consent.\n\nViolate any applicable laws or regulations.\n\nRay Smith International has no obligation to monitor the Communication Services. However, Ray Smith International reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. Ray Smith International reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\n\nRay Smith International reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in Ray Smith International’s sole discretion.\n\nAlways use caution when giving out any personally identifying information about yourself or your children in any Communication Service. Ray Smith International does not control or endorse the content, messages or information found in any Communication Service and, therefore, Ray Smith International specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized Ray Smith International spokespersons, and their views do not necessarily reflect those of Ray Smith International.\n\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you download the materials.\n\n<strong>MATERIALS PROVIDED TO Ray Smith International OR POSTED AT ANY Ray Smith International WEB SITE</strong>\n\nRay Smith International does not claim ownership of the materials you provide to Ray Smith International (including feedback and suggestions) or post, upload, input or submit to any Ray Smith International Web Site or its associated services (collectively “Submissions”). However, by posting, uploading, inputting, providing or submitting your Submission you are granting Ray Smith International, its affiliated companies and necessary sublicensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate and reformat your Submission; and to publish your name in connection with your Submission.\n\nNo compensation will be paid with respect to the use of your Submission, as provided herein. Ray Smith International is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in Ray Smith International’s sole discretion.\n\nBy posting, uploading, inputting, providing or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\n\n<strong>LIABILITY DISCLAIMER</strong>\n\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE Ray Smith International WEB SITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. Ray Smith International AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE Ray Smith International WEB SITE AT ANY TIME. ADVICE RECEIVED VIA THE Ray Smith International WEB SITE SHOULD NOT BE RELIED UPON FOR PERSONAL, MEDICAL, LEGAL OR FINANCIAL DECISIONS AND YOU SHOULD CONSULT AN APPROPRIATE PROFESSIONAL FOR SPECIFIC ADVICE TAILORED TO YOUR SITUATION.\n\nRay Smith International AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE Ray Smith International WEB SITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. Ray Smith International AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.\n\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL Ray Smith International AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE Ray Smith International WEB SITE, WITH THE DELAY OR INABILITY TO USE THE Ray Smith International WEB SITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE Ray Smith International WEB SITE, OR OTHERWISE ARISING OUT OF THE USE OF THE Ray Smith International WEB SITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF Ray Smith International OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE Ray Smith International WEB SITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE Ray Smith International WEB SITE.\n\nSERVICE CONTACT : webmaster@raylsmith.org\n\nTERMINATION/ACCESS RESTRICTION\n\nRay Smith International reserves the right, in its sole discretion, to terminate your access to the Ray Smith International Web Site and the related services or any portion thereof at any time, without notice. GENERAL To the maximum extent permitted by law, this agreement is governed by the laws of the State of Washington, U.S.A. and you hereby consent to the exclusive jurisdiction and venue of courts in King County, Washington, U.S.A. in all disputes arising out of or relating to the use of the Ray Smith International Web Site. Use of the Ray Smith International Web Site is unauthorized in any jurisdiction that does not give effect to all provisions of these terms and conditions, including without limitation this paragraph. You agree that no joint venture, partnership, employment, or agency relationship exists between you and Ray Smith International as a result of this agreement or use of the Ray Smith International Web Site. Ray Smith International’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of Ray Smith International’s right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Ray Smith International Web Site or information provided to or gathered by Ray Smith International with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect. Unless otherwise specified herein, this agreement constitutes the entire agreement between the user and Ray Smith International with respect to the Ray Smith International Web Site and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and Ray Smith International with respect to the Ray Smith International Web Site. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent an d subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be drawn up in English.\n\n<strong>COPYRIGHT AND TRADEMARK NOTICES:</strong>\n\nAll contents of the Ray Smith International Web Site are: Copyright @2012 Ray Smith International and/or its suppliers. All rights reserved.\n\n<strong>TRADEMARKS</strong>\n\nThe names of actual companies and products mentioned herein may be the trademarks of their respective owners.\n\nThe example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person, or event is intended or should be inferred.\n\nAny rights not expressly granted herein are reserved.\n\n<strong>NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT</strong>\n\nPursuant to Title 17, United States Code, Section 512(c)(2), notifications of claimed copyright infringement under United States copyright law should be sent to Service Provider’s Designated Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL RECEIVE NO RESPONSE. See Notice and Procedure for Making Claims of Copyright Infringement.\n\nNO REFUND / NO SHIPPING','','','inherit','open','open','','426-revision','','','2012-08-13 06:13:33','2012-08-13 06:13:33','',426,'http://raylsmith.org/426-revision/',0,'revision','',0),(429,1,'2012-08-13 06:13:48','2012-08-13 06:13:48','<strong>AGREEMENT BETWEEN USER AND Ray Smith International</strong>\r\n\r\nThe Ray Smith International Web Site is comprised of various Web pages operated by Ray Smith International.\r\n\r\nThe Ray Smith International Web Site is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein. Your use of the Ray Smith International Web Site constitutes your agreement to all such terms, conditions, and notices.\r\n\r\n<strong>MODIFICATION OF THESE TERMS OF USE</strong>\r\n\r\nRay Smith International reserves the right to change the terms, conditions, and notices under which the Ray Smith International Web Site is offered, including but not limited to the charges associated with the use of the Ray Smith International Web Site.\r\n\r\n<strong>LINKS TO THIRD PARTY SITES</strong>\r\n\r\nThe Ray Smith International Web Site may contain links to other Web Sites (“Linked Sites”). The Linked Sites are not under the control of Ray Smith International and Ray Smith International is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Ray Smith International is not responsible for webcasting or any other form of transmission received from any Linked Site. Ray Smith International is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Ray Smith International of the site or any association with its operators.\r\n\r\n<strong>NO UNLAWFUL OR PROHIBITED USE</strong>\r\n\r\nAs a condition of your use of the Ray Smith International Web Site, you warrant to Ray Smith International that you will not use the Ray Smith International Web Site for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use the Ray Smith International Web Site in any manner which could damage, disable, overburden, or impair the Ray Smith International Web Site or interfere with any other party’s use and enjoyment of the Ray Smith International Web Site. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Ray Smith International Web Sites.\r\n\r\n<strong>USE OF COMMUNICATION SERVICES</strong>\r\n\r\nThe Ray Smith International Web Site may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “Communication Services”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service. By way of example, and not as a limitation, you agree that when using a Communication Service, you will not:\r\n\r\nDefame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others.\r\nPublish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information.\r\n\r\nUpload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents.\r\n\r\nUpload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer.\r\n\r\nAdvertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages.\r\n\r\nConduct or forward surveys, contests, pyramid schemes or chain letters.\r\n\r\nDownload any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner.\r\n\r\nFalsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded.\r\n\r\nRestrict or inhibit any other user from using and enjoying the Communication Services.\r\n\r\nViolate any code of conduct or other guidelines which may be applicable for any particular Communication Service.\r\n\r\nHarvest or otherwise collect information about others, including e-mail addresses, without their consent.\r\n\r\nViolate any applicable laws or regulations.\r\n\r\nRay Smith International has no obligation to monitor the Communication Services. However, Ray Smith International reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. Ray Smith International reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\r\n\r\nRay Smith International reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in Ray Smith International’s sole discretion.\r\n\r\nAlways use caution when giving out any personally identifying information about yourself or your children in any Communication Service. Ray Smith International does not control or endorse the content, messages or information found in any Communication Service and, therefore, Ray Smith International specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized Ray Smith International spokespersons, and their views do not necessarily reflect those of Ray Smith International.\r\n\r\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you download the materials.\r\n\r\n<strong>MATERIALS PROVIDED TO Ray Smith International OR POSTED AT ANY Ray Smith International WEB SITE</strong>\r\n\r\nRay Smith International does not claim ownership of the materials you provide to Ray Smith International (including feedback and suggestions) or post, upload, input or submit to any Ray Smith International Web Site or its associated services (collectively “Submissions”). However, by posting, uploading, inputting, providing or submitting your Submission you are granting Ray Smith International, its affiliated companies and necessary sublicensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate and reformat your Submission; and to publish your name in connection with your Submission.\r\n\r\nNo compensation will be paid with respect to the use of your Submission, as provided herein. Ray Smith International is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in Ray Smith International’s sole discretion.\r\n\r\nBy posting, uploading, inputting, providing or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\r\n\r\n<strong>LIABILITY DISCLAIMER</strong>\r\n\r\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE Ray Smith International WEB SITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. Ray Smith International AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE Ray Smith International WEB SITE AT ANY TIME. ADVICE RECEIVED VIA THE Ray Smith International WEB SITE SHOULD NOT BE RELIED UPON FOR PERSONAL, MEDICAL, LEGAL OR FINANCIAL DECISIONS AND YOU SHOULD CONSULT AN APPROPRIATE PROFESSIONAL FOR SPECIFIC ADVICE TAILORED TO YOUR SITUATION.\r\n\r\nRay Smith International AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE Ray Smith International WEB SITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. Ray Smith International AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.\r\n\r\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL Ray Smith International AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE Ray Smith International WEB SITE, WITH THE DELAY OR INABILITY TO USE THE Ray Smith International WEB SITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE Ray Smith International WEB SITE, OR OTHERWISE ARISING OUT OF THE USE OF THE Ray Smith International WEB SITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF Ray Smith International OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE Ray Smith International WEB SITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE Ray Smith International WEB SITE.\r\n\r\nSERVICE CONTACT : webmaster@raylsmith.org\r\n\r\nTERMINATION/ACCESS RESTRICTION\r\n\r\nRay Smith International reserves the right, in its sole discretion, to terminate your access to the Ray Smith International Web Site and the related services or any portion thereof at any time, without notice. GENERAL To the maximum extent permitted by law, this agreement is governed by the laws of the State of Washington, U.S.A. and you hereby consent to the exclusive jurisdiction and venue of courts in King County, Washington, U.S.A. in all disputes arising out of or relating to the use of the Ray Smith International Web Site. Use of the Ray Smith International Web Site is unauthorized in any jurisdiction that does not give effect to all provisions of these terms and conditions, including without limitation this paragraph. You agree that no joint venture, partnership, employment, or agency relationship exists between you and Ray Smith International as a result of this agreement or use of the Ray Smith International Web Site. Ray Smith International’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of Ray Smith International’s right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Ray Smith International Web Site or information provided to or gathered by Ray Smith International with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect. Unless otherwise specified herein, this agreement constitutes the entire agreement between the user and Ray Smith International with respect to the Ray Smith International Web Site and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and Ray Smith International with respect to the Ray Smith International Web Site. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent an d subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be drawn up in English.\r\n\r\n<strong>COPYRIGHT AND TRADEMARK NOTICES:</strong>\r\n\r\nAll contents of the Ray Smith International Web Site are: Copyright @2012 Ray Smith International and/or its suppliers. All rights reserved.\r\n\r\n<strong>TRADEMARKS</strong>\r\n\r\nThe names of actual companies and products mentioned herein may be the trademarks of their respective owners.\r\n\r\nThe example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person, or event is intended or should be inferred.\r\n\r\nAny rights not expressly granted herein are reserved.\r\n\r\n<strong>NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT</strong>\r\n\r\nPursuant to Title 17, United States Code, Section 512(c)(2), notifications of claimed copyright infringement under United States copyright law should be sent to Service Provider’s Designated Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL RECEIVE NO RESPONSE. See Notice and Procedure for Making Claims of Copyright Infringement.\r\n\r\nNO REFUND / NO SHIPPING','Terms of Use','','inherit','open','open','','426-revision-2','','','2012-08-13 06:13:48','2012-08-13 06:13:48','',426,'http://raylsmith.org/426-revision-2/',0,'revision','',0),(430,1,'2012-08-13 06:14:19','2012-08-13 06:14:19','<h1 style=\"text-align: center;\">TERMS OF USE</h1>\r\n<strong>AGREEMENT BETWEEN USER AND Ray Smith International</strong>\r\n\r\nThe Ray Smith International Web Site is comprised of various Web pages operated by Ray Smith International.\r\n\r\nThe Ray Smith International Web Site is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein. Your use of the Ray Smith International Web Site constitutes your agreement to all such terms, conditions, and notices.\r\n\r\n<strong>MODIFICATION OF THESE TERMS OF USE</strong>\r\n\r\nRay Smith International reserves the right to change the terms, conditions, and notices under which the Ray Smith International Web Site is offered, including but not limited to the charges associated with the use of the Ray Smith International Web Site.\r\n\r\n<strong>LINKS TO THIRD PARTY SITES</strong>\r\n\r\nThe Ray Smith International Web Site may contain links to other Web Sites (“Linked Sites”). The Linked Sites are not under the control of Ray Smith International and Ray Smith International is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Ray Smith International is not responsible for webcasting or any other form of transmission received from any Linked Site. Ray Smith International is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Ray Smith International of the site or any association with its operators.\r\n\r\n<strong>NO UNLAWFUL OR PROHIBITED USE</strong>\r\n\r\nAs a condition of your use of the Ray Smith International Web Site, you warrant to Ray Smith International that you will not use the Ray Smith International Web Site for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use the Ray Smith International Web Site in any manner which could damage, disable, overburden, or impair the Ray Smith International Web Site or interfere with any other party’s use and enjoyment of the Ray Smith International Web Site. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Ray Smith International Web Sites.\r\n\r\n<strong>USE OF COMMUNICATION SERVICES</strong>\r\n\r\nThe Ray Smith International Web Site may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “Communication Services”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service. By way of example, and not as a limitation, you agree that when using a Communication Service, you will not:\r\n\r\nDefame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others.\r\nPublish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information.\r\n\r\nUpload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents.\r\n\r\nUpload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer.\r\n\r\nAdvertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages.\r\n\r\nConduct or forward surveys, contests, pyramid schemes or chain letters.\r\n\r\nDownload any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner.\r\n\r\nFalsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded.\r\n\r\nRestrict or inhibit any other user from using and enjoying the Communication Services.\r\n\r\nViolate any code of conduct or other guidelines which may be applicable for any particular Communication Service.\r\n\r\nHarvest or otherwise collect information about others, including e-mail addresses, without their consent.\r\n\r\nViolate any applicable laws or regulations.\r\n\r\nRay Smith International has no obligation to monitor the Communication Services. However, Ray Smith International reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. Ray Smith International reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\r\n\r\nRay Smith International reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in Ray Smith International’s sole discretion.\r\n\r\nAlways use caution when giving out any personally identifying information about yourself or your children in any Communication Service. Ray Smith International does not control or endorse the content, messages or information found in any Communication Service and, therefore, Ray Smith International specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized Ray Smith International spokespersons, and their views do not necessarily reflect those of Ray Smith International.\r\n\r\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you download the materials.\r\n\r\n<strong>MATERIALS PROVIDED TO Ray Smith International OR POSTED AT ANY Ray Smith International WEB SITE</strong>\r\n\r\nRay Smith International does not claim ownership of the materials you provide to Ray Smith International (including feedback and suggestions) or post, upload, input or submit to any Ray Smith International Web Site or its associated services (collectively “Submissions”). However, by posting, uploading, inputting, providing or submitting your Submission you are granting Ray Smith International, its affiliated companies and necessary sublicensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate and reformat your Submission; and to publish your name in connection with your Submission.\r\n\r\nNo compensation will be paid with respect to the use of your Submission, as provided herein. Ray Smith International is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in Ray Smith International’s sole discretion.\r\n\r\nBy posting, uploading, inputting, providing or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\r\n\r\n<strong>LIABILITY DISCLAIMER</strong>\r\n\r\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE Ray Smith International WEB SITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. Ray Smith International AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE Ray Smith International WEB SITE AT ANY TIME. ADVICE RECEIVED VIA THE Ray Smith International WEB SITE SHOULD NOT BE RELIED UPON FOR PERSONAL, MEDICAL, LEGAL OR FINANCIAL DECISIONS AND YOU SHOULD CONSULT AN APPROPRIATE PROFESSIONAL FOR SPECIFIC ADVICE TAILORED TO YOUR SITUATION.\r\n\r\nRay Smith International AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE Ray Smith International WEB SITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. Ray Smith International AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.\r\n\r\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL Ray Smith International AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE Ray Smith International WEB SITE, WITH THE DELAY OR INABILITY TO USE THE Ray Smith International WEB SITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE Ray Smith International WEB SITE, OR OTHERWISE ARISING OUT OF THE USE OF THE Ray Smith International WEB SITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF Ray Smith International OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE Ray Smith International WEB SITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE Ray Smith International WEB SITE.\r\n\r\nSERVICE CONTACT : webmaster@raylsmith.org\r\n\r\nTERMINATION/ACCESS RESTRICTION\r\n\r\nRay Smith International reserves the right, in its sole discretion, to terminate your access to the Ray Smith International Web Site and the related services or any portion thereof at any time, without notice. GENERAL To the maximum extent permitted by law, this agreement is governed by the laws of the State of Washington, U.S.A. and you hereby consent to the exclusive jurisdiction and venue of courts in King County, Washington, U.S.A. in all disputes arising out of or relating to the use of the Ray Smith International Web Site. Use of the Ray Smith International Web Site is unauthorized in any jurisdiction that does not give effect to all provisions of these terms and conditions, including without limitation this paragraph. You agree that no joint venture, partnership, employment, or agency relationship exists between you and Ray Smith International as a result of this agreement or use of the Ray Smith International Web Site. Ray Smith International’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of Ray Smith International’s right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Ray Smith International Web Site or information provided to or gathered by Ray Smith International with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect. Unless otherwise specified herein, this agreement constitutes the entire agreement between the user and Ray Smith International with respect to the Ray Smith International Web Site and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and Ray Smith International with respect to the Ray Smith International Web Site. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent an d subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be drawn up in English.\r\n\r\n<strong>COPYRIGHT AND TRADEMARK NOTICES:</strong>\r\n\r\nAll contents of the Ray Smith International Web Site are: Copyright @2012 Ray Smith International and/or its suppliers. All rights reserved.\r\n\r\n<strong>TRADEMARKS</strong>\r\n\r\nThe names of actual companies and products mentioned herein may be the trademarks of their respective owners.\r\n\r\nThe example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person, or event is intended or should be inferred.\r\n\r\nAny rights not expressly granted herein are reserved.\r\n\r\n<strong>NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT</strong>\r\n\r\nPursuant to Title 17, United States Code, Section 512(c)(2), notifications of claimed copyright infringement under United States copyright law should be sent to Service Provider’s Designated Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL RECEIVE NO RESPONSE. See Notice and Procedure for Making Claims of Copyright Infringement.\r\n\r\nNO REFUND / NO SHIPPING','Terms of Use','','inherit','open','open','','426-revision-3','','','2012-08-13 06:14:19','2012-08-13 06:14:19','',426,'http://raylsmith.org/426-revision-3/',0,'revision','',0),(431,1,'2012-08-13 06:16:05','2012-08-13 06:16:05','<h1 style=\"text-align: center;\">TERMS OF USE</h1>\n<strong>AGREEMENT BETWEEN USER AND Ray Smith International</strong>\n\nThe Ray Smith International Web Site is comprised of various Web pages operated by Ray Smith International.\n\nThe Ray Smith International Web Site is offered to you conditioned on your acceptance without modification of the terms, conditions, and notices contained herein. Your use of the Ray Smith International Web Site constitutes your agreement to all such terms, conditions, and notices.\n\n<strong>MODIFICATION OF THESE TERMS OF USE</strong>\n\nRay Smith International reserves the right to change the terms, conditions, and notices under which the Ray Smith International Web Site is offered, including but not limited to the charges associated with the use of the Ray Smith International Web Site.\n\n<strong>LINKS TO THIRD PARTY SITES</strong>\n\nThe Ray Smith International Web Site may contain links to other Web Sites (“Linked Sites”). The Linked Sites are not under the control of Ray Smith International and Ray Smith International is not responsible for the contents of any Linked Site, including without limitation any link contained in a Linked Site, or any changes or updates to a Linked Site. Ray Smith International is not responsible for webcasting or any other form of transmission received from any Linked Site. Ray Smith International is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Ray Smith International of the site or any association with its operators.\n\n<strong>NO UNLAWFUL OR PROHIBITED USE</strong>\n\nAs a condition of your use of the Ray Smith International Web Site, you warrant to Ray Smith International that you will not use the Ray Smith International Web Site for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use the Ray Smith International Web Site in any manner which could damage, disable, overburden, or impair the Ray Smith International Web Site or interfere with any other party’s use and enjoyment of the Ray Smith International Web Site. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Ray Smith International Web Sites.\n\n<strong>USE OF COMMUNICATION SERVICES</strong>\n\nThe Ray Smith International Web Site may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “Communication Services”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service. By way of example, and not as a limitation, you agree that when using a Communication Service, you will not:\n\nDefame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others.\nPublish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information.\n\nUpload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents.\n\nUpload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer.\n\nAdvertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages.\n\nConduct or forward surveys, contests, pyramid schemes or chain letters.\n\nDownload any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner.\n\nFalsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded.\n\nRestrict or inhibit any other user from using and enjoying the Communication Services.\n\nViolate any code of conduct or other guidelines which may be applicable for any particular Communication Service.\n\nHarvest or otherwise collect information about others, including e-mail addresses, without their consent.\n\nViolate any applicable laws or regulations.\n\nRay Smith International has no obligation to monitor the Communication Services. However, Ray Smith International reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. Ray Smith International reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\n\nRay Smith International reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in Ray Smith International’s sole discretion.\n\nAlways use caution when giving out any personally identifying information about yourself or your children in any Communication Service. Ray Smith International does not control or endorse the content, messages or information found in any Communication Service and, therefore, Ray Smith International specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized Ray Smith International spokespersons, and their views do not necessarily reflect those of Ray Smith International.\n\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you download the materials.\n\n<strong>MATERIALS PROVIDED TO Ray Smith International OR POSTED AT ANY Ray Smith International WEB SITE</strong>\n\nRay Smith International does not claim ownership of the materials you provide to Ray Smith International (including feedback and suggestions) or post, upload, input or submit to any Ray Smith International Web Site or its associated services (collectively “Submissions”). However, by posting, uploading, inputting, providing or submitting your Submission you are granting Ray Smith International, its affiliated companies and necessary sublicensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate and reformat your Submission; and to publish your name in connection with your Submission.\n\nNo compensation will be paid with respect to the use of your Submission, as provided herein. Ray Smith International is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in Ray Smith International’s sole discretion.\n\nBy posting, uploading, inputting, providing or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\n\n<strong>LIABILITY DISCLAIMER</strong>\n\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE Ray Smith International WEB SITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. Ray Smith International AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE Ray Smith International WEB SITE AT ANY TIME. ADVICE RECEIVED VIA THE Ray Smith International WEB SITE SHOULD NOT BE RELIED UPON FOR PERSONAL, MEDICAL, LEGAL OR FINANCIAL DECISIONS AND YOU SHOULD CONSULT AN APPROPRIATE PROFESSIONAL FOR SPECIFIC ADVICE TAILORED TO YOUR SITUATION.\n\nRay Smith International AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE Ray Smith International WEB SITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. Ray Smith International AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT.\n\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL Ray Smith International AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE Ray Smith International WEB SITE, WITH THE DELAY OR INABILITY TO USE THE Ray Smith International WEB SITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE Ray Smith International WEB SITE, OR OTHERWISE ARISING OUT OF THE USE OF THE Ray Smith International WEB SITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF Ray Smith International OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE Ray Smith International WEB SITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE Ray Smith International WEB SITE.\n\nSERVICE CONTACT : webmaster@raylsmith.org\n\nTERMINATION/ACCESS RESTRICTION\n\nRay Smith International reserves the right, in its sole discretion, to terminate your access to the Ray Smith International Web Site and the related services or any portion thereof at any time, without notice. GENERAL To the maximum extent permitted by law, this agreement is governed by the laws of the State of Washington, U.S.A. and you hereby consent to the exclusive jurisdiction and venue of courts in King County, Washington, U.S.A. in all disputes arising out of or relating to the use of the Ray Smith International Web Site. Use of the Ray Smith International Web Site is unauthorized in any jurisdiction that does not give effect to all provisions of these terms and conditions, including without limitation this paragraph. You agree that no joint venture, partnership, employment, or agency relationship exists between you and Ray Smith International as a result of this agreement or use of the Ray Smith International Web Site. Ray Smith International’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of Ray Smith International’s right to comply with governmental, court and law enforcement requests or requirements relating to your use of the Ray Smith International Web Site or information provided to or gathered by Ray Smith International with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect. Unless otherwise specified herein, this agreement constitutes the entire agreement between the user and Ray Smith International with respect to the Ray Smith International Web Site and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and Ray Smith International with respect to the Ray Smith International Web Site. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent an d subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be drawn up in English.\n\n<strong>COPYRIGHT AND TRADEMARK NOTICES:</strong>\n\nAll contents of the Ray Smith International Web Site are: Copyright @2012 Ray Smith International and/or its suppliers. All rights reserved.\n\n<strong>TRADEMARKS</strong>\n\nThe names of actual companies and products mentioned herein may be the trademarks of their respective owners.\n\nThe example companies, organizations, products, people and events depicted herein are fictitious. No association with any real company, organization, product, person, or event is intended or should be inferred.\n\nAny rights not expressly granted herein are reserved.\n\n<strong>NOTICES AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT</strong>\n\nPursuant to Title 17, United States Code, Section 512(c)(2), notifications of claimed copyright infringement under United States copyright law should be sent to Service Provider’s Designated Agent. ALL INQUIRIES NOT RELEVANT TO THE FOLLOWING PROCEDURE WILL RECEIVE NO RESPONSE. See Notice and Procedure for Making Claims of Copyright Infringement.\n\nNO REFUND / NO SHIPPING','Terms of Use','','inherit','open','open','','426-autosave','','','2012-08-13 06:16:05','2012-08-13 06:16:05','',426,'http://raylsmith.org/426-autosave/',0,'revision','',0),(432,1,'2012-08-13 06:18:39','2012-08-13 06:18:39','<h1 style=\"text-align: center;\">Privacy Statement</h1>\r\n&nbsp;\r\n\r\nRay Smith International is committed to protecting your privacy and developing technology that gives you the most powerful and safe online experience. This Statement of Privacy applies to the Ray Smith International Web site and governs data collection and usage. By using the Ray Smith International website, you consent to the data practices described in this statement.\r\n\r\n<strong>Collection of your Personal Information</strong>\r\n\r\nRay Smith International collects personally identifiable information, such as your e-mail address, name, home or work address or telephone number. Ray Smith International also collects anonymous demographic information, which is not unique to you, such as your ZIP code, age, gender, preferences, interests and favorites.\r\n\r\nThere is also information about your computer hardware and software that is automatically collected by Ray Smith International. This information can include: your IP address, browser type, domain names, access times and referring Web site addresses. This information is used by Ray Smith International for the operation of the service, to maintain quality of the service, and to provide general statistics regarding use of the Ray Smith International Web site.\r\n\r\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Ray Smith International public message boards, this information may be collected and used by others.\r\n\r\nNote: Ray Smith International does not read any of your private online communications.\r\n\r\nRay Smith International encourages you to review the privacy statements of Web sites you choose to link to from Ray Smith International so that you can understand how those Web sites collect, use and share your information. Ray Smith International is not responsible for the privacy statements or other content on Web sites outside of the Ray Smith International and Ray Smith International family of Web sites.\r\n\r\n<strong>Use of your Personal Information</strong>\r\n\r\nRay Smith International collects and uses your personal information to operate the Ray Smith International Web site and deliver the services you have requested. Ray Smith International also uses your personally identifiable information to inform you of other products or services available from Ray Smith International and its affiliates. Ray Smith International may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\r\n\r\nRay Smith International does not sell, rent or lease its customer lists to third parties. Ray Smith International may, from time to time, contact you on behalf of external business partners about a particular offering that may be of interest to you. In those cases, your unique personally identifiable information (e-mail, name, address, telephone number) is not transferred to the third party. In addition, Ray Smith International may share data with trusted partners to help us perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Ray Smith International, and they are required to maintain the confidentiality of your information.\r\n\r\nRay Smith International does not use or disclose sensitive personal information, such as race, religion, or political affiliations, without your explicit consent.\r\n\r\nRay Smith International keeps track of the Web sites and pages our customers visit within Ray Smith International, in order to determine what Ray Smith International services are the most popular. This data is used to deliver customized content and advertising within Ray Smith International to customers whose behavior indicates that they are interested in a particular subject area.\r\n\r\nRay Smith International Web sites will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with legal process served on Ray Smith International or the site; (b) protect and defend the rights or property of Ray Smith International; and, (c) act under exigent circumstances to protect the personal safety of users of Ray Smith International, or the public.\r\n\r\n<strong>Use of Cookies</strong>\r\n\r\nThe Ray Smith International Web site use “cookies” to help you personalize your online experience. A cookie is a text file that is placed on your hard disk by a Web page server. Cookies cannot be used to run programs or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\r\n\r\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalize Ray Smith International pages, or register with Ray Smith International site or services, a cookie helps Ray Smith International to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Ray Smith International Web site, the information you previously provided can be retrieved, so you can easily use the Ray Smith International features that you customized.\r\n\r\nYou have the ability to accept or decline cookies. Most Web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Ray Smith International services or Web sites you visit.\r\n\r\n<strong>Security of your Personal Information</strong>\r\n\r\nRay Smith International secures your personal information from unauthorized access, use or disclosure. Ray Smith International secures the personally identifiable information you provide on computer servers in a controlled, secure environment, protected from unauthorized access, use or disclosure. When personal information (such as a credit card number) is transmitted to other Web sites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\r\n\r\n<strong>Changes to this Statement</strong>\r\n\r\nRay Smith International will occasionally update this Statement of Privacy to reflect company and customer feedback. Ray Smith International encourages you to periodically review this Statement to be informed of how Ray Smith International is protecting your information.\r\n\r\n<strong>Contact Information</strong>\r\n\r\nRay Smith International welcomes your comments regarding this Statement of Privacy. If you believe that Ray Smith International has not adhered to this Statement, please contact Ray Smith International at webmaster@raylsmith.org. We will use commercially reasonable efforts to promptly determine and remedy the problem.','Privacy Statement','','publish','closed','closed','','privacy-statement','','','2012-08-13 06:19:10','2012-08-13 06:19:10','',0,'http://raylsmith.org/?page_id=432',0,'page','',0),(458,1,'2012-08-24 05:20:51','2012-08-24 05:20:51','','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-08-24 05:20:51','2012-08-24 05:20:51','',457,'http://raylsmith.org/457-revision/',0,'revision','',0),(434,1,'2012-08-13 06:17:46','2012-08-13 06:17:46','<h1 style=\"text-align: center;\">Privacy Statement</h1>\nRay Smith International is committed to protecting your privacy and developing technology that gives you the most powerful and safe online experience. This Statement of Privacy applies to the Ray Smith International Web site and governs data collection and usage. By using the Ray Smith International website, you consent to the data practices described in this statement.\n\n<strong>Collection of your Personal Information</strong>\n\nRay Smith International collects personally identifiable information, such as your e-mail address, name, home or work address or telephone number. Ray Smith International also collects anonymous demographic information, which is not unique to you, such as your ZIP code, age, gender, preferences, interests and favorites.\n\nThere is also information about your computer hardware and software that is automatically collected by Ray Smith International. This information can include: your IP address, browser type, domain names, access times and referring Web site addresses. This information is used by Ray Smith International for the operation of the service, to maintain quality of the service, and to provide general statistics regarding use of the Ray Smith International Web site.\n\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Ray Smith International public message boards, this information may be collected and used by others.\n\nNote: Ray Smith International does not read any of your private online communications.\n\nRay Smith International encourages you to review the privacy statements of Web sites you choose to link to from Ray Smith International so that you can understand how those Web sites collect, use and share your information. Ray Smith International is not responsible for the privacy statements or other content on Web sites outside of the Ray Smith International and Ray Smith International family of Web sites.\n\n<strong>Use of your Personal Information</strong>\n\nRay Smith International collects and uses your personal information to operate the Ray Smith International Web site and deliver the services you have requested. Ray Smith International also uses your personally identifiable information to inform you of other products or services available from Ray Smith International and its affiliates. Ray Smith International may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n\nRay Smith International does not sell, rent or lease its customer lists to third parties. Ray Smith International may, from time to time, contact you on behalf of external business partners about a particular offering that may be of interest to you. In those cases, your unique personally identifiable information (e-mail, name, address, telephone number) is not transferred to the third party. In addition, Ray Smith International may share data with trusted partners to help us perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Ray Smith International, and they are required to maintain the confidentiality of your information.\n\nRay Smith International does not use or disclose sensitive personal information, such as race, religion, or political affiliations, without your explicit consent.\n\nRay Smith International keeps track of the Web sites and pages our customers visit within Ray Smith International, in order to determine what Ray Smith International services are the most popular. This data is used to deliver customized content and advertising within Ray Smith International to customers whose behavior indicates that they are interested in a particular subject area.\n\nRay Smith International Web sites will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with legal process served on Ray Smith International or the site; (b) protect and defend the rights or property of Ray Smith International; and, (c) act under exigent circumstances to protect the personal safety of users of Ray Smith International, or the public.\n\n<strong>Use of Cookies</strong>\n\nThe Ray Smith International Web site use “cookies” to help you personalize your online experience. A cookie is a text file that is placed on your hard disk by a Web page server. Cookies cannot be used to run programs or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalize Ray Smith International pages, or register with Ray Smith International site or services, a cookie helps Ray Smith International to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Ray Smith International Web site, the information you previously provided can be retrieved, so you can easily use the Ray Smith International features that you customized.\n\nYou have the ability to accept or decline cookies. Most Web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Ray Smith International services or Web sites you visit.\n\nSecurity of your Personal Information\n\nRay Smith International secures your personal information from unauthorized access, use or disclosure. Ray Smith International secures the personally identifiable information you provide on computer servers in a controlled, secure environment, protected from unauthorized access, use or disclosure. When personal information (such as a credit card number) is transmitted to other Web sites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\n\nChanges to this Statement\n\nRay Smith International will occasionally update this Statement of Privacy to reflect company and customer feedback. Ray Smith International encourages you to periodically review this Statement to be informed of how Ray Smith International is protecting your information.\n\nContact Information\n\nRay Smith International welcomes your comments regarding this Statement of Privacy. If you believe that Ray Smith International has not adhered to this Statement, please contact Ray Smith International at webmaster@elreyjesus.org. We will use commercially reasonable efforts to promptly determine and remedy the problem.','Privacy Statement','','inherit','open','open','','432-revision','','','2012-08-13 06:17:46','2012-08-13 06:17:46','',432,'http://raylsmith.org/432-revision/',0,'revision','',0),(435,1,'2012-08-13 06:18:39','2012-08-13 06:18:39','<h1 style=\"text-align: center;\">Privacy Statement</h1>\r\nRay Smith International is committed to protecting your privacy and developing technology that gives you the most powerful and safe online experience. This Statement of Privacy applies to the Ray Smith International Web site and governs data collection and usage. By using the Ray Smith International website, you consent to the data practices described in this statement.\r\n\r\n<strong>Collection of your Personal Information</strong>\r\n\r\nRay Smith International collects personally identifiable information, such as your e-mail address, name, home or work address or telephone number. Ray Smith International also collects anonymous demographic information, which is not unique to you, such as your ZIP code, age, gender, preferences, interests and favorites.\r\n\r\nThere is also information about your computer hardware and software that is automatically collected by Ray Smith International. This information can include: your IP address, browser type, domain names, access times and referring Web site addresses. This information is used by Ray Smith International for the operation of the service, to maintain quality of the service, and to provide general statistics regarding use of the Ray Smith International Web site.\r\n\r\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Ray Smith International public message boards, this information may be collected and used by others.\r\n\r\nNote: Ray Smith International does not read any of your private online communications.\r\n\r\nRay Smith International encourages you to review the privacy statements of Web sites you choose to link to from Ray Smith International so that you can understand how those Web sites collect, use and share your information. Ray Smith International is not responsible for the privacy statements or other content on Web sites outside of the Ray Smith International and Ray Smith International family of Web sites.\r\n\r\n<strong>Use of your Personal Information</strong>\r\n\r\nRay Smith International collects and uses your personal information to operate the Ray Smith International Web site and deliver the services you have requested. Ray Smith International also uses your personally identifiable information to inform you of other products or services available from Ray Smith International and its affiliates. Ray Smith International may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\r\n\r\nRay Smith International does not sell, rent or lease its customer lists to third parties. Ray Smith International may, from time to time, contact you on behalf of external business partners about a particular offering that may be of interest to you. In those cases, your unique personally identifiable information (e-mail, name, address, telephone number) is not transferred to the third party. In addition, Ray Smith International may share data with trusted partners to help us perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Ray Smith International, and they are required to maintain the confidentiality of your information.\r\n\r\nRay Smith International does not use or disclose sensitive personal information, such as race, religion, or political affiliations, without your explicit consent.\r\n\r\nRay Smith International keeps track of the Web sites and pages our customers visit within Ray Smith International, in order to determine what Ray Smith International services are the most popular. This data is used to deliver customized content and advertising within Ray Smith International to customers whose behavior indicates that they are interested in a particular subject area.\r\n\r\nRay Smith International Web sites will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with legal process served on Ray Smith International or the site; (b) protect and defend the rights or property of Ray Smith International; and, (c) act under exigent circumstances to protect the personal safety of users of Ray Smith International, or the public.\r\n\r\n<strong>Use of Cookies</strong>\r\n\r\nThe Ray Smith International Web site use “cookies” to help you personalize your online experience. A cookie is a text file that is placed on your hard disk by a Web page server. Cookies cannot be used to run programs or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\r\n\r\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalize Ray Smith International pages, or register with Ray Smith International site or services, a cookie helps Ray Smith International to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Ray Smith International Web site, the information you previously provided can be retrieved, so you can easily use the Ray Smith International features that you customized.\r\n\r\nYou have the ability to accept or decline cookies. Most Web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Ray Smith International services or Web sites you visit.\r\n\r\n<strong>Security of your Personal Information</strong>\r\n\r\nRay Smith International secures your personal information from unauthorized access, use or disclosure. Ray Smith International secures the personally identifiable information you provide on computer servers in a controlled, secure environment, protected from unauthorized access, use or disclosure. When personal information (such as a credit card number) is transmitted to other Web sites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\r\n\r\n<strong>Changes to this Statement</strong>\r\n\r\nRay Smith International will occasionally update this Statement of Privacy to reflect company and customer feedback. Ray Smith International encourages you to periodically review this Statement to be informed of how Ray Smith International is protecting your information.\r\n\r\n<strong>Contact Information</strong>\r\n\r\nRay Smith International welcomes your comments regarding this Statement of Privacy. If you believe that Ray Smith International has not adhered to this Statement, please contact Ray Smith International at webmaster@raylsmith.org. We will use commercially reasonable efforts to promptly determine and remedy the problem.','Privacy Statement','','inherit','open','open','','432-revision-2','','','2012-08-13 06:18:39','2012-08-13 06:18:39','',432,'http://raylsmith.org/432-revision-2/',0,'revision','',0),(436,1,'2012-08-13 06:20:15','2012-08-13 06:20:15','<h1 style=\"text-align: center;\">Privacy Statement</h1>\n&nbsp;\n\nRay Smith International is committed to protecting your privacy and developing technology that gives you the most powerful and safe online experience. This Statement of Privacy applies to the Ray Smith International Web site and governs data collection and usage. By using the Ray Smith International website, you consent to the data practices described in this statement.\n\n<strong>Collection of your Personal Information</strong>\n\nRay Smith International collects personally identifiable information, such as your e-mail address, name, home or work address or telephone number. Ray Smith International also collects anonymous demographic information, which is not unique to you, such as your ZIP code, age, gender, preferences, interests and favorites.\n\nThere is also information about your computer hardware and software that is automatically collected by Ray Smith International. This information can include: your IP address, browser type, domain names, access times and referring Web site addresses. This information is used by Ray Smith International for the operation of the service, to maintain quality of the service, and to provide general statistics regarding use of the Ray Smith International Web site.\n\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Ray Smith International public message boards, this information may be collected and used by others.\n\nNote: Ray Smith International does not read any of your private online communications.\n\nRay Smith International encourages you to review the privacy statements of Web sites you choose to link to from Ray Smith International so that you can understand how those Web sites collect, use and share your information. Ray Smith International is not responsible for the privacy statements or other content on Web sites outside of the Ray Smith International and Ray Smith International family of Web sites.\n\n<strong>Use of your Personal Information</strong>\n\nRay Smith International collects and uses your personal information to operate the Ray Smith International Web site and deliver the services you have requested. Ray Smith International also uses your personally identifiable information to inform you of other products or services available from Ray Smith International and its affiliates. Ray Smith International may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n\nRay Smith International does not sell, rent or lease its customer lists to third parties. Ray Smith International may, from time to time, contact you on behalf of external business partners about a particular offering that may be of interest to you. In those cases, your unique personally identifiable information (e-mail, name, address, telephone number) is not transferred to the third party. In addition, Ray Smith International may share data with trusted partners to help us perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Ray Smith International, and they are required to maintain the confidentiality of your information.\n\nRay Smith International does not use or disclose sensitive personal information, such as race, religion, or political affiliations, without your explicit consent.\n\nRay Smith International keeps track of the Web sites and pages our customers visit within Ray Smith International, in order to determine what Ray Smith International services are the most popular. This data is used to deliver customized content and advertising within Ray Smith International to customers whose behavior indicates that they are interested in a particular subject area.\n\nRay Smith International Web sites will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with legal process served on Ray Smith International or the site; (b) protect and defend the rights or property of Ray Smith International; and, (c) act under exigent circumstances to protect the personal safety of users of Ray Smith International, or the public.\n\n<strong>Use of Cookies</strong>\n\nThe Ray Smith International Web site use “cookies” to help you personalize your online experience. A cookie is a text file that is placed on your hard disk by a Web page server. Cookies cannot be used to run programs or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalize Ray Smith International pages, or register with Ray Smith International site or services, a cookie helps Ray Smith International to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Ray Smith International Web site, the information you previously provided can be retrieved, so you can easily use the Ray Smith International features that you customized.\n\nYou have the ability to accept or decline cookies. Most Web browsers automatically accept cookies, but you can usually modify your browser setting to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Ray Smith International services or Web sites you visit.\n\n<strong>Security of your Personal Information</strong>\n\nRay Smith International secures your personal information from unauthorized access, use or disclosure. Ray Smith International secures the personally identifiable information you provide on computer servers in a controlled, secure environment, protected from unauthorized access, use or disclosure. When personal information (such as a credit card number) is transmitted to other Web sites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\n\n<strong>Changes to this Statement</strong>\n\nRay Smith International will occasionally update this Statement of Privacy to reflect company and customer feedback. Ray Smith International encourages you to periodically review this Statement to be informed of how Ray Smith International is protecting your information.\n\n<strong>Contact Information</strong>\n\nRay Smith International welcomes your comments regarding this Statement of Privacy. If you believe that Ray Smith International has not adhered to this Statement, please contact Ray Smith International at webmaster@raylsmith.org. We will use commercially reasonable efforts to promptly determine and remedy the problem.','Privacy Statement','','inherit','open','open','','432-autosave','','','2012-08-13 06:20:15','2012-08-13 06:20:15','',432,'http://raylsmith.org/432-autosave/',0,'revision','',0),(560,1,'2012-08-07 14:34:27','2012-08-07 14:34:27','[h6]<strong></strong>\r\n\r\n<strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-6','','','2012-08-07 14:34:27','2012-08-07 14:34:27','',404,'http://raylsmith.org/404-revision-6/',0,'revision','',0),(439,1,'2012-08-13 15:19:54','2012-08-13 15:19:54','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=bS6QcMhO-sE</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n','God\'s Impartation Part 3','','publish','open','open','','gods-impartation-part-3','','','2012-11-22 13:24:31','2012-11-22 13:24:31','',0,'http://raylsmith.org/?p=439',0,'post','',0),(440,1,'2012-08-13 15:19:35','2012-08-13 15:19:35','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation','','inherit','open','open','','439-revision','','','2012-08-13 15:19:35','2012-08-13 15:19:35','',439,'http://raylsmith.org/439-revision/',0,'revision','',0),(441,1,'2012-08-13 15:19:54','2012-08-13 15:19:54','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','439-revision-2','','','2012-08-13 15:19:54','2012-08-13 15:19:54','',439,'http://raylsmith.org/439-revision-2/',0,'revision','',0),(442,1,'2012-08-13 15:23:33','2012-08-13 15:23:33','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=UIg7NfvcFog</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','God\'s Impartation Part 2','','publish','open','open','','gods-impartation-part-2','','','2012-11-22 13:24:20','2012-11-22 13:24:20','',0,'http://raylsmith.org/?p=442',0,'post','',0),(443,1,'2012-08-13 15:23:20','2012-08-13 15:23:20','','God\'s Impartation Part 2','','inherit','open','open','','442-revision','','','2012-08-13 15:23:20','2012-08-13 15:23:20','',442,'http://raylsmith.org/442-revision/',0,'revision','',0),(444,1,'2012-08-13 15:28:36','2012-08-13 15:28:36','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Impartation Part 1','','publish','open','open','','gods-impartation-part-1','','','2013-02-26 15:00:09','2013-02-26 15:00:09','',0,'http://raylsmith.org/?p=444',0,'post','',1),(445,1,'2012-08-13 15:28:27','2012-08-13 15:28:27','','God\'s Impartation Part 3','','inherit','open','open','','444-revision','','','2012-08-13 15:28:27','2012-08-13 15:28:27','',444,'http://raylsmith.org/444-revision/',0,'revision','',0),(446,1,'2012-08-13 05:58:31','2012-08-13 05:58:31','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minutes sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-13 05:58:31','2012-08-13 05:58:31','',2,'http://raylsmith.org/2-revision-67/',0,'revision','',0),(606,1,'2012-09-20 07:39:46','2012-09-20 07:39:46','','covenant-partner','','inherit','open','open','','covenant-partner','','','2012-09-20 07:39:46','2012-09-20 07:39:46','',604,'http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg',0,'attachment','image/jpeg',0),(448,1,'2012-08-13 15:28:36','2012-08-13 15:28:36','httpv://www.youtube.com/watch?v=bS6QcMhO-sE','God\'s Impartation Part 3','','inherit','open','open','','444-revision-2','','','2012-08-13 15:28:36','2012-08-13 15:28:36','',444,'http://raylsmith.org/444-revision-2/',0,'revision','',0),(451,1,'2012-08-14 15:54:11','2012-08-14 15:54:11','httpv://www.youtube.com/watch?v=bS6QcMhO-sE','God\'s Impartation Part 3','','inherit','open','open','','439-autosave','','','2012-08-14 15:54:11','2012-08-14 15:54:11','',439,'http://raylsmith.org/439-autosave/',0,'revision','',0),(449,1,'2012-08-13 15:22:16','2012-08-13 15:22:16','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','439-revision-3','','','2012-08-13 15:22:16','2012-08-13 15:22:16','',439,'http://raylsmith.org/439-revision-3/',0,'revision','',0),(450,1,'2012-08-14 15:53:02','2012-08-14 15:53:02','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 3','','inherit','open','open','','444-revision-3','','','2012-08-14 15:53:02','2012-08-14 15:53:02','',444,'http://raylsmith.org/444-revision-3/',0,'revision','',0),(452,1,'2013-02-26 04:29:42','2013-02-26 04:29:42','<table>\n<tbody>\n<tr>\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','God\'s Impartation Part 1','','inherit','open','open','','444-autosave','','','2013-02-26 04:29:42','2013-02-26 04:29:42','',444,'http://raylsmith.org/444-autosave/',0,'revision','',0),(453,1,'2012-08-13 15:31:27','2012-08-13 15:31:27','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minutes sermonette’s on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithers and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-13 15:31:27','2012-08-13 15:31:27','',2,'http://raylsmith.org/2-revision-68/',0,'revision','',0),(455,1,'2012-08-20 08:00:31','2012-08-20 08:00:31','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Here the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-20 08:00:31','2012-08-20 08:00:31','',2,'http://raylsmith.org/2-revision-70/',0,'revision','',0),(459,1,'2012-08-24 05:21:04','2012-08-24 05:21:04','','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-08-24 05:21:04','2012-08-24 05:21:04','',457,'http://raylsmith.org/457-revision-2/',0,'revision','',0),(460,1,'2012-08-24 05:22:24','2012-08-24 05:22:24','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone  wp-image-842\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" width=\"336\" height=\"192\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone  wp-image-844\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" width=\"336\" height=\"192\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone  wp-image-846\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" width=\"336\" height=\"297\" /></a><img class=\"alignnone  wp-image-847\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" width=\"336\" height=\"297\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-849\" alt=\"Online Church Membership\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png\" width=\"336\" height=\"270\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-850\" alt=\"Stay Connected\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png\" width=\"336\" height=\"270\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone  wp-image-474\" alt=\"Women\'s Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" alt=\"Like us on Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" width=\"288\" height=\"288\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone  wp-image-478\" alt=\"Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone  wp-image-569\" alt=\"Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" width=\"288\" height=\"288\" /></a></p>','News','','publish','closed','closed','','news','','','2013-01-23 14:46:52','2013-01-23 14:46:52','',0,'http://raylsmith.org/?page_id=460',0,'page','',0),(1151,1,'2012-09-16 13:37:14','2012-09-16 13:37:14','<img class=\"alignnone size-full wp-image-575\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.png\" alt=\"Testimony\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\n<strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong>\r\n\r\n<strong>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.</strong>\r\n\r\n<strong>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.</strong>\r\n\r\n<strong>Women was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.</strong>\r\n\r\n<strong>Young man healed of scoliosis.</strong>\r\n\r\n<strong>Young girl ear canals healed.</strong>\r\n\r\n<strong>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</strong>\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-09-16 13:37:14','2012-09-16 13:37:14','',31,'http://raylsmith.org/31-revision-13/',0,'revision','',0),(461,1,'2012-08-24 05:22:19','2012-08-24 05:22:19','','News','','inherit','open','open','','460-revision','','','2012-08-24 05:22:19','2012-08-24 05:22:19','',460,'http://raylsmith.org/460-revision/',0,'revision','',0),(462,1,'2012-08-24 05:23:32','2012-08-24 05:23:32',' ','','','publish','open','open','','462','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=462',4,'nav_menu_item','',0),(463,1,'2012-08-24 05:23:32','2012-08-24 05:23:32',' ','','','publish','open','open','','463','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=463',9,'nav_menu_item','',0),(464,1,'2012-08-24 05:42:05','2012-08-24 05:42:05','Your subscription has been confirmed!\r\n\r\n&nbsp;','Confirmed','','publish','closed','closed','','confirmed','','','2012-08-24 05:42:05','2012-08-24 05:42:05','',0,'http://raylsmith.org/?page_id=464',0,'page','',0),(465,1,'2012-08-24 05:41:48','2012-08-24 05:41:48','','Confirmed','','inherit','open','open','','464-revision','','','2012-08-24 05:41:48','2012-08-24 05:41:48','',464,'http://raylsmith.org/464-revision/',0,'revision','',0),(466,1,'2012-08-24 05:43:09','2012-08-24 05:43:09','Your subscription has been confirmed!\n\n&nbsp;','Confirmed','','inherit','open','open','','464-autosave','','','2012-08-24 05:43:09','2012-08-24 05:43:09','',464,'http://raylsmith.org/464-autosave/',0,'revision','',0),(467,1,'2012-08-24 05:50:23','2012-08-24 05:50:23','<div><script type=\"text/javascript\" src=\"http://forms.aweber.com/form/45/871548545.js\"></script></div>','Online Assembly','','publish','closed','closed','','online-assembly-sign-up','','','2012-08-24 05:52:03','2012-08-24 05:52:03','',0,'http://raylsmith.org/?page_id=467',0,'page','',0),(468,1,'2012-08-24 05:50:05','2012-08-24 05:50:05','','Auto Draft','','inherit','open','open','','467-revision','','','2012-08-24 05:50:05','2012-08-24 05:50:05','',467,'http://raylsmith.org/467-revision/',0,'revision','',0),(469,1,'2012-08-24 05:51:27','2012-08-24 05:51:27','<div></div>','Online Assembly','','inherit','open','open','','467-autosave','','','2012-08-24 05:51:27','2012-08-24 05:51:27','',467,'http://raylsmith.org/467-autosave/',0,'revision','',0),(470,1,'2012-08-24 05:50:23','2012-08-24 05:50:23','','Online Assembly','','inherit','open','open','','467-revision-2','','','2012-08-24 05:50:23','2012-08-24 05:50:23','',467,'http://raylsmith.org/467-revision-2/',0,'revision','',0),(471,1,'2012-08-24 05:51:38','2012-08-24 05:51:38','<div><script type=\"text/javascript\" src=\"http://forms.aweber.com/form/45/871548545.js\"></script></div>','Online Assembly','','inherit','open','open','','467-revision-3','','','2012-08-24 05:51:38','2012-08-24 05:51:38','',467,'http://raylsmith.org/467-revision-3/',0,'revision','',0),(472,1,'2012-08-20 08:01:21','2012-08-20 08:01:21','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Online Assembly</strong>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-20 08:01:21','2012-08-20 08:01:21','',2,'http://raylsmith.org/2-revision-71/',0,'revision','',0),(483,1,'2012-07-24 07:15:02','2012-07-24 07:15:02','httpv://www.youtube.com/watch?v=-pAzPJnDilQ&feature=youtu.be','Women Bible Study','','inherit','open','open','','249-revision-5','','','2012-07-24 07:15:02','2012-07-24 07:15:02','',249,'http://raylsmith.org/249-revision-5/',0,'revision','',0),(481,1,'2012-08-31 15:15:53','2012-08-31 15:15:53','<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center><center></center><center></center><center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-6','','','2012-08-31 15:15:53','2012-08-31 15:15:53','',460,'http://raylsmith.org/460-revision-6/',0,'revision','',0),(484,1,'2012-09-04 04:22:18','2012-09-04 04:22:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Good Shepherd','','publish','open','open','','the-good-shepherd','','','2013-02-02 13:56:09','2013-02-02 13:56:09','',0,'http://raylsmith.org/?p=484',0,'post','',0),(485,1,'2012-09-04 04:21:58','2012-09-04 04:21:58','','The Good Shepherd','','inherit','open','open','','484-revision','','','2012-09-04 04:21:58','2012-09-04 04:21:58','',484,'http://raylsmith.org/484-revision/',0,'revision','',0),(486,1,'2012-08-24 05:54:47','2012-08-24 05:54:47','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/women-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/women-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-08-24 05:54:47','2012-08-24 05:54:47','',2,'http://raylsmith.org/2-revision-72/',0,'revision','',0),(488,1,'2012-09-04 04:27:36','2012-09-04 04:27:36','httpv://www.youtube.com/watch?v=FJ6yjy9rqPg&feature=plcp','Getting Your Needs Met Part 3','','publish','open','open','','getting-your-needs-met-part-3','','','2012-11-22 13:23:36','2012-11-22 13:23:36','',0,'http://raylsmith.org/?p=488',0,'post','',0),(489,1,'2012-09-04 04:26:49','2012-09-04 04:26:49','httpv://www.youtube.com/watch?v=FJ6yjy9rqPg&feature=plcp','Getting Your Needs Met Part 3','','inherit','open','open','','488-revision','','','2012-09-04 04:26:49','2012-09-04 04:26:49','',488,'http://raylsmith.org/488-revision/',0,'revision','',0),(490,1,'2012-09-04 04:31:15','2012-09-04 04:31:15','httpv://www.youtube.com/watch?v=LvE-m8vfxpg&feature=plcp','Getting Your Needs Met Part 2','','publish','open','open','','getting-your-needs-met-part-2','','','2012-11-22 13:23:27','2012-11-22 13:23:27','',0,'http://raylsmith.org/?p=490',0,'post','',0),(491,1,'2012-09-04 04:31:13','2012-09-04 04:31:13','httpv://www.youtube.com/watch?v=LvE-m8vfxpg&feature=plcp','Getting Your Needs Met Part 2','','inherit','open','open','','490-revision','','','2012-09-04 04:31:13','2012-09-04 04:31:13','',490,'http://raylsmith.org/490-revision/',0,'revision','',0),(492,1,'2012-09-04 04:32:02','2012-09-04 04:32:02','httpv://www.youtube.com/watch?v=q8d7IXolXAY&feature=plcp','Getting Your Needs Met Part 1','','publish','open','open','','getting-your-needs-met-part-1','','','2012-11-22 13:22:24','2012-11-22 13:22:24','',0,'http://raylsmith.org/?p=492',0,'post','',0),(493,1,'2012-09-04 04:32:00','2012-09-04 04:32:00','httpv://www.youtube.com/watch?v=q8d7IXolXAY&feature=plcp','Getting Your Needs Met Part 1','','inherit','open','open','','492-revision','','','2012-09-04 04:32:00','2012-09-04 04:32:00','',492,'http://raylsmith.org/492-revision/',0,'revision','',0),(494,1,'2012-08-07 05:37:29','2012-08-07 05:37:29','<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]','Bread','','inherit','open','open','','318-revision-31','','','2012-08-07 05:37:29','2012-08-07 05:37:29','',318,'http://raylsmith.org/318-revision-31/',0,'revision','',0),(495,1,'2012-09-04 04:23:59','2012-09-04 04:23:59','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/trouble/\"><img class=\"alignnone size-full wp-image-171\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/second-frame.jpg\" alt=\"Video\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-04 04:23:59','2012-09-04 04:23:59','',2,'http://raylsmith.org/2-revision-73/',0,'revision','',0),(498,1,'2012-11-13 14:05:41','2012-11-13 14:05:41','<h1 style=\"text-align: center;\">Itinerary</h1>\n&nbsp;\n\n[h6]\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Join us live for our online sermon.</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></strong></p>\n[hr]\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Come Experience God\'s presence</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">and Expect Your Miracle</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Beginning at ....</span></strong></p>\n[hr]\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Receive Revelation, Direction and</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Understanding from the Bible.</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Taught by Alice Smith</span></strong></p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Saturday 10:00 am EST</span></strong></p>\n[/h6]','Itinerary','','inherit','open','open','','457-autosave-v1','','','2012-11-13 14:05:41','2012-11-13 14:05:41','',457,'http://raylsmith.org/457-autosave/',0,'revision','',0),(496,1,'2012-09-04 04:50:13','2012-09-04 04:50:13','','Getting-Your-Needs','','inherit','open','open','','getting-your-needs','','','2012-09-04 04:50:13','2012-09-04 04:50:13','',2,'http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png',0,'attachment','image/png',0),(497,1,'2012-09-04 04:46:37','2012-09-04 04:46:37','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/q8d7IXolXAY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/q8d7IXolXAY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-04 04:46:37','2012-09-04 04:46:37','',2,'http://raylsmith.org/2-revision-74/',0,'revision','',0),(499,1,'2012-09-06 14:22:17','2012-09-06 14:22:17','','shepherd','','inherit','open','open','','shepherd','','','2012-09-06 14:22:17','2012-09-06 14:22:17','',0,'http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png',0,'attachment','image/png',0),(500,1,'2012-08-07 07:07:56','2012-08-07 07:07:56','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Uncategorized[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-17','','','2012-08-07 07:07:56','2012-08-07 07:07:56','',149,'http://raylsmith.org/149-revision-17/',0,'revision','',0),(501,1,'2012-09-06 14:29:15','2012-09-06 14:29:15','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Good Shepherd</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-18','','','2012-09-06 14:29:15','2012-09-06 14:29:15','',149,'http://raylsmith.org/149-revision-18/',0,'revision','',0),(502,1,'2012-09-06 14:30:42','2012-09-06 14:30:42','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Good Shepherd</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n\r\n[one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-19','','','2012-09-06 14:30:42','2012-09-06 14:30:42','',149,'http://raylsmith.org/149-revision-19/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (503,1,'2012-09-06 14:31:41','2012-09-06 14:31:41','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Good Shepherd</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n\r\n[one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-20','','','2012-09-06 14:31:41','2012-09-06 14:31:41','',149,'http://raylsmith.org/149-revision-20/',0,'revision','',0),(504,1,'2012-09-06 14:33:54','2012-09-06 14:33:54','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Good Shepherd</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-21','','','2012-09-06 14:33:54','2012-09-06 14:33:54','',149,'http://raylsmith.org/149-revision-21/',0,'revision','',0),(505,1,'2012-09-06 14:39:25','2012-09-06 14:39:25','','meds-part1','','inherit','open','open','','meds-part1','','','2012-09-06 14:39:25','2012-09-06 14:39:25','',0,'http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png',0,'attachment','image/png',0),(506,1,'2012-09-06 14:34:56','2012-09-06 14:34:56','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-22','','','2012-09-06 14:34:56','2012-09-06 14:34:56','',149,'http://raylsmith.org/149-revision-22/',0,'revision','',0),(507,1,'2012-09-06 14:41:55','2012-09-06 14:41:55','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">http://raylsmith.org/getting-your-needs-met-part-1/</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">http://raylsmith.org/getting-your-needs-met-part-2/</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">http://raylsmith.org/getting-your-needs-met-part-3/</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-23','','','2012-09-06 14:41:55','2012-09-06 14:41:55','',149,'http://raylsmith.org/149-revision-23/',0,'revision','',0),(508,1,'2012-09-06 14:43:49','2012-09-06 14:43:49','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-24','','','2012-09-06 14:43:49','2012-09-06 14:43:49','',149,'http://raylsmith.org/149-revision-24/',0,'revision','',0),(509,1,'2012-09-06 14:44:26','2012-09-06 14:44:26','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"400\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-25','','','2012-09-06 14:44:26','2012-09-06 14:44:26','',149,'http://raylsmith.org/149-revision-25/',0,'revision','',0),(510,1,'2012-09-06 14:44:59','2012-09-06 14:44:59','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-26','','','2012-09-06 14:44:59','2012-09-06 14:44:59','',149,'http://raylsmith.org/149-revision-26/',0,'revision','',0),(520,1,'2013-02-07 08:33:50','2013-02-07 08:33:50','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\n\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\n\n<strong>Ray and Alice Smith</strong>\n\n[donateplus]\n\n&nbsp;\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">***************</span>\n<span style=\"color: #ff0000; font-size: x-small;\"> PLEASE NOTE</span>\n<span style=\"color: #ff0000; font-size: x-small;\"> ***************</span></p>\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-size: x-small;\">We have submitted our ministry information. And our non-profit status is in process.</span>\n<span style=\"color: #ff0000; font-size: x-small;\"> We will make a note when the process is complete. Thank you for your giving.</span></p>\n[/wpcol_2third_end]','United States','','inherit','open','open','','423-autosave','','','2013-02-07 08:33:50','2013-02-07 08:33:50','',423,'http://raylsmith.org/423-autosave/',0,'revision','',0),(511,1,'2012-09-06 14:45:53','2012-09-06 14:45:53','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Needs Met Part 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-27','','','2012-09-06 14:45:53','2012-09-06 14:45:53','',149,'http://raylsmith.org/149-revision-27/',0,'revision','',0),(512,1,'2012-09-06 14:47:16','2012-09-06 14:47:16','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-28','','','2012-09-06 14:47:16','2012-09-06 14:47:16','',149,'http://raylsmith.org/149-revision-28/',0,'revision','',0),(513,1,'2012-09-04 04:51:46','2012-09-04 04:51:46','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-04 04:51:46','2012-09-04 04:51:46','',2,'http://raylsmith.org/2-revision-75/',0,'revision','',0),(514,1,'2012-09-07 08:24:58','2012-09-07 08:24:58','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-07 08:24:58','2012-09-07 08:24:58','',2,'http://raylsmith.org/2-revision-76/',0,'revision','',0),(515,1,'2012-08-13 06:01:33','2012-08-13 06:01:33','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]THANK YOU FOR GIVING[/callout1]\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-23','','','2012-08-13 06:01:33','2012-08-13 06:01:33','',196,'http://raylsmith.org/196-revision-23/',0,'revision','',0),(516,1,'2012-09-07 08:28:03','2012-09-07 08:28:03','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n<strong>Alice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-24','','','2012-09-07 08:28:03','2012-09-07 08:28:03','',196,'http://raylsmith.org/196-revision-24/',0,'revision','',0),(517,1,'2012-09-07 08:29:27','2012-09-07 08:29:27','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-25','','','2012-09-07 08:29:27','2012-09-07 08:29:27','',196,'http://raylsmith.org/196-revision-25/',0,'revision','',0),(518,1,'2012-09-07 08:29:58','2012-09-07 08:29:58','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. </strong>\r\n\r\n<strong>Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-26','','','2012-09-07 08:29:58','2012-09-07 08:29:58','',196,'http://raylsmith.org/196-revision-26/',0,'revision','',0),(519,1,'2012-09-07 03:00:12','2012-09-07 03:00:12','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 3</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/shepherd.png\" link_to_page=\"http://raylsmith.org/the-good-shepherd/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE GOOD SHEPHERD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/howto1.jpg\" link_to_page=\"http://raylsmith.org/how-to-deal-with-stress/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HOW TO DEAL WITH STRESS</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n\r\n[/one_third_last]\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item][/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-29','','','2012-09-07 03:00:12','2012-09-07 03:00:12','',149,'http://raylsmith.org/149-revision-29/',0,'revision','',0),(521,1,'2012-08-13 06:00:15','2012-08-13 06:00:15','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United States','','inherit','open','open','','423-revision-2','','','2012-08-13 06:00:15','2012-08-13 06:00:15','',423,'http://raylsmith.org/423-revision-2/',0,'revision','',0),(524,1,'2012-07-24 01:03:42','2012-07-24 01:03:42','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-revision-9','','','2012-07-24 01:03:42','2012-07-24 01:03:42','',222,'http://raylsmith.org/222-revision-9/',0,'revision','',0),(522,1,'2012-09-09 14:48:31','2012-09-09 14:48:31','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United States','','inherit','open','open','','423-revision-3','','','2012-09-09 14:48:31','2012-09-09 14:48:31','',423,'http://raylsmith.org/423-revision-3/',0,'revision','',0),(523,1,'2012-09-09 14:50:04','2012-09-09 14:50:04','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n[notify_box font_size=\"13px\" style=\"red\"]\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n[/notify_box]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United States','','inherit','open','open','','423-revision-4','','','2012-09-09 14:50:04','2012-09-09 14:50:04','',423,'http://raylsmith.org/423-revision-4/',0,'revision','',0),(525,1,'2012-07-20 05:18:43','2012-07-20 05:18:43','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"alignnone size-full wp-image-230\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]\r\n\r\n\r\n\r\n','Australia','','inherit','open','open','','227-revision-5','','','2012-07-20 05:18:43','2012-07-20 05:18:43','',227,'http://raylsmith.org/227-revision-5/',0,'revision','',0),(526,1,'2012-08-24 05:21:18','2012-08-24 05:21:18','Coming Soon!','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-08-24 05:21:18','2012-08-24 05:21:18','',457,'http://raylsmith.org/457-revision-3/',0,'revision','',0),(527,1,'2012-09-10 05:10:10','2012-09-10 05:10:10','<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n\r\n[hr]\r\n\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n\r\n[hr]\r\n\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:10:10','2012-09-10 05:10:10','',457,'http://raylsmith.org/457-revision-4/',0,'revision','',0),(529,1,'2012-09-10 05:42:46','2012-09-10 05:42:46','[h6]\r\n<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:42:46','2012-09-10 05:42:46','',457,'http://raylsmith.org/457-revision-6/',0,'revision','',0),(530,1,'2012-09-10 05:43:57','2012-09-10 05:43:57','<p style=\"text-align: center;\">[callout1]Itinerary[/callout1]\r\n\r\n[h6]</p>\r\n<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:43:57','2012-09-10 05:43:57','',457,'http://raylsmith.org/457-revision-7/',0,'revision','',0),(531,1,'2012-09-10 05:44:27','2012-09-10 05:44:27','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:44:27','2012-09-10 05:44:27','',457,'http://raylsmith.org/457-revision-8/',0,'revision','',0),(532,1,'2012-07-16 09:23:20','2012-07-16 09:23:20','[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-07-16 09:23:20','2012-07-16 09:23:20','',33,'http://raylsmith.org/33-revision-6/',0,'revision','',0),(533,1,'2012-09-10 05:46:12','2012-09-10 05:46:12','Please feel free to contact us for prayer requests and booking questions.\r\nRichest Blessings to you and thank you for visiting Ray Smith International.\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-09-10 05:46:12','2012-09-10 05:46:12','',33,'http://raylsmith.org/33-revision-7/',0,'revision','',0),(534,1,'2013-08-16 03:38:01','2013-08-16 03:38:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\n\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International - The House of Prayer Ministries.</strong>\n\n&nbsp;\n\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\n\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n\n&nbsp;\n\n<strong>For Booking Request by Mail</strong>\n<strong>Please send all correspondence here</strong>...\n\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/06/mail2.png\"><img class=\"alignnone size-full wp-image-1857\" alt=\"mail2\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail2.png\" width=\"380\" height=\"208\" /></a>\n[/wpcol_1half_end]','Contact Us','','inherit','open','open','','33-autosave-v1','','','2013-08-16 03:38:01','2013-08-16 03:38:01','',33,'http://raylsmith.org/33-autosave/',0,'revision','',0),(535,1,'2012-09-10 05:55:04','2012-09-10 05:55:04','','snail-mail','','inherit','open','open','','snail-mail','','','2012-09-10 05:55:04','2012-09-10 05:55:04','',33,'http://raylsmith.org/wp-content/uploads/2012/06/snail-mail.png',0,'attachment','image/png',0),(536,1,'2012-09-10 05:46:32','2012-09-10 05:46:32','<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n<strong> Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-09-10 05:46:32','2012-09-10 05:46:32','',33,'http://raylsmith.org/33-revision-8/',0,'revision','',0),(537,1,'2012-09-10 05:55:36','2012-09-10 05:55:36','[one_half]\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n<strong> Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/snail-mail-300x164.png\" alt=\"Mail\" width=\"300\" height=\"164\" />\r\n[/one_half_last]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-09-10 05:55:36','2012-09-10 05:55:36','',33,'http://raylsmith.org/33-revision-9/',0,'revision','',0),(538,1,'2012-09-10 05:56:12','2012-09-10 05:56:12','<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-09-10 05:56:12','2012-09-10 05:56:12','',33,'http://raylsmith.org/33-revision-10/',0,'revision','',0),(540,1,'2012-09-10 14:14:19','2012-09-10 14:14:19','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half]\r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" style=\"border: 0px none;\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]</p>','Prayer Channel','','publish','open','open','','prayer-channel','','','2013-02-01 08:01:24','2013-02-01 08:01:24','',0,'http://raylsmith.org/?page_id=540',0,'page','',0),(541,1,'2012-09-10 14:14:05','2012-09-10 14:14:05','','Auto Draft','','inherit','open','open','','540-revision','','','2012-09-10 14:14:05','2012-09-10 14:14:05','',540,'http://raylsmith.org/540-revision/',0,'revision','',0),(542,1,'2012-09-10 14:16:36','2012-09-10 14:16:36','','Prayer Channel','','publish','open','open','','prayer-channel','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=542',15,'nav_menu_item','',0),(544,1,'2012-09-10 14:15:56','2012-09-10 14:15:56','','Live Service','','publish','closed','closed','','live-service','','','2012-09-10 14:15:56','2012-09-10 14:15:56','',0,'http://raylsmith.org/?page_id=544',0,'page','',0),(545,1,'2012-09-10 14:15:40','2012-09-10 14:15:40','','Auto Draft','','inherit','open','open','','544-revision','','','2012-09-10 14:15:40','2012-09-10 14:15:40','',544,'http://raylsmith.org/544-revision/',0,'revision','',0),(546,1,'2012-09-10 14:16:36','2012-09-10 14:16:36','','Live Service','','publish','open','open','','live-service','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=546',13,'nav_menu_item','',0),(549,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','549','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=549',4,'nav_menu_item','',0),(550,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','550','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=550',8,'nav_menu_item','',0),(551,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','live service','publish','open','open','','551','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=551',7,'nav_menu_item','',0),(552,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','connect with us','publish','open','open','','552','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=552',10,'nav_menu_item','',0),(553,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','553','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=553',5,'nav_menu_item','',0),(554,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','554','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=554',11,'nav_menu_item','',0),(555,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','555','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=555',9,'nav_menu_item','',0),(556,1,'2012-09-12 00:47:55','2012-09-12 00:47:55',' ','','','publish','open','open','','556','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=556',12,'nav_menu_item','',0),(557,1,'2012-09-12 00:47:55','2012-09-12 00:47:55','','Testimonies','','publish','open','open','','557','','','2012-09-14 10:00:55','2012-09-14 10:00:55','',0,'http://raylsmith.org/?p=557',6,'nav_menu_item','',0),(558,1,'2012-09-12 00:47:55','2012-09-12 00:47:55','','HOME','Home','publish','open','open','','home-2','','','2012-09-14 10:00:54','2012-09-14 10:00:54','',0,'http://raylsmith.org/?p=558',1,'nav_menu_item','',0),(561,1,'2012-09-14 08:28:04','2012-09-14 08:28:04','','bread2','','inherit','open','open','','bread2','','','2012-09-14 08:28:04','2012-09-14 08:28:04','',318,'http://raylsmith.org/wp-content/uploads/2012/08/bread2.png',0,'attachment','image/png',0),(562,1,'2012-09-04 04:34:12','2012-09-04 04:34:12','<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-32','','','2012-09-04 04:34:12','2012-09-04 04:34:12','',318,'http://raylsmith.org/318-revision-32/',0,'revision','',0),(563,1,'2012-09-14 08:29:42','2012-09-14 08:29:42','','path2','','inherit','open','open','','path2','','','2012-09-14 08:29:42','2012-09-14 08:29:42','',404,'http://raylsmith.org/wp-content/uploads/2012/08/path2.png',0,'attachment','image/png',0),(565,1,'2012-09-14 08:32:32','2012-09-14 08:32:32','','rest2','','inherit','open','open','','rest2','','','2012-09-14 08:32:32','2012-09-14 08:32:32','',346,'http://raylsmith.org/wp-content/uploads/2012/08/rest2.png',0,'attachment','image/png',0),(564,1,'2012-09-14 00:16:17','2012-09-14 00:16:17','<h1 style=\"text-align: center;\">PATH</h1>\r\n[h6]<strong></strong>\r\n\r\n<strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-7','','','2012-09-14 00:16:17','2012-09-14 00:16:17','',404,'http://raylsmith.org/404-revision-7/',0,'revision','',0),(566,1,'2012-08-08 01:18:16','2012-08-08 01:18:16','<h1 style=\"text-align: center;\">REST</h1>\r\n[h6]\r\n\r\n<strong>Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.</strong>\r\n\r\n<strong>In other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And no one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.</strong>\r\n\r\n<strong>But it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.</strong>\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-10','','','2012-08-08 01:18:16','2012-08-08 01:18:16','',346,'http://raylsmith.org/346-revision-10/',0,'revision','',0),(567,1,'2012-09-14 08:33:48','2012-09-14 08:33:48','','vision2','','inherit','open','open','','vision2','','','2012-09-14 08:33:48','2012-09-14 08:33:48','',368,'http://raylsmith.org/wp-content/uploads/2012/08/vision2.png',0,'attachment','image/png',0),(568,1,'2012-08-08 01:15:41','2012-08-08 01:15:41','<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-6','','','2012-08-08 01:15:41','2012-08-08 01:15:41','',368,'http://raylsmith.org/368-revision-6/',0,'revision','',0),(569,1,'2012-09-14 09:56:03','2012-09-14 09:56:03','','twitter','','inherit','open','open','','twitter','','','2012-09-14 09:56:03','2012-09-14 09:56:03','',460,'http://raylsmith.org/wp-content/uploads/2012/08/twitter.png',0,'attachment','image/png',0),(570,1,'2012-08-31 15:16:35','2012-08-31 15:16:35','<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center>&nbsp;\r\n\r\n<center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-7','','','2012-08-31 15:16:35','2012-08-31 15:16:35','',460,'http://raylsmith.org/460-revision-7/',0,'revision','',0),(571,1,'2012-08-07 05:42:17','2012-08-07 05:42:17','<h1 style=\"text-align: center;\">TESTIMONIAL</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\n<strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong>\r\n\r\n<strong>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.</strong>\r\n\r\n<strong>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.</strong>\r\n\r\n<strong>Women was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.</strong>\r\n\r\n<strong>Young man healed of scoliosis.</strong>\r\n\r\n<strong>Young girl ear canals healed.</strong>\r\n\r\n<strong>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</strong>\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-08-07 05:42:17','2012-08-07 05:42:17','',31,'http://raylsmith.org/31-revision-11/',0,'revision','',0),(572,1,'2012-09-07 08:30:55','2012-09-07 08:30:55','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-215\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/Globe-300x300.png\" alt=\"Globe\" width=\"240\" height=\"240\" /></p>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-27','','','2012-09-07 08:30:55','2012-09-07 08:30:55','',196,'http://raylsmith.org/196-revision-27/',0,'revision','',0),(573,1,'2012-09-16 12:30:59','2012-09-16 12:30:59','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">rm_f1st(\'0\',\'220\',\'true\',\'false\',\'000000\',\'ag3n58nwsis\',\'true\',\'ff0000\');</script><noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"220\" height=\"220\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"ag3n58nwsis\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"220\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>\r\n\r\n\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-28','','','2012-09-16 12:30:59','2012-09-16 12:30:59','',196,'http://raylsmith.org/196-revision-28/',0,'revision','',0),(574,1,'2012-09-16 12:31:46','2012-09-16 12:31:46','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">rm_f1st(\'0\',\'220\',\'true\',\'false\',\'000000\',\'ag3n58nwsis\',\'true\',\'ff0000\');</script><noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"220\" height=\"220\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"ag3n58nwsis\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"220\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript></center>\r\n\r\n\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-29','','','2012-09-16 12:31:46','2012-09-16 12:31:46','',196,'http://raylsmith.org/196-revision-29/',0,'revision','',0),(575,1,'2012-09-16 13:36:15','2012-09-16 13:36:15','','testimony','','inherit','open','open','','testimony','','','2012-09-16 13:36:15','2012-09-16 13:36:15','',31,'http://raylsmith.org/wp-content/uploads/2012/06/testimony.png',0,'attachment','image/png',0),(576,1,'2012-09-14 10:01:25','2012-09-14 10:01:25','<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>[/notify_box]\r\n\r\n[h6]\r\n\r\n<strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong>\r\n\r\n<strong>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.</strong>\r\n\r\n<strong>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.</strong>\r\n\r\n<strong>Women was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.</strong>\r\n\r\n<strong>Young man healed of scoliosis.</strong>\r\n\r\n<strong>Young girl ear canals healed.</strong>\r\n\r\n<strong>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</strong>\r\n\r\n[/h6]','Testimonial','','inherit','open','open','','31-revision-v1','','','2012-09-14 10:01:25','2012-09-14 10:01:25','',31,'http://raylsmith.org/31-revision-12/',0,'revision','',0),(577,1,'2012-09-17 14:17:32','2012-09-17 14:17:32','','headshot','','inherit','open','open','','headshot-2','','','2012-09-17 14:17:32','2012-09-17 14:17:32','',368,'http://raylsmith.org/wp-content/uploads/2012/08/headshot.png',0,'attachment','image/png',0),(578,1,'2012-09-14 08:34:17','2012-09-14 08:34:17','<img class=\"alignnone size-full wp-image-567\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" alt=\"Vision\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong>Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-7','','','2012-09-14 08:34:17','2012-09-14 08:34:17','',368,'http://raylsmith.org/368-revision-7/',0,'revision','',0),(579,1,'2012-09-17 14:19:01','2012-09-17 14:19:01','<img class=\"alignnone size-full wp-image-567\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/vision2.png\" alt=\"Vision\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">VISION</h1>\r\n[h6]\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />Have you ever participated as a teacher or counselor, or parent in career planning.  In career planning you look  at the person\'s talents, skill, desires and help them, advise them of what their future could be.  You could help them with what is available, draw out a plan such the grades you must make to get into college.  Or job training or what ever preparation is needed to get to their desired goal.  You could even plan your own destination of where you want have as a career, place to live, amount of money you want to retire with.</strong>\r\n\r\n<strong>Well God has a plan for you also.  And His career for you is better than any thing you could think of.</strong>\r\n\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him. But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God. - <strong>1 Cor 2:9-10</strong>[/notify_box]\r\n\r\n[h6]And God is the one who shows us His plan.  He reveals it by His Spirit.  God gave Joseph a dream of his future.  In other scripture God used visions to show what He had in store for the person.  So our vision for our life is what God has revealed to us.  When the Lord reveal our future whether it is little by little or our future many years away.  This becomes our vision.  We must believe God and see ourselves with what He has for us.  Also we need to write down what God has revealed to us about our future. [/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[h6]And finally we must speak what God has shown us.\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]It is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life. - <strong>John 6:63</strong>[/notify_box]\r\n\r\n[h6]Therefore our future that God has for us is set.  And our future that He reveals becomes our vision.  Our dream, goal and destiny.  After reveals it, it is our job to believe it, see it, write it and speak it.  And then we are guaranteed to get there.\r\n\r\n[/h6]\r\n\r\n[h6]SCRIPTURE REFERENCE[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And the Lord answered me, and said, Write the vision, and make it plain upon tables, that he may run that readeth it. For the vision is yet for an appointed time, but at the end it shall speak, and not lie: though it tarry, wait for it; because it will surely come, it will not tarry. - <strong>Hab 2:2-3</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more. And he said unto them, Hear, I pray you, this dream which I have dreamed: For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf. And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words. And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me. And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth? - <strong>Gen 37:5-10</strong>[/notify_box]','Vision','','inherit','open','open','','368-revision-8','','','2012-09-17 14:19:01','2012-09-17 14:19:01','',368,'http://raylsmith.org/368-revision-8/',0,'revision','',0),(580,1,'2012-09-14 08:30:47','2012-09-14 08:30:47','<img class=\"alignnone size-full wp-image-563\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" alt=\"Path\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n[h6]<strong></strong>\r\n\r\n<strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-8','','','2012-09-14 08:30:47','2012-09-14 08:30:47','',404,'http://raylsmith.org/404-revision-8/',0,'revision','',0),(581,1,'2012-09-17 14:22:02','2012-09-17 14:22:02','<img class=\"alignnone size-full wp-image-563\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" alt=\"Path\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n[h6]<strong></strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-9','','','2012-09-17 14:22:02','2012-09-17 14:22:02','',404,'http://raylsmith.org/404-revision-9/',0,'revision','',0),(583,1,'2012-09-14 08:28:38','2012-09-14 08:28:38','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-33','','','2012-09-14 08:28:38','2012-09-14 08:28:38','',318,'http://raylsmith.org/318-revision-33/',0,'revision','',0),(582,1,'2012-09-17 14:22:58','2012-09-17 14:22:58','<img class=\"alignnone size-full wp-image-563\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" alt=\"Path\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n[h6]<strong></strong>\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.</strong>\r\n\r\n<strong>On this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Thy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]This I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16[/notify_box]</strong>\r\n[notify_box font_size=\"13px\" style=\"blue\"]And Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]I have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]When thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2[/notify_box]</strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]And I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16<strong>[/notify_box]</strong></strong>\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Teaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20[/notify_box]</strong>','Path','','inherit','open','open','','404-revision-10','','','2012-09-17 14:22:58','2012-09-17 14:22:58','',404,'http://raylsmith.org/404-revision-10/',0,'revision','',0),(584,1,'2012-09-17 14:25:53','2012-09-17 14:25:53','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n<img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-34','','','2012-09-17 14:25:53','2012-09-17 14:25:53','',318,'http://raylsmith.org/318-revision-34/',0,'revision','',0),(585,1,'2012-09-17 14:26:38','2012-09-17 14:26:38','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" /><p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-35','','','2012-09-17 14:26:38','2012-09-17 14:26:38','',318,'http://raylsmith.org/318-revision-35/',0,'revision','',0),(586,1,'2012-09-17 14:27:28','2012-09-17 14:27:28','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n<p style=\"text-align: center;\"></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-36','','','2012-09-17 14:27:28','2012-09-17 14:27:28','',318,'http://raylsmith.org/318-revision-36/',0,'revision','',0),(587,1,'2012-09-17 14:28:25','2012-09-17 14:28:25','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-37','','','2012-09-17 14:28:25','2012-09-17 14:28:25','',318,'http://raylsmith.org/318-revision-37/',0,'revision','',0),(588,1,'2012-09-14 08:32:56','2012-09-14 08:32:56','<img class=\"alignnone size-full wp-image-565\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/rest2.png\" alt=\"Rest\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">REST</h1>\r\n[h6]\r\n\r\n<strong>Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.</strong>\r\n\r\n<strong>In other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And no one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.</strong>\r\n\r\n<strong>But it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.</strong>\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-11','','','2012-09-14 08:32:56','2012-09-14 08:32:56','',346,'http://raylsmith.org/346-revision-11/',0,'revision','',0),(589,1,'2012-09-19 14:31:06','2012-09-19 14:31:06','<p style=\"text-align: center;\"><img class=\"wp-image-595 aligncenter\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" /></p>\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"590\" title=\"Prayer Request\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a></p>[/wpcol_1half_end]\r\n\r\n\r\n','Prayer','','publish','closed','closed','','prayer-request','','','2013-01-31 05:39:53','2013-01-31 05:39:53','',0,'http://raylsmith.org/?page_id=589',0,'page','',0),(590,1,'2012-09-19 14:30:28','2012-09-19 14:30:28','<p>Your Name (required)<br />\r\n    [text* FirstName] </p>\r\n\r\n<p>Your Last Name (required)<br />\r\n    [text* LastName] </p>\r\n\r\n<p>Country<br />\r\n    [text Country] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* Email] </p>\r\n\r\n<p>Prayer Request Is For<br />\r\n    [text PrayerRequestIsFor] </p>\r\n\r\n<p>Your Message (required)<br />\r\n   [textarea Message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\nPrayer Request\n[FirstName] <[Email]>\nFrom: [FirstName] [LastName]\r\n\r\nCountry: [Country]\r\n\r\nEmail: [Email]\r\n\r\nPrayer Request is For: [PrayerRequestIsFor]\r\n\r\nMessage: [Message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\nprayerrequest@raylsmith.org\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.\nFailed to send your message. Please try later or contact the administrator by another method.','Prayer Request','','publish','open','open','','prayer-request','','','2012-11-13 13:53:18','2012-11-13 13:53:18','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=590',0,'wpcf7_contact_form','',0),(591,1,'2012-09-19 14:31:03','2012-09-19 14:31:03','<strong>1 Corinthians 1:4</strong> \nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\n\n<strong>Ephesians 6:18</strong> \npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\n\n<strong>Philippians 1:3-4</strong> \nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\n\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\n\n<strong>1 Thessalonians 5:17</strong> \npray without ceasing\n\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\n\n','Prayer','','inherit','open','open','','589-revision','','','2012-09-19 14:31:03','2012-09-19 14:31:03','',589,'http://raylsmith.org/589-revision/',0,'revision','',0),(592,1,'2012-09-19 14:31:06','2012-09-19 14:31:06','<strong>1 Corinthians 1:4</strong> \r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong> \r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong> \r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong> \r\npray without ceasing\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-2','','','2012-09-19 14:31:06','2012-09-19 14:31:06','',589,'http://raylsmith.org/589-revision-2/',0,'revision','',0),(593,1,'2013-01-31 05:38:58','2013-01-31 05:38:58','<p style=\"text-align: center;\"><img class=\"wp-image-595 aligncenter\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" /></p>\n&nbsp;\n\n<strong>1 Corinthians 1:4</strong>\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\n\n<strong>Ephesians 6:18</strong>\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\n\n<strong>Philippians 1:3-4</strong>\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\n\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\n\n<strong>1 Thessalonians 5:17</strong>\npray without ceasing\n\n<hr />\n\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\n\n<hr />\n\n[wpcol_1half id=\"\" class=\"\" style=\"\"]Half Column[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]Half Column[/wpcol_1half_end]\n\n[one_half]\n\n&nbsp;\n\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\n[/one_half]\n\n[one_half_last]\n\n&nbsp;\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></p>\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a>\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\n[/one_half_last]</p>','Prayer','','inherit','open','open','','589-autosave','','','2013-01-31 05:38:58','2013-01-31 05:38:58','',589,'http://raylsmith.org/589-autosave/',0,'revision','',0),(594,1,'2012-09-19 14:31:29','2012-09-19 14:31:29','<strong>1 Corinthians 1:4</strong> \r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong> \r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong> \r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong> \r\npray without ceasing\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-3','','','2012-09-19 14:31:29','2012-09-19 14:31:29','',589,'http://raylsmith.org/589-revision-3/',0,'revision','',0),(595,1,'2012-09-19 14:37:26','2012-09-19 14:37:26','','Prayer_request','','inherit','open','open','','prayer_request','','','2012-09-19 14:37:26','2012-09-19 14:37:26','',589,'http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg',0,'attachment','image/jpeg',0),(596,1,'2012-09-19 14:35:53','2012-09-19 14:35:53','<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]','Prayer','','inherit','open','open','','589-revision-4','','','2012-09-19 14:35:53','2012-09-19 14:35:53','',589,'http://raylsmith.org/589-revision-4/',0,'revision','',0),(597,1,'2012-09-19 14:38:14','2012-09-19 14:38:14','<img class=\"alignleft  wp-image-595\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" alt=\"Prayer Request\" width=\"768\" height=\"177\" />\r\n<strong></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]','Prayer','','inherit','open','open','','589-revision-5','','','2012-09-19 14:38:14','2012-09-19 14:38:14','',589,'http://raylsmith.org/589-revision-5/',0,'revision','',0),(598,1,'2012-09-07 08:25:32','2012-09-07 08:25:32','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Prayer</strong>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-07 08:25:32','2012-09-07 08:25:32','',2,'http://raylsmith.org/2-revision-77/',0,'revision','',0),(767,1,'2012-10-22 07:22:29','2012-10-22 07:22:29','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life Part','','inherit','open','open','','765-revision-v1','','','2012-10-22 07:22:29','2012-10-22 07:22:29','',765,'http://raylsmith.org/765-revision-2/',0,'revision','',0),(768,1,'2012-10-22 07:28:58','2012-10-22 07:28:58','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life Part','','inherit','open','open','','765-revision-v1','','','2012-10-22 07:28:58','2012-10-22 07:28:58','',765,'http://raylsmith.org/765-revision-3/',0,'revision','',0),(765,1,'2012-10-22 07:22:29','2012-10-22 07:22:29','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life','','publish','open','open','','the-blessed-life','','','2014-08-21 14:27:27','2014-08-21 14:27:27','',0,'http://raylsmith.org/?p=765',0,'post','',0),(766,1,'2012-10-22 07:21:39','2012-10-22 07:21:39','','The Blessed Life Part','','inherit','open','open','','765-revision-v1','','','2012-10-22 07:21:39','2012-10-22 07:21:39','',765,'http://raylsmith.org/765-revision/',0,'revision','',0),(763,1,'2012-10-22 07:21:22','2012-10-22 07:21:22','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life Part2','','publish','open','open','','the-blessed-life-part2','','','2014-08-21 14:27:34','2014-08-21 14:27:34','',0,'http://raylsmith.org/?p=763',0,'post','',0),(764,1,'2012-10-22 07:20:45','2012-10-22 07:20:45','','The Blessed Life Part2','','inherit','open','open','','763-revision-v1','','','2012-10-22 07:20:45','2012-10-22 07:20:45','',763,'http://raylsmith.org/763-revision/',0,'revision','',0),(604,1,'2012-09-20 07:42:07','2012-09-20 07:42:07','<img class=\"size-full wp-image-612 aligncenter\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" width=\"740\" height=\"345\" />\r\n\r\n<center>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/house-of-prayer-ministries-online-join-online/\"><img class=\"alignnone size-full wp-image-1732\" alt=\"House Of Prayer Ministries\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner2.png\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" alt=\"Cloud of Witnesses\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table></center>','Connection','','publish','closed','closed','','connection-partner','','','2013-06-10 08:06:51','2013-06-10 08:06:51','',0,'http://raylsmith.org/?page_id=604',0,'page','',0),(605,1,'2012-09-20 07:20:50','2012-09-20 07:20:50','','join-online','','inherit','open','open','','join-online','','','2012-09-20 07:20:50','2012-09-20 07:20:50','',604,'http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg',0,'attachment','image/jpeg',0),(607,1,'2012-09-20 07:41:25','2012-09-20 07:41:25','<table>\n<tbody>\n<tr>\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\n<td>OR</td>\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\n</tr>\n</tbody>\n</table>','Connection','','inherit','open','open','','604-revision','','','2012-09-20 07:41:25','2012-09-20 07:41:25','',604,'http://raylsmith.org/604-revision/',0,'revision','',0),(608,1,'2013-06-10 08:06:35','2013-06-10 08:06:35','<img class=\"size-full wp-image-612 aligncenter\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" width=\"740\" height=\"345\" />\n\n&nbsp;\n<table>\n<tbody>\n<tr>\n<td><a href=\"http://raylsmith.org/house-of-prayer-ministries-online-join-online/\"><img class=\"alignnone size-full wp-image-1732\" alt=\"House Of Prayer Ministries\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner2.png\" width=\"320\" height=\"320\" /></a></td>\n<td width=\"30\"></td>\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" alt=\"Cloud of Witnesses\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" width=\"320\" height=\"320\" /></a></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n&nbsp;','Connection','','inherit','open','open','','604-autosave','','','2013-06-10 08:06:35','2013-06-10 08:06:35','',604,'http://raylsmith.org/604-autosave/',0,'revision','',0),(609,1,'2012-09-19 14:40:36','2012-09-19 14:40:36','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Connection</strong>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-19 14:40:36','2012-09-19 14:40:36','',2,'http://raylsmith.org/2-revision-78/',0,'revision','',0),(612,1,'2012-09-20 08:28:31','2012-09-20 08:28:31','','partner-with-us','','inherit','open','open','','partner-with-us','','','2012-09-20 08:28:31','2012-09-20 08:28:31','',604,'http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg',0,'attachment','image/jpeg',0),(616,1,'2012-09-20 08:45:26','2012-09-20 08:45:26','<img class=\"alignnone size-full wp-image-612\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\r\n<td style=\"text-align: center;\" width=\"50\"></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>','Connection','','inherit','open','open','','604-revision-5','','','2012-09-20 08:45:26','2012-09-20 08:45:26','',604,'http://raylsmith.org/604-revision-5/',0,'revision','',0),(613,1,'2012-09-20 07:42:07','2012-09-20 07:42:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\r\n<td style=\"text-align: center;\" width=\"100\"><span style=\"font-size: xx-large;\">OR</span></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>','Connection','','inherit','open','open','','604-revision-2','','','2012-09-20 07:42:07','2012-09-20 07:42:07','',604,'http://raylsmith.org/604-revision-2/',0,'revision','',0),(615,1,'2012-09-20 08:44:42','2012-09-20 08:44:42','<img class=\"alignnone size-full wp-image-612\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\r\n<td style=\"text-align: center;\" width=\"70\"></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>','Connection','','inherit','open','open','','604-revision-4','','','2012-09-20 08:44:42','2012-09-20 08:44:42','',604,'http://raylsmith.org/604-revision-4/',0,'revision','',0),(614,1,'2012-09-20 08:29:50','2012-09-20 08:29:50','<img class=\"alignnone size-full wp-image-612\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\r\n<td style=\"text-align: center;\" width=\"80\"><span style=\"font-size: xx-large;\">OR</span></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>','Connection','','inherit','open','open','','604-revision-3','','','2012-09-20 08:29:50','2012-09-20 08:29:50','',604,'http://raylsmith.org/604-revision-3/',0,'revision','',0),(617,1,'2012-09-20 08:53:22','2012-09-20 08:53:22','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Address (required)<br />\r\n[text* address]\r\n\r\n<p>Phone (required)<br />\r\n[text* phone]\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\nJoin Our Online Church Ministry\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nAddress: [address]\r\nPhone: [phone]\r\n\r\n\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on \r\nConnection Partner | House of Prayer Ministries Online | Join Online\nmail@raylsmith.org\n\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\n\nYour joining through online was sent successfully. Please check your inbox or spam folder. Thanks!\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.\nFailed to send your message. Please try later or contact the administrator by another method.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nURL seems invalid.\nTelephone number seems invalid.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.','Join Our Online Church Ministry','','publish','open','open','','join-our-online-church-ministry','','','2014-09-22 06:58:24','2014-09-22 06:58:24','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=617',0,'wpcf7_contact_form','',0),(619,1,'2012-09-20 09:07:09','2012-09-20 09:07:09','','join-us','','inherit','open','open','','join-us','','','2012-09-20 09:07:09','2012-09-20 09:07:09','',0,'http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg',0,'attachment','image/jpeg',0),(624,1,'2012-09-20 08:47:12','2012-09-20 08:47:12','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n<center><table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></td>\r\n<td width=\"30\"></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>','Connection','','inherit','open','open','','604-revision-6','','','2012-09-20 08:47:12','2012-09-20 08:47:12','',604,'http://raylsmith.org/604-revision-6/',0,'revision','',0),(628,1,'2012-09-21 08:40:12','2012-09-21 08:40:12','','covenant-partner','','inherit','open','open','','covenant-partner-2','','','2012-09-21 08:40:12','2012-09-21 08:40:12','',0,'http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png',0,'attachment','image/png',0),(630,1,'2012-09-20 09:10:07','2012-09-20 09:10:07','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<center>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/join-online/\"><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</center>\r\n&nbsp;\r\n\r\n</div>','Connection','','inherit','open','open','','604-revision-7','','','2012-09-20 09:10:07','2012-09-20 09:10:07','',604,'http://raylsmith.org/604-revision-7/',0,'revision','',0),(769,1,'2012-10-22 07:29:46','2012-10-22 07:29:46','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life','','inherit','open','open','','765-revision-v1','','','2012-10-22 07:29:46','2012-10-22 07:29:46','',765,'http://raylsmith.org/765-revision-4/',0,'revision','',0),(770,1,'2012-10-22 07:37:54','2012-10-22 07:37:54','','the-blessed-life1','','inherit','open','open','','the-blessed-life1','','','2012-10-22 07:37:54','2012-10-22 07:37:54','',0,'http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life1.png',0,'attachment','image/png',0),(633,1,'2012-09-21 09:06:01','2012-09-21 09:06:01','','accept','','inherit','open','open','','accept','','','2012-09-21 09:06:01','2012-09-21 09:06:01','',0,'http://raylsmith.org/wp-content/uploads/2012/09/accept.png',0,'attachment','image/png',0),(651,1,'2012-09-24 01:52:51','2012-09-24 01:52:51','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-660 aligncenter\" style=\"border: 0px none;\" alt=\"Salvation\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" width=\"720\" height=\"120\" /></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-577 alignnone\" alt=\"Headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\n\r\n<span style=\"color: #0000ff;\"><strong>Click the play button to hear the audio!</strong></span>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]I am so glad you\'re here.\r\n\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make. Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen.\r\n\r\nCongratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more. Now, the second reason is that you may have already been saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for me today. In Jesus name I pray Father Amen.\r\n\r\nAnd again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.[/wpcol_2third_end]','Salvation','','publish','closed','closed','','salvation','','','2014-01-29 13:37:08','2014-01-29 13:37:08','',0,'http://raylsmith.org/?page_id=651',0,'page','',0),(638,1,'2012-09-21 13:36:18','2012-09-21 13:36:18','<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"600\" height=\"350\" id=\"utv374783\"><param name=\"flashvars\" value=\"autoplay=false&brand=embed&cid=28331%2Ftest&locale=en_US\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"><embed flashvars=\"autoplay=false&brand=embed&cid=28331%2Ftest&locale=en_US\" width=\"600\" height=\"350\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv374783\" name=\"utv_n_549218\" src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n\r\n\r\nhttpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-5','','','2012-09-21 13:36:18','2012-09-21 13:36:18','',444,'http://raylsmith.org/444-revision-5/',0,'revision','',0),(637,1,'2012-08-14 15:53:46','2012-08-14 15:53:46','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-4','','','2012-08-14 15:53:46','2012-08-14 15:53:46','',444,'http://raylsmith.org/444-revision-4/',0,'revision','',0),(642,1,'2012-09-21 13:52:52','2012-09-21 13:52:52','httpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-9','','','2012-09-21 13:52:52','2012-09-21 13:52:52','',444,'http://raylsmith.org/444-revision-9/',0,'revision','',0),(639,1,'2012-09-21 13:39:22','2012-09-21 13:39:22','<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"320\" height=\"260\" id=\"utv90772\"><param name=\"flashvars\" value=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/live/28331/Sermons\"/><embed flashvars=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\" width=\"320\" height=\"260\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv90772\" name=\"utv_n_119465\" src=\"http://www.ustream.tv/flash/live/28331/Sermons\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n\r\nhttpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-6','','','2012-09-21 13:39:22','2012-09-21 13:39:22','',444,'http://raylsmith.org/444-revision-6/',0,'revision','',0),(640,1,'2012-09-21 13:40:12','2012-09-21 13:40:12','<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"600\" height=\"350\" id=\"utv90772\"><param name=\"flashvars\" value=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/live/28331/Sermons\"/><embed flashvars=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\" width=\"600\" height=\"350\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv90772\" name=\"utv_n_119465\" src=\"http://www.ustream.tv/flash/live/28331/Sermons\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n\r\nhttpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-7','','','2012-09-21 13:40:12','2012-09-21 13:40:12','',444,'http://raylsmith.org/444-revision-7/',0,'revision','',0),(641,1,'2012-09-21 13:40:51','2012-09-21 13:40:51','<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"600\" height=\"350\" id=\"utv90772\"><param name=\"flashvars\" value=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/live/28331/Sermons\"/><embed flashvars=\"autoplay=false&brand=embed&cid=28331%2FSermons&locale=en_US\" width=\"600\" height=\"350\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv90772\" name=\"utv_n_119465\" src=\"http://www.ustream.tv/flash/live/28331/Sermons\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n\r\nhttpv://www.youtube.com/watch?v=m3GcfmOvKVg','God\'s Impartation Part 1','','inherit','open','open','','444-revision-8','','','2012-09-21 13:40:51','2012-09-21 13:40:51','',444,'http://raylsmith.org/444-revision-8/',0,'revision','',0),(643,1,'2012-09-21 13:54:30','2012-09-21 13:54:30','httpv://www.youtube.com/watch?v=m3GcfmOvKVg\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"563\" height=\"266\" id=\"chat_707715\"><param name=\"flashvars\" value=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\" width=\"563\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_707715\" name=\"chat_941959\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n','God\'s Impartation Part 1','','inherit','open','open','','444-revision-10','','','2012-09-21 13:54:30','2012-09-21 13:54:30','',444,'http://raylsmith.org/444-revision-10/',0,'revision','',0),(649,1,'2012-09-21 13:56:59','2012-09-21 13:56:59','httpv://www.youtube.com/watch?v=UIg7NfvcFog\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_707715\"><param name=\"flashvars\" value=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_707715\" name=\"chat_941959\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv520167\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv520167\" name=\"utv_n_294707\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>\r\n\r\n','God\'s Impartation Part 2','','inherit','open','open','','442-revision-3','','','2012-09-21 13:56:59','2012-09-21 13:56:59','',442,'http://raylsmith.org/442-revision-3/',0,'revision','',0),(644,1,'2012-08-13 15:23:33','2012-08-13 15:23:33','httpv://www.youtube.com/watch?v=UIg7NfvcFog','God\'s Impartation Part 2','','inherit','open','open','','442-revision-2','','','2012-08-13 15:23:33','2012-08-13 15:23:33','',442,'http://raylsmith.org/442-revision-2/',0,'revision','',0),(650,1,'2012-09-21 13:57:25','2012-09-21 13:57:25','httpv://www.youtube.com/watch?v=bS6QcMhO-sE\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_707715\"><param name=\"flashvars\" value=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_707715\" name=\"chat_941959\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv520167\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv520167\" name=\"utv_n_294707\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>\r\n\r\n','God\'s Impartation Part 3','','inherit','open','open','','439-revision-5','','','2012-09-21 13:57:25','2012-09-21 13:57:25','',439,'http://raylsmith.org/439-revision-5/',0,'revision','',0),(645,1,'2012-08-14 15:53:05','2012-08-14 15:53:05','httpv://www.youtube.com/watch?v=bS6QcMhO-sE','God\'s Impartation Part 3','','inherit','open','open','','439-revision-4','','','2012-08-14 15:53:05','2012-08-14 15:53:05','',439,'http://raylsmith.org/439-revision-4/',0,'revision','',0),(652,1,'2012-09-24 01:52:39','2012-09-24 01:52:39','','Auto Draft','','inherit','open','open','','651-revision-v1','','','2012-09-24 01:52:39','2012-09-24 01:52:39','',651,'http://raylsmith.org/651-revision/',0,'revision','',0),(873,1,'2012-11-13 15:06:40','2012-11-13 15:06:40',' [wpcol_1half id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1182 alignright\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer_request2.jpg\" width=\"425\" height=\"244\" /><img class=\"size-full wp-image-1184 alignright\" style=\"border: 0px none;\" alt=\"Nothing too hard for God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/nothing-too-hard-for-god.jpg\" width=\"425\" height=\"244\" />[/wpcol_1half_end]\r\n\r\n','Prayer Request','','publish','closed','closed','','prayer-request-2','','','2013-01-24 14:53:13','2013-01-24 14:53:13','',0,'http://raylsmith.org/?page_id=873',0,'page','',0),(877,1,'2013-01-24 14:50:19','2013-01-24 14:50:19','<img class=\"size-full wp-image-1182 alignright\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer_request2.jpg\" width=\"425\" height=\"244\" />[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]','Prayer Request','','inherit','open','open','','873-autosave','','','2013-01-24 14:50:19','2013-01-24 14:50:19','',873,'http://raylsmith.org/873-autosave/',0,'revision','',0),(655,1,'2012-09-24 06:40:36','2012-09-24 06:40:36','','Salvation','','publish','open','open','','salvation','','','2014-10-02 08:37:59','2014-10-02 08:37:59','',0,'http://raylsmith.org/?p=655',2,'nav_menu_item','',0),(1982,1,'2013-02-07 07:59:09','2013-02-07 07:59:09','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-660 aligncenter\" style=\"border: 0px none;\" alt=\"Salvation\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" width=\"720\" height=\"120\" /></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-577 alignnone\" alt=\"Headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\n\r\n<span style=\"color: #0000ff;\"><strong>Click the play button to hear the audio!</strong></span>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]I am so glad you\'re here.\r\n\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make. Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen.\r\n\r\nCongratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more. Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for me today. In Jesus name I pray Father Amen.\r\n\r\nAnd again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.[/wpcol_2third_end]','Salvation','','inherit','open','open','','651-revision-v1','','','2013-02-07 07:59:09','2013-02-07 07:59:09','',651,'http://raylsmith.org/651-revision-v1/',0,'revision','',0),(1372,1,'2013-02-07 07:32:34','2013-02-07 07:32:34','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-660 aligncenter\" style=\"border: 0px none;\" alt=\"Salvation\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" width=\"720\" height=\"120\" /></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-577 alignnone\" alt=\"Headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\n\r\n<span style=\"color: #0000ff;\"><strong>Click the play button to hear the audio!</strong></span>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]I am so glad you\'re here.\r\n\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make. Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen.\r\n\r\nCongratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more. Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen.\r\n\r\nAnd again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.[/wpcol_2third_end]','Salvation','','inherit','open','open','','651-revision-v1','','','2013-02-07 07:32:34','2013-02-07 07:32:34','',651,'http://raylsmith.org/651-revision-28/',0,'revision','',0),(646,1,'2012-09-04 04:22:18','2012-09-04 04:22:18','httpv://www.youtube.com/watch?v=aFTD-Avqo8U&feature=plcp','The Good Shepherd','','inherit','open','open','','484-revision-2','','','2012-09-04 04:22:18','2012-09-04 04:22:18','',484,'http://raylsmith.org/484-revision-2/',0,'revision','',0),(761,1,'2012-10-18 13:07:14','2012-10-18 13:07:14','httpv://www.youtube.com/watch?v=aFTD-Avqo8U&feature=plcp\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Good Shepherd','','inherit','open','open','','484-revision-4','','','2012-10-18 13:07:14','2012-10-18 13:07:14','',484,'http://raylsmith.org/484-revision-4/',0,'revision','',0),(647,1,'2012-09-04 04:21:35','2012-09-04 04:21:35','httpv://www.youtube.com/watch?v=-pAzPJnDilQ&amp;feature=youtu.be','Women Bible Study','','inherit','open','open','','249-revision-6','','','2012-09-04 04:21:35','2012-09-04 04:21:35','',249,'http://raylsmith.org/249-revision-6/',0,'revision','',0),(771,1,'2012-10-22 07:38:54','2012-10-22 07:38:54','','the-blessed-life2','','inherit','open','open','','the-blessed-life2','','','2012-10-22 07:38:54','2012-10-22 07:38:54','',0,'http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life2.png',0,'attachment','image/png',0),(648,1,'2012-09-21 13:55:14','2012-09-21 13:55:14','httpv://www.youtube.com/watch?v=m3GcfmOvKVg\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_707715\"><param name=\"flashvars\" value=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28331&brandId=28331&channel=%23Internet-Sermons-Sermons&server=apichat.ustream.tv&prefix=Internet-Sermons-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_707715\" name=\"chat_941959\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv520167\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28331%2FSermons\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv520167\" name=\"utv_n_294707\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>\r\n\r\n','God\'s Impartation Part 1','','inherit','open','open','','444-revision-11','','','2012-09-21 13:55:14','2012-09-21 13:55:14','',444,'http://raylsmith.org/444-revision-11/',0,'revision','',0),(657,1,'2012-09-24 01:52:51','2012-09-24 01:52:51','','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 01:52:51','2012-09-24 01:52:51','',651,'http://raylsmith.org/651-revision-2/',0,'revision','',0),(658,1,'2012-09-24 07:44:35','2012-09-24 07:44:35','<a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a>I am so glad you\'re here.\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make.\r\nAlso is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.\r\n\r\nNow, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 07:44:35','2012-09-24 07:44:35','',651,'http://raylsmith.org/651-revision-3/',0,'revision','',0),(659,1,'2012-09-24 07:45:36','2012-09-24 07:45:36','<a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a>I am so glad you\'re here.\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make.\r\nAlso is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.\r\n\r\nNow, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 07:45:36','2012-09-24 07:45:36','',651,'http://raylsmith.org/651-revision-4/',0,'revision','',0),(660,1,'2012-09-24 08:35:11','2012-09-24 08:35:11','','salvation','','inherit','open','open','','salvation-2','','','2012-09-24 08:35:11','2012-09-24 08:35:11','',651,'http://raylsmith.org/wp-content/uploads/2012/09/salvation.png',0,'attachment','image/png',0),(661,1,'2012-09-24 07:46:12','2012-09-24 07:46:12','<a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a><strong>I am so glad you\'re here.</strong>\r\n<strong> I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong>\r\n<strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong>\r\n\r\n<strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 07:46:12','2012-09-24 07:46:12','',651,'http://raylsmith.org/651-revision-5/',0,'revision','',0),(662,1,'2012-09-24 08:35:56','2012-09-24 08:35:56','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a><strong></strong>\r\n\r\n<strong>I am so glad you\'re here.</strong>\r\n<strong> I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong>\r\n<strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong>\r\n\r\n<strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 08:35:56','2012-09-24 08:35:56','',651,'http://raylsmith.org/651-revision-6/',0,'revision','',0),(667,1,'2012-09-25 12:43:56','2012-09-25 12:43:56','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" /></td>\r\n<td><strong></strong><strong>I am so glad you\'re here.</strong><strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:43:56','2012-09-25 12:43:56','',651,'http://raylsmith.org/651-revision-10/',0,'revision','',0),(673,1,'2012-09-25 13:02:30','2012-09-25 13:02:30','','salvation-audio','','inherit','open','open','','salvation-audio','','','2012-09-25 13:02:30','2012-09-25 13:02:30','',0,'http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3',0,'attachment','audio/mpeg',0),(664,1,'2012-09-24 08:36:27','2012-09-24 08:36:27','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n<a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a><strong></strong>\r\n\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong>\r\n\r\n<strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong>\r\n\r\n<strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-24 08:36:27','2012-09-24 08:36:27','',651,'http://raylsmith.org/651-revision-7/',0,'revision','',0),(666,1,'2012-09-25 12:43:06','2012-09-25 12:43:06','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a>\r\n</td>\r\n<td><strong></strong><strong>I am so glad you\'re here.</strong><strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:43:06','2012-09-25 12:43:06','',651,'http://raylsmith.org/651-revision-9/',0,'revision','',0),(665,1,'2012-09-25 12:42:07','2012-09-25 12:42:07','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\"><img class=\"alignleft size-full wp-image-577\" title=\"headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"\" width=\"214\" height=\"265\" /></a>\r\n[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.wma\" width=\"200\" height=\"25\"]\r\n</td>\r\n<td><strong></strong><strong>I am so glad you\'re here.</strong><strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:42:07','2012-09-25 12:42:07','',651,'http://raylsmith.org/651-revision-8/',0,'revision','',0),(668,1,'2012-09-25 12:47:16','2012-09-25 12:47:16','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:47:16','2012-09-25 12:47:16','',651,'http://raylsmith.org/651-revision-11/',0,'revision','',0),(669,1,'2012-09-25 12:48:19','2012-09-25 12:48:19','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:48:19','2012-09-25 12:48:19','',651,'http://raylsmith.org/651-revision-12/',0,'revision','',0),(670,1,'2012-09-25 12:51:31','2012-09-25 12:51:31','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://example.com/wp-content/uploads/sample.mp3\" width=\"200\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:51:31','2012-09-25 12:51:31','',651,'http://raylsmith.org/651-revision-13/',0,'revision','',0),(671,1,'2012-09-25 12:52:15','2012-09-25 12:52:15','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://example.com/wp-content/uploads/sample.mp3\" width=\"150\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:52:15','2012-09-25 12:52:15','',651,'http://raylsmith.org/651-revision-14/',0,'revision','',0),(672,1,'2012-09-25 12:52:47','2012-09-25 12:52:47','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://example.com/wp-content/uploads/sample.mp3\" width=\"180\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:52:47','2012-09-25 12:52:47','',651,'http://raylsmith.org/651-revision-15/',0,'revision','',0),(674,1,'2012-09-25 12:53:21','2012-09-25 12:53:21','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://example.com/wp-content/uploads/sample.mp3\" width=\"190\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 12:53:21','2012-09-25 12:53:21','',651,'http://raylsmith.org/651-revision-16/',0,'revision','',0),(675,1,'2012-09-25 13:03:05','2012-09-25 13:03:05','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong>Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 13:03:05','2012-09-25 13:03:05','',651,'http://raylsmith.org/651-revision-17/',0,'revision','',0),(676,1,'2012-09-25 13:04:27','2012-09-25 13:04:27','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong>Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 13:04:27','2012-09-25 13:04:27','',651,'http://raylsmith.org/651-revision-18/',0,'revision','',0),(677,1,'2012-09-25 13:04:51','2012-09-25 13:04:51','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 13:04:51','2012-09-25 13:04:51','',651,'http://raylsmith.org/651-revision-19/',0,'revision','',0),(678,1,'2012-09-25 13:05:17','2012-09-25 13:05:17','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center>\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-25 13:05:17','2012-09-25 13:05:17','',651,'http://raylsmith.org/651-revision-20/',0,'revision','',0),(679,1,'2012-09-26 13:31:00','2012-09-26 13:31:00','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center>\r\nClick the play button to hear the audio!\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-26 13:31:00','2012-09-26 13:31:00','',651,'http://raylsmith.org/651-revision-21/',0,'revision','',0),(681,1,'2012-09-10 14:14:19','2012-09-10 14:14:19','','Prayer Channel','','inherit','open','open','','540-revision-2','','','2012-09-10 14:14:19','2012-09-10 14:14:19','',540,'http://raylsmith.org/540-revision-2/',0,'revision','',0),(682,1,'2012-09-27 06:34:24','2012-09-27 06:34:24','[tminus t=\"DD-MM-YYYY HH:MM:SS\"/]','Prayer Channel','','inherit','open','open','','540-revision-3','','','2012-09-27 06:34:24','2012-09-27 06:34:24','',540,'http://raylsmith.org/540-revision-3/',0,'revision','',0),(683,1,'2012-09-27 06:54:59','2012-09-27 06:54:59','<p>Full Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Address (required)<br /><p>\r\n[text* address]</p>\r\n\r\n<p>City (required)<br /><p>\r\n[text* city]</p>\r\n\r\n<p>State (required)<br /><p>\r\n[text* state]</p>\r\n\r\n<p>Zip Code (required)<br /><p>\r\n[text* zip]</p>\r\n\r\n<p>Country (required)<br /><p>\r\n[text* country]</p>\r\n\r\n<p>Phone (required)<br /><p>\r\n[text* phone]</p>\r\n\r\n<p>[submit \"Submit\"]</p>\nPrayer Channel Registration\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nAddress: [address]\r\nCity: [city]\r\nState: [state]\r\nZip Code: [zip]\r\nCountry: [country]\r\nPhone Number: [phone]\r\n\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org/prayer-channel-registration/\nmail@raylsmith.org\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Please check your email for the list of instructions on how to join our live stream. Thank you.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nFailed to send your message. Please try later or contact the administrator by another method.\nFailed to send your message. Please try later or contact the administrator by another method.','Registration','','publish','open','open','','registration','','','2013-02-05 14:34:57','2013-02-05 14:34:57','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=683',0,'wpcf7_contact_form','',0),(684,1,'2012-09-27 07:23:47','2012-09-27 07:23:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]<strong>To register, please fill up the form below.</strong>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"683\" title=\"Registration\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-1269 aligncenter\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/prayer2-683x1024.jpg\" width=\"410\" height=\"614\" />[/wpcol_1half_end]</p>','Prayer Channel Registration','','publish','closed','closed','','prayer-channel-registration','','','2013-02-01 08:36:27','2013-02-01 08:36:27','',0,'http://raylsmith.org/?page_id=684',0,'page','',0),(685,1,'2013-01-23 14:40:07','2013-01-23 14:40:07','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half] \n\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]Half Column[/wpcol_1half_end] ccccccccc\n[one_half]\n[/one_half]\n\n[one_half_last]\n\n\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-autosave','','','2013-01-23 14:40:07','2013-01-23 14:40:07','',540,'http://raylsmith.org/540-autosave/',0,'revision','',0),(1158,1,'2013-01-17 05:58:33','2013-01-17 05:58:33','[one_half]\r\n<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-29','','','2013-01-17 05:58:33','2013-01-17 05:58:33','',540,'http://raylsmith.org/540-revision-29/',0,'revision','',0),(686,1,'2012-09-27 07:23:38','2012-09-27 07:23:38','','Prayer Channel Registration','','inherit','open','open','','684-revision','','','2012-09-27 07:23:38','2012-09-27 07:23:38','',684,'http://raylsmith.org/684-revision/',0,'revision','',0),(687,1,'2013-02-05 14:35:01','2013-02-05 14:35:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]<strong>To register, please fill up the form below.</strong>\n<p style=\"text-align: center;\">[contact-form-7 id=\"683\" title=\"Registration\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-1269 aligncenter\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/prayer2-683x1024.jpg\" width=\"410\" height=\"614\" />[/wpcol_1half_end]</p>','Prayer Channel Registration','','inherit','open','open','','684-autosave','','','2013-02-05 14:35:01','2013-02-05 14:35:01','',684,'http://raylsmith.org/684-autosave/',0,'revision','',0),(688,1,'2012-09-27 07:23:47','2012-09-27 07:23:47','[contact-form-7 id=\"683\" title=\"Registration\"]','Prayer Channel Registration','','inherit','open','open','','684-revision-2','','','2012-09-27 07:23:47','2012-09-27 07:23:47','',684,'http://raylsmith.org/684-revision-2/',0,'revision','',0),(689,1,'2012-09-27 07:25:16','2012-09-27 07:25:16','<strong>To register, please fill up the form below.</strong>\r\n\r\n[contact-form-7 id=\"683\" title=\"Registration\"]','Prayer Channel Registration','','inherit','open','open','','684-revision-3','','','2012-09-27 07:25:16','2012-09-27 07:25:16','',684,'http://raylsmith.org/684-revision-3/',0,'revision','',0),(690,1,'2012-09-27 07:27:38','2012-09-27 07:27:38','','images','','inherit','open','open','','images','','','2012-09-27 07:27:38','2012-09-27 07:27:38','',540,'http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg',0,'attachment','image/jpeg',0),(691,1,'2012-09-27 06:35:15','2012-09-27 06:35:15','[tminus t=\"+1 hour 45 minutes\"/]','Prayer Channel','','inherit','open','open','','540-revision-4','','','2012-09-27 06:35:15','2012-09-27 06:35:15','',540,'http://raylsmith.org/540-revision-4/',0,'revision','',0),(692,1,'2012-09-27 07:48:18','2012-09-27 07:48:18','[one_half]\r\n<object id=\"utv228175\" width=\"320\" height=\"260\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"320\" height=\"260\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+1 hour 45 minutes\"/]\r\n<img class=\"alignnone  wp-image-690\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" />\r\n[/one_half_last]\r\n','Prayer Channel','','inherit','open','open','','540-revision-5','','','2012-09-27 07:48:18','2012-09-27 07:48:18','',540,'http://raylsmith.org/540-revision-5/',0,'revision','',0),(693,1,'2012-09-27 07:48:43','2012-09-27 07:48:43','[one_half]\r\n<object id=\"utv228175\" width=\"320\" height=\"260\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"320\" height=\"260\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+1 hour 45 minutes\"/]\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"alignnone  wp-image-690\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-6','','','2012-09-27 07:48:43','2012-09-27 07:48:43','',540,'http://raylsmith.org/540-revision-6/',0,'revision','',0),(694,1,'2012-09-27 07:50:00','2012-09-27 07:50:00','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+1 hour 45 minutes\"/]\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-7','','','2012-09-27 07:50:00','2012-09-27 07:50:00','',540,'http://raylsmith.org/540-revision-7/',0,'revision','',0),(695,1,'2012-09-27 07:50:36','2012-09-27 07:50:36','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+12 hour 45 minutes\"/]\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-8','','','2012-09-27 07:50:36','2012-09-27 07:50:36','',540,'http://raylsmith.org/540-revision-8/',0,'revision','',0),(700,1,'2012-09-27 08:24:22','2012-09-27 08:24:22','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"jedi\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-13','','','2012-09-27 08:24:22','2012-09-27 08:24:22','',540,'http://raylsmith.org/540-revision-13/',0,'revision','',0),(696,1,'2012-09-27 08:18:04','2012-09-27 08:18:04','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+12 hour 45 minutes\"/]\r\n[tminus t=\"01.01.2014\" weeks=\"wochen\"/]\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-9','','','2012-09-27 08:18:04','2012-09-27 08:18:04','',540,'http://raylsmith.org/540-revision-9/',0,'revision','',0),(698,1,'2012-09-27 08:21:31','2012-09-27 08:21:31','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"01.01.2014\" weeks=\"weeks\"/]\r\n\r\n[tminus t=\"2011-12-20\" style=\"carbonite\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-11','','','2012-09-27 08:21:31','2012-09-27 08:21:31','',540,'http://raylsmith.org/540-revision-11/',0,'revision','',0),(697,1,'2012-09-27 08:19:23','2012-09-27 08:19:23','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"+12 hour 45 minutes\"/]\r\n[tminus t=\"01.01.2014\" weeks=\"\"/]\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-10','','','2012-09-27 08:19:23','2012-09-27 08:19:23','',540,'http://raylsmith.org/540-revision-10/',0,'revision','',0),(699,1,'2012-09-27 08:23:10','2012-09-27 08:23:10','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"carbonite\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-12','','','2012-09-27 08:23:10','2012-09-27 08:23:10','',540,'http://raylsmith.org/540-revision-12/',0,'revision','',0),(702,1,'2012-09-27 08:25:11','2012-09-27 08:25:11','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"c-3po\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-15','','','2012-09-27 08:25:11','2012-09-27 08:25:11','',540,'http://raylsmith.org/540-revision-15/',0,'revision','',0),(701,1,'2012-09-27 08:24:47','2012-09-27 08:24:47','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"carbonlite\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-14','','','2012-09-27 08:24:47','2012-09-27 08:24:47','',540,'http://raylsmith.org/540-revision-14/',0,'revision','',0),(704,1,'2012-09-27 08:27:13','2012-09-27 08:27:13','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"darth\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-17','','','2012-09-27 08:27:13','2012-09-27 08:27:13','',540,'http://raylsmith.org/540-revision-17/',0,'revision','',0),(703,1,'2012-09-27 08:26:27','2012-09-27 08:26:27','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"TIE-fighter\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-16','','','2012-09-27 08:26:27','2012-09-27 08:26:27','',540,'http://raylsmith.org/540-revision-16/',0,'revision','',0),(705,1,'2012-09-27 08:28:32','2012-09-27 08:28:32','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"carbonite\" width=\"300\" height=\"200\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-18','','','2012-09-27 08:28:32','2012-09-27 08:28:32','',540,'http://raylsmith.org/540-revision-18/',0,'revision','',0),(706,1,'2012-09-27 08:55:15','2012-09-27 08:55:15','','raysmith-fb','','inherit','open','open','','raysmith-fb','','','2012-09-27 08:55:15','2012-09-27 08:55:15','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png',0,'attachment','image/png',0),(707,1,'2012-09-27 08:55:40','2012-09-27 08:55:40','','women-fb','','inherit','open','open','','women-fb','','','2012-09-27 08:55:40','2012-09-27 08:55:40','',2,'http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png',0,'attachment','image/png',0),(708,1,'2012-09-27 09:00:42','2012-09-27 09:00:42','','raysmithyt','','inherit','open','open','','raysmithyt','','','2012-09-27 09:00:42','2012-09-27 09:00:42','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png',0,'attachment','image/png',0),(709,1,'2012-09-27 09:03:47','2012-09-27 09:03:47','','raysmithtwitter','','inherit','open','open','','raysmithtwitter','','','2012-09-27 09:03:47','2012-09-27 09:03:47','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png',0,'attachment','image/png',0),(714,1,'2012-09-27 09:15:28','2012-09-27 09:15:28','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n[button url=\"http://\" target=\"_self\" size=\"medium\" style=\"cherry\" ]Stay Connected &amp; Follow us online![/button]\r\n\r\n<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" />        <img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:15:28','2012-09-27 09:15:28','',2,'http://raylsmith.org/2-revision-83/',0,'revision','',0),(710,1,'2012-09-20 07:45:07','2012-09-20 07:45:07','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-20 07:45:07','2012-09-20 07:45:07','',2,'http://raylsmith.org/2-revision-79/',0,'revision','',0),(711,1,'2012-09-27 09:05:55','2012-09-27 09:05:55','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" />        <img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:05:55','2012-09-27 09:05:55','',2,'http://raylsmith.org/2-revision-80/',0,'revision','',0),(712,1,'2012-09-27 09:14:04','2012-09-27 09:14:04','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n[button url=\"http://\" target=\"_self\" size=\"small\" style=\"cherry\" ]<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>[/button]\r\n\r\n<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" />        <img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:14:04','2012-09-27 09:14:04','',2,'http://raylsmith.org/2-revision-81/',0,'revision','',0),(713,1,'2012-09-27 09:14:38','2012-09-27 09:14:38','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n\r\n[button url=\"http://\" target=\"_self\" size=\"large\" style=\"cherry\" ]<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>[/button]\r\n\r\n<h2 style=\"text-align: center;\">Stay Connected &amp; Follow us online!</h2>\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" />        <img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:14:38','2012-09-27 09:14:38','',2,'http://raylsmith.org/2-revision-82/',0,'revision','',0),(715,1,'2012-09-27 09:17:46','2012-09-27 09:17:46','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" />        <img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" />        <img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:17:46','2012-09-27 09:17:46','',2,'http://raylsmith.org/2-revision-84/',0,'revision','',0),(716,1,'2012-09-24 00:04:27','2012-09-24 00:04:27','httpv://www.youtube.com/watch?v=m3GcfmOvKVg\r\n\r\n','God\'s Impartation Part 1','','inherit','open','open','','444-revision-12','','','2012-09-24 00:04:27','2012-09-24 00:04:27','',444,'http://raylsmith.org/444-revision-12/',0,'revision','',0),(717,1,'2012-09-24 00:05:07','2012-09-24 00:05:07','httpv://www.youtube.com/watch?v=UIg7NfvcFog\r\n\r\n\r\n\r\n','God\'s Impartation Part 2','','inherit','open','open','','442-revision-4','','','2012-09-24 00:05:07','2012-09-24 00:05:07','',442,'http://raylsmith.org/442-revision-4/',0,'revision','',0),(718,1,'2012-09-24 00:05:33','2012-09-24 00:05:33','httpv://www.youtube.com/watch?v=bS6QcMhO-sE\r\n\r\n\r\n','God\'s Impartation Part 3','','inherit','open','open','','439-revision-6','','','2012-09-24 00:05:33','2012-09-24 00:05:33','',439,'http://raylsmith.org/439-revision-6/',0,'revision','',0),(721,1,'2012-10-08 05:23:46','2012-10-08 05:23:46','httpv://www.youtube.com/watch?v=hcjVZ6_YYC4','','','inherit','open','open','','720-revision-v1','','','2012-10-08 05:23:46','2012-10-08 05:23:46','',720,'http://raylsmith.org/720-revision/',0,'revision','',0),(722,1,'2012-10-08 05:25:34','2012-10-08 05:25:34','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=nWY8IRojp24</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','How Faith Works Part 1','','publish','open','open','','how-faith-works-part-1','','','2014-08-21 14:26:33','2014-08-21 14:26:33','',0,'http://raylsmith.org/?p=722',0,'post','',0),(723,1,'2012-10-08 05:25:28','2012-10-08 05:25:28','<table>\n<tbody>\n<tr>\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','How Faith Works Part 1','','inherit','open','open','','722-revision-v1','','','2012-10-08 05:25:28','2012-10-08 05:25:28','',722,'http://raylsmith.org/722-revision/',0,'revision','',0),(724,1,'2012-10-08 05:24:04','2012-10-08 05:24:04','httpv://www.youtube.com/watch?v=hcjVZ6_YYC4','How Faith Works Part 2','','inherit','open','open','','720-revision-v1','','','2012-10-08 05:24:04','2012-10-08 05:24:04','',720,'http://raylsmith.org/720-revision-2/',0,'revision','',0),(725,1,'2012-10-08 05:25:34','2012-10-08 05:25:34','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=nWY8IRojp24</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','How Faith Works Part 1','','inherit','open','open','','722-revision-v1','','','2012-10-08 05:25:34','2012-10-08 05:25:34','',722,'http://raylsmith.org/722-revision-2/',0,'revision','',0),(726,1,'2012-10-08 05:27:33','2012-10-08 05:27:33','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=bPfVZhAq1JA</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 3','','publish','open','open','','your-anointing-part-3','','','2012-11-22 13:21:49','2012-11-22 13:21:49','',0,'http://raylsmith.org/?p=726',0,'post','',0),(727,1,'2012-10-08 05:27:27','2012-10-08 05:27:27','<table>\n<tbody>\n<tr>\n<td>httpv://www.youtube.com/watch?v=bPfVZhAq1JA</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Your Anointing Part 3','','inherit','open','open','','726-revision','','','2012-10-08 05:27:27','2012-10-08 05:27:27','',726,'http://raylsmith.org/726-revision/',0,'revision','',0),(728,1,'2012-10-08 05:28:16','2012-10-08 05:28:16','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 2','','publish','open','open','','your-anointing-part-2','','','2014-08-21 14:16:23','2014-08-21 14:16:23','',0,'http://raylsmith.org/?p=728',0,'post','',0),(729,1,'2012-10-08 05:28:14','2012-10-08 05:28:14','<table>\n<tbody>\n<tr>\n<td>http://www.youtube.com/watch?v=L8tgUEHXK6M</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Your Anointing Part 2','','inherit','open','open','','728-revision-v1','','','2012-10-08 05:28:14','2012-10-08 05:28:14','',728,'http://raylsmith.org/728-revision/',0,'revision','',0),(730,1,'2012-10-08 05:29:02','2012-10-08 05:29:02','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 1','','publish','open','open','','your-anointing-part-1','','','2014-08-21 14:16:15','2014-08-21 14:16:15','',0,'http://raylsmith.org/?p=730',0,'post','',0),(731,1,'2012-10-08 05:28:48','2012-10-08 05:28:48','<table>\n<tbody>\n<tr>\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Your Anointing Part 1','','inherit','open','open','','730-revision-v1','','','2012-10-08 05:28:48','2012-10-08 05:28:48','',730,'http://raylsmith.org/730-revision/',0,'revision','',0),(732,1,'2012-10-08 05:28:16','2012-10-08 05:28:16','<table>\r\n<tbody>\r\n<tr>\r\n<td>http://www.youtube.com/watch?v=L8tgUEHXK6M</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 2','','inherit','open','open','','728-revision-v1','','','2012-10-08 05:28:16','2012-10-08 05:28:16','',728,'http://raylsmith.org/728-revision-2/',0,'revision','',0),(733,1,'2012-10-08 05:53:33','2012-10-08 05:53:33','','youranointingpart1','','inherit','open','open','','youranointingpart1','','','2012-10-08 05:53:33','2012-10-08 05:53:33','',0,'http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg',0,'attachment','image/jpeg',0),(734,1,'2012-10-08 05:53:49','2012-10-08 05:53:49','','youranointingpart2','','inherit','open','open','','youranointingpart2','','','2012-10-08 05:53:49','2012-10-08 05:53:49','',0,'http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg',0,'attachment','image/jpeg',0),(735,1,'2012-10-08 05:53:55','2012-10-08 05:53:55','','youranointingpart3','','inherit','open','open','','youranointingpart3','','','2012-10-08 05:53:55','2012-10-08 05:53:55','',0,'http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart3.jpg',0,'attachment','image/jpeg',0),(736,1,'2012-09-09 11:49:43','2012-09-09 11:49:43','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/09/meds-part1.png\" link_to_page=\"http://raylsmith.org/getting-your-needs-met-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-30','','','2012-09-09 11:49:43','2012-09-09 11:49:43','',149,'http://raylsmith.org/149-revision-30/',0,'revision','',0),(737,1,'2012-10-08 06:00:48','2012-10-08 06:00:48','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart3.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GETTING YOUR NEEDS MET PART 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-31','','','2012-10-08 06:00:48','2012-10-08 06:00:48','',149,'http://raylsmith.org/149-revision-31/',0,'revision','',0),(738,1,'2012-10-08 06:03:12','2012-10-08 06:03:12','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart3.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-32','','','2012-10-08 06:03:12','2012-10-08 06:03:12','',149,'http://raylsmith.org/149-revision-32/',0,'revision','',0),(897,1,'2012-11-14 09:51:51','2012-11-14 09:51:51','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-48','','','2012-11-14 09:51:51','2012-11-14 09:51:51','',149,'http://raylsmith.org/149-revision-48/',0,'revision','',0),(739,1,'2012-10-08 06:09:54','2012-10-08 06:09:54','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart3.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-33','','','2012-10-08 06:09:54','2012-10-08 06:09:54','',149,'http://raylsmith.org/149-revision-33/',0,'revision','',0),(740,1,'2012-09-27 09:23:22','2012-09-27 09:23:22','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/category/bread/\"><img class=\"alignnone size-full wp-image-496\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Getting-Your-Needs.png\" alt=\"Getting Your Needs Med\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-09-27 09:23:22','2012-09-27 09:23:22','',2,'http://raylsmith.org/2-revision-85/',0,'revision','',0),(743,1,'2012-10-08 06:28:01','2012-10-08 06:28:01','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<img class=\"alignnone size-full wp-image-741\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/youranointing.jpg\" alt=\"Your Anointing\" width=\"230\" height=\"155\" />\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-08 06:28:01','2012-10-08 06:28:01','',2,'http://raylsmith.org/2-revision-87/',0,'revision','',0),(741,1,'2012-10-08 06:25:48','2012-10-08 06:25:48','','youranointing','','inherit','open','open','','youranointing','','','2012-10-08 06:25:48','2012-10-08 06:25:48','',2,'http://raylsmith.org/wp-content/uploads/2012/06/youranointing.jpg',0,'attachment','image/jpeg',0),(742,1,'2012-10-08 06:23:08','2012-10-08 06:23:08','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-08 06:23:08','2012-10-08 06:23:08','',2,'http://raylsmith.org/2-revision-86/',0,'revision','',0),(745,1,'2012-10-08 05:29:02','2012-10-08 05:29:02','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=_Rn6OP2vbUc</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 1','','inherit','open','open','','730-revision-v1','','','2012-10-08 05:29:02','2012-10-08 05:29:02','',730,'http://raylsmith.org/730-revision-2/',0,'revision','',0),(746,1,'2012-10-08 05:29:41','2012-10-08 05:29:41','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=L8tgUEHXK6M</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 2','','inherit','open','open','','728-revision-v1','','','2012-10-08 05:29:41','2012-10-08 05:29:41','',728,'http://raylsmith.org/728-revision-3/',0,'revision','',0),(747,1,'2012-10-17 01:03:26','2012-10-17 01:03:26','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 2','','inherit','open','open','','728-revision-v1','','','2012-10-17 01:03:26','2012-10-17 01:03:26','',728,'http://raylsmith.org/728-revision-4/',0,'revision','',0),(748,1,'2012-10-17 08:49:30','2012-10-17 08:49:30','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Having a Servant\'s Heart','','publish','open','open','','having-a-servants-heart','','','2013-02-02 13:52:58','2013-02-02 13:52:58','',0,'http://raylsmith.org/?p=748',0,'post','',0),(757,1,'2012-10-18 13:03:07','2012-10-18 13:03:07','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"425\" height=\"344\" id=\"chat_687643\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"425\" height=\"344\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_687643\" name=\"chat_492152\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>/td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-18 13:03:07','2012-10-18 13:03:07','',748,'http://raylsmith.org/748-revision-5/',0,'revision','',0),(749,1,'2012-10-17 08:49:02','2012-10-17 08:49:02','httpv://www.youtube.com/watch?v=aFTD-Avqo8U&feature=plcp\n\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\n\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-17 08:49:02','2012-10-17 08:49:02','',748,'http://raylsmith.org/748-revision/',0,'revision','',0),(750,1,'2012-10-17 09:14:23','2012-10-17 09:14:23','','servants-heart','','inherit','open','open','','servants-heart','','','2012-10-17 09:14:23','2012-10-17 09:14:23','',149,'http://raylsmith.org/wp-content/uploads/2012/07/servants-heart.png',0,'attachment','image/png',0),(751,1,'2012-10-08 06:12:38','2012-10-08 06:12:38','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart3.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-34','','','2012-10-08 06:12:38','2012-10-08 06:12:38','',149,'http://raylsmith.org/149-revision-34/',0,'revision','',0),(752,1,'2012-10-17 09:15:30','2012-10-17 09:15:30','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/servants-heart.png\" link_to_page=\"http://raylsmith.org/having-a-servants-heart/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HAVING A SERVANT\'S HEART</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 2</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-35','','','2012-10-17 09:15:30','2012-10-17 09:15:30','',149,'http://raylsmith.org/149-revision-35/',0,'revision','',0),(753,1,'2012-10-18 13:05:31','2012-10-18 13:05:31','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Having a Servant\'s Heart','','inherit','open','open','','748-autosave-v1','','','2012-10-18 13:05:31','2012-10-18 13:05:31','',748,'http://raylsmith.org/748-autosave/',0,'revision','',0),(759,1,'2013-02-02 13:55:13','2013-02-02 13:55:13','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','The Good Shepherd','','inherit','open','open','','484-autosave','','','2013-02-02 13:55:13','2013-02-02 13:55:13','',484,'http://raylsmith.org/484-autosave/',0,'revision','',0),(1317,1,'2012-11-22 13:24:02','2012-11-22 13:24:02','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Good Shepherd','','inherit','open','open','','484-revision-6','','','2012-11-22 13:24:02','2012-11-22 13:24:02','',484,'http://raylsmith.org/484-revision-6/',0,'revision','',0),(754,1,'2012-10-17 08:49:30','2012-10-17 08:49:30','http://www.youtube.com/watch?v=CcWKzaM5XCc\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-17 08:49:30','2012-10-17 08:49:30','',748,'http://raylsmith.org/748-revision-2/',0,'revision','',0),(756,1,'2012-10-18 13:01:13','2012-10-18 13:01:13','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"425\" height=\"344\" id=\"chat_687643\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"425\" height=\"344\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_687643\" name=\"chat_492152\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>/td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-18 13:01:13','2012-10-18 13:01:13','',748,'http://raylsmith.org/748-revision-4/',0,'revision','',0),(755,1,'2012-10-18 13:00:45','2012-10-18 13:00:45','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"425\" height=\"344\" id=\"chat_687643\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"425\" height=\"344\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_687643\" name=\"chat_492152\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>/td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\nhttp://www.youtube.com/watch?v=CcWKzaM5XCc\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-18 13:00:45','2012-10-18 13:00:45','',748,'http://raylsmith.org/748-revision-3/',0,'revision','',0),(758,1,'2012-10-18 13:03:47','2012-10-18 13:03:47','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"425\" height=\"344\" id=\"chat_687643\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"425\" height=\"344\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_687643\" name=\"chat_492152\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>/td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-18 13:03:47','2012-10-18 13:03:47','',748,'http://raylsmith.org/748-revision-6/',0,'revision','',0),(760,1,'2012-09-21 14:07:59','2012-09-21 14:07:59','httpv://www.youtube.com/watch?v=aFTD-Avqo8U&feature=plcp\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','The Good Shepherd','','inherit','open','open','','484-revision-3','','','2012-09-21 14:07:59','2012-09-21 14:07:59','',484,'http://raylsmith.org/484-revision-3/',0,'revision','',0),(762,1,'2012-09-21 14:08:36','2012-09-21 14:08:36','httpv://www.youtube.com/watch?v=-pAzPJnDilQ&amp;feature=youtu.be\r\n\r\n<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"760\" height=\"266\" id=\"chat_526649\"><param name=\"flashvars\" value=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/irc.swf\"/><embed flashvars=\"channelId=28341&brandId=28341&channel=%23Womens-Bible-Study-womens&server=apichat.ustream.tv&prefix=Womens-Bible-Study-\" width=\"760\" height=\"266\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"chat_526649\" name=\"chat_949014\" src=\"http://www.ustream.tv/flash/irc.swf\" type=\"application/x-shockwave-flash\" /></object>\r\n\r\n<div id=\"broadcasterContent\" style=\"width:760px;height:455px;\"><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"100%\" height=\"100%\" id=\"utv451156\"><param name=\"flashvars\" value=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\"/><param name=\"allowfullscreen\" value=\"true\"/><param name=\"allowscriptaccess\" value=\"always\"/><param name=\"movie\" value=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\"/><embed flashvars=\"sid=b9090205597c8476ae08b948f233cc4d&cid=28341%2Fwomens\" width=\"100%\" height=\"100%\" allowfullscreen=\"true\" allowscriptaccess=\"always\" id=\"utv451156\" name=\"utv_n_600213\" src=\"http://www.ustream.tv/flash/broadcaster.swf?r=api&v=5\" type=\"application/x-shockwave-flash\" /></object></div><script type=\"text/javascript\">function resize(w,h){if ( w > 0 ){document.getElementById(\"broadcasterContent\").style.width = w + \"px\";}if ( h > 0 ){document.getElementById(\"broadcasterContent\").style.height = h + \"px\";}return true;}</script>','Women Bible Study','','inherit','open','open','','249-revision-7','','','2012-09-21 14:08:36','2012-09-21 14:08:36','',249,'http://raylsmith.org/249-revision-7/',0,'revision','',0),(772,1,'2012-10-17 09:17:57','2012-10-17 09:17:57','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/servants-heart.png\" link_to_page=\"http://raylsmith.org/having-a-servants-heart/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HAVING A SERVANT\'S HEART</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart2.jpg\" link_to_page=\"http://raylsmith.org/your-anointing-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>YOUR ANOINTING PART 2</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-36','','','2012-10-17 09:17:57','2012-10-17 09:17:57','',149,'http://raylsmith.org/149-revision-36/',0,'revision','',0),(773,1,'2012-10-08 06:28:49','2012-10-08 06:28:49','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/your-anointing-part-1/\"><img class=\"alignnone size-full wp-image-741\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/youranointing.jpg\" alt=\"Your Anointing\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-08 06:28:49','2012-10-08 06:28:49','',2,'http://raylsmith.org/2-revision-88/',0,'revision','',0),(777,1,'2012-10-23 02:22:47','2012-10-23 02:22:47','','mail','','inherit','open','open','','mail','','','2012-10-23 02:22:47','2012-10-23 02:22:47','',33,'http://raylsmith.org/wp-content/uploads/2012/06/mail.png',0,'attachment','image/png',0),(781,1,'2012-11-06 05:31:09','2012-11-06 05:31:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/7opGL6i5ahE?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 2','','publish','open','open','','do-you-know-him-part-2','','','2014-08-21 14:16:44','2014-08-21 14:16:44','',0,'http://raylsmith.org/?p=781',0,'post','',0),(778,1,'2012-09-10 05:56:49','2012-09-10 05:56:49','[one_half]\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/snail-mail-300x164.png\" alt=\"Mail\" width=\"300\" height=\"164\" />\r\n[/one_half_last]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-09-10 05:56:49','2012-09-10 05:56:49','',33,'http://raylsmith.org/33-revision-11/',0,'revision','',0),(774,1,'2012-10-22 07:44:15','2012-10-22 07:44:15','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/your-anointing-part-1/\"><img class=\"alignnone size-full wp-image-741\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/youranointing.jpg\" alt=\"Your Anointing\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-22 07:44:15','2012-10-22 07:44:15','',2,'http://raylsmith.org/2-revision-89/',0,'revision','',0),(775,1,'2012-10-22 07:47:54','2012-10-22 07:47:54','','the-blessed-life-thumb','','inherit','open','open','','the-blessed-life-thumb','','','2012-10-22 07:47:54','2012-10-22 07:47:54','',2,'http://raylsmith.org/wp-content/uploads/2012/06/the-blessed-life-thumb.png',0,'attachment','image/png',0),(853,1,'2012-11-13 09:10:19','2012-11-13 09:10:19','','house-of-prayer','','inherit','open','open','','house-of-prayer','','','2012-11-13 09:10:19','2012-11-13 09:10:19','',604,'http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png',0,'attachment','image/png',0),(776,1,'2012-10-22 07:44:42','2012-10-22 07:44:42','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155><param name=\"movie\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/your-anointing-part-1/\"><img class=\"alignnone size-full wp-image-741\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/youranointing.jpg\" alt=\"Your Anointing\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-22 07:44:42','2012-10-22 07:44:42','',2,'http://raylsmith.org/2-revision-90/',0,'revision','',0),(779,1,'2012-10-23 02:23:35','2012-10-23 02:23:35','[one_half]\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone size-full wp-image-777\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail.png\" alt=\"Ray Smith International\" width=\"380\" height=\"208\" />\r\n[/one_half_last]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-10-23 02:23:35','2012-10-23 02:23:35','',33,'http://raylsmith.org/33-revision-12/',0,'revision','',0),(782,1,'2012-11-06 05:30:27','2012-11-06 05:30:27','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','The Blessed Life','','inherit','open','open','','765-autosave-v1','','','2012-11-06 05:30:27','2012-11-06 05:30:27','',765,'http://raylsmith.org/765-autosave/',0,'revision','',0),(783,1,'2012-11-06 05:30:48','2012-11-06 05:30:48','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/7opGL6i5ahE?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','','','inherit','open','open','','781-revision-v1','','','2012-11-06 05:30:48','2012-11-06 05:30:48','',781,'http://raylsmith.org/781-revision/',0,'revision','',0),(784,1,'2012-11-06 05:32:47','2012-11-06 05:32:47','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8g0hrf2p72k?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 1','','publish','open','open','','do-you-know-him-part-1','','','2014-08-21 14:16:37','2014-08-21 14:16:37','',0,'http://raylsmith.org/?p=784',0,'post','',0),(785,1,'2012-11-06 05:32:28','2012-11-06 05:32:28','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/7opGL6i5ahE?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Do You Know Him Part 1','','inherit','open','open','','784-revision-v1','','','2012-11-06 05:32:28','2012-11-06 05:32:28','',784,'http://raylsmith.org/784-revision/',0,'revision','',0),(786,1,'2012-11-06 05:36:23','2012-11-06 05:36:23','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/WU952xqjvts?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Anointing for Service','','publish','open','open','','anointing-for-service','','','2014-08-21 14:17:03','2014-08-21 14:17:03','',0,'http://raylsmith.org/?p=786',0,'post','',0),(787,1,'2012-11-06 05:36:16','2012-11-06 05:36:16','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/WU952xqjvts?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Anointing for Service','','inherit','open','open','','786-revision-v1','','','2012-11-06 05:36:16','2012-11-06 05:36:16','',786,'http://raylsmith.org/786-revision/',0,'revision','',0),(788,1,'2012-11-06 05:39:21','2012-11-06 05:39:21','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8Wq-RzwQrpc?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Walking in Perfection','','publish','open','open','','walking-in-perfection','','','2014-08-21 14:17:30','2014-08-21 14:17:30','',0,'http://raylsmith.org/?p=788',0,'post','',0),(789,1,'2012-11-06 05:38:55','2012-11-06 05:38:55','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/WU952xqjvts?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Walking in Perfection','','inherit','open','open','','788-revision-v1','','','2012-11-06 05:38:55','2012-11-06 05:38:55','',788,'http://raylsmith.org/788-revision/',0,'revision','',0),(790,1,'2012-10-22 07:42:12','2012-10-22 07:42:12','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life1.png\" link_to_page=\"http://raylsmith.org/the-blessed-life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE BLESSED LIFE PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/the-blessed-life-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE BLESSED LIFE PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life2.png\" link_to_page=\"http://raylsmith.org/having-a-servants-heart/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HAVING A SERVANT\'S HEART</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-37','','','2012-10-22 07:42:12','2012-10-22 07:42:12','',149,'http://raylsmith.org/149-revision-37/',0,'revision','',0),(791,1,'2012-11-06 05:47:11','2012-11-06 05:47:11','','walking-in-perfection','','inherit','open','open','','walking-in-perfection-2','','','2012-11-06 05:47:11','2012-11-06 05:47:11','',0,'http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection.jpg',0,'attachment','image/jpeg',0),(792,1,'2012-11-06 05:54:40','2012-11-06 05:54:40','','anointing-for-service','','inherit','open','open','','anointing-for-service-2','','','2012-11-06 05:54:40','2012-11-06 05:54:40','',0,'http://raylsmith.org/wp-content/uploads/2012/11/anointing-for-service.jpg',0,'attachment','image/jpeg',0),(793,1,'2012-11-06 05:58:20','2012-11-06 05:58:20','','do-you-know-him','','inherit','open','open','','do-you-know-him','','','2012-11-06 05:58:20','2012-11-06 05:58:20','',0,'http://raylsmith.org/wp-content/uploads/2012/11/do-you-know-him.jpg',0,'attachment','image/jpeg',0),(794,1,'2012-11-06 05:44:15','2012-11-06 05:44:15','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life1.png\" link_to_page=\"http://raylsmith.org/the-blessed-life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE BLESSED LIFE PART 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/youranointingpart1.jpg\" link_to_page=\"http://raylsmith.org/the-blessed-life-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>THE BLESSED LIFE PART 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/10/the-blessed-life2.png\" link_to_page=\"http://raylsmith.org/having-a-servants-heart/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HAVING A SERVANT\'S HEART</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-38','','','2012-11-06 05:44:15','2012-11-06 05:44:15','',149,'http://raylsmith.org/149-revision-38/',0,'revision','',0),(797,1,'2012-11-06 06:01:02','2012-11-06 06:01:02','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<iframe width=\"230\" height=\"155\" src=\"http://www.youtube.com/embed/8Wq-RzwQrpc?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<a href=\"http://raylsmith.org/the-blessed-life/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/the-blessed-life-thumb.png\" alt=\"The Blessed Life\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-06 06:01:02','2012-11-06 06:01:02','',2,'http://raylsmith.org/2-revision-92/',0,'revision','',0),(795,1,'2012-10-22 07:48:41','2012-10-22 07:48:41','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/the-blessed-life/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/the-blessed-life-thumb.png\" alt=\"The Blessed Life\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-10-22 07:48:41','2012-10-22 07:48:41','',2,'http://raylsmith.org/2-revision-91/',0,'revision','',0),(798,1,'2012-11-07 07:53:18','2012-11-07 07:53:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/x5a-hyKXUhg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part3','','publish','open','open','','getting-your-prayers-answered-part3','','','2014-08-21 14:33:52','2014-08-21 14:33:52','',0,'http://raylsmith.org/?p=798',0,'post','',0),(796,1,'2012-11-06 06:02:36','2012-11-06 06:02:36','','walking-in-perfection-home','','inherit','open','open','','walking-in-perfection-home','','','2012-11-06 06:02:36','2012-11-06 06:02:36','',0,'http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection-home.jpg',0,'attachment','image/jpeg',0),(799,1,'2012-11-07 07:53:05','2012-11-07 07:53:05','<table>\n<tbody>\n<tr>\n<td><iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/x5a-hyKXUhg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Getting Your Prayers Answered Part3','','inherit','open','open','','798-revision-v1','','','2012-11-07 07:53:05','2012-11-07 07:53:05','',798,'http://raylsmith.org/798-revision/',0,'revision','',0),(800,1,'2012-11-07 07:54:55','2012-11-07 07:54:55','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/hLpvvsuIsPs?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part2','','publish','open','open','','getting-your-prayers-answered-part2','','','2014-08-21 14:33:21','2014-08-21 14:33:21','',0,'http://raylsmith.org/?p=800',0,'post','',0),(801,1,'2012-11-07 07:54:50','2012-11-07 07:54:50','<table>\n<tbody>\n<tr>\n<td><iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/hLpvvsuIsPs?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Getting Your Prayers Answered Part2','','inherit','open','open','','800-revision-v1','','','2012-11-07 07:54:50','2012-11-07 07:54:50','',800,'http://raylsmith.org/800-revision/',0,'revision','',0),(802,1,'2012-11-07 07:56:05','2012-11-07 07:56:05','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayer Answered Part1','','publish','open','open','','getting-your-prayer-answered-part1','','','2014-08-21 14:27:53','2014-08-21 14:27:53','',0,'http://raylsmith.org/?p=802',0,'post','',0),(1311,1,'2013-01-30 14:05:13','2013-01-30 14:05:13','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]</p>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\nSign up to be notified for services via the internet.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\nHear our inspirational messages through radio.\r\n[/wpcol_1quarter_end]</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-30 14:05:13','2013-01-30 14:05:13','',2,'http://raylsmith.org/2-revision-122/',0,'revision','',0),(803,1,'2012-11-07 07:55:40','2012-11-07 07:55:40','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/hLpvvsuIsPs?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-revision-v1','','','2012-11-07 07:55:40','2012-11-07 07:55:40','',802,'http://raylsmith.org/802-revision/',0,'revision','',0),(804,1,'2012-11-07 08:42:19','2012-11-07 08:42:19','','prayer-answered3','','inherit','open','open','','prayer-answered3','','','2012-11-07 08:42:19','2012-11-07 08:42:19','',0,'http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png',0,'attachment','image/png',0),(805,1,'2012-11-07 08:42:21','2012-11-07 08:42:21','','prayer-answered1','','inherit','open','open','','prayer-answered1','','','2012-11-07 08:42:21','2012-11-07 08:42:21','',0,'http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png',0,'attachment','image/png',0),(806,1,'2012-11-07 08:42:23','2012-11-07 08:42:23','','prayer-answered2','','inherit','open','open','','prayer-answered2','','','2012-11-07 08:42:23','2012-11-07 08:42:23','',0,'http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png',0,'attachment','image/png',0),(898,1,'2012-11-14 09:14:54','2012-11-14 09:14:54','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-11-14 09:14:54','2012-11-14 09:14:54','',888,'http://raylsmith.org/888-revision-3/',0,'revision','',0),(807,1,'2012-11-06 05:58:49','2012-11-06 05:58:49','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection.jpg\" link_to_page=\"http://raylsmith.org/walking-in-perfection/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>WALKING IN PERFECTION</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/anointing-for-service.jpg\" link_to_page=\"http://raylsmith.org/anointing-for-service/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>ANOINTING FOR SERVICE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/do-you-know-him.jpg\" link_to_page=\"http://raylsmith.org/do-you-know-him-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>DO YOU KNOW HIM PART 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-39','','','2012-11-06 05:58:49','2012-11-06 05:58:49','',149,'http://raylsmith.org/149-revision-39/',0,'revision','',0),(808,1,'2012-11-07 08:44:25','2012-11-07 08:44:25','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-40','','','2012-11-07 08:44:25','2012-11-07 08:44:25','',149,'http://raylsmith.org/149-revision-40/',0,'revision','',0),(809,1,'2012-11-07 08:46:34','2012-11-07 08:46:34','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-41','','','2012-11-07 08:46:34','2012-11-07 08:46:34','',149,'http://raylsmith.org/149-revision-41/',0,'revision','',0),(810,1,'2012-11-07 08:47:23','2012-11-07 08:47:23','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-42','','','2012-11-07 08:47:23','2012-11-07 08:47:23','',149,'http://raylsmith.org/149-revision-42/',0,'revision','',0),(811,1,'2012-11-07 08:50:21','2012-11-07 08:50:21','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-43','','','2012-11-07 08:50:21','2012-11-07 08:50:21','',149,'http://raylsmith.org/149-revision-43/',0,'revision','',0),(812,1,'2012-11-08 06:58:58','2012-11-08 06:58:58','','messages-announcement','','inherit','open','open','','messages-announcement','','','2012-11-08 06:58:58','2012-11-08 06:58:58','',460,'http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement.png',0,'attachment','image/png',0),(813,1,'2012-11-08 07:01:33','2012-11-08 07:01:33','','messages-announcement2','','inherit','open','open','','messages-announcement2','','','2012-11-08 07:01:33','2012-11-08 07:01:33','',460,'http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png',0,'attachment','image/png',0),(814,1,'2012-11-08 07:09:25','2012-11-08 07:09:25','','messages-sermons','','inherit','open','open','','messages-sermons','','','2012-11-08 07:09:25','2012-11-08 07:09:25','',460,'http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png',0,'attachment','image/png',0),(815,1,'2012-09-14 09:58:15','2012-09-14 09:58:15','<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-8','','','2012-09-14 09:58:15','2012-09-14 09:58:15','',460,'http://raylsmith.org/460-revision-8/',0,'revision','',0),(816,1,'2012-11-08 07:25:55','2012-11-08 07:25:55','','womens-announcement','','inherit','open','open','','womens-announcement','','','2012-11-08 07:25:55','2012-11-08 07:25:55','',460,'http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png',0,'attachment','image/png',0),(819,1,'2012-11-08 07:36:24','2012-11-08 07:36:24','','church-membership','','inherit','open','open','','church-membership','','','2012-11-08 07:36:24','2012-11-08 07:36:24','',460,'http://raylsmith.org/wp-content/uploads/2012/08/church-membership.png',0,'attachment','image/png',0),(817,1,'2012-11-08 07:13:14','2012-11-08 07:13:14','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-813\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-9','','','2012-11-08 07:13:14','2012-11-08 07:13:14','',460,'http://raylsmith.org/460-revision-9/',0,'revision','',0),(818,1,'2012-11-08 07:26:42','2012-11-08 07:26:42','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-813\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n<img class=\"alignnone size-full wp-image-816 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" />\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-10','','','2012-11-08 07:26:42','2012-11-08 07:26:42','',460,'http://raylsmith.org/460-revision-10/',0,'revision','',0),(842,1,'2012-11-12 06:31:06','2012-11-12 06:31:06','','messages4','','inherit','open','open','','messages4','','','2012-11-12 06:31:06','2012-11-12 06:31:06','',460,'http://raylsmith.org/wp-content/uploads/2012/08/messages4.png',0,'attachment','image/png',0),(820,1,'2012-11-08 07:27:35','2012-11-08 07:27:35','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-813\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone size-full wp-image-816 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a>\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-11','','','2012-11-08 07:27:35','2012-11-08 07:27:35','',460,'http://raylsmith.org/460-revision-11/',0,'revision','',0),(821,1,'2012-11-08 07:37:23','2012-11-08 07:37:23','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-813\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-816 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a><img class=\"alignnone size-full wp-image-819\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-12','','','2012-11-08 07:37:23','2012-11-08 07:37:23','',460,'http://raylsmith.org/460-revision-12/',0,'revision','',0),(847,1,'2012-11-12 07:19:33','2012-11-12 07:19:33','','partner-with-us','','inherit','open','open','','partner-with-us-2','','','2012-11-12 07:19:33','2012-11-12 07:19:33','',460,'http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png',0,'attachment','image/png',0),(822,1,'2012-11-11 06:40:55','2012-11-11 06:40:55','<p>First Name (required):\r\n[text* firstname]</p>\r\n\r\n<p>Last Name (required): \r\n[text* lastname]</p>\r\n\r\n<p>Address: \r\n[text address]</p>\r\n\r\n<p>City: \r\n[text city]</p>\r\n\r\n<p>State:\r\n[text state]</p>\r\n\r\n<p>Postal Code: \r\n[text postalcode]</p>\r\n\r\n<p>Country: \r\n[text country]</p>\r\n\r\n<p>Phone: \r\n[text phone]</p>\r\n\r\n<p>Email: \r\n[email* email]\r\n\r\n<p>Your Praise Report (required)<br />\r\n[textarea* praisereport]</p>\r\n\r\n<p>[submit \"Send\"]</p>\nPraise Report\n[firstname] [lastname]\nFrom: [firstname] [lastname]\r\nAddress: [address]\r\nCity: [city]\r\nState: [state]\r\nPostal Code: [postalcode]\r\nCountry: [country]\r\nPhone: [phone]\r\nEmail: [email]\r\n\r\nPraise Report:[praisereport]\r\n\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\nraylsmith50@gmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','salvation - prayer','','publish','open','open','','salvation-prayer','','','2012-11-11 06:47:20','2012-11-11 06:47:20','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=822',0,'wpcf7_contact_form','',0),(823,1,'2012-11-11 06:42:59','2012-11-11 06:42:59','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-839\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/thank-you-God.png\" alt=\"I am saved!\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAISE REPORT</span></p>\r\n<p style=\"text-align: center;\">Please enter your praise report information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Praise Report','','publish','closed','closed','','praise-report','','','2012-11-12 06:22:25','2012-11-12 06:22:25','',651,'http://raylsmith.org/?page_id=823',0,'page','',0),(824,1,'2012-11-11 06:42:34','2012-11-11 06:42:34','','Praise Report','','inherit','open','open','','823-revision','','','2012-11-11 06:42:34','2012-11-11 06:42:34','',823,'http://raylsmith.org/823-revision/',0,'revision','',0),(825,1,'2012-11-11 07:09:18','2012-11-11 07:09:18','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-827\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/praise.png\" alt=\"Praise Report\" width=\"740\" height=\"243\" />\n<span style=\"font-size: xx-large;\">PRAISE REPORT</span></p>\n<p style=\"text-align: center;\">Please enter your praise report information below.</p>\n<table>\n<tr>\n<td width=\"300\"></td>\n<td>\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p></td>\n<','Praise Report','','inherit','open','open','','823-autosave','','','2012-11-11 07:09:18','2012-11-11 07:09:18','',823,'http://raylsmith.org/823-autosave/',0,'revision','',0),(826,1,'2012-11-11 06:42:59','2012-11-11 06:42:59','[contact-form-7 id=\"822\" title=\"salvation - prayer\"]','Praise Report','','inherit','open','open','','823-revision-2','','','2012-11-11 06:42:59','2012-11-11 06:42:59','',823,'http://raylsmith.org/823-revision-2/',0,'revision','',0),(827,1,'2012-11-11 07:07:34','2012-11-11 07:07:34','','praise','','inherit','open','open','','praise','','','2012-11-11 07:07:34','2012-11-11 07:07:34','',823,'http://raylsmith.org/wp-content/uploads/2012/11/praise.png',0,'attachment','image/png',0),(828,1,'2012-11-11 06:44:16','2012-11-11 06:44:16','<span style=\"font-size: xx-large;\">PRAISE REPORT</span>\r\n\r\nPlease enter your praise report information below.\r\n\r\n\r\n\r\n[contact-form-7 id=\"822\" title=\"salvation - prayer\"]','Praise Report','','inherit','open','open','','823-revision-3','','','2012-11-11 06:44:16','2012-11-11 06:44:16','',823,'http://raylsmith.org/823-revision-3/',0,'revision','',0),(829,1,'2012-11-11 07:08:14','2012-11-11 07:08:14','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-827\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/praise.png\" alt=\"Praise Report\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAISE REPORT</span></p>\r\n<p style=\"text-align: center;\">Please enter your praise report information below.</p>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p>','Praise Report','','inherit','open','open','','823-revision-4','','','2012-11-11 07:08:14','2012-11-11 07:08:14','',823,'http://raylsmith.org/823-revision-4/',0,'revision','',0),(830,1,'2012-11-11 07:09:31','2012-11-11 07:09:31','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-827\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/praise.png\" alt=\"Praise Report\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAISE REPORT</span></p>\r\n<p style=\"text-align: center;\">Please enter your praise report information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Praise Report','','inherit','open','open','','823-revision-5','','','2012-11-11 07:09:31','2012-11-11 07:09:31','',823,'http://raylsmith.org/823-revision-5/',0,'revision','',0),(831,1,'2012-09-26 13:31:38','2012-09-26 13:31:38','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center>\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-09-26 13:31:38','2012-09-26 13:31:38','',651,'http://raylsmith.org/651-revision-22/',0,'revision','',0),(832,1,'2012-11-11 07:20:44','2012-11-11 07:20:44','<p>First Name (required):\r\n[text* firstname]</p>\r\n\r\n<p>Last Name (required): \r\n[text* lastname]</p>\r\n\r\n<p>Address: \r\n[text address]</p>\r\n\r\n<p>City: \r\n[text city]</p>\r\n\r\n<p>State:\r\n[text state]</p>\r\n\r\n<p>Postal Code: \r\n[text postalcode]</p>\r\n\r\n<p>Country: \r\n[text country]</p>\r\n\r\n<p>Phone: \r\n[text phone]</p>\r\n\r\n<p>Email: \r\n[email* email]\r\n\r\n<p>Your Prayer Request (required)<br />\r\n[textarea* praisereport]</p>\r\n\r\n<p>[submit \"Send\"]</p>\nPrayer Request\n[firstname] [lastname]\nFrom: [firstname] [lastname]\r\nAddress: [address]\r\nCity: [city]\r\nState: [state]\r\nPostal Code: [postalcode]\r\nCountry: [country]\r\nPhone: [phone]\r\nEmail: [email]\r\n\r\nPrayer Request:[praisereport]\r\n\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\nraylsmith50@gmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','salvation- prayer request','','publish','open','open','','salvation-prayer-request','','','2012-11-11 07:22:35','2012-11-11 07:22:35','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=832',0,'wpcf7_contact_form','',0),(833,1,'2012-11-11 07:36:16','2012-11-11 07:36:16','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-834\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-request.png\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAYER REQUEST</span></p>\r\n<p style=\"text-align: center;\">Please enter your prayer request information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"832\" title=\"salvation- prayer request\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer Request','','publish','closed','closed','','prayer-request','','','2013-02-01 08:42:04','2013-02-01 08:42:04','',651,'http://raylsmith.org/?page_id=833',0,'page','',0),(834,1,'2012-11-11 07:35:27','2012-11-11 07:35:27','','prayer-request','','inherit','open','open','','prayer-request-2','','','2012-11-11 07:35:27','2012-11-11 07:35:27','',833,'http://raylsmith.org/wp-content/uploads/2012/11/prayer-request.png',0,'attachment','image/png',0),(835,1,'2012-11-11 07:36:06','2012-11-11 07:36:06','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-834\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-request.png\" alt=\"Prayer Request\" width=\"740\" height=\"243\" />\n<span style=\"font-size: xx-large;\">PRAYER REQUEST</span></p>\n<p style=\"text-align: center;\">Please enter your prayer request information below.</p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"200\"></td>\n<td>\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p>\n</td>\n</tr>\n</tbody>\n</table>','Prayer Request','','inherit','open','open','','833-revision','','','2012-11-11 07:36:06','2012-11-11 07:36:06','',833,'http://raylsmith.org/833-revision/',0,'revision','',0),(836,1,'2012-11-11 07:36:16','2012-11-11 07:36:16','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-834\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-request.png\" alt=\"Prayer Request\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAYER REQUEST</span></p>\r\n<p style=\"text-align: center;\">Please enter your prayer request information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"832\" title=\"salvation- prayer request\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer Request','','inherit','open','open','','833-revision-2','','','2012-11-11 07:36:16','2012-11-11 07:36:16','',833,'http://raylsmith.org/833-revision-2/',0,'revision','',0),(837,1,'2012-11-11 07:11:02','2012-11-11 07:11:02','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you pray this prayer, click here...</a>\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-11-11 07:11:02','2012-11-11 07:11:02','',651,'http://raylsmith.org/651-revision-23/',0,'revision','',0),(838,1,'2012-11-11 07:40:13','2012-11-11 07:40:13','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you pray this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-11-11 07:40:13','2012-11-11 07:40:13','',651,'http://raylsmith.org/651-revision-24/',0,'revision','',0),(839,1,'2012-11-12 06:21:58','2012-11-12 06:21:58','','thank-you-God','','inherit','open','open','','thank-you-god','','','2012-11-12 06:21:58','2012-11-12 06:21:58','',823,'http://raylsmith.org/wp-content/uploads/2012/11/thank-you-God.png',0,'attachment','image/png',0),(840,1,'2012-11-11 07:09:57','2012-11-11 07:09:57','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-827\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/praise.png\" alt=\"Praise Report\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAISE REPORT</span></p>\r\n<p style=\"text-align: center;\">Please enter your praise report information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"822\" title=\"salvation - prayer\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Praise Report','','inherit','open','open','','823-revision-6','','','2012-11-11 07:09:57','2012-11-11 07:09:57','',823,'http://raylsmith.org/823-revision-6/',0,'revision','',0),(841,1,'2012-11-12 06:29:05','2012-11-12 06:29:05','','messages3','','inherit','open','open','','messages3','','','2012-11-12 06:29:05','2012-11-12 06:29:05','',460,'http://raylsmith.org/wp-content/uploads/2012/08/messages3.png',0,'attachment','image/png',0),(843,1,'2012-11-08 07:37:54','2012-11-08 07:37:54','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-813\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-announcement2.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-816 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone size-full wp-image-819\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-13','','','2012-11-08 07:37:54','2012-11-08 07:37:54','',460,'http://raylsmith.org/460-revision-13/',0,'revision','',0),(844,1,'2012-11-12 06:38:14','2012-11-12 06:38:14','','sermons','','inherit','open','open','','sermons-2','','','2012-11-12 06:38:14','2012-11-12 06:38:14','',460,'http://raylsmith.org/wp-content/uploads/2012/08/sermons.png',0,'attachment','image/png',0),(845,1,'2012-11-12 06:33:32','2012-11-12 06:33:32','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-842\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" alt=\"Messages\" width=\"373\" height=\"213\" /><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-814\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages-sermons.png\" alt=\"Announcements\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-816 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone size-full wp-image-819\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-14','','','2012-11-12 06:33:32','2012-11-12 06:33:32','',460,'http://raylsmith.org/460-revision-14/',0,'revision','',0),(846,1,'2012-11-12 07:11:31','2012-11-12 07:11:31','','womens-bible-sudy','','inherit','open','open','','womens-bible-sudy','','','2012-11-12 07:11:31','2012-11-12 07:11:31','',460,'http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png',0,'attachment','image/png',0),(848,1,'2012-11-12 06:39:29','2012-11-12 06:39:29','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-842\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" alt=\"Messages\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-844\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" alt=\"Sermons\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-816 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-announcement.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone size-full wp-image-819\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership.png\" alt=\"Announcements\" width=\"373\" height=\"300\" /></a></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-15','','','2012-11-12 06:39:29','2012-11-12 06:39:29','',460,'http://raylsmith.org/460-revision-15/',0,'revision','',0),(849,1,'2012-11-12 07:37:55','2012-11-12 07:37:55','','church-membership','','inherit','open','open','','church-membership-2','','','2012-11-12 07:37:55','2012-11-12 07:37:55','',460,'http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png',0,'attachment','image/png',0),(850,1,'2012-11-12 07:43:36','2012-11-12 07:43:36','','stay-connected','','inherit','open','open','','stay-connected','','','2012-11-12 07:43:36','2012-11-12 07:43:36','',460,'http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png',0,'attachment','image/png',0),(851,1,'2012-11-12 07:20:26','2012-11-12 07:20:26','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/message/\"><img class=\"alignnone size-full wp-image-842\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" alt=\"Messages\" width=\"373\" height=\"213\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone size-full wp-image-844\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" alt=\"Sermons\" width=\"373\" height=\"213\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone size-full wp-image-846\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" alt=\"Womens Bible Study\" width=\"373\" height=\"330\" /></a><img class=\"alignnone size-full wp-image-847\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" alt=\"Partner with us\" width=\"373\" height=\"330\" /></p>\r\n\r\n<div><center><a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-474\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" alt=\"Women\'s Bible Study\" width=\"320\" height=\"320\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" alt=\"Like us on Facebook\" width=\"320\" height=\"320\" /></a></center> <center><a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone size-full wp-image-478\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" alt=\"Youtube\" width=\"320\" height=\"320\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-569\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" alt=\"Twitter\" width=\"320\" height=\"320\" /></a></center></div>\r\n&nbsp;','News','','inherit','open','open','','460-revision-16','','','2012-11-12 07:20:26','2012-11-12 07:20:26','',460,'http://raylsmith.org/460-revision-16/',0,'revision','',0),(852,1,'2012-11-06 06:03:26','2012-11-06 06:03:26','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/walking-in-perfection/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection-home.jpg\" alt=\"Walking In Perfection\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nListen to KPS 210 for radio ministry through the air. Set your ipod and smart phone for wake up calls.\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-06 06:03:26','2012-11-06 06:03:26','',2,'http://raylsmith.org/2-revision-93/',0,'revision','',0),(960,1,'2012-11-13 09:10:53','2012-11-13 09:10:53','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/join-online/\"><img class=\"alignnone size-full wp-image-853\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" alt=\"House of Prayer\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</div>','Connection','','inherit','open','open','','604-revision-9','','','2012-11-13 09:10:53','2012-11-13 09:10:53','',604,'http://raylsmith.org/604-revision-9/',0,'revision','',0),(854,1,'2012-09-21 08:41:42','2012-09-21 08:41:42','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/join-online/\"><img class=\"alignnone size-full wp-image-605\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-online.jpg\" alt=\"Join Online\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-606\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.jpg\" alt=\"Covenant Partner\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n</div>','Connection','','inherit','open','open','','604-revision-8','','','2012-09-21 08:41:42','2012-09-21 08:41:42','',604,'http://raylsmith.org/604-revision-8/',0,'revision','',0),(961,1,'2012-11-30 05:29:14','2012-11-30 05:29:14','','cloud-of-witnesses','','inherit','open','open','','cloud-of-witnesses','','','2012-11-30 05:29:14','2012-11-30 05:29:14','',604,'http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png',0,'attachment','image/png',0),(855,1,'2012-09-10 05:44:49','2012-09-10 05:44:49','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n&nbsp;\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>Ministry Schedule Beginning September 16th 2012 </strong></p>\r\n<p style=\"text-align: center;\"><strong>Join us live for our online sermon.</strong></p>\r\n<p style=\"text-align: center;\"><strong>And Hear the Inspired Word of God</strong></p>\r\n<p style=\"text-align: center;\"><strong>Sunday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Prayer Service</strong></p>\r\n<p style=\"text-align: center;\"><strong>Come Experience God\'s presence</strong></p>\r\n<p style=\"text-align: center;\"><strong>and Expect Your Miracle</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday 6:30 pm EST</strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong>Live Women\'s Bible Study</strong></p>\r\n<p style=\"text-align: center;\"><strong>Receive Revelation, Direction and</strong></p>\r\n<p style=\"text-align: center;\"><strong>Understanding from the Bible.</strong></p>\r\n<p style=\"text-align: center;\"><strong>Taught by Alice Smith</strong></p>\r\n<p style=\"text-align: center;\"><strong>Saturday 10:00 am EST</strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-09-10 05:44:49','2012-09-10 05:44:49','',457,'http://raylsmith.org/457-revision-9/',0,'revision','',0),(856,1,'2012-11-13 14:03:10','2012-11-13 14:03:10','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n&nbsp;\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Join us live for our online sermon.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Come Experience God\'s presence</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">and Expect Your Miracle</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Receive Revelation, Direction and</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Understanding from the Bible.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Taught by Alice Smith</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Saturday 10:00 am EST</span></strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-11-13 14:03:10','2012-11-13 14:03:10','',457,'http://raylsmith.org/457-revision-10/',0,'revision','',0),(857,1,'2012-11-13 14:04:37','2012-11-13 14:04:37','<h1 style=\"text-align: center;\">Itinerary</h1>\r\n&nbsp;\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Ministry Schedule Beginning September 16th 2012 </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Join us live for our online sermon.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Come Experience God\'s presence</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">and Expect Your Miracle</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Beginning at ....</span></strong></p>\r\n[hr]\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Receive Revelation, Direction and</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Understanding from the Bible.</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Taught by Alice Smith</span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Saturday 10:00 am EST</span></strong></p>\r\n[/h6]','Itinerary','','inherit','open','open','','457-revision-v1','','','2012-11-13 14:04:37','2012-11-13 14:04:37','',457,'http://raylsmith.org/457-revision-11/',0,'revision','',0),(858,1,'2012-11-13 14:25:32','2012-11-13 14:25:32','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignnone size-full wp-image-1860\" alt=\"Booking Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png\" width=\"308\" height=\"168\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n\r\n<img class=\"alignnone size-full wp-image-1862\" alt=\"phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone1.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]','Booking','','publish','closed','closed','','booking','','','2013-08-16 04:14:05','2013-08-16 04:14:05','',0,'http://raylsmith.org/?page_id=858',0,'page','',0),(1863,1,'2013-08-16 04:14:05','2013-08-16 04:14:05','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignnone size-full wp-image-1860\" alt=\"Booking Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png\" width=\"308\" height=\"168\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n\r\n<img class=\"alignnone size-full wp-image-1862\" alt=\"phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone1.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]','Booking','','inherit','open','open','','858-revision-v1','','','2013-08-16 04:14:05','2013-08-16 04:14:05','',858,'http://raylsmith.org/858-revision-v1/',0,'revision','',0),(859,1,'2012-11-13 14:24:29','2012-11-13 14:24:29','','mail-booking','','inherit','open','open','','mail-booking','','','2012-11-13 14:24:29','2012-11-13 14:24:29','',858,'http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png',0,'attachment','image/png',0),(860,1,'2012-11-13 14:25:08','2012-11-13 14:25:08','<img class=\"alignnone size-full wp-image-859\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\n\n&nbsp;','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:25:08','2012-11-13 14:25:08','',858,'http://raylsmith.org/858-revision/',0,'revision','',0),(861,1,'2012-11-13 14:31:29','2012-11-13 14:31:29','','email-me','','inherit','open','open','','email-me','','','2012-11-13 14:31:29','2012-11-13 14:31:29','',858,'http://raylsmith.org/wp-content/uploads/2012/11/email-me.png',0,'attachment','image/png',0),(862,1,'2012-11-13 14:25:32','2012-11-13 14:25:32','[one_half]\r\n<img class=\"alignnone size-full wp-image-859\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\nContent goes here...\r\n[/one_half_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:25:32','2012-11-13 14:25:32','',858,'http://raylsmith.org/858-revision-2/',0,'revision','',0),(863,1,'2013-08-16 03:43:39','2013-08-16 03:43:39','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png\"><img class=\"alignnone size-full wp-image-1860\" alt=\"booking-request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png\" width=\"380\" height=\"208\" /></a>\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-1562 aligncenter\" style=\"border: 0px none;\" alt=\"Contact Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone2.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]</p>\nwidth=\"308\" height=\"168\"','Booking','','inherit','open','open','','858-autosave-v1','','','2013-08-16 03:43:39','2013-08-16 03:43:39','',858,'http://raylsmith.org/858-autosave/',0,'revision','',0),(864,1,'2012-11-13 14:31:54','2012-11-13 14:31:54','[one_half]\r\n<img class=\"size-full wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></p>\r\n[/one_half]\r\n\r\n[one_half_last]\r\nContent goes here...\r\n[/one_half_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:31:54','2012-11-13 14:31:54','',858,'http://raylsmith.org/858-revision-3/',0,'revision','',0),(865,1,'2012-11-13 14:38:11','2012-11-13 14:38:11','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Phone<br />\r\n[text* phone]</p>\r\n\r\n<p>Address<br/>\r\n[text* ADDRESS]</p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\nBOOKING\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nPhone: [phone]\r\nAddress:  [ADDRESS]\r\n\r\nSubject: Booking\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via booking form on Ray Smith International http://raylsmith.org\nraylsmith50@gmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','Booking','','publish','open','open','','booking','','','2012-11-13 14:42:26','2012-11-13 14:42:26','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=865',0,'wpcf7_contact_form','',0),(866,1,'2012-11-13 14:33:27','2012-11-13 14:33:27','[one_half]\r\n<img class=\"size-full wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_half]\r\n\r\n[one_half_last]\r\nContent goes here...\r\n[/one_half_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:33:27','2012-11-13 14:33:27','',858,'http://raylsmith.org/858-revision-4/',0,'revision','',0),(867,1,'2012-11-13 14:42:54','2012-11-13 14:42:54','[one_half]\r\n[contact-form-7 id=\"865\" title=\"Booking\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<img class=\"size-full wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_half_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:42:54','2012-11-13 14:42:54','',858,'http://raylsmith.org/858-revision-5/',0,'revision','',0),(868,1,'2012-11-13 14:43:44','2012-11-13 14:43:44','[one_half]\r\n<span style=\"font-size: xx-large;\">BOOKING REQUEST</span>\r\n[contact-form-7 id=\"865\" title=\"Booking\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<img class=\"size-full wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_half_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:43:44','2012-11-13 14:43:44','',858,'http://raylsmith.org/858-revision-6/',0,'revision','',0),(869,1,'2012-11-13 14:52:08','2012-11-13 14:52:08','','booking-phone','','inherit','open','open','','booking-phone','','','2012-11-13 14:52:08','2012-11-13 14:52:08','',858,'http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png',0,'attachment','image/png',0),(870,1,'2012-11-13 14:44:35','2012-11-13 14:44:35','[one_third]\r\n<span style=\"font-size: xx-large;\">BOOKING REQUEST</span>\r\n[contact-form-7 id=\"865\" title=\"Booking\"]\r\n[/one_third]\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"380\" height=\"208\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_third]\r\n\r\n[one_third_last]\r\nContent goes here...\r\n[/one_third_last]\r\n\r\n','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:44:35','2012-11-13 14:44:35','',858,'http://raylsmith.org/858-revision-7/',0,'revision','',0),(871,1,'2012-11-13 14:53:04','2012-11-13 14:53:04','[one_third]\r\n<span style=\"font-size: xx-large;\">BOOKING REQUEST</span>\r\n[contact-form-7 id=\"865\" title=\"Booking\"]\r\n[/one_third]\r\n<p style=\"text-align: center;\">[one_third]\r\n<img class=\" wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"342\" height=\"187\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_third]\r\n[one_third_last]\r\n<img class=\"size-full wp-image-869 alignright\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" alt=\"Phone\" width=\"238\" height=\"467\" />\r\n[/one_third_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:53:04','2012-11-13 14:53:04','',858,'http://raylsmith.org/858-revision-8/',0,'revision','',0),(872,1,'2012-11-13 14:56:00','2012-11-13 14:56:00',' ','','','publish','open','open','','872','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=872',10,'nav_menu_item','',0),(874,1,'2012-11-13 14:57:46','2012-11-13 14:57:46','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Phone<br/>\r\n[text phone]</p>\r\n\r\n<p>Address<br/>\r\n[text address]</p>\r\n\r\n<p>Subject<br/>\r\n[select* request \"Prayer Request\"]</p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nPhone: [phone]\r\nAddress: [address]\r\nSubject: [request]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\nraylsmith50@gmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','Contact Us- Prayer Request','','publish','open','open','','contact-us-prayer-request','','','2012-11-13 15:06:09','2012-11-13 15:06:09','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=874',0,'wpcf7_contact_form','',0),(875,1,'2012-11-13 14:57:56','2012-11-13 14:57:56','','Prayer Request','','inherit','open','open','','873-revision','','','2012-11-13 14:57:56','2012-11-13 14:57:56','',873,'http://raylsmith.org/873-revision/',0,'revision','',0),(876,1,'2012-11-13 15:07:16','2012-11-13 15:07:16',' ','','','publish','open','open','','876','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=876',11,'nav_menu_item','',0),(879,1,'2012-11-14 09:06:54','2012-11-14 09:06:54','','answered-prayer1','','inherit','open','open','','answered-prayer1','','','2012-11-14 09:06:54','2012-11-14 09:06:54','',0,'http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png',0,'attachment','image/png',0),(880,1,'2012-11-14 09:07:00','2012-11-14 09:07:00','','answered-prayer2','','inherit','open','open','','answered-prayer2','','','2012-11-14 09:07:00','2012-11-14 09:07:00','',0,'http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png',0,'attachment','image/png',0),(881,1,'2012-11-14 09:08:55','2012-11-14 09:08:55','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 1','','publish','open','open','','answered-prayer-part-1','','','2014-08-21 14:46:04','2014-08-21 14:46:04','',0,'http://raylsmith.org/?p=881',0,'post','',0),(1966,1,'2013-11-04 13:54:13','2013-11-04 13:54:13','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-11-04 13:54:13','2013-11-04 13:54:13','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1305,1,'2013-02-02 13:17:54','2013-02-02 13:17:54','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:17:54','2013-02-02 13:17:54','',1272,'http://raylsmith.org/1272-revision-18/',0,'revision','',0),(882,1,'2012-11-14 09:08:41','2012-11-14 09:08:41','<table>\n<tbody>\n<tr>\n<td><iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Answered Prayer Part 1','','inherit','open','open','','881-revision-v1','','','2012-11-14 09:08:41','2012-11-14 09:08:41','',881,'http://raylsmith.org/881-revision/',0,'revision','',0),(883,1,'2013-02-02 13:24:50','2013-02-02 13:24:50','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-autosave-v1','','','2013-02-02 13:24:50','2013-02-02 13:24:50','',802,'http://raylsmith.org/802-autosave/',0,'revision','',0),(1310,1,'2012-11-27 14:09:32','2012-11-27 14:09:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-revision-v1','','','2012-11-27 14:09:32','2012-11-27 14:09:32','',802,'http://raylsmith.org/802-revision-4/',0,'revision','',0),(884,1,'2012-11-14 09:10:11','2012-11-14 09:10:11','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','publish','open','open','','answered-prayer-part-2','','','2014-08-21 14:45:55','2014-08-21 14:45:55','',0,'http://raylsmith.org/?p=884',0,'post','',0),(1309,1,'2013-02-02 13:22:09','2013-02-02 13:22:09','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:22:09','2013-02-02 13:22:09','',1272,'http://raylsmith.org/1272-revision-20/',0,'revision','',0),(885,1,'2012-11-14 09:09:35','2012-11-14 09:09:35','','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2012-11-14 09:09:35','2012-11-14 09:09:35','',884,'http://raylsmith.org/884-revision/',0,'revision','',0),(895,1,'2012-11-14 09:13:11','2012-11-14 09:13:11','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-46','','','2012-11-14 09:13:11','2012-11-14 09:13:11','',149,'http://raylsmith.org/149-revision-46/',0,'revision','',0),(886,1,'2012-11-07 08:51:55','2012-11-07 08:51:55','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered2.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered3.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-44','','','2012-11-07 08:51:55','2012-11-07 08:51:55','',149,'http://raylsmith.org/149-revision-44/',0,'revision','',0),(896,1,'2012-11-14 09:50:49','2012-11-14 09:50:49','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-47','','','2012-11-14 09:50:49','2012-11-14 09:50:49','',149,'http://raylsmith.org/149-revision-47/',0,'revision','',0),(887,1,'2012-11-14 09:12:29','2012-11-14 09:12:29','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-45','','','2012-11-14 09:12:29','2012-11-14 09:12:29','',149,'http://raylsmith.org/149-revision-45/',0,'revision','',0),(888,1,'2012-11-14 09:14:26','2012-11-14 09:14:26','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/supernatural-life.jpg\" alt=\"Supernatural Lifestyle\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Supernatural Lifestyle</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg\" alt=\"Living Water\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg\" alt=\"Heaven\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\">Supernatural Lifestyle</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-water/\">Living Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heaven/\">Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','publish','closed','closed','','video-library','','','2014-10-27 13:00:57','2014-10-27 13:00:57','',0,'http://raylsmith.org/?page_id=888',0,'page','',0),(889,1,'2012-11-14 09:14:04','2012-11-14 09:14:04','','Auto Draft','','inherit','open','open','','888-revision-v1','','','2012-11-14 09:14:04','2012-11-14 09:14:04','',888,'http://raylsmith.org/888-revision/',0,'revision','',0),(890,1,'2012-11-14 09:14:26','2012-11-14 09:14:26','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-11-14 09:14:26','2012-11-14 09:14:26','',888,'http://raylsmith.org/888-revision-2/',0,'revision','',0),(899,1,'2012-11-14 09:10:11','2012-11-14 09:10:11','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/zO40o0ai3fc?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2012-11-14 09:10:11','2012-11-14 09:10:11','',884,'http://raylsmith.org/884-revision-2/',0,'revision','',0),(2369,1,'2014-04-15 02:40:11','2014-04-15 02:40:11','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">MAKING IT EASY</h2>\r\n\r\nWelcome to the House of Prayer Ministries, welcome everyone who is online and everyone in the congregation. Now if you are tuning in for the first time or if you are listening via livestream, again everything that has in the service is for you. Amen! If you ave receive Jesus as your Lord and Savior, everything that has happen here this morning is available to you. So just believe it and receive it. Amen! And again, for those who maybe here for the first time online or listening to video recording, the Lord always gives me the Word hours before the service and it\'s been faithful to give it to me again, Praise God! So, as I was seeking to the Lord for the message, I had this doubt process, I think this helps many of you, because due this christian life or just like in general you have a lot of decisions to make, you have lot of doubts, a lot of things you have to consider and think about. So, let\'s just take a parent, now me and my wife have four children and as our children are growing up, there\'s so much that I have to consider, there\'s so many things that in this world that possibilities: good possibilities - bad possibilities. And when your children are growing up, you just wanna to protect them, you wanna keep them, you don\'t want them have any harm or danger or anything. But we as parents understand that we can\'t shield our children for everything. \r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Making it Easy','','publish','open','open','','making-it-easy','','','2014-08-21 14:43:28','2014-08-21 14:43:28','',0,'http://raylsmith.org/?p=2369',0,'post','',0),(2370,1,'2014-04-15 02:40:11','2014-04-15 02:40:11','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">MAKING IT EASY</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Making it Easy','','inherit','open','open','','2369-revision-v1','','','2014-04-15 02:40:11','2014-04-15 02:40:11','',2369,'http://raylsmith.org/2369-revision-v1/',0,'revision','',0),(1238,1,'2013-01-21 06:33:33','2013-01-21 06:33:33','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/life/\">Love Vs Faith</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/life/\">Power</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/life/\">Life</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]January 21, 2013[/list_item]\r\n[list_item]January 14, 2013[/list_item]\r\n[list_item]January 7, 2013[/list_item]\r\n[list_item]December 31, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-21 06:33:33','2013-01-21 06:33:33','',888,'http://raylsmith.org/888-revision-19/',0,'revision','',0),(893,1,'2012-11-14 09:32:31','2012-11-14 09:32:31','','videolibrary','','inherit','open','open','','videolibrary','','','2012-11-14 09:32:31','2012-11-14 09:32:31','',0,'http://raylsmith.org/wp-content/uploads/2012/11/videolibrary.png',0,'attachment','image/png',0),(1003,1,'2012-12-14 12:47:09','2012-12-14 12:47:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Plan Part 1','','inherit','open','open','','994-revision-v1','','','2012-12-14 12:47:09','2012-12-14 12:47:09','',994,'http://raylsmith.org/994-revision-2/',0,'revision','',0),(900,1,'2012-11-19 13:57:19','2012-11-19 13:57:19','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-11-19 13:57:19','2012-11-19 13:57:19','',888,'http://raylsmith.org/888-revision-4/',0,'revision','',0),(905,1,'2012-11-22 13:02:27','2012-11-22 13:02:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','publish','open','open','','financially-blessed-by-god-part','','','2014-08-21 14:45:35','2014-08-21 14:45:35','',0,'http://raylsmith.org/?p=905',0,'post','',0),(1301,1,'2013-02-02 13:14:17','2013-02-02 13:14:17','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:14:17','2013-02-02 13:14:17','',1272,'http://raylsmith.org/1272-revision-16/',0,'revision','',0),(906,1,'2012-11-22 13:01:49','2012-11-22 13:01:49','','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2012-11-22 13:01:49','2012-11-22 13:01:49','',905,'http://raylsmith.org/905-revision/',0,'revision','',0),(907,1,'2012-11-22 13:03:51','2012-11-22 13:03:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 2','','publish','open','open','','financially-blessed-by-god-part-2','','','2014-08-21 14:45:15','2014-08-21 14:45:15','',0,'http://raylsmith.org/?p=907',0,'post','',0),(1304,1,'2012-11-27 14:08:53','2012-11-27 14:08:53','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 1','','inherit','open','open','','881-revision-v1','','','2012-11-27 14:08:53','2012-11-27 14:08:53','',881,'http://raylsmith.org/881-revision-4/',0,'revision','',0),(908,1,'2012-11-22 13:03:48','2012-11-22 13:03:48','<table>\n<tbody>\n<tr>\n<td><iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-revision-v1','','','2012-11-22 13:03:48','2012-11-22 13:03:48','',907,'http://raylsmith.org/907-revision/',0,'revision','',0),(909,1,'2012-11-22 13:02:27','2012-11-22 13:02:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2012-11-22 13:02:27','2012-11-22 13:02:27','',905,'http://raylsmith.org/905-revision-2/',0,'revision','',0),(910,1,'2012-11-22 13:13:22','2012-11-22 13:13:22','','Financially-Blessed-by-God1','','inherit','open','open','','financially-blessed-by-god1','','','2012-11-22 13:13:22','2012-11-22 13:13:22','',0,'http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png',0,'attachment','image/png',0),(911,1,'2012-11-22 13:13:47','2012-11-22 13:13:47','','Financially-Blessed-by-God2','','inherit','open','open','','financially-blessed-by-god2','','','2012-11-22 13:13:47','2012-11-22 13:13:47','',0,'http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God2.png',0,'attachment','image/png',0),(912,1,'2012-11-20 05:28:40','2012-11-20 05:28:40','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer2.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-answered1.png\" link_to_page=\"http://raylsmith.org/getting-your-prayer-answered-part1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-11-20 05:28:40','2012-11-20 05:28:40','',888,'http://raylsmith.org/888-revision-5/',0,'revision','',0),(913,1,'2012-11-22 13:03:51','2012-11-22 13:03:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-revision-v1','','','2012-11-22 13:03:51','2012-11-22 13:03:51','',907,'http://raylsmith.org/907-revision-2/',0,'revision','',0),(914,1,'2012-11-22 13:04:32','2012-11-22 13:04:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2012-11-22 13:04:32','2012-11-22 13:04:32','',905,'http://raylsmith.org/905-revision-3/',0,'revision','',0),(915,1,'2012-11-20 05:27:52','2012-11-20 05:27:52','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2012-11-20 05:27:52','2012-11-20 05:27:52','',884,'http://raylsmith.org/884-revision-3/',0,'revision','',0),(916,1,'2012-11-14 09:08:55','2012-11-14 09:08:55','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 1','','inherit','open','open','','881-revision-v1','','','2012-11-14 09:08:55','2012-11-14 09:08:55','',881,'http://raylsmith.org/881-revision-2/',0,'revision','',0),(917,1,'2012-11-07 07:56:05','2012-11-07 07:56:05','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-revision-v1','','','2012-11-07 07:56:05','2012-11-07 07:56:05','',802,'http://raylsmith.org/802-revision-2/',0,'revision','',0),(918,1,'2012-11-07 07:54:55','2012-11-07 07:54:55','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/hLpvvsuIsPs?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part2','','inherit','open','open','','800-revision-v1','','','2012-11-07 07:54:55','2012-11-07 07:54:55','',800,'http://raylsmith.org/800-revision-2/',0,'revision','',0),(919,1,'2012-11-07 07:53:18','2012-11-07 07:53:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/x5a-hyKXUhg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part3','','inherit','open','open','','798-revision-v1','','','2012-11-07 07:53:18','2012-11-07 07:53:18','',798,'http://raylsmith.org/798-revision-2/',0,'revision','',0),(920,1,'2012-11-06 05:39:21','2012-11-06 05:39:21','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8Wq-RzwQrpc?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Walking in Perfection','','inherit','open','open','','788-revision-v1','','','2012-11-06 05:39:21','2012-11-06 05:39:21','',788,'http://raylsmith.org/788-revision-2/',0,'revision','',0),(921,1,'2012-11-06 05:36:23','2012-11-06 05:36:23','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/WU952xqjvts?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Anointing for Service','','inherit','open','open','','786-revision-v1','','','2012-11-06 05:36:23','2012-11-06 05:36:23','',786,'http://raylsmith.org/786-revision-2/',0,'revision','',0),(922,1,'2012-11-06 05:32:47','2012-11-06 05:32:47','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8g0hrf2p72k?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 1','','inherit','open','open','','784-revision-v1','','','2012-11-06 05:32:47','2012-11-06 05:32:47','',784,'http://raylsmith.org/784-revision-2/',0,'revision','',0),(923,1,'2012-11-06 05:31:09','2012-11-06 05:31:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/7opGL6i5ahE?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 2','','inherit','open','open','','781-revision-v1','','','2012-11-06 05:31:09','2012-11-06 05:31:09','',781,'http://raylsmith.org/781-revision-2/',0,'revision','',0),(924,1,'2012-10-22 07:30:46','2012-10-22 07:30:46','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life','','inherit','open','open','','765-revision-v1','','','2012-10-22 07:30:46','2012-10-22 07:30:46','',765,'http://raylsmith.org/765-revision-5/',0,'revision','',0),(925,1,'2012-10-22 07:21:22','2012-10-22 07:21:22','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qRjEhtIgBDM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Blessed Life Part2','','inherit','open','open','','763-revision-v1','','','2012-10-22 07:21:22','2012-10-22 07:21:22','',763,'http://raylsmith.org/763-revision-2/',0,'revision','',0),(926,1,'2012-10-18 13:04:26','2012-10-18 13:04:26','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-10-18 13:04:26','2012-10-18 13:04:26','',748,'http://raylsmith.org/748-revision-7/',0,'revision','',0),(927,1,'2012-10-17 00:57:11','2012-10-17 00:57:11','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 1','','inherit','open','open','','730-revision-v1','','','2012-10-17 00:57:11','2012-10-17 00:57:11','',730,'http://raylsmith.org/730-revision-3/',0,'revision','',0),(928,1,'2012-10-17 01:03:36','2012-10-17 01:03:36','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 2','','inherit','open','open','','728-revision-v1','','','2012-10-17 01:03:36','2012-10-17 01:03:36','',728,'http://raylsmith.org/728-revision-5/',0,'revision','',0),(929,1,'2012-10-08 05:27:33','2012-10-08 05:27:33','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=bPfVZhAq1JA</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Anointing Part 3','','inherit','open','open','','726-revision-2','','','2012-10-08 05:27:33','2012-10-08 05:27:33','',726,'http://raylsmith.org/726-revision-2/',0,'revision','',0),(930,1,'2012-10-08 05:25:57','2012-10-08 05:25:57','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=nWY8IRojp24</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','How Faith Works Part 1','','inherit','open','open','','722-revision-v1','','','2012-10-08 05:25:57','2012-10-08 05:25:57','',722,'http://raylsmith.org/722-revision-3/',0,'revision','',0),(931,1,'2012-10-08 05:25:51','2012-10-08 05:25:51','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=hcjVZ6_YYC4</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','How Faith Works Part 2','','inherit','open','open','','720-revision-v1','','','2012-10-08 05:25:51','2012-10-08 05:25:51','',720,'http://raylsmith.org/720-revision-3/',0,'revision','',0),(932,1,'2012-09-04 04:32:02','2012-09-04 04:32:02','httpv://www.youtube.com/watch?v=q8d7IXolXAY&feature=plcp','Getting Your Needs Met Part 1','','inherit','open','open','','492-revision-2','','','2012-09-04 04:32:02','2012-09-04 04:32:02','',492,'http://raylsmith.org/492-revision-2/',0,'revision','',0),(933,1,'2012-09-04 04:31:15','2012-09-04 04:31:15','httpv://www.youtube.com/watch?v=LvE-m8vfxpg&feature=plcp','Getting Your Needs Met Part 2','','inherit','open','open','','490-revision-2','','','2012-09-04 04:31:15','2012-09-04 04:31:15','',490,'http://raylsmith.org/490-revision-2/',0,'revision','',0),(934,1,'2012-09-04 04:27:36','2012-09-04 04:27:36','httpv://www.youtube.com/watch?v=FJ6yjy9rqPg&feature=plcp','Getting Your Needs Met Part 3','','inherit','open','open','','488-revision-2','','','2012-09-04 04:27:36','2012-09-04 04:27:36','',488,'http://raylsmith.org/488-revision-2/',0,'revision','',0),(935,1,'2012-10-18 13:07:38','2012-10-18 13:07:38','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Good Shepherd','','inherit','open','open','','484-revision-5','','','2012-10-18 13:07:38','2012-10-18 13:07:38','',484,'http://raylsmith.org/484-revision-5/',0,'revision','',0),(936,1,'2012-09-28 15:01:03','2012-09-28 15:01:03','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Impartation Part 1','','inherit','open','open','','444-revision-13','','','2012-09-28 15:01:03','2012-09-28 15:01:03','',444,'http://raylsmith.org/444-revision-13/',0,'revision','',0),(937,1,'2012-09-28 15:03:20','2012-09-28 15:03:20','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=UIg7NfvcFog</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','God\'s Impartation Part 2','','inherit','open','open','','442-revision-5','','','2012-09-28 15:03:20','2012-09-28 15:03:20','',442,'http://raylsmith.org/442-revision-5/',0,'revision','',0),(938,1,'2012-09-28 15:03:50','2012-09-28 15:03:50','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=bS6QcMhO-sE</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n','God\'s Impartation Part 3','','inherit','open','open','','439-revision-7','','','2012-09-28 15:03:50','2012-09-28 15:03:50','',439,'http://raylsmith.org/439-revision-7/',0,'revision','',0),(939,1,'2012-07-27 03:22:22','2012-07-27 03:22:22','httpv://www.youtube.com/watch?v=JVouSN7f4Xw','Gift From God','','inherit','open','open','','256-revision-3','','','2012-07-27 03:22:22','2012-07-27 03:22:22','',256,'http://raylsmith.org/256-revision-3/',0,'revision','',0),(940,1,'2012-10-18 13:09:56','2012-10-18 13:09:56','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Women Bible Study','','inherit','open','open','','249-revision-8','','','2012-10-18 13:09:56','2012-10-18 13:09:56','',249,'http://raylsmith.org/249-revision-8/',0,'revision','',0),(941,1,'2012-07-11 06:47:07','2012-07-11 06:47:07','httpv://www.youtube.com/watch?v=ZJnjVBFrXf8v','How to Deal with Stress','','inherit','open','open','','145-revision-2','','','2012-07-11 06:47:07','2012-07-11 06:47:07','',145,'http://raylsmith.org/145-revision-2/',0,'revision','',0),(942,1,'2012-07-11 06:42:06','2012-07-11 06:42:06','httpv://www.youtube.com/watch?v=2eGOM5FX9oQ','Hearing God\'s Voice','','inherit','open','open','','142-revision-2','','','2012-07-11 06:42:06','2012-07-11 06:42:06','',142,'http://raylsmith.org/142-revision-2/',0,'revision','',0),(943,1,'2012-07-11 05:54:43','2012-07-11 05:54:43','<center>httpv://www.youtube.com/watch?v=C4pbjq0UGps</center>','TROUBLE','','inherit','open','open','','124-revision-6','','','2012-07-11 05:54:43','2012-07-11 05:54:43','',124,'http://raylsmith.org/124-revision-6/',0,'revision','',0),(944,1,'2012-11-13 01:13:25','2012-11-13 01:13:25','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/walking-in-perfection/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection-home.jpg\" alt=\"Walking In Perfection\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nComing Soon...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-13 01:13:25','2012-11-13 01:13:25','',2,'http://raylsmith.org/2-revision-94/',0,'revision','',0),(948,1,'2012-11-22 13:18:05','2012-11-22 13:18:05','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-revision-v1','','','2012-11-22 13:18:05','2012-11-22 13:18:05','',907,'http://raylsmith.org/907-revision-3/',0,'revision','',0),(945,1,'2012-11-22 13:28:09','2012-11-22 13:28:09','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<a href=\"http://raylsmith.org/walking-in-perfection/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection-home.jpg\" alt=\"Walking In Perfection\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nComing Soon...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-22 13:28:09','2012-11-22 13:28:09','',2,'http://raylsmith.org/2-revision-95/',0,'revision','',0),(946,1,'2012-11-22 13:30:09','2012-11-22 13:30:09','','financially','','inherit','open','open','','financially','','','2012-11-22 13:30:09','2012-11-22 13:30:09','',0,'http://raylsmith.org/wp-content/uploads/2012/11/financially.png',0,'attachment','image/png',0),(947,1,'2012-11-22 13:28:34','2012-11-22 13:28:34','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<iframe width=\"230\" height=\"155\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<a href=\"http://raylsmith.org/walking-in-perfection/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/walking-in-perfection-home.jpg\" alt=\"Walking In Perfection\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nComing Soon...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-22 13:28:34','2012-11-22 13:28:34','',2,'http://raylsmith.org/2-revision-96/',0,'revision','',0),(949,1,'2012-11-22 13:18:11','2012-11-22 13:18:11','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2012-11-22 13:18:11','2012-11-22 13:18:11','',905,'http://raylsmith.org/905-revision-4/',0,'revision','',0),(950,1,'2012-11-22 13:18:41','2012-11-22 13:18:41','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2012-11-22 13:18:41','2012-11-22 13:18:41','',884,'http://raylsmith.org/884-revision-4/',0,'revision','',0),(951,1,'2012-11-22 13:18:48','2012-11-22 13:18:48','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 1','','inherit','open','open','','881-revision-v1','','','2012-11-22 13:18:48','2012-11-22 13:18:48','',881,'http://raylsmith.org/881-revision-3/',0,'revision','',0),(952,1,'2012-11-22 13:19:21','2012-11-22 13:19:21','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-revision-v1','','','2012-11-22 13:19:21','2012-11-22 13:19:21','',802,'http://raylsmith.org/802-revision-3/',0,'revision','',0),(953,1,'2012-11-22 13:19:28','2012-11-22 13:19:28','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/hLpvvsuIsPs?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part2','','inherit','open','open','','800-revision-v1','','','2012-11-22 13:19:28','2012-11-22 13:19:28','',800,'http://raylsmith.org/800-revision-3/',0,'revision','',0),(954,1,'2012-11-22 13:19:32','2012-11-22 13:19:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/x5a-hyKXUhg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayers Answered Part3','','inherit','open','open','','798-revision-v1','','','2012-11-22 13:19:32','2012-11-22 13:19:32','',798,'http://raylsmith.org/798-revision-3/',0,'revision','',0),(955,1,'2012-11-22 13:19:52','2012-11-22 13:19:52','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8Wq-RzwQrpc?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Walking in Perfection','','inherit','open','open','','788-revision-v1','','','2012-11-22 13:19:52','2012-11-22 13:19:52','',788,'http://raylsmith.org/788-revision-3/',0,'revision','',0),(956,1,'2012-11-22 13:20:04','2012-11-22 13:20:04','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/WU952xqjvts?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Anointing for Service','','inherit','open','open','','786-revision-v1','','','2012-11-22 13:20:04','2012-11-22 13:20:04','',786,'http://raylsmith.org/786-revision-3/',0,'revision','',0),(957,1,'2012-11-22 13:20:34','2012-11-22 13:20:34','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/7opGL6i5ahE?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 2','','inherit','open','open','','781-revision-v1','','','2012-11-22 13:20:34','2012-11-22 13:20:34','',781,'http://raylsmith.org/781-revision-3/',0,'revision','',0),(958,1,'2012-11-22 13:20:27','2012-11-22 13:20:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/8g0hrf2p72k?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Do You Know Him Part 1','','inherit','open','open','','784-revision-v1','','','2012-11-22 13:20:27','2012-11-22 13:20:27','',784,'http://raylsmith.org/784-revision-3/',0,'revision','',0),(959,1,'2012-11-29 13:16:58','2012-11-29 13:16:58','','cloud-of-witness','','inherit','open','open','','cloud-of-witness','','','2012-11-29 13:16:58','2012-11-29 13:16:58','',604,'http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witness.png',0,'attachment','image/png',0),(962,1,'2012-11-29 13:17:58','2012-11-29 13:17:58','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<center>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/join-online/\"><img class=\"alignnone size-full wp-image-853\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" alt=\"House of Prayer\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><img class=\"alignnone size-full wp-image-959\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witness.png\" alt=\"Cloud of Witness\" width=\"320\" height=\"320\" /></td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n&nbsp;\r\n\r\n</div>','Connection','','inherit','open','open','','604-revision-10','','','2012-11-29 13:17:58','2012-11-29 13:17:58','',604,'http://raylsmith.org/604-revision-10/',0,'revision','',0),(966,1,'2012-08-08 01:21:35','2012-08-08 01:21:35','<h1 style=\"text-align: center;\">RADIO</h1>\r\n<p style=\"text-align: center;\">[h6]</p>\r\n<p style=\"text-align: center;\"><strong>Coming Soon!</strong></p>\r\n<p style=\"text-align: center;\">[/h6]</p>','Radio','','inherit','open','open','','416-revision-3','','','2012-08-08 01:21:35','2012-08-08 01:21:35','',416,'http://raylsmith.org/416-revision-3/',0,'revision','',0),(965,1,'2012-12-01 04:23:58','2012-12-01 04:23:58','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"wp-image-230 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]\r\n\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"S4NYMD9HJ2V24\">\r\n<input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n<img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n</form>','United States','','inherit','open','open','','423-revision-6','','','2012-12-01 04:23:58','2012-12-01 04:23:58','',423,'http://raylsmith.org/423-revision-6/',0,'revision','',0),(968,1,'2012-12-04 07:49:46','2012-12-04 07:49:46','<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-5','','','2012-12-04 07:49:46','2012-12-04 07:49:46','',416,'http://raylsmith.org/416-revision-5/',0,'revision','',0),(969,1,'2012-12-04 07:51:20','2012-12-04 07:51:20','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\" with Pastor Ray Smith</span></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-6','','','2012-12-04 07:51:20','2012-12-04 07:51:20','',416,'http://raylsmith.org/416-revision-6/',0,'revision','',0),(970,1,'2012-12-04 07:55:46','2012-12-04 07:55:46','','raysmith','','inherit','open','open','','raysmith','','','2012-12-04 07:55:46','2012-12-04 07:55:46','',416,'http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png',0,'attachment','image/png',0),(971,1,'2012-12-04 07:52:15','2012-12-04 07:52:15','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-7','','','2012-12-04 07:52:15','2012-12-04 07:52:15','',416,'http://raylsmith.org/416-revision-7/',0,'revision','',0),(973,1,'2012-12-04 07:57:29','2012-12-04 07:57:29','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center><center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-9','','','2012-12-04 07:57:29','2012-12-04 07:57:29','',416,'http://raylsmith.org/416-revision-9/',0,'revision','',0),(972,1,'2012-12-04 07:56:56','2012-12-04 07:56:56','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><a href=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\"><img class=\"aligncenter size-full wp-image-970\" title=\"raysmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"\" width=\"350\" height=\"263\" /></a></center><center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-8','','','2012-12-04 07:56:56','2012-12-04 07:56:56','',416,'http://raylsmith.org/416-revision-8/',0,'revision','',0),(975,1,'2012-12-04 07:58:43','2012-12-04 07:58:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-11','','','2012-12-04 07:58:43','2012-12-04 07:58:43','',416,'http://raylsmith.org/416-revision-11/',0,'revision','',0),(974,1,'2012-12-04 07:57:52','2012-12-04 07:57:52','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center><center></center><center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>','Radio','','inherit','open','open','','416-revision-10','','','2012-12-04 07:57:52','2012-12-04 07:57:52','',416,'http://raylsmith.org/416-revision-10/',0,'revision','',0),(976,1,'2012-12-04 07:59:43','2012-12-04 07:59:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]</center>\r\n<p style=\"text-align: center;\">\r\n<em>Click the play button to hear our Welcome message...</em></p>','Radio','','inherit','open','open','','416-revision-12','','','2012-12-04 07:59:43','2012-12-04 07:59:43','',416,'http://raylsmith.org/416-revision-12/',0,'revision','',0),(977,1,'2012-12-04 08:00:22','2012-12-04 08:00:22','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>','Radio','','inherit','open','open','','416-revision-13','','','2012-12-04 08:00:22','2012-12-04 08:00:22','',416,'http://raylsmith.org/416-revision-13/',0,'revision','',0),(978,1,'2012-12-04 08:05:13','2012-12-04 08:05:13','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>','Radio','','inherit','open','open','','416-revision-14','','','2012-12-04 08:05:13','2012-12-04 08:05:13','',416,'http://raylsmith.org/416-revision-14/',0,'revision','',0),(979,1,'2012-12-04 08:08:03','2012-12-04 08:08:03','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center></center><center><span style=\"font-size: xx-large;\">Our Radio Message</span></center><center></center><center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Radio...</em></center>','Radio','','inherit','open','open','','416-revision-15','','','2012-12-04 08:08:03','2012-12-04 08:08:03','',416,'http://raylsmith.org/416-revision-15/',0,'revision','',0),(980,1,'2012-12-04 08:08:26','2012-12-04 08:08:26','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center></center><center><span style=\"font-size: xx-large;\">Our Radio Message</span></center><center></center>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Radio...</em></center>','Radio','','inherit','open','open','','416-revision-16','','','2012-12-04 08:08:26','2012-12-04 08:08:26','',416,'http://raylsmith.org/416-revision-16/',0,'revision','',0),(981,1,'2012-11-22 13:34:47','2012-11-22 13:34:47','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/financially.png\" alt=\"Financially Blessed by God\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<strong>Radio</strong>\r\nComing Soon...\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-11-22 13:34:47','2012-11-22 13:34:47','',2,'http://raylsmith.org/2-revision-97/',0,'revision','',0),(987,1,'2012-12-11 23:30:41','2012-12-11 23:30:41','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">God\'s Lifestyle for you</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Raina Interview</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Testimonies</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Last</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-21','','','2012-12-11 23:30:41','2012-12-11 23:30:41','',416,'http://raylsmith.org/416-revision-21/',0,'revision','',0),(983,1,'2012-12-04 08:09:35','2012-12-04 08:09:35','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center></center><center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center><center></center>\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-17','','','2012-12-04 08:09:35','2012-12-04 08:09:35','',416,'http://raylsmith.org/416-revision-17/',0,'revision','',0),(990,1,'2012-12-14 12:37:56','2012-12-14 12:37:56','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 2','','publish','closed','closed','','the-fathers-business-part-2','','','2014-08-21 14:18:06','2014-08-21 14:18:06','',0,'http://raylsmith.org/?p=990',0,'post','',0),(1298,1,'2013-02-02 13:09:47','2013-02-02 13:09:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:09:47','2013-02-02 13:09:47','',1272,'http://raylsmith.org/1272-revision-14/',0,'revision','',0),(984,1,'2012-12-11 23:08:38','2012-12-11 23:08:38','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center></center><center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center><center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">First</span></center><center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Raina Interview\r\n</span></center><center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Test Radio\r\n</span></center><center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Last</span></center><center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-18','','','2012-12-11 23:08:38','2012-12-11 23:08:38','',416,'http://raylsmith.org/416-revision-18/',0,'revision','',0),(986,1,'2012-12-11 23:29:40','2012-12-11 23:29:40','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">God\'s Lifestyle for you</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Raina Interview</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Test Radio</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Last</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-20','','','2012-12-11 23:29:40','2012-12-11 23:29:40','',416,'http://raylsmith.org/416-revision-20/',0,'revision','',0),(985,1,'2012-12-11 23:22:39','2012-12-11 23:22:39','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center></center><center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center><center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">God\'s Lifestyle for you\r\n</span></center><center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Raina Interview\r\n</span></center><center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Test Radio\r\n</span></center><center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center><center></center><center></center><center></center><center><span style=\"font-size: xx-large;\">Last</span></center><center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-19','','','2012-12-11 23:22:39','2012-12-11 23:22:39','',416,'http://raylsmith.org/416-revision-19/',0,'revision','',0),(988,1,'2012-12-11 23:31:49','2012-12-11 23:31:49','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">God\'s Lifestyle for you</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Raina Interview</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our personal interview...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Testimonies</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our testimonies...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Last</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>','Radio','','inherit','open','open','','416-revision-22','','','2012-12-11 23:31:49','2012-12-11 23:31:49','',416,'http://raylsmith.org/416-revision-22/',0,'revision','',0),(989,1,'2012-12-11 23:32:57','2012-12-11 23:32:57','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" alt=\"Ray Smith International\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">God\'s Lifestyle for you</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/first.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Message...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Raina Interview</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/RainaInterview.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our personal interview...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Testimonies</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/testradio.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our testimonies...</em></center>\r\n\r\n&nbsp;\r\n\r\n<center><span style=\"font-size: xx-large;\">Final Words</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/last.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our final message...</em></center>','Radio','','inherit','open','open','','416-revision-23','','','2012-12-11 23:32:57','2012-12-11 23:32:57','',416,'http://raylsmith.org/416-revision-23/',0,'revision','',0),(991,1,'2012-12-14 12:37:29','2012-12-14 12:37:29','<table>\n<tbody>\n<tr>\n<td><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-autosave-v1','','','2012-12-14 12:37:29','2012-12-14 12:37:29','',907,'http://raylsmith.org/907-autosave/',0,'revision','',0),(992,1,'2012-12-14 12:37:03','2012-12-14 12:37:03','<table>\n<tbody>\n<tr>\n<td><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','God\'s Plan Part 2','','inherit','open','open','','990-revision-v1','','','2012-12-14 12:37:03','2012-12-14 12:37:03','',990,'http://raylsmith.org/990-revision/',0,'revision','',0),(993,1,'2012-12-14 12:41:49','2012-12-14 12:41:49','','gods-plan','','inherit','open','open','','gods-plan','','','2012-12-14 12:41:49','2012-12-14 12:41:49','',0,'http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png',0,'attachment','image/png',0),(994,1,'2012-12-14 12:47:09','2012-12-14 12:47:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 1','','publish','open','open','','the-fathers-business-part-1','','','2014-08-21 14:17:57','2014-08-21 14:17:57','',0,'http://raylsmith.org/?p=994',0,'post','',0),(1296,1,'2013-02-02 13:06:11','2013-02-02 13:06:11','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:06:11','2013-02-02 13:06:11','',1272,'http://raylsmith.org/1272-revision-13/',0,'revision','',0),(995,1,'2012-12-14 12:46:25','2012-12-14 12:46:25','','God\'s Plan Part 1','','inherit','open','open','','994-revision-v1','','','2012-12-14 12:46:25','2012-12-14 12:46:25','',994,'http://raylsmith.org/994-revision/',0,'revision','',0),(996,1,'2012-12-14 12:49:08','2012-12-14 12:49:08','','gods-plan2','','inherit','open','open','','gods-plan2','','','2012-12-14 12:49:08','2012-12-14 12:49:08','',0,'http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png',0,'attachment','image/png',0),(1005,1,'2012-12-14 12:53:59','2012-12-14 12:53:59','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/gods-plan-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>God\'s Plan Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" link_to_page=\"http://raylsmith.org/gods-plan-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>God\'s Plan Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-14 12:53:59','2012-12-14 12:53:59','',888,'http://raylsmith.org/888-revision-8/',0,'revision','',0),(997,1,'2012-11-22 13:16:15','2012-11-22 13:16:15','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God2.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/answered-prayer1.png\" link_to_page=\"http://raylsmith.org/answered-prayer-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-11-22 13:16:15','2012-11-22 13:16:15','',888,'http://raylsmith.org/888-revision-6/',0,'revision','',0),(998,1,'2012-12-14 12:52:32','2012-12-14 12:52:32','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/gods-plan-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>God\'s Plan Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" link_to_page=\"http://raylsmith.org/gods-plan-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>God\'s Plan Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-14 12:52:32','2012-12-14 12:52:32','',888,'http://raylsmith.org/888-revision-7/',0,'revision','',0),(999,1,'2012-12-05 12:42:30','2012-12-05 12:42:30','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/financially.png\" alt=\"Financially Blessed by God\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-05 12:42:30','2012-12-05 12:42:30','',2,'http://raylsmith.org/2-revision-98/',0,'revision','',0),(1000,1,'2012-12-14 12:57:22','2012-12-14 12:57:22','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/financially.png\" alt=\"Financially Blessed by God\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-14 12:57:22','2012-12-14 12:57:22','',2,'http://raylsmith.org/2-revision-99/',0,'revision','',0),(1001,1,'2012-12-14 12:59:46','2012-12-14 12:59:46','','gods-plan-home','','inherit','open','open','','gods-plan-home','','','2012-12-14 12:59:46','2012-12-14 12:59:46','',0,'http://raylsmith.org/wp-content/uploads/2012/12/gods-plan-home.png',0,'attachment','image/png',0),(1052,1,'2013-01-07 13:45:31','2013-01-07 13:45:31','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/take-the-next-step-part-1/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Take The Next Step\" src=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step-home.png\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2013-01-07 13:45:31','2013-01-07 13:45:31','',2,'http://raylsmith.org/2-revision-104/',0,'revision','',0),(1002,1,'2012-12-14 12:58:11','2012-12-14 12:58:11','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/financially.png\" alt=\"Financially Blessed by God\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-14 12:58:11','2012-12-14 12:58:11','',2,'http://raylsmith.org/2-revision-100/',0,'revision','',0),(1004,1,'2012-12-14 12:37:56','2012-12-14 12:37:56','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Plan Part 2','','inherit','open','open','','990-revision-v1','','','2012-12-14 12:37:56','2012-12-14 12:37:56','',990,'http://raylsmith.org/990-revision-2/',0,'revision','',0),(1006,1,'2012-12-16 22:58:12','2012-12-16 22:58:12','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/the-fathers-business-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 22:58:12','2012-12-16 22:58:12','',888,'http://raylsmith.org/888-revision-9/',0,'revision','',0),(1007,1,'2012-12-16 23:04:43','2012-12-16 23:04:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/the-fathers-business-part-1/\" link_to_page=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" target=\"\" description=\"\" size=\"three_col_large\"][/one_third]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"][/one_third]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 23:04:43','2012-12-16 23:04:43','',888,'http://raylsmith.org/888-revision-10/',0,'revision','',0),(1009,1,'2012-12-16 23:06:47','2012-12-16 23:06:47','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/the-fathers-business-part-1/\" link_to_page=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 23:06:47','2012-12-16 23:06:47','',888,'http://raylsmith.org/888-revision-12/',0,'revision','',0),(1008,1,'2012-12-16 23:05:37','2012-12-16 23:05:37','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/the-fathers-business-part-1/\" link_to_page=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" target=\"\" description=\"\" size=\"three_col_large\"][/one_third]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"][/one_third]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 23:05:37','2012-12-16 23:05:37','',888,'http://raylsmith.org/888-revision-11/',0,'revision','',0),(1010,1,'2012-12-16 23:07:59','2012-12-16 23:07:59','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-1/\">God\'s Plan Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gods-plan-part-2/\">God\'s Plan Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 23:07:59','2012-12-16 23:07:59','',888,'http://raylsmith.org/888-revision-13/',0,'revision','',0),(1011,1,'2012-12-17 13:16:34','2012-12-17 13:16:34','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 3','','publish','open','open','','take-the-next-step-part-3','','','2014-08-21 13:58:48','2014-08-21 13:58:48','',0,'http://raylsmith.org/?p=1011',0,'post','',0),(1294,1,'2013-02-02 13:03:52','2013-02-02 13:03:52','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:03:52','2013-02-02 13:03:52','',1272,'http://raylsmith.org/1272-revision-12/',0,'revision','',0),(1012,1,'2012-12-16 22:56:11','2012-12-16 22:56:11','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 1','','inherit','open','open','','994-revision-v1','','','2012-12-16 22:56:11','2012-12-16 22:56:11','',994,'http://raylsmith.org/994-revision-3/',0,'revision','',0),(1013,1,'2012-12-17 13:17:37','2012-12-17 13:17:37','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 3','','inherit','open','open','','994-revision-v1','','','2012-12-17 13:17:37','2012-12-17 13:17:37','',994,'http://raylsmith.org/994-revision-4/',0,'revision','',0),(1014,1,'2012-12-17 13:26:43','2012-12-17 13:26:43','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 2','','publish','open','open','','take-the-next-step-part-2','','','2014-08-21 13:58:36','2014-08-21 13:58:36','',0,'http://raylsmith.org/?p=1014',0,'post','',0),(1292,1,'2013-02-02 13:01:36','2013-02-02 13:01:36','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:01:36','2013-02-02 13:01:36','',1272,'http://raylsmith.org/1272-revision-11/',0,'revision','',0),(1015,1,'2012-12-17 13:16:34','2012-12-17 13:16:34','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 1','','inherit','open','open','','1011-revision-v1','','','2012-12-17 13:16:34','2012-12-17 13:16:34','',1011,'http://raylsmith.org/1011-revision/',0,'revision','',0),(1016,1,'2012-12-17 13:26:38','2012-12-17 13:26:38','<table>\n<tbody>\n<tr>\n<td><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Take The Next Step Part 2','','inherit','open','open','','1014-revision-v1','','','2012-12-17 13:26:38','2012-12-17 13:26:38','',1014,'http://raylsmith.org/1014-revision/',0,'revision','',0),(1017,1,'2012-12-17 13:27:50','2012-12-17 13:27:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 1','','publish','open','open','','take-the-next-step-part-1','','','2014-08-21 13:58:22','2014-08-21 13:58:22','',0,'http://raylsmith.org/?p=1017',0,'post','',0),(1289,1,'2013-02-02 12:58:20','2013-02-02 12:58:20','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 12:58:20','2013-02-02 12:58:20','',1272,'http://raylsmith.org/1272-revision-9/',0,'revision','',0),(1018,1,'2012-12-17 13:27:29','2012-12-17 13:27:29','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Take The Next Step Part 1','','inherit','open','open','','1017-revision-v1','','','2012-12-17 13:27:29','2012-12-17 13:27:29','',1017,'http://raylsmith.org/1017-revision/',0,'revision','',0),(1019,1,'2012-12-17 13:31:41','2012-12-17 13:31:41','','next-step1','','inherit','open','open','','next-step1','','','2012-12-17 13:31:41','2012-12-17 13:31:41','',0,'http://raylsmith.org/wp-content/uploads/2012/12/next-step1.png',0,'attachment','image/png',0),(1020,1,'2012-12-17 13:34:17','2012-12-17 13:34:17','','next-step2','','inherit','open','open','','next-step2','','','2012-12-17 13:34:17','2012-12-17 13:34:17','',0,'http://raylsmith.org/wp-content/uploads/2012/12/next-step2.png',0,'attachment','image/png',0),(1021,1,'2012-12-17 13:38:21','2012-12-17 13:38:21','','next-step3','','inherit','open','open','','next-step3','','','2012-12-17 13:38:21','2012-12-17 13:38:21','',0,'http://raylsmith.org/wp-content/uploads/2012/12/next-step3.png',0,'attachment','image/png',0),(1022,1,'2012-12-16 23:09:16','2012-12-16 23:09:16','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan2.png\" link_to_page=\"http://raylsmith.org/the-fathers-business-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Father\'s Business Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/Financially-Blessed-by-God1.png\" link_to_page=\"http://raylsmith.org/financially-blessed-by-god-part/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Financially Blessed by God Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-16 23:09:16','2012-12-16 23:09:16','',888,'http://raylsmith.org/888-revision-14/',0,'revision','',0),(1023,1,'2012-12-17 13:40:21','2012-12-17 13:40:21','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step1.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step2.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step3.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-17 13:40:21','2012-12-17 13:40:21','',888,'http://raylsmith.org/888-revision-15/',0,'revision','',0),(1024,1,'2012-12-14 13:01:04','2012-12-14 13:01:04','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/gods-plan-part-1/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan-home.png\" alt=\"God\'s Plan\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-14 13:01:04','2012-12-14 13:01:04','',2,'http://raylsmith.org/2-revision-101/',0,'revision','',0),(1028,1,'2012-12-14 12:23:38','2012-12-14 12:23:38','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>&nbsp;\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-24','','','2012-12-14 12:23:38','2012-12-14 12:23:38','',416,'http://raylsmith.org/416-revision-24/',0,'revision','',0),(1025,1,'2012-12-17 13:45:25','2012-12-17 13:45:25','','next-step-home','','inherit','open','open','','next-step-home','','','2012-12-17 13:45:25','2012-12-17 13:45:25','',0,'http://raylsmith.org/wp-content/uploads/2012/12/next-step-home.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (1026,1,'2012-12-17 13:43:51','2012-12-17 13:43:51','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/gods-plan-part-1/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/12/gods-plan-home.png\" alt=\"God\'s Plan\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-17 13:43:51','2012-12-17 13:43:51','',2,'http://raylsmith.org/2-revision-102/',0,'revision','',0),(1031,1,'2013-01-02 06:45:45','2013-01-02 06:45:45','','logo11','','inherit','open','open','','logo11','','','2013-01-02 06:45:45','2013-01-02 06:45:45','',0,'http://raylsmith.org/wp-content/uploads/2013/01/logo11.png',0,'attachment','image/png',0),(1032,1,'2013-01-03 02:32:46','2013-01-03 02:32:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 2','','publish','open','open','','the-promise-part-2','','','2014-08-21 14:46:51','2014-08-21 14:46:51','',0,'http://raylsmith.org/?p=1032',0,'post','',0),(1033,1,'2013-01-03 02:32:15','2013-01-03 02:32:15','<table>\n<tbody>\n<tr>\n<td><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','The Promise Part 2','','inherit','open','open','','1032-revision-v1','','','2013-01-03 02:32:15','2013-01-03 02:32:15','',1032,'http://raylsmith.org/1032-revision/',0,'revision','',0),(1034,1,'2013-01-03 02:34:03','2013-01-03 02:34:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 1','','publish','open','open','','the-promise-part-1','','','2014-08-21 14:46:43','2014-08-21 14:46:43','',0,'http://raylsmith.org/?p=1034',0,'post','',0),(1285,1,'2013-02-02 12:51:03','2013-02-02 12:51:03','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 12:51:03','2013-02-02 12:51:03','',1272,'http://raylsmith.org/1272-revision-7/',0,'revision','',0),(1035,1,'2013-01-03 02:33:38','2013-01-03 02:33:38','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','The Promise Part 1','','inherit','open','open','','1034-revision-v1','','','2013-01-03 02:33:38','2013-01-03 02:33:38','',1034,'http://raylsmith.org/1034-revision/',0,'revision','',0),(1036,1,'2013-01-03 02:40:08','2013-01-03 02:40:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Pure Heart Clean Hands','','publish','open','open','','pure-heart-clean-hands','','','2014-08-21 13:59:29','2014-08-21 13:59:29','',0,'http://raylsmith.org/?p=1036',0,'post','',0),(1281,1,'2013-02-02 10:46:11','2013-02-02 10:46:11','[wpcol_1half id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong> January 21, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Power</strong>\r\n<strong> January 14, 2013</strong>[/wpcol_1half_end]\r\n\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 10:46:11','2013-02-02 10:46:11','',1272,'http://raylsmith.org/1272-revision-4/',0,'revision','',0),(1037,1,'2013-01-03 02:39:31','2013-01-03 02:39:31','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Pure Heart Clean Hands','','inherit','open','open','','1036-revision-v1','','','2013-01-03 02:39:31','2013-01-03 02:39:31','',1036,'http://raylsmith.org/1036-revision/',0,'revision','',0),(1038,1,'2013-01-03 02:34:03','2013-01-03 02:34:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 1','','inherit','open','open','','1034-revision-v1','','','2013-01-03 02:34:03','2013-01-03 02:34:03','',1034,'http://raylsmith.org/1034-revision-2/',0,'revision','',0),(1039,1,'2013-01-03 02:45:51','2013-01-03 02:45:51','','pure-heart','','inherit','open','open','','pure-heart','','','2013-01-03 02:45:51','2013-01-03 02:45:51','',0,'http://raylsmith.org/wp-content/uploads/2013/01/pure-heart.png',0,'attachment','image/png',0),(1040,1,'2013-01-03 02:49:44','2013-01-03 02:49:44','','clean-hands','','inherit','open','open','','clean-hands','','','2013-01-03 02:49:44','2013-01-03 02:49:44','',0,'http://raylsmith.org/wp-content/uploads/2013/01/clean-hands.png',0,'attachment','image/png',0),(1041,1,'2013-01-03 02:54:36','2013-01-03 02:54:36','','promise2','','inherit','open','open','','promise2','','','2013-01-03 02:54:36','2013-01-03 02:54:36','',0,'http://raylsmith.org/wp-content/uploads/2013/01/promise2.png',0,'attachment','image/png',0),(1042,1,'2013-01-03 04:17:09','2013-01-03 04:17:09','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','The Promise Part 2','','inherit','open','open','','1032-autosave-v1','','','2013-01-03 04:17:09','2013-01-03 04:17:09','',1032,'http://raylsmith.org/1032-autosave/',0,'revision','',0),(1043,1,'2013-01-03 04:17:10','2013-01-03 04:17:10','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','The Promise Part 1','','inherit','open','open','','1034-autosave-v1','','','2013-01-03 04:17:10','2013-01-03 04:17:10','',1034,'http://raylsmith.org/1034-autosave/',0,'revision','',0),(1044,1,'2013-01-03 04:17:10','2013-01-03 04:17:10','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Pure Heart Clean Hands','','inherit','open','open','','1036-autosave-v1','','','2013-01-03 04:17:10','2013-01-03 04:17:10','',1036,'http://raylsmith.org/1036-autosave/',0,'revision','',0),(1045,1,'2012-12-17 13:42:13','2012-12-17 13:42:13','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step1.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step2.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 2</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step3.png\" link_to_page=\"http://raylsmith.org/take-the-next-step-part-3/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Take The Next Step Part 3</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2012-12-17 13:42:13','2012-12-17 13:42:13','',888,'http://raylsmith.org/888-revision-16/',0,'revision','',0),(1046,1,'2013-01-03 04:32:43','2013-01-03 04:32:43','','logo12','','inherit','open','open','','logo12','','','2013-01-03 04:32:43','2013-01-03 04:32:43','',0,'http://raylsmith.org/wp-content/uploads/2013/01/logo12.png',0,'attachment','image/png',0),(1047,1,'2013-01-07 13:28:52','2013-01-07 13:28:52','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Life','','publish','open','open','','life','','','2014-08-21 14:18:37','2014-08-21 14:18:37','',0,'http://raylsmith.org/?p=1047',0,'post','',0),(1048,1,'2013-01-07 13:34:02','2013-01-07 13:34:02','','life','','inherit','open','open','','life-2','','','2013-01-07 13:34:02','2013-01-07 13:34:02','',0,'http://raylsmith.org/wp-content/uploads/2013/01/life.png',0,'attachment','image/png',0),(1049,1,'2013-01-03 04:27:43','2013-01-03 04:27:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/clean-hands.png\" link_to_page=\"http://raylsmith.org/pure-heart-clean-hands/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Pure Heart Clean Hands</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/pure-heart.png\" link_to_page=\"http://raylsmith.org/the-promise-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Promise Part 1</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/promise2.png\" link_to_page=\"http://raylsmith.org/the-promise-part-2/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Promise Part 2</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]December 31, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-03 04:27:43','2013-01-03 04:27:43','',888,'http://raylsmith.org/888-revision-17/',0,'revision','',0),(1050,1,'2012-12-17 13:46:15','2012-12-17 13:46:15','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" alt=\"Top\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/take-the-next-step-part-1/\"><img class=\"alignnone size-full wp-image-775\" src=\"http://raylsmith.org/wp-content/uploads/2012/12/next-step-home.png\" alt=\"Take The Next Step\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2012-12-17 13:46:15','2012-12-17 13:46:15','',2,'http://raylsmith.org/2-revision-103/',0,'revision','',0),(1054,1,'2012-09-27 08:29:00','2012-09-27 08:29:00','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n[tminus t=\"2012-12-30\" style=\"carbonite\"/]\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" alt=\"Register Now\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-19','','','2012-09-27 08:29:00','2012-09-27 08:29:00','',540,'http://raylsmith.org/540-revision-19/',0,'revision','',0),(1051,1,'2013-01-07 13:46:46','2013-01-07 13:46:46','','life-home','','inherit','open','open','','life-home','','','2013-01-07 13:46:46','2013-01-07 13:46:46','',0,'http://raylsmith.org/wp-content/uploads/2013/01/life-home.png',0,'attachment','image/png',0),(1055,1,'2013-01-15 11:30:45','2013-01-15 11:30:45','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n<p style=\"text-align: center;\">[one_half_last]\r\n<span style=\"font-size: xx-large;\">Live Prayer every Thursday at 7:00 PM EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-20','','','2013-01-15 11:30:45','2013-01-15 11:30:45','',540,'http://raylsmith.org/540-revision-20/',0,'revision','',0),(1056,1,'2013-01-15 11:31:58','2013-01-15 11:31:58','[one_half]\r\n<object id=\"utv228175\" width=\"500\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"500\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Live Prayer every Thursday at 7:00 PM EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-21','','','2013-01-15 11:31:58','2013-01-15 11:31:58','',540,'http://raylsmith.org/540-revision-21/',0,'revision','',0),(1057,1,'2013-01-15 11:32:29','2013-01-15 11:32:29','[one_half]\r\n<object id=\"utv228175\" width=\"400\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"400\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Live Prayer every Thursday at 7:00 PM EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-22','','','2013-01-15 11:32:29','2013-01-15 11:32:29','',540,'http://raylsmith.org/540-revision-22/',0,'revision','',0),(1058,1,'2013-01-15 11:33:00','2013-01-15 11:33:00','[one_half]\r\n<object id=\"utv228175\" width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Live Prayer every Thursday \r\nat 7:00 PM EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-23','','','2013-01-15 11:33:00','2013-01-15 11:33:00','',540,'http://raylsmith.org/540-revision-23/',0,'revision','',0),(1059,1,'2013-01-15 11:33:22','2013-01-15 11:33:22','[one_half]\r\n<object id=\"utv228175\" width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Live Prayer every Thursday \r\n\r\nat 7:00 PM EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-24','','','2013-01-15 11:33:22','2013-01-15 11:33:22','',540,'http://raylsmith.org/540-revision-24/',0,'revision','',0),(1063,1,'2013-01-16 06:27:46','2013-01-16 06:27:46','','private-prayer-request','','inherit','open','open','','private-prayer-request','','','2013-01-16 06:27:46','2013-01-16 06:27:46','',589,'http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png',0,'attachment','image/png',0),(1061,1,'2013-01-15 11:34:40','2013-01-15 11:34:40','[one_half]\r\n<object id=\"utv228175\" width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n\r\n&nbsp;\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-26','','','2013-01-15 11:34:40','2013-01-15 11:34:40','',540,'http://raylsmith.org/540-revision-26/',0,'revision','',0),(1060,1,'2013-01-15 11:34:07','2013-01-15 11:34:07','[one_half]\r\n<object id=\"utv228175\" width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n<p style=\"text-align: center;\"></p>\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-25','','','2013-01-15 11:34:07','2013-01-15 11:34:07','',540,'http://raylsmith.org/540-revision-25/',0,'revision','',0),(1062,1,'2013-01-15 11:35:04','2013-01-15 11:35:04','[one_half]\r\n<object id=\"utv228175\" width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" /><embed id=\"utv228175\" width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/live/28352/Live-Prayer\" flashvars=\"autoplay=false&amp;brand=embed&amp;cid=28352%2FLive-Prayer&amp;locale=en_US\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object>[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n\r\n&nbsp;\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-27','','','2013-01-15 11:35:04','2013-01-15 11:35:04','',540,'http://raylsmith.org/540-revision-27/',0,'revision','',0),(1064,1,'2012-09-19 14:38:44','2012-09-19 14:38:44','<img class=\"alignleft  wp-image-595\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" alt=\"Prayer Request\" width=\"691\" height=\"159\" />\r\n<strong></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]','Prayer','','inherit','open','open','','589-revision-6','','','2012-09-19 14:38:44','2012-09-19 14:38:44','',589,'http://raylsmith.org/589-revision-6/',0,'revision','',0),(1068,1,'2013-01-16 06:30:45','2013-01-16 06:30:45','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>','Prayer','','inherit','open','open','','589-revision-10','','','2013-01-16 06:30:45','2013-01-16 06:30:45','',589,'http://raylsmith.org/589-revision-10/',0,'revision','',0),(1065,1,'2013-01-16 06:28:36','2013-01-16 06:28:36','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">[contact-form-7 id=\"590\" title=\"Prayer Request\"]</td>\r\n<td width=\"50%\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-1063\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer','','inherit','open','open','','589-revision-7','','','2013-01-16 06:28:36','2013-01-16 06:28:36','',589,'http://raylsmith.org/589-revision-7/',0,'revision','',0),(1066,1,'2013-01-16 06:29:10','2013-01-16 06:29:10','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[contact-form-7 id=\"590\" title=\"Prayer Request\"]</td>\r\n<td><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-1063\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer','','inherit','open','open','','589-revision-8','','','2013-01-16 06:29:10','2013-01-16 06:29:10','',589,'http://raylsmith.org/589-revision-8/',0,'revision','',0),(1067,1,'2013-01-16 06:29:56','2013-01-16 06:29:56','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">[contact-form-7 id=\"590\" title=\"Prayer Request\"]</td>\r\n<td width=\"300\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-1063\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer','','inherit','open','open','','589-revision-9','','','2013-01-16 06:29:56','2013-01-16 06:29:56','',589,'http://raylsmith.org/589-revision-9/',0,'revision','',0),(1069,1,'2013-01-16 06:31:11','2013-01-16 06:31:11','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>','Prayer','','inherit','open','open','','589-revision-11','','','2013-01-16 06:31:11','2013-01-16 06:31:11','',589,'http://raylsmith.org/589-revision-11/',0,'revision','',0),(1070,1,'2013-01-16 06:40:12','2013-01-16 06:40:12','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n\r\n<hr>\r\n[raw][contact-form]\r\n[contact-field label=\"First Name\" type=\"name\" required=\"true\" /]\r\n[contact-field label=\"Last Name\" type=\"text\" required=\"true\" /]\r\n[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\r\n[contact-field label=\"Country\" type=\"text\" /]\r\n[contact-field label=\"Prayer Request Is For\" type=\"text\" /]\r\n[contact-field label=\"Your Message\" type=\"textarea\" /]\r\n[/contact-form][/raw]\r\n','Prayer','','inherit','open','open','','589-revision-12','','','2013-01-16 06:40:12','2013-01-16 06:40:12','',589,'http://raylsmith.org/589-revision-12/',0,'revision','',0),(1075,1,'2013-01-16 08:36:45','2013-01-16 08:36:45','','private-prayer-request-for-womens','','inherit','open','open','','private-prayer-request-for-womens','','','2013-01-16 08:36:45','2013-01-16 08:36:45','',589,'http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png',0,'attachment','image/png',0),(1071,1,'2013-01-16 06:41:12','2013-01-16 06:41:12','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n[raw][contact-form]\r\n[contact-field label=\"First Name\" type=\"name\" required=\"true\" /]\r\n[contact-field label=\"Last Name\" type=\"text\" required=\"true\" /]\r\n[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\r\n[contact-field label=\"Country\" type=\"text\" /]\r\n[contact-field label=\"Prayer Request Is For\" type=\"text\" /]\r\n[contact-field label=\"Your Message\" type=\"textarea\" /]\r\n[/contact-form][/raw]\r\n','Prayer','','inherit','open','open','','589-revision-13','','','2013-01-16 06:41:12','2013-01-16 06:41:12','',589,'http://raylsmith.org/589-revision-13/',0,'revision','',0),(1072,1,'2013-01-16 06:42:47','2013-01-16 06:42:47','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n[raw][contact-form]\r\n[contact-field label=\"First Name\" type=\"name\" required=\"true\" /]\r\n[contact-field label=\"Last Name\" type=\"text\" required=\"true\" /]\r\n[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\r\n[contact-field label=\"Country\" type=\"text\" /]\r\n[contact-field label=\"Prayer Request Is For\" type=\"text\" /]\r\n[contact-field label=\"Your Message\" type=\"textarea\" /]\r\n[/contact-form][/raw]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n[/one_half_last]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-14','','','2013-01-16 06:42:47','2013-01-16 06:42:47','',589,'http://raylsmith.org/589-revision-14/',0,'revision','',0),(1074,1,'2013-01-16 06:49:36','2013-01-16 06:49:36','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n[/one_half_last]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-16','','','2013-01-16 06:49:36','2013-01-16 06:49:36','',589,'http://raylsmith.org/589-revision-16/',0,'revision','',0),(1073,1,'2013-01-16 06:43:34','2013-01-16 06:43:34','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n[raw][contact-form]\r\n[contact-field label=\"First Name\" type=\"name\" required=\"true\" /]\r\n[contact-field label=\"Last Name\" type=\"text\" required=\"true\" /]\r\n[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\r\n[contact-field label=\"Country\" type=\"text\" /]\r\n[contact-field label=\"Prayer Request Is For\" type=\"text\" /]\r\n[contact-field label=\"Your Message\" type=\"textarea\" /]\r\n[/contact-form][/raw]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n[/one_half_last]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-15','','','2013-01-16 06:43:34','2013-01-16 06:43:34','',589,'http://raylsmith.org/589-revision-15/',0,'revision','',0),(1076,1,'2013-01-16 06:51:24','2013-01-16 06:51:24','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n\r\n<a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n[/one_half_last]\r\n\r\n','Prayer','','inherit','open','open','','589-revision-17','','','2013-01-16 06:51:24','2013-01-16 06:51:24','',589,'http://raylsmith.org/589-revision-17/',0,'revision','',0),(1077,1,'2013-01-16 08:37:32','2013-01-16 08:37:32','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignright\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a>\r\n<img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" />\r\n[/one_half_last]</p>','Prayer','','inherit','open','open','','589-revision-18','','','2013-01-16 08:37:32','2013-01-16 08:37:32','',589,'http://raylsmith.org/589-revision-18/',0,'revision','',0),(1078,1,'2013-01-16 08:49:03','2013-01-16 08:49:03','','join-live-prayer','','inherit','open','open','','join-live-prayer','','','2013-01-16 08:49:03','2013-01-16 08:49:03','',589,'http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png',0,'attachment','image/png',0),(1079,1,'2013-01-16 08:39:10','2013-01-16 08:39:10','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></p>\r\n<a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a>\r\n[/one_half_last]','Prayer','','inherit','open','open','','589-revision-19','','','2013-01-16 08:39:10','2013-01-16 08:39:10','',589,'http://raylsmith.org/589-revision-19/',0,'revision','',0),(1080,1,'2013-01-16 06:15:52','2013-01-16 06:15:52','[one_half]\r\n<object width=\"450\" height=\"300\"><param name=\"movie\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"450\" height=\"300\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n\r\n&nbsp;\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>\r\n[/one_half_last]','Prayer Channel','','inherit','open','open','','540-revision-28','','','2013-01-16 06:15:52','2013-01-16 06:15:52','',540,'http://raylsmith.org/540-revision-28/',0,'revision','',0),(1214,1,'2012-11-14 09:52:28','2012-11-14 09:52:28','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-49','','','2012-11-14 09:52:28','2012-11-14 09:52:28','',149,'http://raylsmith.org/149-revision-49/',0,'revision','',0),(1082,1,'2013-01-17 14:16:45','2013-01-17 14:16:45','','live-prayer','','inherit','open','open','','live-prayer','','','2013-01-17 14:16:45','2013-01-17 14:16:45','',0,'http://raylsmith.org/wp-content/uploads/2013/01/live-prayer.png',0,'attachment','image/png',0),(1387,1,'2013-02-07 12:02:39','2013-02-07 12:02:39','[thethe-image-slider name=\"Blog\"]\r\n<p style=\"text-align: center;\"><a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a></p>','Blogging','','inherit','open','open','','1382-revision-2','','','2013-02-07 12:02:39','2013-02-07 12:02:39','',1382,'http://raylsmith.org/1382-revision-2/',0,'revision','',0),(1084,1,'2013-01-17 14:39:30','2013-01-17 14:39:30','','video-library','','inherit','open','open','','video-library-2','','','2013-01-17 14:39:30','2013-01-17 14:39:30','',0,'http://raylsmith.org/wp-content/uploads/2013/01/video-library.png',0,'attachment','image/png',0),(1086,1,'2013-01-21 06:27:18','2013-01-21 06:27:18','','love-faith','','inherit','open','open','','love-faith','','','2013-01-21 06:27:18','2013-01-21 06:27:18','',888,'http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png',0,'attachment','image/png',0),(1087,1,'2013-01-21 06:29:47','2013-01-21 06:29:47','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Love Vs Faith','','pending','open','open','','love-vs-faith','','','2013-02-06 08:10:55','2013-02-06 08:10:55','',0,'http://raylsmith.org/?p=1087',0,'post','',0),(1277,1,'2013-01-21 06:30:45','2013-01-21 06:30:45','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Power','','inherit','open','open','','1089-revision-v1','','','2013-01-21 06:30:45','2013-01-21 06:30:45','',1089,'http://raylsmith.org/1089-revision-2/',0,'revision','',0),(1088,1,'2013-01-21 06:29:40','2013-01-21 06:29:40','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\n</tr>\n</tbody>\n</table>','Love Vs Faith','','inherit','open','open','','1087-revision','','','2013-01-21 06:29:40','2013-01-21 06:29:40','',1087,'http://raylsmith.org/1087-revision/',0,'revision','',0),(1089,1,'2013-01-21 06:30:45','2013-01-21 06:30:45','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Power','','publish','open','open','','power','','','2014-08-21 14:19:15','2014-08-21 14:19:15','',0,'http://raylsmith.org/?p=1089',0,'post','',0),(1278,1,'2013-01-07 13:28:52','2013-01-07 13:28:52','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Life','','inherit','open','open','','1047-revision-v1','','','2013-01-07 13:28:52','2013-01-07 13:28:52','',1047,'http://raylsmith.org/1047-revision/',0,'revision','',0),(1090,1,'2013-01-21 06:30:15','2013-01-21 06:30:15','','Power','','inherit','open','open','','1089-revision-v1','','','2013-01-21 06:30:15','2013-01-21 06:30:15','',1089,'http://raylsmith.org/1089-revision/',0,'revision','',0),(1091,1,'2013-01-21 06:32:06','2013-01-21 06:32:06','','power','','inherit','open','open','','power-2','','','2013-01-21 06:32:06','2013-01-21 06:32:06','',0,'http://raylsmith.org/wp-content/uploads/2013/01/power.png',0,'attachment','image/png',0),(1092,1,'2013-01-07 13:37:22','2013-01-07 13:37:22','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/clean-hands.png\" link_to_page=\"http://raylsmith.org/pure-heart-clean-hands/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Pure Heart Clean Hands</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/pure-heart.png\" link_to_page=\"http://raylsmith.org/the-promise-part-1/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>The Promise Part 1</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n[arrow_list]\r\n[list_item]<a href=\"http://raylsmith.org/life/\">Life</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/trouble/\">Trouble</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a>[/list_item]\r\n[list_item]<a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a>[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">CATEGORY\r\n[arrow_list]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Sermon[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Bread[/list_item]\r\n[list_item]Women\'s Bible Study[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[list_item]Path[/list_item]\r\n[/arrow_list]</td>\r\n<td width=\"200\">DATE\r\n[arrow_list]\r\n[list_item]January 7, 2013[/list_item]\r\n[list_item]December 31, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 24, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 16, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]December 8, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 22, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 12, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 7, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 3, 2012[/list_item]\r\n[list_item]November 2, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 17, 2012[/list_item]\r\n[list_item]October 16, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 07, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]October 06, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]September 03, 2012[/list_item]\r\n[list_item]July 27, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[list_item]July 11, 2012[/list_item]\r\n[/arrow_list]</td>\r\n</tr>\r\n</tbody>\r\n</table>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-07 13:37:22','2013-01-07 13:37:22','',888,'http://raylsmith.org/888-revision-18/',0,'revision','',0),(1396,1,'2013-02-07 13:49:41','2013-02-07 13:49:41','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-9','','','2013-02-07 13:49:41','2013-02-07 13:49:41','',1382,'http://raylsmith.org/1382-revision-9/',0,'revision','',0),(1097,1,'2013-01-21 06:45:38','2013-01-21 06:45:38','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\nmail@raylsmith.org\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','Blog','','publish','open','open','','blog','','','2013-01-21 06:46:10','2013-01-21 06:46:10','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&#038;p=1097',0,'wpcf7_contact_form','',0),(1334,1,'2013-02-04 14:10:19','2013-02-04 14:10:19','','women-bible-study','','inherit','open','open','','women-bible-study-2','','','2013-02-04 14:10:19','2013-02-04 14:10:19','',0,'http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png',0,'attachment','image/png',0),(1327,1,'2013-02-04 13:46:43','2013-02-04 13:46:43','','Blog','','publish','open','open','','blog','','','2013-02-12 07:00:45','2013-02-12 07:00:45','',0,'http://raylsmith.org/thethe-slider/blog/',0,'thethe-slider','',0),(1332,1,'2013-02-04 14:02:46','2013-02-04 14:02:46','','bibles-today','','inherit','open','open','','bibles-today','','','2013-02-04 14:02:46','2013-02-04 14:02:46','',0,'http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png',0,'attachment','image/png',0),(1333,1,'2013-02-04 14:06:34','2013-02-04 14:06:34','','live-prayer','','inherit','open','open','','live-prayer-2','','','2013-02-04 14:06:34','2013-02-04 14:06:34','',0,'http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png',0,'attachment','image/png',0),(1112,1,'2013-01-21 07:08:38','2013-01-21 07:08:38','','prayforeachother','','inherit','open','open','','prayforeachother','','','2013-01-21 07:08:38','2013-01-21 07:08:38','',0,'http://raylsmith.org/wp-content/uploads/2013/01/prayforeachother.png',0,'attachment','image/png',0),(1440,1,'2013-02-14 07:54:31','2013-02-14 07:54:31','Post your prayer then I and other Christians connected to our ministry will pray and agree for your prayer.\r\nWe will put in practice when 2 or 3 agree it will be done.  Matthew 18:19-20\r\nWhen your prayer request is answered remember to post that you recieved your prayer for God.','Post Your Prayer','','publish','open','open','','post-your-prayer','','','2013-02-14 07:54:31','2013-02-14 07:54:31','',0,'http://raylsmith.org/?p=1440',0,'post','',0),(1441,1,'2013-02-14 07:53:43','2013-02-14 07:53:43','','P','','inherit','open','open','','1440-revision','','','2013-02-14 07:53:43','2013-02-14 07:53:43','',1440,'http://raylsmith.org/1440-revision/',0,'revision','',0),(1117,1,'2013-01-21 07:53:02','2013-01-21 07:53:02','','prayer-request','','inherit','open','open','','prayer-request-3','','','2013-01-21 07:53:02','2013-01-21 07:53:02','',0,'http://raylsmith.org/wp-content/uploads/2013/01/prayer-request.jpg',0,'attachment','image/jpeg',0),(1390,1,'2013-02-07 13:38:41','2013-02-07 13:38:41','[thethe-image-slider name=\"Blog\"]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword, piercing to the division of soul and of spirit, of joints and of marrow, and discerning the thoughts and intentions of the heart.\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more, with knowledge and all discernment, so that you may approve what is excellent, and so be pure and blameless for the day of Christ, filled with the fruit of righteousness that comes through Jesus Christ, to the glory and praise of God.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised. Give her of the fruit of her hands, and let her works praise her in the gates.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-5','','','2013-02-07 13:38:41','2013-02-07 13:38:41','',1382,'http://raylsmith.org/1382-revision-5/',0,'revision','',0),(1121,1,'2013-01-07 13:47:38','2013-01-07 13:47:38','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','Homepage','','inherit','open','open','','2-revision-v1','','','2013-01-07 13:47:38','2013-01-07 13:47:38','',2,'http://raylsmith.org/2-revision-105/',0,'revision','',0),(1122,1,'2013-01-23 13:01:16','2013-01-23 13:01:16','','bread','','inherit','open','open','','bread-3','','','2013-01-23 13:01:16','2013-01-23 13:01:16','',0,'http://raylsmith.org/wp-content/uploads/2013/01/bread.jpg',0,'attachment','image/jpeg',0),(1123,1,'2013-01-23 13:02:37','2013-01-23 13:02:37','','path','','inherit','open','open','','path-3','','','2013-01-23 13:02:37','2013-01-23 13:02:37','',0,'http://raylsmith.org/wp-content/uploads/2013/01/path.jpg',0,'attachment','image/jpeg',0),(1124,1,'2013-01-23 13:03:20','2013-01-23 13:03:20','','rest','','inherit','open','open','','rest-3','','','2013-01-23 13:03:20','2013-01-23 13:03:20','',0,'http://raylsmith.org/wp-content/uploads/2013/01/rest.jpg',0,'attachment','image/jpeg',0),(1125,1,'2013-01-23 13:04:06','2013-01-23 13:04:06','','vision','','inherit','open','open','','vision-3','','','2013-01-23 13:04:06','2013-01-23 13:04:06','',0,'http://raylsmith.org/wp-content/uploads/2013/01/vision.jpg',0,'attachment','image/jpeg',0),(1126,1,'2013-01-23 12:55:39','2013-01-23 12:55:39','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n\r\n[three_fourth]\r\n[thethe-image-slider name=\"Home3/4\"]\r\n[/three_fourth]\r\n\r\n[one_fourth_last]\r\n<object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a>\r\n\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 12:55:39','2013-01-23 12:55:39','',2,'http://raylsmith.org/2-revision-106/',0,'revision','',0),(1127,1,'2013-01-23 13:06:37','2013-01-23 13:06:37','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:06:37','2013-01-23 13:06:37','',2,'http://raylsmith.org/2-revision-107/',0,'revision','',0),(1128,1,'2013-01-23 13:07:42','2013-01-23 13:07:42','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:07:42','2013-01-23 13:07:42','',2,'http://raylsmith.org/2-revision-108/',0,'revision','',0),(1129,1,'2013-01-23 13:08:06','2013-01-23 13:08:06','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n&nbsp;\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:08:06','2013-01-23 13:08:06','',2,'http://raylsmith.org/2-revision-109/',0,'revision','',0),(1130,1,'2013-01-23 13:08:22','2013-01-23 13:08:22','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:08:22','2013-01-23 13:08:22','',2,'http://raylsmith.org/2-revision-110/',0,'revision','',0),(1131,1,'2013-01-23 13:09:00','2013-01-23 13:09:00','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"155\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"155\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:09:00','2013-01-23 13:09:00','',2,'http://raylsmith.org/2-revision-111/',0,'revision','',0),(1132,1,'2013-01-23 13:09:40','2013-01-23 13:09:40','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"160\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"160\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"160\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:09:40','2013-01-23 13:09:40','',2,'http://raylsmith.org/2-revision-112/',0,'revision','',0),(1133,1,'2013-01-23 13:19:40','2013-01-23 13:19:40','','raylsmith-connection','','inherit','open','open','','raylsmith-connection','','','2013-01-23 13:19:40','2013-01-23 13:19:40','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png',0,'attachment','image/png',0),(1134,1,'2013-01-23 13:20:09','2013-01-23 13:20:09','','raylsmith-sermons','','inherit','open','open','','raylsmith-sermons','','','2013-01-23 13:20:09','2013-01-23 13:20:09','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png',0,'attachment','image/png',0),(1143,1,'2013-01-23 13:58:58','2013-01-23 13:58:58','','raylsmith-giving','','inherit','open','open','','raylsmith-giving','','','2013-01-23 13:58:58','2013-01-23 13:58:58','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.png',0,'attachment','image/png',0),(1135,1,'2013-01-23 13:20:26','2013-01-23 13:20:26','','raylsmith-messages','','inherit','open','open','','raylsmith-messages','','','2013-01-23 13:20:26','2013-01-23 13:20:26','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png',0,'attachment','image/png',0),(1136,1,'2013-01-23 13:20:45','2013-01-23 13:20:45','','raylsmith-prayer','','inherit','open','open','','raylsmith-prayer','','','2013-01-23 13:20:45','2013-01-23 13:20:45','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png',0,'attachment','image/png',0),(1146,1,'2013-01-23 13:56:28','2013-01-23 13:56:28','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>\r\n\r\n<div id=\"foot_left\"></div>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:56:28','2013-01-23 13:56:28','',2,'http://raylsmith.org/2-revision-118/',0,'revision','',0),(1137,1,'2013-01-23 13:10:09','2013-01-23 13:10:09','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:10:09','2013-01-23 13:10:09','',2,'http://raylsmith.org/2-revision-113/',0,'revision','',0),(1144,1,'2013-01-23 13:59:24','2013-01-23 13:59:24','','raylsmith-onlineassembly','','inherit','open','open','','raylsmith-onlineassembly','','','2013-01-23 13:59:24','2013-01-23 13:59:24','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.png',0,'attachment','image/png',0),(1139,1,'2013-01-23 13:35:43','2013-01-23 13:35:43','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/wpcol_1quarter] \r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter] \r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter] \r\n[wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end] \r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:35:43','2013-01-23 13:35:43','',2,'http://raylsmith.org/2-revision-115/',0,'revision','',0),(1138,1,'2013-01-23 13:25:52','2013-01-23 13:25:52','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.</td>\r\n<td><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.</td>\r\n<td><a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!</td>\r\n<td><a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:25:52','2013-01-23 13:25:52','',2,'http://raylsmith.org/2-revision-114/',0,'revision','',0),(1140,1,'2013-01-23 13:43:54','2013-01-23 13:43:54','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter] \r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter] \r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter] \r\n[wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end] \r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:43:54','2013-01-23 13:43:54','',2,'http://raylsmith.org/2-revision-116/',0,'revision','',0),(1142,1,'2013-01-23 13:58:32','2013-01-23 13:58:32','','raylsmith-womensbiblestudy','','inherit','open','open','','raylsmith-womensbiblestudy','','','2013-01-23 13:58:32','2013-01-23 13:58:32','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.png',0,'attachment','image/png',0),(1141,1,'2013-01-23 13:45:23','2013-01-23 13:45:23','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"200\" height=\"140\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"200\" height=\"140\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"200\" height=\"140\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"200\" height=\"140\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/connection.jpg\" link_to_page=\"http://raylsmith.org/connection-partner/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/connection-partner/\"><strong>Connection</strong></a>\r\nStay connected to the ministry through covenant partnership or online church membership.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/sermons.jpg\" link_to_page=\"http://raylsmith.org/category/sermon/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/sermon/\"><strong>Sermons</strong></a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/messages.jpg\" link_to_page=\"http://raylsmith.org/message/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/message/\"><strong>Messages</strong></a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer.jpg\" link_to_page=\"http://raylsmith.org/prayer-request/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><strong>Prayer</strong></a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/one_fourth_last]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/Womens-Bible-Study.jpg\" link_to_page=\"http://raylsmith.org/category/womens-bible-study/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><strong>Women\'s Bible Study</strong></a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/giving.jpg\" link_to_page=\"http://raylsmith.org/giving2/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><strong>Giving</strong></a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/online-assembly.jpg\" link_to_page=\"http://raylsmith.org/online-assembly-sign-up/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><strong>Online Assembly</strong></a>\r\nSign up to be notified for services via the internet.\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/radio.jpg\" link_to_page=\"http://raylsmith.org/radio-ministry/\" target=\"\" description=\"\" size=\"four_col_large\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><strong>Radio</strong></a>\r\nHear our inspirational messages through radio.\r\n\r\n[/one_fourth_last]\r\n\r\n[hr_shadow]\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 13:45:23','2013-01-23 13:45:23','',2,'http://raylsmith.org/2-revision-117/',0,'revision','',0),(1147,1,'2013-01-23 14:08:01','2013-01-23 14:08:01','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter]\r\n[wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"aligncenter size-full wp-image-1142\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.</p>\r\n[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><img class=\"aligncenter size-full wp-image-1143\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n\r\n[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"aligncenter size-full wp-image-1144\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\nSign up to be notified for services via the internet.\r\n\r\n[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><img class=\"aligncenter size-full wp-image-1145\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\nHear our inspirational messages through radio.\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>\r\n\r\n<div id=\"foot_left\"></div>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 14:08:01','2013-01-23 14:08:01','',2,'http://raylsmith.org/2-revision-119/',0,'revision','',0),(1145,1,'2013-01-23 13:59:48','2013-01-23 13:59:48','','raylsmith-radio','','inherit','open','open','','raylsmith-radio','','','2013-01-23 13:59:48','2013-01-23 13:59:48','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.png',0,'attachment','image/png',0),(1148,1,'2012-11-12 06:14:24','2012-11-12 06:14:24','<img class=\"alignnone size-full wp-image-660\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" alt=\"Salvation\" width=\"720\" height=\"120\" />\r\n\r\n[one_third]\r\n<img class=\"size-full wp-image-577 alignnone\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"Headshot\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<strong>I am so glad you\'re here.</strong>\r\n\r\n<strong>I can truly say that salvation which is giving your life to God is the best decision that you can make.</strong><strong> Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen. </strong>\r\n\r\n<strong>Congratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more.</strong><strong> Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen. </strong>\r\n\r\n<strong>And again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.</strong>\r\n[/two_thirds_last]','Salvation','','inherit','open','open','','651-revision-v1','','','2012-11-12 06:14:24','2012-11-12 06:14:24','',651,'http://raylsmith.org/651-revision-25/',0,'revision','',0),(1155,1,'2012-11-13 14:53:39','2012-11-13 14:53:39','[one_third]\r\n<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[contact-form-7 id=\"865\" title=\"Booking\"]\r\n[/one_third]\r\n<p style=\"text-align: center;\">[one_third]\r\n<img class=\" wp-image-859 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" alt=\"Booking\" width=\"342\" height=\"187\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" alt=\"Email Me\" width=\"250\" height=\"45\" /></a></p>\r\n[/one_third]\r\n[one_third_last]\r\n<img class=\"size-full wp-image-869 alignright\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" alt=\"Phone\" width=\"238\" height=\"467\" />\r\n[/one_third_last]','Booking','','inherit','open','open','','858-revision-v1','','','2012-11-13 14:53:39','2012-11-13 14:53:39','',858,'http://raylsmith.org/858-revision-9/',0,'revision','',0),(1160,1,'2013-01-23 14:34:33','2013-01-23 14:34:33','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n<p style=\"text-align: center;\">[wpcol_1half id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"342\" height=\"187\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n<p style=\"text-align: center;\"><img class=\" wp-image-869 aligncenter\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"190\" height=\"374\" />\r\n[/wpcol_1half_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:34:33','2013-01-23 14:34:33','',858,'http://raylsmith.org/858-revision-11/',0,'revision','',0),(1156,1,'2013-01-23 14:33:21','2013-01-23 14:33:21','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n<p style=\"text-align: center;\">[wpcol_1half id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"342\" height=\"187\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1half_end]\r\n\r\n<img class=\"size-full wp-image-869 alignright\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"238\" height=\"467\" />\r\n[/one_third_last]','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:33:21','2013-01-23 14:33:21','',858,'http://raylsmith.org/858-revision-10/',0,'revision','',0),(1157,1,'2012-11-13 15:06:40','2012-11-13 15:06:40','<span style=\"font-size: xx-large;\">PRAYER REQUEST</span>\r\n\r\n[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]\r\n\r\n&nbsp;','Prayer Request','','inherit','open','open','','873-revision-2','','','2012-11-13 15:06:40','2012-11-13 15:06:40','',873,'http://raylsmith.org/873-revision-2/',0,'revision','',0),(1159,1,'2013-01-23 14:40:26','2013-01-23 14:40:26','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half] \r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]&nbsp;\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]','Prayer Channel','','inherit','open','open','','540-revision-30','','','2013-01-23 14:40:26','2013-01-23 14:40:26','',540,'http://raylsmith.org/540-revision-30/',0,'revision','',0),(1161,1,'2013-01-23 14:43:18','2013-01-23 14:43:18','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third] \r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"342\" height=\"187\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>[/wpcol_1third] \r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><img class=\" wp-image-869 aligncenter\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"190\" height=\"374\" />[/wpcol_1third_end] \r\n\r\n','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:43:18','2013-01-23 14:43:18','',858,'http://raylsmith.org/858-revision-12/',0,'revision','',0),(1162,1,'2013-01-23 14:43:59','2013-01-23 14:43:59','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third]\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\" wp-image-869 aligncenter\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"190\" height=\"374\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:43:59','2013-01-23 14:43:59','',858,'http://raylsmith.org/858-revision-13/',0,'revision','',0),(1163,1,'2013-01-23 14:44:31','2013-01-23 14:44:31','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third]\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><img class=\" wp-image-869 aligncenter\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"190\" height=\"374\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:44:31','2013-01-23 14:44:31','',858,'http://raylsmith.org/858-revision-14/',0,'revision','',0),(1164,1,'2013-01-23 14:20:47','2013-01-23 14:20:47','<img class=\"alignnone size-full wp-image-660\" alt=\"Salvation\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" width=\"720\" height=\"120\" />\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-577 alignnone\" alt=\"Headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]I am so glad you\'re here.\r\n\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make. Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen.\r\n\r\nCongratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more. Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen.\r\n\r\nAnd again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.[/wpcol_2third_end]','Salvation','','inherit','open','open','','651-revision-v1','','','2013-01-23 14:20:47','2013-01-23 14:20:47','',651,'http://raylsmith.org/651-revision-26/',0,'revision','',0),(1165,1,'2013-01-23 14:25:29','2013-01-23 14:25:29','<a href=\"http://raylsmith.org/message/\"><img class=\"alignnone  wp-image-842\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/messages4.png\" width=\"336\" height=\"192\" /></a><a href=\"http://raylsmith.org/category/sermon/\"><img class=\"alignnone  wp-image-844\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/sermons.png\" width=\"336\" height=\"192\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"alignnone  wp-image-846\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/womens-bible-sudy.png\" width=\"336\" height=\"297\" /></a><img class=\"alignnone  wp-image-847\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/partner-with-us.png\" width=\"336\" height=\"297\" />\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-849\" alt=\"Online Church Membership\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/church-membership1.png\" width=\"336\" height=\"270\" /></a><a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"alignnone  wp-image-850\" alt=\"Stay Connected\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/stay-connected.png\" width=\"336\" height=\"270\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone  wp-image-474\" alt=\"Women\'s Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-womens-bible-study.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone  wp-image-476\" alt=\"Like us on Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/like-us-on-raysmith-intl.png\" width=\"288\" height=\"288\" /></a>\r\n\r\n<a href=\"http://www.youtube.com/user/MrRLSmithJr?feature=mhee\" target=\"_blank\"><img class=\"alignnone  wp-image-478\" alt=\"Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/youtube.png\" width=\"288\" height=\"288\" /></a>      <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone  wp-image-569\" alt=\"Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/twitter.png\" width=\"288\" height=\"288\" /></a>','News','','inherit','open','open','','460-revision-19','','','2013-01-23 14:25:29','2013-01-23 14:25:29','',460,'http://raylsmith.org/460-revision-19/',0,'revision','',0),(1166,1,'2013-01-23 14:26:53','2013-01-23 14:26:53','<img class=\"alignnone size-full wp-image-575\" alt=\"Testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.png\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\nAnd they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>\r\n\r\n&nbsp;\r\n\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n&nbsp;','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-01-23 14:26:53','2013-01-23 14:26:53','',31,'http://raylsmith.org/31-revision-14/',0,'revision','',0),(1167,1,'2013-01-24 14:16:03','2013-01-24 14:16:03','','raylsmith-connection','','inherit','open','open','','raylsmith-connection-2','','','2013-01-24 14:16:03','2013-01-24 14:16:03','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg',0,'attachment','image/jpeg',0),(1168,1,'2013-01-24 14:16:58','2013-01-24 14:16:58','','raylsmith-sermons','','inherit','open','open','','raylsmith-sermons-2','','','2013-01-24 14:16:58','2013-01-24 14:16:58','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg',0,'attachment','image/jpeg',0),(1169,1,'2013-01-24 14:17:49','2013-01-24 14:17:49','','raylsmith-messages','','inherit','open','open','','raylsmith-messages-2','','','2013-01-24 14:17:49','2013-01-24 14:17:49','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg',0,'attachment','image/jpeg',0),(1170,1,'2013-01-24 14:18:28','2013-01-24 14:18:28','','raylsmith-prayer','','inherit','open','open','','raylsmith-prayer-2','','','2013-01-24 14:18:28','2013-01-24 14:18:28','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg',0,'attachment','image/jpeg',0),(1171,1,'2013-01-24 14:19:05','2013-01-24 14:19:05','','raylsmith-womensbiblestudy','','inherit','open','open','','raylsmith-womensbiblestudy-2','','','2013-01-24 14:19:05','2013-01-24 14:19:05','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg',0,'attachment','image/jpeg',0),(1172,1,'2013-01-24 14:19:52','2013-01-24 14:19:52','','raylsmith-giving','','inherit','open','open','','raylsmith-giving-2','','','2013-01-24 14:19:52','2013-01-24 14:19:52','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg',0,'attachment','image/jpeg',0),(1173,1,'2013-01-24 14:20:34','2013-01-24 14:20:34','','raylsmith-onlineassembly','','inherit','open','open','','raylsmith-onlineassembly-2','','','2013-01-24 14:20:34','2013-01-24 14:20:34','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg',0,'attachment','image/jpeg',0),(1174,1,'2013-01-24 14:21:29','2013-01-24 14:21:29','','raylsmith-radio','','inherit','open','open','','raylsmith-radio-2','','','2013-01-24 14:21:29','2013-01-24 14:21:29','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg',0,'attachment','image/jpeg',0),(1175,1,'2013-01-23 14:08:53','2013-01-23 14:08:53','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\"><img class=\"aligncenter size-full wp-image-1133\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\"><img class=\"aligncenter size-full wp-image-1134\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\"><img class=\"aligncenter size-full wp-image-1135\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\"><img class=\"aligncenter size-full wp-image-1136\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"aligncenter size-full wp-image-1142\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.</p>\r\n[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/giving2/\"><img class=\"aligncenter size-full wp-image-1143\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n\r\n[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\"><img class=\"aligncenter size-full wp-image-1144\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\nSign up to be notified for services via the internet.\r\n\r\n[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\"><img class=\"aligncenter size-full wp-image-1145\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.png\" width=\"214\" height=\"150\" /></a>\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\nHear our inspirational messages through radio.\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-23 14:08:53','2013-01-23 14:08:53','',2,'http://raylsmith.org/2-revision-120/',0,'revision','',0),(1176,1,'2013-01-24 14:28:37','2013-01-24 14:28:37','','phone','','inherit','open','open','','phone','','','2013-01-24 14:28:37','2013-01-24 14:28:37','',858,'http://raylsmith.org/wp-content/uploads/2012/11/phone.png',0,'attachment','image/png',0),(1177,1,'2013-01-23 14:44:50','2013-01-23 14:44:50','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><img class=\" wp-image-869 aligncenter\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-phone.png\" width=\"190\" height=\"374\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-23 14:44:50','2013-01-23 14:44:50','',858,'http://raylsmith.org/858-revision-15/',0,'revision','',0),(1178,1,'2013-01-24 14:29:15','2013-01-24 14:29:15','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1176\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-24 14:29:15','2013-01-24 14:29:15','',858,'http://raylsmith.org/858-revision-16/',0,'revision','',0),(1563,1,'2013-01-24 14:29:51','2013-01-24 14:29:51','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1176\" style=\"border: 0px none;\" alt=\"Phone\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone.png\" width=\"228\" height=\"429\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-01-24 14:29:51','2013-01-24 14:29:51','',858,'http://raylsmith.org/858-revision-17/',0,'revision','',0),(1182,1,'2013-01-24 14:48:44','2013-01-24 14:48:44','','prayer_request2','','inherit','open','open','','prayer_request2','','','2013-01-24 14:48:44','2013-01-24 14:48:44','',873,'http://raylsmith.org/wp-content/uploads/2012/11/prayer_request2.jpg',0,'attachment','image/jpeg',0),(1180,1,'2013-01-23 14:35:27','2013-01-23 14:35:27','[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]\r\n\r\n&nbsp;','Prayer Request','','inherit','open','open','','873-revision-3','','','2013-01-23 14:35:27','2013-01-23 14:35:27','',873,'http://raylsmith.org/873-revision-3/',0,'revision','',0),(1184,1,'2013-01-24 14:51:34','2013-01-24 14:51:34','','nothing-too-hard-for-god','','inherit','open','open','','nothing-too-hard-for-god','','','2013-01-24 14:51:34','2013-01-24 14:51:34','',873,'http://raylsmith.org/wp-content/uploads/2012/11/nothing-too-hard-for-god.jpg',0,'attachment','image/jpeg',0),(1183,1,'2013-01-24 14:44:02','2013-01-24 14:44:02','\r\n[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]\r\n\r\n','Prayer Request','','inherit','open','open','','873-revision-5','','','2013-01-24 14:44:02','2013-01-24 14:44:02','',873,'http://raylsmith.org/873-revision-5/',0,'revision','',0),(1181,1,'2013-01-24 14:42:29','2013-01-24 14:42:29','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/01/prayer-request-bg.jpg\'); background-repeat: no-repeat;\" width=\"810\">\r\n	<tbody>\r\n		<tr>\r\n			<td height=\"1000\" width=\"700\">\r\n\r\n[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Prayer Request','','inherit','open','open','','873-revision-4','','','2013-01-24 14:42:29','2013-01-24 14:42:29','',873,'http://raylsmith.org/873-revision-4/',0,'revision','',0),(1185,1,'2013-01-24 14:49:14','2013-01-24 14:49:14','<img class=\"size-full wp-image-1182 alignright\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer_request2.jpg\" width=\"425\" height=\"244\" />[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]','Prayer Request','','inherit','open','open','','873-revision-6','','','2013-01-24 14:49:14','2013-01-24 14:49:14','',873,'http://raylsmith.org/873-revision-6/',0,'revision','',0),(1186,1,'2013-01-24 14:52:15','2013-01-24 14:52:15','<img class=\"size-full wp-image-1182 alignright\" style=\"border: 0px none;\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer_request2.jpg\" width=\"425\" height=\"244\" /><img class=\"size-full wp-image-1184 alignright\" style=\"border: 0px none;\" alt=\"Nothing too hard for God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/nothing-too-hard-for-god.jpg\" width=\"425\" height=\"244\" />[contact-form-7 id=\"874\" title=\"Contact Us- Prayer Request\"]','Prayer Request','','inherit','open','open','','873-revision-7','','','2013-01-24 14:52:15','2013-01-24 14:52:15','',873,'http://raylsmith.org/873-revision-7/',0,'revision','',0),(1187,1,'2013-01-28 12:52:11','2013-01-28 12:52:11','','gift-from-god','','inherit','open','open','','gift-from-god-2','','','2013-01-28 12:52:11','2013-01-28 12:52:11','',149,'http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png',0,'attachment','image/png',0),(1188,1,'2013-01-28 12:57:11','2013-01-28 12:57:11','','trouble','','inherit','open','open','','trouble-4','','','2013-01-28 12:57:11','2013-01-28 12:57:11','',149,'http://raylsmith.org/wp-content/uploads/2012/07/trouble.png',0,'attachment','image/png',0),(1189,1,'2013-01-30 14:01:24','2013-01-30 14:01:24','','raylsmith','','inherit','open','open','','raylsmith','','','2013-01-30 14:01:24','2013-01-30 14:01:24','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png',0,'attachment','image/png',0),(1190,1,'2013-01-24 14:22:37','2013-01-24 14:22:37','<a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"alignnone size-full wp-image-189\" alt=\"Top\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/top-block21.jpg\" width=\"942\" height=\"140\" /></a>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n[/wpcol_1quarter_end]</p>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\nSign up to be notified for services via the internet.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\nHear our inspirational messages through radio.\r\n[/wpcol_1quarter_end]</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-01-24 14:22:37','2013-01-24 14:22:37','',2,'http://raylsmith.org/2-revision-121/',0,'revision','',0),(1191,1,'2012-08-07 05:15:33','2012-08-07 05:15:33','<h1 style=\"text-align: center;\">ACQUIRE THE BLESSED LIFE</h1>\r\n&nbsp;\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" alt=\"Faith\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" alt=\"Prayer\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" alt=\"Word of God\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" alt=\"Worship\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" alt=\"Doers of the Word\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" alt=\"Christian Fellowship\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" alt=\"Service\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" alt=\"Giving\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" alt=\"Love\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" alt=\"Baptism\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2012-08-07 05:15:33','2012-08-07 05:15:33','',269,'http://raylsmith.org/269-revision-35/',0,'revision','',0),(1195,1,'2013-01-30 15:22:20','2013-01-30 15:22:20','\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:22:20','2013-01-30 15:22:20','',269,'http://raylsmith.org/269-revision-39/',0,'revision','',0),(1193,1,'2013-01-30 15:19:46','2013-01-30 15:19:46','[accordions title=\"Accordion Group Title\" active=2 event=\"click\" disabled=false autoheight=true]\r\n	[accordion title=\"Accordion 1 Title\"]First accordion section content[/accordion]\r\n	[accordion title=\"Accordion 2 Title\"]Second accordion section content[/accordion]\r\n[/accordions]\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:19:46','2013-01-30 15:19:46','',269,'http://raylsmith.org/269-revision-37/',0,'revision','',0),(1194,1,'2013-01-30 15:21:27','2013-01-30 15:21:27','[accordions title=\"Accordion Group Title\" active=0 event=\"click\" disabled=false autoheight=true]\r\n	[accordion title=\"Accordion 1 Title\"]First accordion section content[/accordion]\r\n	[accordion title=\"Accordion 2 Title\"]Second accordion section content[/accordion]\r\n[/accordions]\r\n\r\n[accordion class=\'accord1\']\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Faith\"]\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:21:27','2013-01-30 15:21:27','',269,'http://raylsmith.org/269-revision-38/',0,'revision','',0),(1197,1,'2013-01-30 15:25:24','2013-01-30 15:25:24','[toggles title=\"Toggle Group Title\" active=1 speed=500]\r\n	[toggle title=\"First toggle title\"]First toggle text[/toggle]\r\n	[toggle title=\"Second toggle title\"]Second toggle text[/toggle]	\r\n[/toggles]\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:25:24','2013-01-30 15:25:24','',269,'http://raylsmith.org/269-revision-41/',0,'revision','',0),(1196,1,'2013-01-30 15:24:03','2013-01-30 15:24:03','[accordions title=\"Accordion Group Title\" active=0 event=\"click\" disabled=false autoheight=true]\r\n[accordion title=\"Accordion 1 Title\"]First accordion section content[/accordion]\r\n[accordion title=\"Accordion 2 Title\"]Second accordion section content[/accordion]\r\n[/accordions]\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:24:03','2013-01-30 15:24:03','',269,'http://raylsmith.org/269-revision-40/',0,'revision','',0),(1199,1,'2013-01-30 15:41:56','2013-01-30 15:41:56','[wptabs type=\"accordion\" style=\"wpui-red\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle] 1[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd1[/wptabcontent]\r\n[wptabtitle] 2[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd11[/wptabcontent]\r\n[wptabtitle] 3[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd111[/wptabcontent]\r\n[wptabtitle] 4[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd1111[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:41:56','2013-01-30 15:41:56','',269,'http://raylsmith.org/269-revision-43/',0,'revision','',0),(1198,1,'2013-01-30 15:37:41','2013-01-30 15:37:41','\r\n[wptabs type=\"accordion\" style=\"wpui-red\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle] gfdgfd[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd[/wptabcontent]\r\n[/wptabs]\r\n\r\n<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\r\n\r\n<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:37:41','2013-01-30 15:37:41','',269,'http://raylsmith.org/269-revision-42/',0,'revision','',0),(1200,1,'2013-01-30 15:43:43','2013-01-30 15:43:43','[wptabs type=\"accordion\" style=\"wpui-red\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle] 2[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd11[/wptabcontent]\r\n[wptabtitle] 3[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd111[/wptabcontent]\r\n[wptabtitle] 4[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd1111[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:43:43','2013-01-30 15:43:43','',269,'http://raylsmith.org/269-revision-44/',0,'revision','',0),(1203,1,'2013-01-30 15:53:39','2013-01-30 15:53:39','[wptabs type=\"accordion\" style=\"wpui-red\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:53:39','2013-01-30 15:53:39','',269,'http://raylsmith.org/269-revision-47/',0,'revision','',0),(1202,1,'2013-01-30 15:47:47','2013-01-30 15:47:47','[wptabs type=\"accordion\" style=\"wpui-red\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle] 3[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd111[/wptabcontent]\r\n[wptabtitle] 4[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd1111[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:47:47','2013-01-30 15:47:47','',269,'http://raylsmith.org/269-revision-46/',0,'revision','',0),(1201,1,'2013-01-30 15:46:21','2013-01-30 15:46:21','[wptabs type=\"accordion\" style=\"wpui-red\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle] 2[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd11[/wptabcontent]\r\n[wptabtitle] 3[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd111[/wptabcontent]\r\n[wptabtitle] 4[/wptabtitle] \r\n[wptabcontent]fdgfdgfdgfd1111[/wptabcontent]\r\n\r\n[/wptabs]\r\n\r\n\r\n\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Prayer\"]\r\n\r\nMatter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Word\"]\r\n\r\nStudy thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />\r\n[slide name=\"Worship\"]\r\n\r\nWe must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Doers of the Word\"]\r\n\r\nOne of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Christian Fellowship\"]\r\n\r\nDon\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Service\"]\r\n\r\nThe Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Giving\"]\r\n\r\n<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Love\"]\r\n\r\nWe are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n\r\n[/slide]\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n\r\n[slide name=\"Baptism of the Holy Ghost\"]\r\n\r\nJesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n\r\n[/slide]\r\n\r\n[/accordion]','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:46:21','2013-01-30 15:46:21','',269,'http://raylsmith.org/269-revision-45/',0,'revision','',0),(1204,1,'2013-01-30 15:55:45','2013-01-30 15:55:45','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-red\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:55:45','2013-01-30 15:55:45','',269,'http://raylsmith.org/269-revision-48/',0,'revision','',0),(1205,1,'2013-01-30 15:56:40','2013-01-30 15:56:40','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:56:40','2013-01-30 15:56:40','',269,'http://raylsmith.org/269-revision-49/',0,'revision','',0),(1207,1,'2013-01-30 15:59:48','2013-01-30 15:59:48','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:59:48','2013-01-30 15:59:48','',269,'http://raylsmith.org/269-revision-51/',0,'revision','',0),(1206,1,'2013-01-30 15:58:48','2013-01-30 15:58:48','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" active=\"0\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 15:58:48','2013-01-30 15:58:48','',269,'http://raylsmith.org/269-revision-50/',0,'revision','',0),(1211,1,'2013-01-30 16:05:45','2013-01-30 16:05:45','[wpdialog title=\"Confirm this action\" show=\"drop\" hide=\"explode\" ] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. [/wpdialog]\r\n\r\n\r\n<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:05:45','2013-01-30 16:05:45','',269,'http://raylsmith.org/269-revision-55/',0,'revision','',0),(1210,1,'2013-01-30 16:05:29','2013-01-30 16:05:29','[wpdialog title=\"Confirm this action\" show=\"drop\" hide=\"explode\" ] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. [/wpdialog]\r\n\r\n\r\n<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith%','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:05:29','2013-01-30 16:05:29','',269,'http://raylsmith.org/269-revision-54/',0,'revision','',0),(1208,1,'2013-01-30 16:01:19','2013-01-30 16:01:19','[wpspoiler name=\"Spoilers\" showText=\"click to show\" hideText=\"\" ] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. [/wpspoiler]\r\n\r\n\r\n<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:01:19','2013-01-30 16:01:19','',269,'http://raylsmith.org/269-revision-52/',0,'revision','',0),(1209,1,'2013-01-30 16:02:47','2013-01-30 16:02:47','[wpspoiler name=\"<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />\" showText=\"click to show\" hideText=\"\" ] <strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith. [/wpspoiler]\r\n\r\n\r\n<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:02:47','2013-01-30 16:02:47','',269,'http://raylsmith.org/269-revision-53/',0,'revision','',0),(1212,1,'2013-01-30 16:08:27','2013-01-30 16:08:27','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"fade\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:08:27','2013-01-30 16:08:27','',269,'http://raylsmith.org/269-revision-56/',0,'revision','',0),(1213,1,'2013-01-30 16:09:36','2013-01-30 16:09:36','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  He we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-30 16:09:36','2013-01-30 16:09:36','',269,'http://raylsmith.org/269-revision-57/',0,'revision','',0),(1220,1,'2013-01-31 05:25:26','2013-01-31 05:25:26','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<hr />\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]TITLE</p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n<p style=\"text-align: center;\">[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]CATEGORY</p>\r\n\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<p style=\"text-align: center;\">[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]DATE</p>\r\n\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n[/wpcol_1third_end]','Message','','inherit','open','open','','149-revision-55','','','2013-01-31 05:25:26','2013-01-31 05:25:26','',149,'http://raylsmith.org/149-revision-55/',0,'revision','',0),(1216,1,'2013-01-31 05:21:53','2013-01-31 05:21:53','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">TITLE\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n</td>\r\n<td width=\"200\">CATEGORY\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n</td>\r\n<td width=\"200\">DATE\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-51','','','2013-01-31 05:21:53','2013-01-31 05:21:53','',149,'http://raylsmith.org/149-revision-51/',0,'revision','',0),(1218,1,'2013-01-31 05:24:23','2013-01-31 05:24:23','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]TITLE\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]CATEGORY\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]DATE\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>[/wpcol_1third_end]\r\n\r\n\r\n','Message','','inherit','open','open','','149-revision-53','','','2013-01-31 05:24:23','2013-01-31 05:24:23','',149,'http://raylsmith.org/149-revision-53/',0,'revision','',0),(1217,1,'2013-01-31 05:23:43','2013-01-31 05:23:43','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]TITLE\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]CATEGORY\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]DATE\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>[/wpcol_1third_end]\r\n\r\n\r\n\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\nTITLE\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n</td>\r\n<td width=\"200\">CATEGORY\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n</td>\r\n<td width=\"200\">DATE\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Message','','inherit','open','open','','149-revision-52','','','2013-01-31 05:23:43','2013-01-31 05:23:43','',149,'http://raylsmith.org/149-revision-52/',0,'revision','',0),(1219,1,'2013-01-31 05:24:44','2013-01-31 05:24:44','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<hr>\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]TITLE\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]CATEGORY\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]DATE\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>[/wpcol_1third_end]\r\n\r\n\r\n','Message','','inherit','open','open','','149-revision-54','','','2013-01-31 05:24:44','2013-01-31 05:24:44','',149,'http://raylsmith.org/149-revision-54/',0,'revision','',0),(1247,1,'2013-02-01 07:48:51','2013-02-01 07:48:51','','life','','inherit','open','open','','life-3','','','2013-02-01 07:48:51','2013-02-01 07:48:51','',888,'http://raylsmith.org/wp-content/uploads/2012/11/life.png',0,'attachment','image/png',0),(1245,1,'2013-02-01 07:46:37','2013-02-01 07:46:37','','love-faith','','inherit','open','open','','love-faith-2','','','2013-02-01 07:46:37','2013-02-01 07:46:37','',888,'http://raylsmith.org/wp-content/uploads/2012/11/love-faith1.png',0,'attachment','image/png',0),(1221,1,'2013-01-31 05:32:55','2013-01-31 05:32:55','','hearing','','inherit','open','open','','hearing-3','','','2013-01-31 05:32:55','2013-01-31 05:32:55','',149,'http://raylsmith.org/wp-content/uploads/2012/07/hearing.png',0,'attachment','image/png',0),(1222,1,'2013-01-31 05:26:33','2013-01-31 05:26:33','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n[/wpcol_1third_end]','Message','','inherit','open','open','','149-revision-56','','','2013-01-31 05:26:33','2013-01-31 05:26:33','',149,'http://raylsmith.org/149-revision-56/',0,'revision','',0),(1223,1,'2013-01-31 05:36:28','2013-01-31 05:36:28','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">MESSAGES</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n[/wpcol_1third_end]','Message','','inherit','open','open','','149-revision-57','','','2013-01-31 05:36:28','2013-01-31 05:36:28','',149,'http://raylsmith.org/149-revision-57/',0,'revision','',0),(1224,1,'2013-01-16 08:50:08','2013-01-16 08:50:08','<img class=\"alignleft  wp-image-595\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/Prayer_request.jpg\" width=\"691\" height=\"159\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1 Corinthians 1:4</strong>\r\nI give thanks to my God always for you because of the grace of God that was given you in Christ Jesus,\r\n\r\n<strong>Ephesians 6:18</strong>\r\npraying at all times in the Spirit, with all prayer and supplication. To that end keep alert with all perseverance, making supplication for all the saints,\r\n\r\n<strong>Philippians 1:3-4</strong>\r\nI thank my God in all my remembrance of you, always in every prayer of mine for you all making my prayer with joy,\r\n\r\n<strong>Colossians 1:3 (KJV)</strong> We give thanks to God and the Father of our Lord Jesus Christ, praying always for you,\r\n\r\n<strong>1 Thessalonians 5:17</strong>\r\npray without ceasing\r\n\r\n<hr />\r\n\r\n<h1 style=\"text-align: center;\">PRAYER REQUEST</h1>\r\n\r\n<hr />\r\n\r\n[one_half]\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"590\" title=\"Prayer Request\"]\r\n[/one_half]\r\n\r\n[one_half_last]\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"size-full wp-image-1063 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request.png\" width=\"300\" height=\"225\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a>\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/one_half_last]</p>','Prayer','','inherit','open','open','','589-revision-20','','','2013-01-16 08:50:08','2013-01-16 08:50:08','',589,'http://raylsmith.org/589-revision-20/',0,'revision','',0),(1228,1,'2013-01-31 05:46:32','2013-01-31 05:46:32','[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"Ray Smith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" width=\"223\" height=\"281\" />\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]<strong>THANK YOU FOR GIVING</strong>\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.[/wpcol_2third_end]\r\n\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">// <![CDATA[\r\nrm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');\r\n// ]]></script>\r\n<noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>&nbsp;\r\n\r\n</center>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n','Giving','','inherit','open','open','','196-revision-33','','','2013-01-31 05:46:32','2013-01-31 05:46:32','',196,'http://raylsmith.org/196-revision-33/',0,'revision','',0),(1225,1,'2012-09-16 12:32:47','2012-09-16 12:32:47','[one_third]\r\n<img class=\"alignleft\" style=\"margin-right: 10px;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" alt=\"Ray Smith\" width=\"223\" height=\"281\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n[callout1]<strong>THANK YOU FOR GIVING</strong>[/callout1]\r\n\r\n[h6]<strong>\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.</strong>[/h6]\r\n[/two_thirds_last]\r\n\r\n[one_third]\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">rm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');</script><noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript></center>\r\n\r\n\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n<p style=\"text-align: center;\">[/two_thirds_last]</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Giving','','inherit','open','open','','196-revision-30','','','2012-09-16 12:32:47','2012-09-16 12:32:47','',196,'http://raylsmith.org/196-revision-30/',0,'revision','',0),(1227,1,'2013-01-31 05:46:07','2013-01-31 05:46:07','[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"Ray Smith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/headshot.jpg\" width=\"223\" height=\"281\" />\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]<strong>THANK YOU FOR GIVING</strong>\r\n\r\nAlice and I are called and anointed by Christ our Lord. To empower the Body of Christ and to help His people take their rightful place in Him. The Bible says And Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance. Jesus said For whosoever shall do the will of God, the same is my brother, and my sister, and mother. Because of your giving you are helping Alice and I do the work of the Lord. Therefore you are ministering to our Lord Jesus Christ yourself. There is no higher privilege.[/wpcol_2third_end\r\n\r\n<center><script type=\"text/javascript\" src=\"http://jk.revolvermaps.com/r.js\"></script><script type=\"text/javascript\">// <![CDATA[\r\nrm_f1st(\'0\',\'300\',\'true\',\'false\',\'000000\',\'aljqg05emom\',\'true\',\'ff0000\');\r\n// ]]></script>\r\n<noscript><applet codebase=\"http://rk.revolvermaps.com/j\" code=\"core.RE\" width=\"300\" height=\"300\" archive=\"g.jar\"><param name=\"cabbase\" value=\"g.cab\" /><param name=\"r\" value=\"true\" /><param name=\"n\" value=\"false\" /><param name=\"i\" value=\"aljqg05emom\" /><param name=\"m\" value=\"0\" /><param name=\"s\" value=\"300\" /><param name=\"c\" value=\"ff0000\" /><param name=\"v\" value=\"true\" /><param name=\"b\" value=\"000000\" /><param name=\"rfc\" value=\"true\" /></applet></noscript>&nbsp;\r\n\r\n</center>\r\n<p style=\"text-align: center;\"><strong>Choose your Country</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/united-states/\">United States</a>                             <a href=\"http://raylsmith.org/united-kingdom/\">United Kingdom</a>                            <a href=\"http://raylsmith.org/australia/\">Australia</a></p>\r\n','Giving','','inherit','open','open','','196-revision-32','','','2013-01-31 05:46:07','2013-01-31 05:46:07','',196,'http://raylsmith.org/196-revision-32/',0,'revision','',0),(1379,1,'2013-01-31 05:50:50','2013-01-31 05:50:50','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus][/wpcol_2third_end]\r\n\r\n\r\n','United States','','inherit','open','open','','423-revision-8','','','2013-01-31 05:50:50','2013-01-31 05:50:50','',423,'http://raylsmith.org/423-revision-8/',0,'revision','',0),(1229,1,'2012-12-01 04:27:23','2012-12-01 04:27:23','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"wp-image-230 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]\r\n\r\n\r\n','United States','','inherit','open','open','','423-revision-7','','','2012-12-01 04:27:23','2012-12-01 04:27:23','',423,'http://raylsmith.org/423-revision-7/',0,'revision','',0),(1230,1,'2012-09-09 14:52:06','2012-09-09 14:52:06','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"wp-image-230 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','United Kingdom','','inherit','open','open','','222-revision-10','','','2012-09-09 14:52:06','2012-09-09 14:52:06','',222,'http://raylsmith.org/222-revision-10/',0,'revision','',0),(1231,1,'2012-09-09 14:52:21','2012-09-09 14:52:21','<p style=\"text-align: center;\">[callout1]DONATE[/callout1]</p>\r\n[one_third]\r\n<img class=\"wp-image-230 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" alt=\"Ray &amp; Alice\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n\r\n[/one_third]\r\n\r\n[two_thirds_last]\r\nWe pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus]\r\n[/two_thirds_last]','Australia','','inherit','open','open','','227-revision-6','','','2012-09-09 14:52:21','2012-09-09 14:52:21','',227,'http://raylsmith.org/227-revision-6/',0,'revision','',0),(1232,1,'2012-12-26 01:45:06','2012-12-26 01:45:06','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>&nbsp;\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n\r\n<p style=\"text-align: center;\">[hr_shadow]</p>\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-25','','','2012-12-26 01:45:06','2012-12-26 01:45:06','',416,'http://raylsmith.org/416-revision-25/',0,'revision','',0),(1233,1,'2013-01-31 05:54:04','2013-01-31 05:54:04','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>&nbsp;\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center>&nbsp;\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>','Radio','','inherit','open','open','','416-revision-26','','','2013-01-31 05:54:04','2013-01-31 05:54:04','',416,'http://raylsmith.org/416-revision-26/',0,'revision','',0),(1237,1,'2013-01-31 06:04:02','2013-01-31 06:04:02','<table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n</td>\r\n</tr>\r\n</table>','Radio','','inherit','open','open','','416-revision-30','','','2013-01-31 06:04:02','2013-01-31 06:04:02','',416,'http://raylsmith.org/416-revision-30/',0,'revision','',0),(1239,1,'2013-01-31 06:12:29','2013-01-31 06:12:29','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1third_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-31 06:12:29','2013-01-31 06:12:29','',888,'http://raylsmith.org/888-revision-20/',0,'revision','',0),(1240,1,'2013-01-31 06:14:07','2013-01-31 06:14:07','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1third_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-31 06:14:07','2013-01-31 06:14:07','',888,'http://raylsmith.org/888-revision-21/',0,'revision','',0),(1244,1,'2013-01-31 06:24:39','2013-01-31 06:24:39','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-31 06:24:39','2013-01-31 06:24:39','',888,'http://raylsmith.org/888-revision-24/',0,'revision','',0),(1241,1,'2013-01-31 06:15:04','2013-01-31 06:15:04','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n[hr_shadow]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1third_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-31 06:15:04','2013-01-31 06:15:04','',888,'http://raylsmith.org/888-revision-22/',0,'revision','',0),(1242,1,'2013-01-31 06:24:03','2013-01-31 06:24:03','<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">Video Library</span></p>\r\n<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/08/giftfromGod.jpg\" link_to_page=\"http://raylsmith.org/gift-from-god/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>GIFT FROM GOD</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble1.jpg\" link_to_page=\"http://raylsmith.org/trouble/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>TROUBLE</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing1.jpg\" link_to_page=\"http://raylsmith.org/hearing-gods-voice/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>HEARING GOD\'S VOICE</strong>\r\n[/one_third_last]\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-01-31 06:24:03','2013-01-31 06:24:03','',888,'http://raylsmith.org/888-revision-23/',0,'revision','',0),(1246,1,'2013-02-01 07:48:08','2013-02-01 07:48:08','','power','','inherit','open','open','','power-3','','','2013-02-01 07:48:08','2013-02-01 07:48:08','',888,'http://raylsmith.org/wp-content/uploads/2012/11/power.png',0,'attachment','image/png',0),(1248,1,'2013-02-01 07:41:31','2013-02-01 07:41:31','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith.png\" link_to_page=\"http://raylsmith.org/love-vs-faith/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Love Vs Faith</strong>\r\n[/one_third]\r\n\r\n[one_third]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/power.png\" link_to_page=\"http://raylsmith.org/power/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Power</strong>\r\n[/one_third]\r\n\r\n[one_third_last]\r\n[frame style=\"modern\" image_path=\"http://raylsmith.org/wp-content/uploads/2013/01/life.png\" link_to_page=\"http://raylsmith.org/life/\" target=\"\" description=\"\" size=\"three_col_large\"]\r\n<strong>Life</strong>\r\n[/one_third_last]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-01 07:41:31','2013-02-01 07:41:31','',888,'http://raylsmith.org/888-revision-25/',0,'revision','',0),(1249,1,'2013-02-01 07:50:44','2013-02-01 07:50:44','<p style=\"text-align: center;\"><strong>FEATURED VIDEOS</strong></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><strong>CURRENT VIDEOS</strong></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/love-vs-faith/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Love Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Love Vs Faith</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/life/\"><img class=\"aligncenter size-full wp-image-1247\" style=\"border: 0px none;\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/life.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Life</strong>\r\n[/wpcol_1third_end]</p>\r\n\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-01 07:50:44','2013-02-01 07:50:44','',888,'http://raylsmith.org/888-revision-26/',0,'revision','',0),(1250,1,'2013-01-23 14:41:00','2013-01-23 14:41:00','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half]\r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" style=\"border: 0px none;\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]</p>','Prayer Channel','','inherit','open','open','','540-revision-31','','','2013-01-23 14:41:00','2013-01-23 14:41:00','',540,'http://raylsmith.org/540-revision-31/',0,'revision','',0),(1251,1,'2013-02-01 08:00:14','2013-02-01 08:00:14','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half]\r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" style=\"border: 0px none;\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]</p>','Prayer Channel','','inherit','open','open','','540-revision-32','','','2013-02-01 08:00:14','2013-02-01 08:00:14','',540,'http://raylsmith.org/540-revision-32/',0,'revision','',0),(1252,1,'2013-02-01 08:00:41','2013-02-01 08:00:41','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half]\r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Stream</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" style=\"border: 0px none;\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]</p>','Prayer Channel','','inherit','open','open','','540-revision-33','','','2013-02-01 08:00:41','2013-02-01 08:00:41','',540,'http://raylsmith.org/540-revision-33/',0,'revision','',0),(1253,1,'2013-02-01 08:01:03','2013-02-01 08:01:03','[wpcol_1half id=\"\" class=\"\" style=\"\"]<object width=\"450\" height=\"300\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"450\" height=\"300\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/o_1U-qlK_Fw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>[/wpcol_1half]\r\n\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: xx-large;\">Live Prayer every Thursday </span></strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: x-large;\">at 7:00 PM EST</span></strong></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Click the button to join our Live Streams</span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/prayer-channel-registration/\"><img class=\"wp-image-690 aligncenter\" style=\"border: 0px none;\" alt=\"Register Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/images.jpeg\" width=\"167\" height=\"53\" /></a>[/wpcol_1half_end]</p>','Prayer Channel','','inherit','open','open','','540-revision-34','','','2013-02-01 08:01:03','2013-02-01 08:01:03','',540,'http://raylsmith.org/540-revision-34/',0,'revision','',0),(1255,1,'2012-09-17 14:29:51','2012-09-17 14:29:51','<img class=\"alignnone size-full wp-image-561\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/bread2.png\" alt=\"Bread\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">BREAD</h1>\r\n[notify_box font_size=\"13px\" style=\"blue\"]Jesus said,\"It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\" <strong>Matt 4:4</strong>[/notify_box]\r\n\r\n[h6]\r\n<img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Our spiritual bread as Christians is the word of God.  We can not have a successful life following Jesus, without the reading and study of God\'s word which is the Bible.  The word of God is the best nutrition for our spirit, our soul.  The word of God can be our milk our meat or bread. But it is what we live by.  When we read the word of God it strengthens our spirit.  And we have what it takes to live this Christian life.  We can not under value God\'s word and its influence and affect on us. We move, we live we breathe by God\'s word.</strong></p>\r\n<p style=\"text-align: center;\"><strong>These are other attributes of God\'s word. The Word of God is our Foundation.</strong></p>\r\n[/h6]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]\r\nTherefore whosoever heareth these sayings of mine, and doeth them, I will liken him unto a wise man, which built his house upon a rock:And the rain descended, and the floods came, and the winds blew, and beat upon that house; and it fell not: for it was founded upon a rock.  <strong>- Matt 7:24-25</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>The grass withereth, the flower fadeth: but the word of our God shall stand for ever. - <strong>Isa 40:8</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Heaven and earth shall pass away, but my words shall not pass away. - <strong>Matthew 24:35</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>The Word of God give presents our Legal Rights.</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>And this is the confidence that we have in him, that, if we ask any thing according to his will, he heareth us: And if we know that he hear us, whatsoever we ask, we know that we have the petitions that we desired of him.\r\nHeritage. - <strong>1 John 5:14-15</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong> Knowing this first, that no prophecy of the scripture is of any private interpretation.For the prophecy came not in old time by the will of man: but holy men of God spake as they were moved by the Holy Ghost. - <strong>1 Peter 1:20-21</strong>[/notify_box]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>In the Word of God our Victory is guaranteed.</strong></p>\r\n[/h6]\r\n[notify_box font_size=\"13px\" style=\"blue\"]For whatsoever is born of God overcometh the world: and this is the victory that overcometh the world, even our faith. - <strong>John 5:4</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>My people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children. - <strong>Hosea 4:6</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]<strong></strong>Nay, in all these things we are more than conquerors through him that loved us. - <strong>Romans 8:37</strong>[/notify_box]\r\n\r\n[h6]There we should eat(read) the word daily.  Then we will have the strength, wisdom, fortitude to do all that comes our way.  Because the Lord prepares us and given us all we need out of His infinite resources.  And ours lives for our Lord will flourish being bountiful full of spiritual fruit and works.[/h6]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/category/bread/\"><strong>WATCH OUR VIDEOS</strong></a></p>','Bread','','inherit','open','open','','318-revision-38','','','2012-09-17 14:29:51','2012-09-17 14:29:51','',318,'http://raylsmith.org/318-revision-38/',0,'revision','',0),(1254,1,'2012-09-17 14:31:48','2012-09-17 14:31:48','<img class=\"alignnone size-full wp-image-565\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/rest2.png\" alt=\"Rest\" width=\"720\" height=\"87\" />\r\n<h1 style=\"text-align: center;\">REST</h1>\r\n[h6]\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" alt=\"RaySmith\" width=\"214\" height=\"265\" />Most of us are accomplishment driven.  We learn early that we are rewarded for our achievements. Therefore we work, strive, study, to do all that we can to get the results we desire.  And the more efficient, talented or just through hard work we receive and are noted for our accomplishments. But to really be affective and achieve the highest that God has for us we have to do the opposite. We have to enter into God\'s rest.  This means to enter into God\'s provision.  His work. The things He has provided for us.  The way we receive the way we enter in is by faith.  By faith is the avenue we enter in.  But to guarantee that we will receive there must be no wavering.</strong>\r\n\r\n<strong>In other words we must be at some point fully convinced.  That we need no more confirmations.  We need no more evidence.  It is settled in our heart, our spirit.  And no one can change our mind on what God has said or provided. This is called entering into God\'s rest.  Now you could have entered into God\'s rest on some subjects.  But in other areas you have not.  You may need more evidence, more confirmation, more study of God\'s word and so forth.</strong>\r\n\r\n<strong>But it is God\'s desire for us to enter into His rest and not have unbelief and not enter in. What God has provided is infinitely more that we ever could by our work.  And it so pleases Him when we enter in by faith to His work and give Him the Glory (credit) for what was done.</strong>\r\n\r\n[/h6]\r\n\r\n[h6]\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCES</strong></p>\r\n[/h6]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Come unto me, all ye that labour and are heavy laden, and I will give you rest. - <strong>Matt 11:28-30</strong>\r\n[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]Take my yoke upon you, and learn of me; for I am meek and lowly in heart: and ye shall find rest unto your souls. For my yoke is easy, and my burden is light. There remaineth therefore a rest to the people of God. For he that is entered into his rest, he also hath ceased from his own works, as God did from his. Let us labour therefore to enter into that rest, lest any man fall after the same example of unbelief. - <strong>Heb 4:9-11</strong>[/notify_box]\r\n[notify_box font_size=\"13px\" style=\"blue\"]He staggered not at the promise of God through unbelief; but was strong in faith, giving glory to God;  And being fully persuaded that, what he had promised, he was able also to perform. And therefore it was imputed to him for righteousness. - <strong>Rom 4:20-22</strong>[/notify_box]\r\n\r\n[notify_box font_size=\"13px\" style=\"blue\"]For I am persuaded, that neither death, nor life, nor angels, nor principalities, nor powers, nor things present, nor things to come, Nor height, nor depth, nor any other creature, shall be able to separate us from the love of God, which is in Christ Jesus our Lord. - <strong>Rom 8:38-39</strong>[/notify_box]','Rest','','inherit','open','open','','346-revision-12','','','2012-09-17 14:31:48','2012-09-17 14:31:48','',346,'http://raylsmith.org/346-revision-12/',0,'revision','',0),(1258,1,'2013-02-01 08:12:57','2013-02-01 08:12:57','<p style=\"text-align: center;\"><img class=\"size-full wp-image-563 aligncenter\" style=\"border: 0px none;\" alt=\"Path\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/path2.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">PATH</h1>\r\n&nbsp;\r\n\r\n<strong><img class=\"alignleft size-full wp-image-577\" style=\"border: 0px none;\" alt=\"RaySmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" /></strong>There is a path that God will put you on as a Christian.  He does it because He loves you. He desires the best for you.  Also He wants you to accomplish His will through you.  And solidify your reward.\r\n\r\nOn this path will be danger and reward.  You must walk closely with God.  Trusting Him.  Also following His leading and obeying His ways.  He promises to protect you and give you the victory.  But while you walk with Him through all you learn His character.  And you develop a personal intimate relationship with Him.  That now one can take away.  This fellowship as you walk with Him on the path He has provided for you is irreplaceable.  There is nothing like walking with God.\r\n<p style=\"text-align: center;\"><strong>SCRIPTURE REFERENCE</strong></p>\r\nAnd thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left. - <strong>Isaiah 30:21</strong>\r\n\r\nThy word is a lamp unto my feet, and a light unto my path. - <strong>Psalm 119:105</strong>\r\n\r\nThis I say then, Walk in the Spirit, and ye shall not fulfil the lust of the flesh. - <strong>Galatians 5:16</strong>\r\n\r\nAnd Enoch walked with God: and he was not; for God took him. - <strong>Genesis 5:24</strong>\r\n\r\nI have taught thee in the way of wisdom; I have led thee in right paths. - <strong>Proverbs 4:11</strong>\r\n\r\nWhen thou passest through the waters, I will be with thee; and through the rivers, they shall not overflow thee: when thou walkest through the fire, thou shalt not be burned; neither shall the flame kindle upon thee. - <strong>Isaiah 43:2</strong>\r\n\r\nAnd I will bring the blind by a way that they knew not; I will lead them in paths that they have not known: I will make darkness light before them, and crooked things straight. These things will I do unto them, and not forsake them. - <strong>Isaiah 42:16</strong>\r\n\r\nTeaching them to observe all things whatsoever I have commanded you: and, lo, I am with you always, even unto the end of the world. Amen. - <strong>Matt 28:20</strong>','Path','','inherit','open','open','','404-revision-13','','','2013-02-01 08:12:57','2013-02-01 08:12:57','',404,'http://raylsmith.org/404-revision-13/',0,'revision','',0),(1261,1,'2012-06-28 09:11:57','2012-06-28 09:11:57','<img class=\"alignnone size-full wp-image-23\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-4.png\" alt=\"Slider 4\" width=\"960\" height=\"447\" />','Slider Four','','inherit','open','open','','22-revision-2','','','2012-06-28 09:11:57','2012-06-28 09:11:57','',22,'http://raylsmith.org/22-revision-2/',0,'revision','',0),(1262,1,'2012-06-28 09:07:18','2012-06-28 09:07:18','<img class=\"alignnone size-full wp-image-14\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-1.png\" alt=\"Slider 1\" width=\"960\" height=\"447\" />','Slider One','','inherit','open','open','','13-revision-2','','','2012-06-28 09:07:18','2012-06-28 09:07:18','',13,'http://raylsmith.org/13-revision-2/',0,'revision','',0),(1263,1,'2012-06-28 09:10:33','2012-06-28 09:10:33','<img class=\"alignnone size-full wp-image-20\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-3.png\" alt=\"Slider 3\" width=\"960\" height=\"447\" />','Slider Three','','inherit','open','open','','19-revision-2','','','2012-06-28 09:10:33','2012-06-28 09:10:33','',19,'http://raylsmith.org/19-revision-2/',0,'revision','',0),(1264,1,'2012-06-28 09:09:07','2012-06-28 09:09:07','<img class=\"alignnone size-full wp-image-17\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/feat-2.png\" alt=\"Slider 2\" width=\"960\" height=\"447\" />','Slider Two','','inherit','open','open','','16-revision-2','','','2012-06-28 09:09:07','2012-06-28 09:09:07','',16,'http://raylsmith.org/16-revision-2/',0,'revision','',0),(1266,1,'2012-10-23 02:24:33','2012-10-23 02:24:33','[one_half]\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/one_half]\r\n\r\n[one_half_last]\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone  wp-image-777\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail.png\" alt=\"Ray Smith International\" width=\"342\" height=\"187\" />\r\n[/one_half_last]','Contact Us','','inherit','open','open','','33-revision-v1','','','2012-10-23 02:24:33','2012-10-23 02:24:33','',33,'http://raylsmith.org/33-revision-13/',0,'revision','',0),(1462,1,'2013-02-11 14:35:27','2013-02-11 14:35:27','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/safety/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/raylsmith-safety.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-11 14:35:27','2013-02-11 14:35:27','',2,'http://raylsmith.org/2-revision-131/',0,'revision','',0),(1457,1,'2013-02-14 08:27:57','2013-02-14 08:27:57','','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-02-14 08:27:57','2013-02-14 08:27:57','',1456,'http://raylsmith.org/1456-revision/',0,'revision','',0),(1269,1,'2013-02-01 08:35:40','2013-02-01 08:35:40','','prayer2','','inherit','open','open','','prayer2','','','2013-02-01 08:35:40','2013-02-01 08:35:40','',684,'http://raylsmith.org/wp-content/uploads/2012/09/prayer2.jpg',0,'attachment','image/jpeg',0),(1270,1,'2012-09-27 07:25:38','2012-09-27 07:25:38','<strong>To register, please fill up the form below.</strong>\r\n\r\n[contact-form-7 id=\"683\" title=\"Registration\"]','Prayer Channel Registration','','inherit','open','open','','684-revision-4','','','2012-09-27 07:25:38','2012-09-27 07:25:38','',684,'http://raylsmith.org/684-revision-4/',0,'revision','',0),(1271,1,'2012-11-11 07:38:29','2012-11-11 07:38:29','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-834\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/prayer-request.png\" alt=\"Prayer Request\" width=\"740\" height=\"243\" />\r\n<span style=\"font-size: xx-large;\">PRAYER REQUEST</span></p>\r\n<p style=\"text-align: center;\">Please enter your prayer request information below.</p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\"></td>\r\n<td>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"832\" title=\"salvation- prayer request\"]</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Prayer Request','','inherit','open','open','','833-revision-3','','','2012-11-11 07:38:29','2012-11-11 07:38:29','',833,'http://raylsmith.org/833-revision-3/',0,'revision','',0),(1272,1,'2013-02-02 10:44:36','2013-02-02 10:44:36','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Supernatural Lifestyle</strong>\r\n<strong>October 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven</strong>\r\n<strong>October 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Water</strong>\r\n<strong>October 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Sowing and Reaping</strong>\r\n<strong>October 5, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons','','publish','open','open','','sermons','','','2014-10-27 12:46:07','2014-10-27 12:46:07','',0,'http://raylsmith.org/?page_id=1272',0,'page','',0),(1275,1,'2013-02-02 10:45:35','2013-02-02 10:45:35','[wpcol_1half id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong> January 21, 2013</strong></p>[/wpcol_1half]\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Power</strong>\r\n<strong> January 14, 2013</strong>[/wpcol_1half_end]\r\n\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 10:45:35','2013-02-02 10:45:35','',1272,'http://raylsmith.org/1272-revision-3/',0,'revision','',0),(1274,1,'2013-02-02 10:44:36','2013-02-02 10:44:36','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong> January 21, 2013</strong></p>[/wpcol_1half]\r\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Power</strong>\r\n<strong> January 14, 2013</strong>[/wpcol_1half_end]\r\n\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 10:44:36','2013-02-02 10:44:36','',1272,'http://raylsmith.org/1272-revision-2/',0,'revision','',0),(1273,1,'2013-02-02 10:43:54','2013-02-02 10:43:54','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\n<strong>Power</strong>\n<strong> January 14, 2013</strong></p>[/wpcol_1half]\n------------------------------------------------------------------------------------\n[wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Love Vs Faith</strong>\n<strong> January 21, 2013</strong></p>[/wpcol_1half_end]\n\n<object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\n<strong>Power</strong>\n<strong> January 14, 2013</strong></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 10:43:54','2013-02-02 10:43:54','',1272,'http://raylsmith.org/1272-revision/',0,'revision','',0),(1276,1,'2013-01-21 06:29:47','2013-01-21 06:29:47','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Love Vs Faith','','inherit','open','open','','1087-revision-2','','','2013-01-21 06:29:47','2013-01-21 06:29:47','',1087,'http://raylsmith.org/1087-revision-2/',0,'revision','',0),(1280,1,'2013-01-03 02:40:08','2013-01-03 02:40:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Pure Heart Clean Hands','','inherit','open','open','','1036-revision-v1','','','2013-01-03 02:40:08','2013-01-03 02:40:08','',1036,'http://raylsmith.org/1036-revision-2/',0,'revision','',0),(1282,1,'2013-02-02 12:40:37','2013-02-02 12:40:37','[wpcol_1half id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong>\r\n\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong>\r\n[/wpcol_1half_end]\r\n\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 12:40:37','2013-02-02 12:40:37','',1272,'http://raylsmith.org/1272-revision-5/',0,'revision','',0),(1283,1,'2013-02-02 12:45:47','2013-02-02 12:45:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 12:45:47','2013-02-02 12:45:47','',1272,'http://raylsmith.org/1272-revision-6/',0,'revision','',0),(1284,1,'2013-01-03 02:40:14','2013-01-03 02:40:14','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 1','','inherit','open','open','','1034-revision-v1','','','2013-01-03 02:40:14','2013-01-03 02:40:14','',1034,'http://raylsmith.org/1034-revision-3/',0,'revision','',0),(1286,1,'2013-01-03 02:32:46','2013-01-03 02:32:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 2','','inherit','open','open','','1032-revision-v1','','','2013-01-03 02:32:46','2013-01-03 02:32:46','',1032,'http://raylsmith.org/1032-revision-2/',0,'revision','',0),(1287,1,'2013-02-02 12:56:04','2013-02-02 12:56:04','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 12:56:04','2013-02-02 12:56:04','',1272,'http://raylsmith.org/1272-revision-8/',0,'revision','',0),(1288,1,'2012-12-17 13:27:50','2012-12-17 13:27:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 1','','inherit','open','open','','1017-revision-v1','','','2012-12-17 13:27:50','2012-12-17 13:27:50','',1017,'http://raylsmith.org/1017-revision-2/',0,'revision','',0),(1290,1,'2013-02-02 13:00:46','2013-02-02 13:00:46','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:00:46','2013-02-02 13:00:46','',1272,'http://raylsmith.org/1272-revision-10/',0,'revision','',0),(1291,1,'2012-12-17 13:26:43','2012-12-17 13:26:43','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 2','','inherit','open','open','','1014-revision-v1','','','2012-12-17 13:26:43','2012-12-17 13:26:43','',1014,'http://raylsmith.org/1014-revision-2/',0,'revision','',0),(2102,1,'2014-01-09 12:44:51','2014-01-09 12:44:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons page 11','','inherit','open','open','','2099-revision-v1','','','2014-01-09 12:44:51','2014-01-09 12:44:51','',2099,'http://raylsmith.org/2099-revision-v1/',0,'revision','',0),(1293,1,'2012-12-17 13:25:49','2012-12-17 13:25:49','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 3','','inherit','open','open','','1011-revision-v1','','','2012-12-17 13:25:49','2012-12-17 13:25:49','',1011,'http://raylsmith.org/1011-revision-2/',0,'revision','',0),(1295,1,'2012-12-17 13:20:39','2012-12-17 13:20:39','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 1','','inherit','open','open','','994-revision-v1','','','2012-12-17 13:20:39','2012-12-17 13:20:39','',994,'http://raylsmith.org/994-revision-5/',0,'revision','',0),(1297,1,'2012-12-16 22:56:36','2012-12-16 22:56:36','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 2','','inherit','open','open','','990-revision-v1','','','2012-12-16 22:56:36','2012-12-16 22:56:36','',990,'http://raylsmith.org/990-revision-3/',0,'revision','',0),(1299,1,'2013-02-02 13:12:08','2013-02-02 13:12:08','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:12:08','2013-02-02 13:12:08','',1272,'http://raylsmith.org/1272-revision-15/',0,'revision','',0),(1302,1,'2013-02-02 13:15:43','2013-02-02 13:15:43','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:15:43','2013-02-02 13:15:43','',1272,'http://raylsmith.org/1272-revision-17/',0,'revision','',0),(1303,1,'2012-11-27 14:07:14','2012-11-27 14:07:14','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-revision-v1','','','2012-11-27 14:07:14','2012-11-27 14:07:14','',907,'http://raylsmith.org/907-revision-4/',0,'revision','',0),(1300,1,'2012-11-27 14:07:48','2012-11-27 14:07:48','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2012-11-27 14:07:48','2012-11-27 14:07:48','',905,'http://raylsmith.org/905-revision-5/',0,'revision','',0),(1876,1,'2013-07-10 09:46:44','2013-07-10 09:46:44','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p> \r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-07-10 09:46:44','2013-07-10 09:46:44','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1306,1,'2013-02-02 13:20:08','2013-02-02 13:20:08','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:20:08','2013-02-02 13:20:08','',1272,'http://raylsmith.org/1272-revision-19/',0,'revision','',0),(1307,1,'2013-02-02 13:22:14','2013-02-02 13:22:14','<table>\n<tbody>\n<tr>\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-autosave-v1','','','2013-02-02 13:22:14','2013-02-02 13:22:14','',884,'http://raylsmith.org/884-autosave/',0,'revision','',0),(1308,1,'2012-11-27 14:08:26','2012-11-27 14:08:26','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2012-11-27 14:08:26','2012-11-27 14:08:26','',884,'http://raylsmith.org/884-revision-5/',0,'revision','',0),(1312,1,'2013-02-02 13:27:24','2013-02-02 13:27:24','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]</p>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.</p>\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]</p>\r\n\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-02 13:27:24','2013-02-02 13:27:24','',2,'http://raylsmith.org/2-revision-123/',0,'revision','',0),(1313,1,'2013-02-02 13:46:02','2013-02-02 13:46:02','','Sermon\'s Channel','','publish','open','open','','sermons-channel-2','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=1313',14,'nav_menu_item','',0),(1463,1,'2013-02-14 08:06:38','2013-02-14 08:06:38','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you received your prayer for God.<em>\r\n</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/ask-your-question/\"><img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/ask-your-question/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-20','','','2013-02-14 08:06:38','2013-02-14 08:06:38','',1382,'http://raylsmith.org/1382-revision-20/',0,'revision','',0),(1315,1,'2012-11-22 13:21:19','2012-11-22 13:21:19','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td><object id=\"chat_687643\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_687643\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28341&amp;brandId=28341&amp;channel=%23Womens-Bible-Study-womens&amp;server=apichat.ustream.tv&amp;prefix=Womens-Bible-Study-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2012-11-22 13:21:19','2012-11-22 13:21:19','',748,'http://raylsmith.org/748-revision-8/',0,'revision','',0),(1319,1,'2013-02-02 14:00:26','2013-02-02 14:00:26','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Women\'s Bible Study on Ray Smith International Ministries\nalicechoice@aol.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Ray Smith International  | Online Sermons http://raylsmith.org\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.','Womens Bible Study','','publish','open','open','','womens-bible-study','','','2013-02-02 14:00:26','2013-02-02 14:00:26','',0,'http://raylsmith.org/?post_type=wpcf7_contact_form&p=1319',0,'wpcf7_contact_form','',0),(1473,1,'2013-02-18 10:11:09','2013-02-18 10:11:09','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-18 10:11:09','2013-02-18 10:11:09','',1272,'http://raylsmith.org/1272-revision-31/',0,'revision','',0),(1464,1,'2013-02-13 14:25:41','2013-02-13 14:25:41','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-13 14:25:41','2013-02-13 14:25:41','',1272,'http://raylsmith.org/1272-revision-28/',0,'revision','',0),(1461,1,'2013-02-14 08:28:08','2013-02-14 08:28:08','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-02-14 08:28:08','2013-02-14 08:28:08','',1456,'http://raylsmith.org/1456-revision-2/',0,'revision','',0),(1460,1,'2013-02-14 08:30:03','2013-02-14 08:30:03','','Women\'s Bible Study','','publish','open','open','','womens-bible-study','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=1460',16,'nav_menu_item','',0),(1328,1,'2013-02-04 13:47:30','2013-02-04 13:47:30','','the-lord','','inherit','open','open','','the-lord','','','2013-02-04 13:47:30','2013-02-04 13:47:30','',0,'http://raylsmith.org/wp-content/uploads/2013/02/the-lord.png',0,'attachment','image/png',0),(1329,1,'2013-02-04 13:48:39','2013-02-04 13:48:39','','the-lord-is-good','','inherit','open','open','','the-lord-is-good','','','2013-02-04 13:48:39','2013-02-04 13:48:39','',0,'http://raylsmith.org/wp-content/uploads/2013/02/the-lord-is-good.png',0,'attachment','image/png',0),(1393,1,'2013-02-07 13:48:57','2013-02-07 13:48:57','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised. Give her of the fruit of her hands, and let her works praise her in the gates. <em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-8','','','2013-02-07 13:48:57','2013-02-07 13:48:57','',1382,'http://raylsmith.org/1382-revision-8/',0,'revision','',0),(1394,1,'2013-02-07 14:00:13','2013-02-07 14:00:13','','testimonies','','inherit','open','open','','testimonies','','','2013-02-07 14:00:13','2013-02-07 14:00:13','',1382,'http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png',0,'attachment','image/png',0),(1392,1,'2013-02-07 13:47:50','2013-02-07 13:47:50','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more, with knowledge and all discernment, so that you may approve what is excellent, and so be pure and blameless for the day of Christ, filled with the fruit of righteousness that comes through Jesus Christ, to the glory and praise of God. <em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised. Give her of the fruit of her hands, and let her works praise her in the gates. <em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-7','','','2013-02-07 13:47:50','2013-02-07 13:47:50','',1382,'http://raylsmith.org/1382-revision-7/',0,'revision','',0),(1391,1,'2013-02-07 13:46:05','2013-02-07 13:46:05','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword, piercing to the division of soul and of spirit, of joints and of marrow, and discerning the thoughts and intentions of the heart. <em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more, with knowledge and all discernment, so that you may approve what is excellent, and so be pure and blameless for the day of Christ, filled with the fruit of righteousness that comes through Jesus Christ, to the glory and praise of God. <em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised. Give her of the fruit of her hands, and let her works praise her in the gates. <em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-6','','','2013-02-07 13:46:05','2013-02-07 13:46:05','',1382,'http://raylsmith.org/1382-revision-6/',0,'revision','',0),(1389,1,'2013-02-07 12:09:29','2013-02-07 12:09:29','[thethe-image-slider name=\"Blog\"]\r\n<p style=\"text-align: center;\"><a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>      <a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>      <a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a></p>','Blog','','inherit','open','open','','1382-revision-4','','','2013-02-07 12:09:29','2013-02-07 12:09:29','',1382,'http://raylsmith.org/1382-revision-4/',0,'revision','',0),(1388,1,'2013-02-07 12:06:54','2013-02-07 12:06:54','[thethe-image-slider name=\"Blog\"]\r\n<p style=\"text-align: center;\"><a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a></p>','Blog','','inherit','open','open','','1382-revision-3','','','2013-02-07 12:06:54','2013-02-07 12:06:54','',1382,'http://raylsmith.org/1382-revision-3/',0,'revision','',0),(1337,1,'2013-02-02 13:41:08','2013-02-02 13:41:08','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-02 13:41:08','2013-02-02 13:41:08','',2,'http://raylsmith.org/2-revision-124/',0,'revision','',0),(1338,1,'2013-02-04 14:18:40','2013-02-04 14:18:40','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/sermon/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-04 14:18:40','2013-02-04 14:18:40','',2,'http://raylsmith.org/2-revision-125/',0,'revision','',0),(1398,1,'2013-02-07 14:23:17','2013-02-07 14:23:17','','Prayer Request','','publish','open','open','','prayer-request','','','2013-02-07 14:23:17','2013-02-07 14:23:17','',1382,'http://raylsmith.org/?page_id=1398',0,'page','',0),(1340,1,'2013-02-05 15:35:49','2013-02-05 15:35:49','','callusnow','','inherit','open','open','','callusnow','','','2013-02-05 15:35:49','2013-02-05 15:35:49','',0,'http://raylsmith.org/wp-content/uploads/2013/02/callusnow.png',0,'attachment','image/png',0),(1342,1,'2013-02-06 07:34:13','2013-02-06 07:34:13','','deep-things','','inherit','open','open','','deep-things','','','2013-02-06 07:34:13','2013-02-06 07:34:13','',0,'http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png',0,'attachment','image/png',0),(1343,1,'2013-02-06 07:34:15','2013-02-06 07:34:15','','now','','inherit','open','open','','now','','','2013-02-06 07:34:15','2013-02-06 07:34:15','',0,'http://raylsmith.org/wp-content/uploads/2013/02/now.png',0,'attachment','image/png',0),(1344,1,'2013-02-06 07:45:40','2013-02-06 07:45:40','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Now','','publish','open','open','','now2','','','2014-08-21 14:04:41','2014-08-21 14:04:41','',0,'http://raylsmith.org/?p=1344',0,'post','',0),(1345,1,'2013-02-06 07:44:04','2013-02-06 07:44:04','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n</td>\n<td></td>\n</tr>\n</tbody>\n</table>','Now','','inherit','open','open','','1344-revision-v1','','','2013-02-06 07:44:04','2013-02-06 07:44:04','',1344,'http://raylsmith.org/1344-revision/',0,'revision','',0),(1346,1,'2013-02-06 07:47:17','2013-02-06 07:47:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Deep Things of God','','pending','open','open','','the-deep-things-of-god','','','2013-02-14 07:51:57','2013-02-14 07:51:57','',0,'http://raylsmith.org/?p=1346',0,'post','',1),(1347,1,'2013-02-06 07:46:26','2013-02-06 07:46:26','','The Deep Things of God','','inherit','open','open','','1346-revision','','','2013-02-06 07:46:26','2013-02-06 07:46:26','',1346,'http://raylsmith.org/1346-revision/',0,'revision','',0),(1348,1,'2013-02-01 07:51:24','2013-02-01 07:51:24','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/love-vs-faith/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Love Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/love-faith1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Love Vs Faith</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/life/\"><img class=\"aligncenter size-full wp-image-1247\" style=\"border: 0px none;\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/life.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Life</strong>\r\n[/wpcol_1third_end]</p>\r\n\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-01 07:51:24','2013-02-01 07:51:24','',888,'http://raylsmith.org/888-revision-27/',0,'revision','',0),(1349,1,'2013-02-06 07:47:39','2013-02-06 07:47:39','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Love Vs Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-06 07:47:39','2013-02-06 07:47:39','',888,'http://raylsmith.org/888-revision-28/',0,'revision','',0),(1350,1,'2013-02-06 07:51:39','2013-02-06 07:51:39','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-deep-things-of-god/\">The Deep Things of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 21, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-06 07:51:39','2013-02-06 07:51:39','',888,'http://raylsmith.org/888-revision-29/',0,'revision','',0),(1351,1,'2013-02-02 13:24:17','2013-02-02 13:24:17','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-02 13:24:17','2013-02-02 13:24:17','',1272,'http://raylsmith.org/1272-revision-21/',0,'revision','',0),(1353,1,'2013-02-06 08:01:07','2013-02-06 08:01:07','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Deep Things of God</strong>\r\n<strong>January 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-06 08:01:07','2013-02-06 08:01:07','',1272,'http://raylsmith.org/1272-revision-23/',0,'revision','',0),(1352,1,'2013-02-06 07:58:05','2013-02-06 07:58:05','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Love Vs Faith</strong>\r\n<strong>January 21, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-06 07:58:05','2013-02-06 07:58:05','',1272,'http://raylsmith.org/1272-revision-22/',0,'revision','',0),(1354,1,'2013-02-06 08:02:41','2013-02-06 08:02:41','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Deep Things of God</strong>\r\n<strong>January 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-06 08:02:41','2013-02-06 08:02:41','',1272,'http://raylsmith.org/1272-revision-24/',0,'revision','',0),(1355,1,'2013-02-04 14:21:04','2013-02-04 14:21:04','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-04 14:21:04','2013-02-04 14:21:04','',2,'http://raylsmith.org/2-revision-126/',0,'revision','',0),(1358,1,'2013-02-06 07:47:17','2013-02-06 07:47:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Deep Things of God','','inherit','open','open','','1346-revision-2','','','2013-02-06 07:47:17','2013-02-06 07:47:17','',1346,'http://raylsmith.org/1346-revision-2/',0,'revision','',0),(1356,1,'2013-02-06 08:07:38','2013-02-06 08:07:38','','now-thumb','','inherit','open','open','','now-thumb','','','2013-02-06 08:07:38','2013-02-06 08:07:38','',2,'http://raylsmith.org/wp-content/uploads/2012/06/now-thumb.png',0,'attachment','image/png',0),(1357,1,'2013-02-06 08:06:03','2013-02-06 08:06:03','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/life/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Life\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/life-home.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-06 08:06:03','2013-02-06 08:06:03','',2,'http://raylsmith.org/2-revision-127/',0,'revision','',0),(1359,1,'2013-02-06 07:45:40','2013-02-06 07:45:40','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Now','','inherit','open','open','','1344-revision-v1','','','2013-02-06 07:45:40','2013-02-06 07:45:40','',1344,'http://raylsmith.org/1344-revision-2/',0,'revision','',0),(1360,1,'2013-02-02 12:35:08','2013-02-02 12:35:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Power','','inherit','open','open','','1089-revision-v1','','','2013-02-02 12:35:08','2013-02-02 12:35:08','',1089,'http://raylsmith.org/1089-revision-3/',0,'revision','',0),(1361,1,'2013-02-02 12:35:03','2013-02-02 12:35:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ptHgNQayOSs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Love Vs Faith','','inherit','open','open','','1087-revision-3','','','2013-02-02 12:35:03','2013-02-02 12:35:03','',1087,'http://raylsmith.org/1087-revision-3/',0,'revision','',0),(1362,1,'2013-02-02 12:36:27','2013-02-02 12:36:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Life','','inherit','open','open','','1047-revision-v1','','','2013-02-02 12:36:27','2013-02-02 12:36:27','',1047,'http://raylsmith.org/1047-revision-2/',0,'revision','',0),(1363,1,'2013-02-02 12:39:22','2013-02-02 12:39:22','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Pure Heart Clean Hands','','inherit','open','open','','1036-revision-v1','','','2013-02-02 12:39:22','2013-02-02 12:39:22','',1036,'http://raylsmith.org/1036-revision-3/',0,'revision','',0),(1364,1,'2013-02-02 12:54:35','2013-02-02 12:54:35','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 1','','inherit','open','open','','1034-revision-v1','','','2013-02-02 12:54:35','2013-02-02 12:54:35','',1034,'http://raylsmith.org/1034-revision-4/',0,'revision','',0),(1365,1,'2013-02-02 12:56:58','2013-02-02 12:56:58','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 2','','inherit','open','open','','1032-revision-v1','','','2013-02-02 12:56:58','2013-02-02 12:56:58','',1032,'http://raylsmith.org/1032-revision-3/',0,'revision','',0),(1366,1,'2013-02-02 12:59:27','2013-02-02 12:59:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 1','','inherit','open','open','','1017-revision-v1','','','2013-02-02 12:59:27','2013-02-02 12:59:27','',1017,'http://raylsmith.org/1017-revision-3/',0,'revision','',0),(1367,1,'2013-02-02 13:02:59','2013-02-02 13:02:59','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 2','','inherit','open','open','','1014-revision-v1','','','2013-02-02 13:02:59','2013-02-02 13:02:59','',1014,'http://raylsmith.org/1014-revision-3/',0,'revision','',0),(1368,1,'2013-02-02 13:05:09','2013-02-02 13:05:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 3','','inherit','open','open','','1011-revision-v1','','','2013-02-02 13:05:09','2013-02-02 13:05:09','',1011,'http://raylsmith.org/1011-revision-3/',0,'revision','',0),(1369,1,'2013-02-01 08:24:07','2013-02-01 08:24:07','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n\r\n&nbsp;\r\n\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone  wp-image-777\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail.png\" width=\"342\" height=\"187\" />\r\n[/wpcol_1half_end]','Contact Us','','inherit','open','open','','33-revision-v1','','','2013-02-01 08:24:07','2013-02-01 08:24:07','',33,'http://raylsmith.org/33-revision-14/',0,'revision','',0),(1370,1,'2013-01-23 14:30:24','2013-01-23 14:30:24','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ministry Schedule Beginning</strong> </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">September 16th 2012 </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join us live for our online sermon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Come Experience God\'s presence</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">and Expect Your Miracle</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Thursday 6:30 pm EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Beginning November 22, 2012</span><strong><span style=\"color: #000000;\">\r\n</span></strong></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Receive Revelation, Direction and</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Understanding from the Bible.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Taught by Alice Smith</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Saturday 10:00 am EST</span></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2013-01-23 14:30:24','2013-01-23 14:30:24','',457,'http://raylsmith.org/457-revision-15/',0,'revision','',0),(1371,1,'2013-01-23 14:45:52','2013-01-23 14:45:52','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-660 aligncenter\" style=\"border: 0px none;\" alt=\"Salvation\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation.png\" width=\"720\" height=\"120\" /></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-577 alignnone\" alt=\"Headshot\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/headshot.png\" width=\"214\" height=\"265\" />\r\nClick the play button to hear the audio!\r\n\r\n<center>[esplayer url=\"http://raylsmith.org/wp-content/uploads/2012/09/salvation-audio.mp3\" width=\"190\" height=\"25\"]</center><a href=\"http://raylsmith.org/salvation/praise-report/\">If you prayed this prayer, click here...</a>\r\n\r\n<a href=\"http://raylsmith.org/salvation/prayer-request/\">If you have another prayer request , click here...</a>\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]I am so glad you\'re here.\r\n\r\nI can truly say that salvation which is giving your life to God is the best decision that you can make. Also is the best thing that could ever happen for you. When people come to this point is usually for one or two reasons. You have never given your life to the Lord. Whether you are a long standing church member or have never gone to church. Again you\'ve never given your life to the Lord. And the Lord is drawing you by His Spirit, because He loves you. He died for you. In Romans 10:9, the Bible says that if you confess with thy mouth, the Lord Jesus and shall believe in thy heart, that God has raised Him from the dead, thou shall be saved. So if you desire salvation, repeat after me, but mean this in your heart. Lord Jesus, forgive me for my sins, I confess you as my Lord and my Savior. So, Lord come into my heart and lead me and from this point on, I will allow you to rule over my life. Thank you Jesus for you have done for me today, Amen.\r\n\r\nCongratulations. You are now saved. Now, we want to hear from you. So, just give us your information and we wanna speak to you personally so we can pray for you even more. Now, the second reason is that you may have already even saved. But for some reason you left the Lord and you want to get back to that place you were before, so again pray with me. Father, forgive me for leaving you and I ask you Lord Jesus to help me get back to you. I repent for what I\'ve done. I never should have left but now I\'m back Lord Jesus and I ask your forgiveness. So thank you Lord for forgiving me. Place me back now in right standing with you that I would have the confidence I have before and I thank you again Lord Jesus for you\'ve done for today. In Jesus name I pray Father Amen.\r\n\r\nAnd again, we would like to hear from you. So, if you prayed that prayer of repentance, of coming back to the Lord, contact us and we want to pray with you also. God bless you.[/wpcol_2third_end]','Salvation','','inherit','open','open','','651-revision-v1','','','2013-01-23 14:45:52','2013-01-23 14:45:52','',651,'http://raylsmith.org/651-revision-27/',0,'revision','',0),(1400,1,'2013-02-07 14:24:49','2013-02-07 14:24:49','','prayer-request','','inherit','open','open','','prayer-request-4','','','2013-02-07 14:24:49','2013-02-07 14:24:49','',1382,'http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png',0,'attachment','image/png',0),(1399,1,'2013-02-07 14:23:13','2013-02-07 14:23:13','','Prayer Request','','inherit','open','open','','1398-revision','','','2013-02-07 14:23:13','2013-02-07 14:23:13','',1398,'http://raylsmith.org/1398-revision/',0,'revision','',0),(1376,1,'2013-02-07 08:25:17','2013-02-07 08:25:17','','donate','','inherit','open','open','','donate','','','2013-02-07 08:25:17','2013-02-07 08:25:17','',0,'http://raylsmith.org/wp-content/uploads/2013/02/donate.png',0,'attachment','image/png',0),(1378,1,'2013-02-07 08:28:23','2013-02-07 08:28:23','','Donate','','publish','open','open','','donate','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=1378',12,'nav_menu_item','',0),(1380,1,'2013-01-31 05:51:44','2013-01-31 05:51:44','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus][/wpcol_2third_end]\r\n\r\n\r\n','United Kingdom','','inherit','open','open','','222-revision-11','','','2013-01-31 05:51:44','2013-01-31 05:51:44','',222,'http://raylsmith.org/222-revision-11/',0,'revision','',0),(1381,1,'2013-01-31 05:52:13','2013-01-31 05:52:13','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">DONATE</span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"wp-image-230 aligncenter\" alt=\"Ray &amp; Alice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/couple-headshot.jpg\" width=\"250\" height=\"289\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>***************</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> PLEASE NOTE</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> ***************</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>We have submitted our ministry information. And our non-profit status is in process.</strong></span>\r\n<span style=\"color: #ff0000;\"><strong> We will make a note when the process is complete. Thank you for your giving.</strong></span></p>\r\n&nbsp;\r\n[/wpcol_1third] [wpcol_2third_end id=\"\" class=\"\" style=\"\"]We pray that God would bless and increase you. That God would supply your need according to His riches in glory. Also that God\'s grace will continually grow in your life. This is what we pray for all who join us in our service to the Lord by your giving. Remember to give us your testimony when you receive your blessing or miracle.\r\n\r\n<strong>Ray and Alice Smith</strong>\r\n\r\n[donateplus][/wpcol_2third_end]\r\n\r\n\r\n','Australia','','inherit','open','open','','227-revision-7','','','2013-01-31 05:52:13','2013-01-31 05:52:13','',227,'http://raylsmith.org/227-revision-7/',0,'revision','',0),(1382,1,'2013-02-07 12:02:39','2013-02-07 12:02:39','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/womens-bible-study-online/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study-online/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you received your prayer for God.<em>\r\n</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/ask-your-question/\"><img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/ask-your-question/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','publish','open','open','','blog','','','2013-02-14 08:35:02','2013-02-14 08:35:02','',0,'http://raylsmith.org/?page_id=1382',0,'page','',0),(1383,1,'2013-02-07 12:02:14','2013-02-07 12:02:14','[thethe-image-slider name=\"Blog\"]\n<p style=\"text-align: center;\"><a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a> <a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a></p>','','','inherit','open','open','','1382-revision','','','2013-02-07 12:02:14','2013-02-07 12:02:14','',1382,'http://raylsmith.org/1382-revision/',0,'revision','',0),(1384,1,'2013-02-14 08:36:06','2013-02-14 08:36:06','[thethe-image-slider name=\"Blog Wide\"]\n\n&nbsp;\n\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\n[/wpcol_1third]\n\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\n[/wpcol_1third]\n\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/womens-bible-study-online/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study-online/\">Join Women\'s Bible Study...</a></p>\n[/wpcol_1third_end]\n\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\nHere you can post anything God has done for you. It could be a revelation,\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you received your prayer for God.<em>\n</em>\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/ask-your-question/\"><img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" /></a>\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/ask-your-question/\">Send Us Your Questions...</a></p>\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-autosave','','','2013-02-14 08:36:06','2013-02-14 08:36:06','',1382,'http://raylsmith.org/1382-autosave/',0,'revision','',0),(1385,1,'2013-02-07 12:05:03','2013-02-07 12:05:03',' ','','','publish','open','open','','1385','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=1385',7,'nav_menu_item','',0),(1401,1,'2013-02-07 14:09:35','2013-02-07 14:09:35','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nTherefore do not be ashamed of the testimony about our Lord, nor of me his prisoner, but share in suffering for the gospel by the power of God... <em>2 Timothy 1:8</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Share Your Testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]Third Column[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]Third Column[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-10','','','2013-02-07 14:09:35','2013-02-07 14:09:35','',1382,'http://raylsmith.org/1382-revision-10/',0,'revision','',0),(1402,1,'2013-02-07 14:31:52','2013-02-07 14:31:52','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nTherefore do not be ashamed of the testimony about our Lord, nor of me his prisoner, but share in suffering for the gospel by the power of God... <em>2 Timothy 1:8</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Share Your Testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]Third Column[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-11','','','2013-02-07 14:31:52','2013-02-07 14:31:52','',1382,'http://raylsmith.org/1382-revision-11/',0,'revision','',0),(1406,1,'2013-02-11 14:05:17','2013-02-11 14:05:17','','safety2','','inherit','open','open','','safety2','','','2013-02-11 14:05:17','2013-02-11 14:05:17','',0,'http://raylsmith.org/wp-content/uploads/2013/02/safety2.png',0,'attachment','image/png',0),(1405,1,'2013-02-11 14:03:33','2013-02-11 14:03:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Safety','','publish','open','open','','safety','','','2014-08-21 14:34:06','2014-08-21 14:34:06','',0,'http://raylsmith.org/?p=1405',0,'post','',0),(1407,1,'2013-02-06 07:53:48','2013-02-06 07:53:48','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-deep-things-of-god/\">The Deep Things of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-06 07:53:48','2013-02-06 07:53:48','',888,'http://raylsmith.org/888-revision-30/',0,'revision','',0),(1408,1,'2013-02-11 14:06:28','2013-02-11 14:06:28','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-deep-things-of-god/\">The Deep Things of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-11 14:06:28','2013-02-11 14:06:28','',888,'http://raylsmith.org/888-revision-31/',0,'revision','',0),(1426,1,'2013-02-14 01:40:36','2013-02-14 01:40:36','','Blog Wide','','publish','open','open','','blog-wide','','','2013-02-14 01:44:20','2013-02-14 01:44:20','',0,'http://raylsmith.org/thethe-slider/blog-wide/',0,'thethe-slider','',0),(1425,1,'2013-02-11 14:10:36','2013-02-11 14:10:36','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-deep-things-of-god/\">The Deep Things of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-11 14:10:36','2013-02-11 14:10:36','',888,'http://raylsmith.org/888-revision-33/',0,'revision','',0),(1409,1,'2013-02-11 14:09:21','2013-02-11 14:09:21','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-deep-things-of-god/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"The Deep Things of God\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/deep-things.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Deep Things of God</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-deep-things-of-god/\">The Deep Things of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><strong>CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-11 14:09:21','2013-02-11 14:09:21','',888,'http://raylsmith.org/888-revision-32/',0,'revision','',0),(1410,1,'2013-02-06 08:04:01','2013-02-06 08:04:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Deep Things of God</strong>\r\n<strong>January 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-06 08:04:01','2013-02-06 08:04:01','',1272,'http://raylsmith.org/1272-revision-25/',0,'revision','',0),(1411,1,'2013-02-11 14:13:24','2013-02-11 14:13:24','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"flase\"></embed></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Deep Things of God</strong>\r\n<strong>January 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-11 14:13:24','2013-02-11 14:13:24','',1272,'http://raylsmith.org/1272-revision-26/',0,'revision','',0),(1412,1,'2013-02-06 08:09:15','2013-02-06 08:09:15','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/now/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/now-thumb.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-06 08:09:15','2013-02-06 08:09:15','',2,'http://raylsmith.org/2-revision-128/',0,'revision','',0),(1414,1,'2013-02-11 14:33:58','2013-02-11 14:33:58','','raylsmith-safety','','inherit','open','open','','raylsmith-safety','','','2013-02-11 14:33:58','2013-02-11 14:33:58','',0,'http://raylsmith.org/wp-content/uploads/2013/02/raylsmith-safety.png',0,'attachment','image/png',0),(1415,1,'2013-02-11 14:27:19','2013-02-11 14:27:19','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/now/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/now-thumb.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-11 14:27:19','2013-02-11 14:27:19','',2,'http://raylsmith.org/2-revision-130/',0,'revision','',0),(1413,1,'2013-02-11 14:25:45','2013-02-11 14:25:45','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> \r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/now/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/now-thumb.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/womens-bible-study/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-11 14:25:45','2013-02-11 14:25:45','',2,'http://raylsmith.org/2-revision-129/',0,'revision','',0),(1416,1,'2013-02-07 14:46:02','2013-02-07 14:46:02','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nTherefore do not be ashamed of the testimony about our Lord, nor of me his prisoner, but share in suffering for the gospel by the power of God... <em>2 Timothy 1:8</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Share Your Testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"][/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-12','','','2013-02-07 14:46:02','2013-02-07 14:46:02','',1382,'http://raylsmith.org/1382-revision-12/',0,'revision','',0),(1417,1,'2013-02-11 14:56:51','2013-02-11 14:56:51','','ask-questions','','inherit','open','open','','ask-questions','','','2013-02-11 14:56:51','2013-02-11 14:56:51','',1382,'http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png',0,'attachment','image/png',0),(1418,1,'2013-02-11 14:49:53','2013-02-11 14:49:53','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"][/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-13','','','2013-02-11 14:49:53','2013-02-11 14:49:53','',1382,'http://raylsmith.org/1382-revision-13/',0,'revision','',0),(1419,1,'2013-02-11 14:58:52','2013-02-11 14:58:52','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-14','','','2013-02-11 14:58:52','2013-02-11 14:58:52','',1382,'http://raylsmith.org/1382-revision-14/',0,'revision','',0),(1420,1,'2013-02-12 07:02:19','2013-02-12 07:02:19','','the-lord-is-good2','','inherit','open','open','','the-lord-is-good2','','','2013-02-12 07:02:19','2013-02-12 07:02:19','',0,'http://raylsmith.org/wp-content/uploads/2013/02/the-lord-is-good2.png',0,'attachment','image/png',0),(1421,1,'2013-02-12 07:37:54','2013-02-12 07:37:54','','the-lord2','','inherit','open','open','','the-lord2','','','2013-02-12 07:37:54','2013-02-12 07:37:54','',0,'http://raylsmith.org/wp-content/uploads/2013/02/the-lord2.png',0,'attachment','image/png',0),(1422,1,'2013-02-12 07:40:53','2013-02-12 07:40:53','Ask any question that you have. Pastor Ray Smith and his wife or one of the staff members will be answering your questions.','Ask Your Question','','publish','open','open','','ask-your-question','','','2013-02-12 07:40:53','2013-02-12 07:40:53','',0,'http://raylsmith.org/?p=1422',0,'post','',0),(1423,1,'2013-02-12 07:40:16','2013-02-12 07:40:16','Ask any question that you have. Pastor Ray Smith and his wife or one of our staff members will be answering your questions.','Ask Your Question','','inherit','open','open','','1422-revision','','','2013-02-12 07:40:16','2013-02-12 07:40:16','',1422,'http://raylsmith.org/1422-revision/',0,'revision','',0),(1424,1,'2013-02-11 14:14:17','2013-02-11 14:14:17','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"flase\"></embed></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Deep Things of God</strong>\r\n<strong>January 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-11 14:14:17','2013-02-11 14:14:17','',1272,'http://raylsmith.org/1272-revision-27/',0,'revision','',0),(1427,1,'2013-02-14 01:58:40','2013-02-14 01:58:40','','psalm-57-10','','inherit','open','open','','psalm-57-10','','','2013-02-14 01:58:40','2013-02-14 01:58:40','',0,'http://raylsmith.org/wp-content/uploads/2013/02/psalm-57-10.jpg',0,'attachment','image/jpeg',0),(1428,1,'2013-02-11 14:59:50','2013-02-11 14:59:50','[thethe-image-slider name=\"Blog\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/blog/prayer-request/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nDo not be anxious about anything, but in everything by prayer and supplication with thanksgiving let your requests be made known to God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/prayer-request/\">Send Us Your Prayer Request...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-15','','','2013-02-11 14:59:50','2013-02-11 14:59:50','',1382,'http://raylsmith.org/1382-revision-15/',0,'revision','',0),(1429,1,'2013-02-14 05:58:53','2013-02-14 05:58:53','','matthew-5-3','','inherit','open','open','','matthew-5-3','','','2013-02-14 05:58:53','2013-02-14 05:58:53','',0,'http://raylsmith.org/wp-content/uploads/2013/02/matthew-5-3.jpg',0,'attachment','image/jpeg',0),(1430,1,'2013-02-14 07:25:25','2013-02-14 07:25:25','','matthew-5-3','','inherit','open','open','','matthew-5-3-2','','','2013-02-14 07:25:25','2013-02-14 07:25:25','',0,'http://raylsmith.org/wp-content/uploads/2013/02/matthew-5-31.jpg',0,'attachment','image/jpeg',0),(1431,1,'2013-02-14 07:32:11','2013-02-14 07:32:11','','isaiah-40','','inherit','open','open','','isaiah-40','','','2013-02-14 07:32:11','2013-02-14 07:32:11','',0,'http://raylsmith.org/wp-content/uploads/2013/02/isaiah-40.jpg',0,'attachment','image/jpeg',0),(1439,1,'2013-02-06 08:10:01','2013-02-06 08:10:01','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/qpD7Fk3CjkU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Deep Things of God','','inherit','open','open','','1346-revision-3','','','2013-02-06 08:10:01','2013-02-06 08:10:01','',1346,'http://raylsmith.org/1346-revision-3/',0,'revision','',0),(1436,1,'2013-02-14 07:50:41','2013-02-14 07:50:41','Here you can post anything God has done for you. It could be a revelation, healing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)','Testimonies','','publish','open','open','','testimonies','','','2013-02-14 07:50:41','2013-02-14 07:50:41','',0,'http://raylsmith.org/?p=1436',0,'post','',1),(1437,1,'2013-02-14 07:50:31','2013-02-14 07:50:31','','Testimonies','','inherit','open','open','','1436-revision','','','2013-02-14 07:50:31','2013-02-14 07:50:31','',1436,'http://raylsmith.org/1436-revision/',0,'revision','',0),(1514,1,'2012-11-22 13:24:11','2012-11-22 13:24:11','<table>\r\n<tbody>\r\n<tr>\r\n<td>httpv://www.youtube.com/watch?v=m3GcfmOvKVg</td>\r\n<td><object id=\"chat_596323\" width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"flashvars\" value=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" /><param name=\"allowfullscreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.ustream.tv/flash/irc.swf\" /><embed id=\"chat_596323\" width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.ustream.tv/flash/irc.swf\" flashvars=\"channelId=28331&amp;brandId=28331&amp;channel=%23Internet-Sermons-Sermons&amp;server=apichat.ustream.tv&amp;prefix=Internet-Sermons-\" allowfullscreen=\"true\" allowscriptaccess=\"always\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Impartation Part 1','','inherit','open','open','','444-revision-14','','','2012-11-22 13:24:11','2012-11-22 13:24:11','',444,'http://raylsmith.org/444-revision-14/',0,'revision','',0),(1438,1,'2013-02-14 07:51:56','2013-02-14 07:51:56','Here you can post anything God has done for you. It could be a revelation, healing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)','Testimonies','','inherit','open','open','','1436-autosave','','','2013-02-14 07:51:56','2013-02-14 07:51:56','',1436,'http://raylsmith.org/1436-autosave/',0,'revision','',0),(1443,1,'2013-02-14 07:57:07','2013-02-14 07:57:07','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/category/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you recieved your prayer for God...<em>Philippians 4:6</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-17','','','2013-02-14 07:57:07','2013-02-14 07:57:07','',1382,'http://raylsmith.org/1382-revision-17/',0,'revision','',0),(1445,1,'2013-02-14 08:04:19','2013-02-14 08:04:19','[thethe-image-slider name=\"Blog Wide\"]\r\n\r\n&nbsp;\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://biblestoday.com/\" target=\"_blank\"><img class=\"size-full wp-image-1332 alignnone\" style=\"border: 0px none;\" alt=\"Bibles Today\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/bibles-today.png\" width=\"290\" height=\"150\" /></a>\r\nFor the word of God is living and active, sharper than any two-edged sword...<em>Hebrews 4:12</em>\r\n<p style=\"text-align: right;\"><a href=\"http://biblestoday.com/\" target=\"_blank\">Buy A Bible...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"size-full wp-image-1333 alignnone\" style=\"border: 0px none;\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/live-prayer1.png\" width=\"290\" height=\"150\" /></a>\r\nAnd it is my prayer that your love may abound more and more...<em>Philippians 1:9-11</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/prayer-channel/\">Join Our Live Prayer...</a></p>\r\n[/wpcol_1third]\r\n\r\n[wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/womens-bible-study/\"><img class=\"size-full wp-image-1334 alignnone\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2013/01/women-bible-study.png\" width=\"290\" height=\"150\" /></a>\r\nCharm is deceitful, and beauty is vain, but a woman who fears the Lord is to be praised...<em>Proverbs 31: 30-31</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/womens-bible-study/\">Join Women\'s Bible Study...</a></p>\r\n[/wpcol_1third_end]\r\n\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/testimonies/\"><img class=\"size-full wp-image-1394 alignnone\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/testimonies.png\" width=\"290\" height=\"150\" /></a>\r\nHere you can post anything God has done for you. It could be a revelation,\r\nhealing, supernatural sign or wonder, vision, dream, etc. (these will be reviewed by staff for credibility.)\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/testimonies/\">Post your testimonies...</a></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/post-your-prayer/\"><img class=\"size-full wp-image-1400 alignnone\" alt=\"Prayer Request\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/prayer-request.png\" width=\"290\" height=\"150\" /></a>\r\nPost your prayer then I and other Christians connected to our ministry will pray and agree for your prayer. When your prayer request is answered remember to post that you received your prayer for God.<em>\r\n</em>\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/post-your-prayer/\">Post Your Prayer...</a></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<img class=\"size-full wp-image-1417 alignnone\" style=\"border: 0px none;\" alt=\"Ask Questions\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/ask-questions.png\" width=\"290\" height=\"150\" />\r\nHere you can ask any question that you have.  Pastor and his wife or one of our staff members will be answering your questions.\r\n<p style=\"text-align: right;\"><a href=\"http://raylsmith.org/blog/\">Send Us Your Questions...</a></p>\r\n[/wpcol_1third_end]','Blog','','inherit','open','open','','1382-revision-19','','','2013-02-14 08:04:19','2013-02-14 08:04:19','',1382,'http://raylsmith.org/1382-revision-19/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1456,1,'2013-02-14 08:28:08','2013-02-14 08:28:08','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half][ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','publish','closed','open','','womens-bible-study-online','','\nhttp://raylsmith.org/prayer-channel/','2014-10-13 08:43:41','2014-10-13 08:43:41','',0,'http://raylsmith.org/?p=1456',0,'post','',0),(1447,1,'2013-02-14 08:18:37','2013-02-14 08:18:37','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<p style=\"text-align: center;\"><strong>Fill up the form below to join.</strong></p>\r\n<center><table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50\">\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','publish','closed','closed','','house-of-prayer-ministries-online-join-online','','','2014-09-22 06:56:11','2014-09-22 06:56:11','',0,'http://raylsmith.org/?p=1447',0,'post','',0),(1449,1,'2013-02-14 08:18:03','2013-02-14 08:18:03','','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-02-14 08:18:03','2013-02-14 08:18:03','',1447,'http://raylsmith.org/1447-revision/',0,'revision','',0),(1450,1,'2012-11-30 05:30:13','2012-11-30 05:30:13','<img class=\"size-full wp-image-612 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" alt=\"Partner with us\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<center>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/join-online/\"><img class=\"alignnone size-full wp-image-853\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" alt=\"House of Prayer\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" alt=\"Cloud of Witnesses\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n</div>','Connection','','inherit','open','open','','604-revision-11','','','2012-11-30 05:30:13','2012-11-30 05:30:13','',604,'http://raylsmith.org/604-revision-11/',0,'revision','',0),(1451,1,'2013-02-14 08:20:03','2013-02-14 08:20:03','<img class=\"size-full wp-image-612 aligncenter\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" width=\"740\" height=\"345\" />\r\n<div>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<center><table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/house-of-prayer-ministries-online-join-online/\"><img class=\"alignnone size-full wp-image-853\" alt=\"House of Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" alt=\"Cloud of Witnesses\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n&nbsp;\r\n\r\n</div>','Connection','','inherit','open','open','','604-revision-12','','','2013-02-14 08:20:03','2013-02-14 08:20:03','',604,'http://raylsmith.org/604-revision-12/',0,'revision','',0),(1452,1,'2013-02-14 08:22:40','2013-02-14 08:22:40','<img class=\"wp-image-628 aligncenter\" alt=\"Covenant Partner\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" width=\"720\" height=\"149\" />\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: justify;\">A <strong>Covenant Partner</strong> commits to giving to the <span style=\"text-decoration: underline;\">House of Prayer Ministry</span> either weekly, monthly, quarterly or yearly. However the Lords leads you to give into this ministry. You will also pray for the House of Prayer do what the Lord has call them to do for cities, states, and nations.</p>\r\n\r\n<p style=\"text-align: justify;\">As a <em>covenant partner</em>, you are agreeing with vision of the House of Prayer Ministries by supporting them through prayer and financial support for witnessing to the <strong>Body of Christ</strong>, and the world for God\'s kingdom purposes.</p>\r\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\r\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\r\n\r\n<center>[paypal-donation]</center></td>\r\n<td width=\"100\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Covenant Partner','','publish','closed','closed','','covenant-partner','','','2013-04-06 14:32:17','2013-04-06 14:32:17','',0,'http://raylsmith.org/?p=1452',0,'post','',0),(1453,1,'2013-02-14 08:22:18','2013-02-14 08:22:18','','Covenant Partner','','inherit','open','open','','1452-revision','','','2013-02-14 08:22:18','2013-02-14 08:22:18','',1452,'http://raylsmith.org/1452-revision/',0,'revision','',0),(1455,1,'2013-02-14 08:20:44','2013-02-14 08:20:44','<img class=\"size-full wp-image-612 aligncenter\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" width=\"740\" height=\"345\" />\r\n\r\n<center><table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/house-of-prayer-ministries-online-join-online/\"><img class=\"alignnone size-full wp-image-853\" alt=\"House of Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" alt=\"Cloud of Witnesses\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n\r\n\r\n','Connection','','inherit','open','open','','604-revision-13','','','2013-02-14 08:20:44','2013-02-14 08:20:44','',604,'http://raylsmith.org/604-revision-13/',0,'revision','',0),(1465,1,'2013-02-18 09:59:16','2013-02-18 09:59:16','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Times Vs Power','','publish','open','open','','times-vs-power','','','2014-08-21 14:05:04','2014-08-21 14:05:04','',0,'http://raylsmith.org/?p=1465',0,'post','',0),(1466,1,'2013-02-18 09:58:47','2013-02-18 09:58:47','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n</td>\n<td></td>\n</tr>\n</tbody>\n</table>','Times Vs Power','','inherit','open','open','','1465-revision-v1','','','2013-02-18 09:58:47','2013-02-18 09:58:47','',1465,'http://raylsmith.org/1465-revision/',0,'revision','',0),(1467,1,'2013-02-18 09:59:16','2013-02-18 09:59:16','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Times Vs Power','','inherit','open','open','','1465-revision-v1','','','2013-02-18 09:59:16','2013-02-18 09:59:16','',1465,'http://raylsmith.org/1465-revision-2/',0,'revision','',0),(1468,1,'2013-02-18 09:59:31','2013-02-18 09:59:31','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Times Vs Power','','inherit','open','open','','1465-revision-v1','','','2013-02-18 09:59:31','2013-02-18 09:59:31','',1465,'http://raylsmith.org/1465-revision-3/',0,'revision','',0),(1469,1,'2013-02-18 10:05:13','2013-02-18 10:05:13','','times-vs-power2','','inherit','open','open','','times-vs-power2','','','2013-02-18 10:05:13','2013-02-18 10:05:13','',888,'http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png',0,'attachment','image/png',0),(1470,1,'2013-02-13 14:28:49','2013-02-13 14:28:49','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/power/\"><img class=\"aligncenter size-full wp-image-1246\" style=\"border: 0px none;\" alt=\"power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/power.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Power</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-13 14:28:49','2013-02-13 14:28:49','',888,'http://raylsmith.org/888-revision-34/',0,'revision','',0),(1471,1,'2013-02-18 09:56:43','2013-02-18 09:56:43','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-18 09:56:43','2013-02-18 09:56:43','',1272,'http://raylsmith.org/1272-revision-29/',0,'revision','',0),(1472,1,'2013-02-18 10:08:33','2013-02-18 10:08:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-18 10:08:33','2013-02-18 10:08:33','',1272,'http://raylsmith.org/1272-revision-30/',0,'revision','',0),(1474,1,'2013-02-14 08:33:25','2013-02-14 08:33:25','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/safety/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/raylsmith-safety.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-14 08:33:25','2013-02-14 08:33:25','',2,'http://raylsmith.org/2-revision-132/',0,'revision','',0),(1477,1,'2013-02-18 10:20:50','0000-00-00 00:00:00','','Gallery','','draft','open','open','','','','','2013-02-18 10:20:50','2013-02-18 10:20:50','',0,'http://raylsmith.org/?page_id=1477',0,'page','',0),(1478,1,'2013-02-18 11:57:36','2013-02-18 11:57:36','','RayLSmith','','inherit','open','open','','raylsmith-2','','','2013-02-18 11:57:36','2013-02-18 11:57:36','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith.jpg',0,'attachment','image/jpeg',0),(1479,1,'2013-02-18 11:57:43','2013-02-18 11:57:43','','RayLSmith (1)','','inherit','open','open','','raylsmith-1','','','2013-02-18 11:57:43','2013-02-18 11:57:43','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-1.jpg',0,'attachment','image/jpeg',0),(1475,1,'2013-02-18 10:16:15','2013-02-18 10:16:15','','raylsmith-timesvspower','','inherit','open','open','','raylsmith-timesvspower','','','2013-02-18 10:16:15','2013-02-18 10:16:15','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-timesvspower.png',0,'attachment','image/png',0),(1557,1,'2013-03-12 14:45:18','2013-03-12 14:45:18','','raylsmith-hungerhome','','inherit','open','open','','raylsmith-hungerhome','','','2013-03-12 14:45:18','2013-03-12 14:45:18','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hungerhome.png',0,'attachment','image/png',0),(1512,1,'2013-02-19 10:27:28','2013-02-19 10:27:28','','raylsmith-topblock2','','inherit','open','open','','raylsmith-topblock2','','','2013-02-19 10:27:28','2013-02-19 10:27:28','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png',0,'attachment','image/png',0),(1476,1,'2013-02-18 10:14:35','2013-02-18 10:14:35','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/safety/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/raylsmith-safety.png\" width=\"230\" height=\"162\" /></a>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-18 10:14:35','2013-02-18 10:14:35','',2,'http://raylsmith.org/2-revision-133/',0,'revision','',0),(1480,1,'2013-02-18 11:57:51','2013-02-18 11:57:51','','RayLSmith (2)','','inherit','open','open','','raylsmith-2-2','','','2013-02-18 11:57:51','2013-02-18 11:57:51','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-2.jpg',0,'attachment','image/jpeg',0),(1481,1,'2013-02-18 11:58:12','2013-02-18 11:58:12','','RayLSmith (3)','','inherit','open','open','','raylsmith-3','','','2013-02-18 11:58:12','2013-02-18 11:58:12','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-3.jpg',0,'attachment','image/jpeg',0),(1482,1,'2013-02-18 11:58:24','2013-02-18 11:58:24','','RayLSmith (4)','','inherit','open','open','','raylsmith-4','','','2013-02-18 11:58:24','2013-02-18 11:58:24','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-4.jpg',0,'attachment','image/jpeg',0),(1483,1,'2013-02-18 11:59:05','2013-02-18 11:59:05','','RayLSmith (5)','','inherit','open','open','','raylsmith-5','','','2013-02-18 11:59:05','2013-02-18 11:59:05','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-5.jpg',0,'attachment','image/jpeg',0),(1484,1,'2013-02-18 11:59:41','2013-02-18 11:59:41','','RayLSmith (6)','','inherit','open','open','','raylsmith-6','','','2013-02-18 11:59:41','2013-02-18 11:59:41','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-6.jpg',0,'attachment','image/jpeg',0),(1485,1,'2013-02-18 12:00:07','2013-02-18 12:00:07','','RayLSmith (7)','','inherit','open','open','','raylsmith-7','','','2013-02-18 12:00:07','2013-02-18 12:00:07','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-7.jpg',0,'attachment','image/jpeg',0),(1486,1,'2013-02-18 12:00:14','2013-02-18 12:00:14','','RayLSmith (8)','','inherit','open','open','','raylsmith-8','','','2013-02-18 12:00:14','2013-02-18 12:00:14','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-8.jpg',0,'attachment','image/jpeg',0),(1487,1,'2013-02-18 12:00:20','2013-02-18 12:00:20','','RayLSmith (9)','','inherit','open','open','','raylsmith-9','','','2013-02-18 12:00:20','2013-02-18 12:00:20','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-9.jpg',0,'attachment','image/jpeg',0),(1488,1,'2013-02-18 12:00:27','2013-02-18 12:00:27','','RayLSmith (10)','','inherit','open','open','','raylsmith-10','','','2013-02-18 12:00:27','2013-02-18 12:00:27','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-10.jpg',0,'attachment','image/jpeg',0),(1489,1,'2013-02-18 12:00:48','2013-02-18 12:00:48','','RayLSmith (11)','','inherit','open','open','','raylsmith-11','','','2013-02-18 12:00:48','2013-02-18 12:00:48','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-11.jpg',0,'attachment','image/jpeg',0),(1490,1,'2013-02-18 12:01:10','2013-02-18 12:01:10','','RayLSmith (12)','','inherit','open','open','','raylsmith-12','','','2013-02-18 12:01:10','2013-02-18 12:01:10','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-12.jpg',0,'attachment','image/jpeg',0),(1491,1,'2013-02-18 12:01:32','2013-02-18 12:01:32','','RayLSmith (13)','','inherit','open','open','','raylsmith-13','','','2013-02-18 12:01:32','2013-02-18 12:01:32','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-13.jpg',0,'attachment','image/jpeg',0),(1492,1,'2013-02-18 12:01:49','2013-02-18 12:01:49','','RayLSmith (14)','','inherit','open','open','','raylsmith-14','','','2013-02-18 12:01:49','2013-02-18 12:01:49','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-14.jpg',0,'attachment','image/jpeg',0),(1493,1,'2013-02-18 12:02:13','2013-02-18 12:02:13','','RayLSmith (15)','','inherit','open','open','','raylsmith-15','','','2013-02-18 12:02:13','2013-02-18 12:02:13','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-15.jpg',0,'attachment','image/jpeg',0),(1494,1,'2013-02-18 12:02:47','2013-02-18 12:02:47','','RayLSmith (16)','','inherit','open','open','','raylsmith-16','','','2013-02-18 12:02:47','2013-02-18 12:02:47','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-16.jpg',0,'attachment','image/jpeg',0),(1495,1,'2013-02-18 12:03:05','2013-02-18 12:03:05','','RayLSmith (17)','','inherit','open','open','','raylsmith-17','','','2013-02-18 12:03:05','2013-02-18 12:03:05','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-17.jpg',0,'attachment','image/jpeg',0),(1496,1,'2013-02-18 12:03:32','2013-02-18 12:03:32','','RayLSmith (18)','','inherit','open','open','','raylsmith-18','','','2013-02-18 12:03:32','2013-02-18 12:03:32','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-18.jpg',0,'attachment','image/jpeg',0),(1497,1,'2013-02-18 12:03:54','2013-02-18 12:03:54','','RayLSmith (19)','','inherit','open','open','','raylsmith-19','','','2013-02-18 12:03:54','2013-02-18 12:03:54','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-19.jpg',0,'attachment','image/jpeg',0),(1498,1,'2013-02-18 12:04:26','2013-02-18 12:04:26','','RayLSmith (20)','','inherit','open','open','','raylsmith-20','','','2013-02-18 12:04:26','2013-02-18 12:04:26','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-20.jpg',0,'attachment','image/jpeg',0),(1499,1,'2013-02-18 12:04:49','2013-02-18 12:04:49','','RayLSmith (21)','','inherit','open','open','','raylsmith-21','','','2013-02-18 12:04:49','2013-02-18 12:04:49','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-21.jpg',0,'attachment','image/jpeg',0),(1500,1,'2013-02-18 12:05:15','2013-02-18 12:05:15','','RayLSmith (22)','','inherit','open','open','','raylsmith-22','','','2013-02-18 12:05:15','2013-02-18 12:05:15','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-22.jpg',0,'attachment','image/jpeg',0),(1501,1,'2013-02-18 12:05:45','2013-02-18 12:05:45','','RayLSmith (23)','','inherit','open','open','','raylsmith-23','','','2013-02-18 12:05:45','2013-02-18 12:05:45','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-23.jpg',0,'attachment','image/jpeg',0),(1502,1,'2013-02-18 12:06:18','2013-02-18 12:06:18','','RayLSmith (24)','','inherit','open','open','','raylsmith-24','','','2013-02-18 12:06:18','2013-02-18 12:06:18','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-24.jpg',0,'attachment','image/jpeg',0),(1503,1,'2013-02-18 12:06:46','2013-02-18 12:06:46','','RayLSmith (25)','','inherit','open','open','','raylsmith-25','','','2013-02-18 12:06:46','2013-02-18 12:06:46','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-25.jpg',0,'attachment','image/jpeg',0),(1504,1,'2013-02-18 12:07:27','2013-02-18 12:07:27','','RayLSmith (26)','','inherit','open','open','','raylsmith-26','','','2013-02-18 12:07:27','2013-02-18 12:07:27','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-26.jpg',0,'attachment','image/jpeg',0),(1505,1,'2013-02-18 12:07:38','2013-02-18 12:07:38','','RayLSmith (27)','','inherit','open','open','','raylsmith-27','','','2013-02-18 12:07:38','2013-02-18 12:07:38','',1477,'http://raylsmith.org/wp-content/uploads/2013/02/RayLSmith-27.jpg',0,'attachment','image/jpeg',0),(1506,1,'2013-02-18 12:15:38','2013-02-18 12:15:38','<table>\r\n<tr>\r\n<td width=\"50\"</td>\r\n<td>\r\n[nggallery id=3]\r\n\r\n[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n','Gallery','','publish','open','open','','gallery','','','2013-10-23 07:45:23','2013-10-23 07:45:23','',0,'http://raylsmith.org/?page_id=1506',0,'page','',0),(1507,1,'2013-02-18 12:14:28','2013-02-18 12:14:28','','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-02-18 12:14:28','2013-02-18 12:14:28','',1506,'http://raylsmith.org/1506-revision/',0,'revision','',0),(1526,1,'2013-03-09 12:40:53','2013-03-09 12:40:53','[nggallery id=1]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 12:40:53','2013-03-09 12:40:53','',1506,'http://raylsmith.org/1506-revision-5/',0,'revision','',0),(1509,1,'2013-02-18 13:55:21','2013-02-18 13:55:21','','gallery1','','inherit','open','open','','gallery1','','','2013-02-18 13:55:21','2013-02-18 13:55:21','',0,'http://raylsmith.org/wp-content/uploads/2013/02/gallery1.png',0,'attachment','image/png',0),(1571,1,'2013-01-23 14:47:32','2013-01-23 14:47:32','<p style=\"text-align: center;\"><img class=\"alignnone size-full wp-image-575\" alt=\"Testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.png\" width=\"720\" height=\"87\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\nAnd they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death. - <strong>Revelation 12:11</strong>\r\n\r\n&nbsp;\r\n\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n&nbsp;','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-01-23 14:47:32','2013-01-23 14:47:32','',31,'http://raylsmith.org/31-revision-15/',0,'revision','',0),(1570,1,'2013-03-27 08:51:46','2013-03-27 08:51:46','','testimonies','','inherit','open','open','','testimonies-2','','','2013-03-27 08:51:46','2013-03-27 08:51:46','',31,'http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png',0,'attachment','image/png',0),(1513,1,'2013-02-18 10:18:24','2013-02-18 10:18:24','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"aligncenter size-full wp-image-1189\" style=\"border: 0px none;\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-timesvspower.png\" width=\"230\" height=\"162\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-18 10:18:24','2013-02-18 10:18:24','',2,'http://raylsmith.org/2-revision-134/',0,'revision','',0),(1515,1,'2013-02-18 10:12:17','2013-02-18 10:12:17','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-18 10:12:17','2013-02-18 10:12:17','',1272,'http://raylsmith.org/1272-revision-32/',0,'revision','',0),(1516,1,'2013-02-18 10:07:20','2013-02-18 10:07:20','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-18 10:07:20','2013-02-18 10:07:20','',888,'http://raylsmith.org/888-revision-35/',0,'revision','',0),(1517,1,'2013-02-06 08:10:30','2013-02-06 08:10:30','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Now','','inherit','open','open','','1344-revision-v1','','','2013-02-06 08:10:30','2013-02-06 08:10:30','',1344,'http://raylsmith.org/1344-revision-3/',0,'revision','',0),(1518,1,'2013-02-26 15:12:02','2013-02-26 15:12:02','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-26 15:12:02','2013-02-26 15:12:02','',888,'http://raylsmith.org/888-revision-36/',0,'revision','',0),(1520,1,'2013-02-26 15:22:46','2013-02-26 15:22:46','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now2/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-02-26 15:22:46','2013-02-26 15:22:46','',888,'http://raylsmith.org/888-revision-37/',0,'revision','',0),(1549,1,'2013-03-12 14:29:55','2013-03-12 14:29:55','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Times Vs Power','','inherit','open','open','','1465-autosave-v1','','','2013-03-12 14:29:55','2013-03-12 14:29:55','',1465,'http://raylsmith.org/1465-autosave/',0,'revision','',0),(1521,1,'2013-12-24 09:13:45','2013-12-24 09:13:45','<table>\n<tbody>\n<tr>\n<td width=\"50\"></td>\n<td>[nggallery id=3][nggallery id=1]\n\n[nggallery id=2]</td>\n</tr>\n</tbody>\n</table>','Gallery','','inherit','open','open','','1506-autosave-v1','','','2013-12-24 09:13:45','2013-12-24 09:13:45','',1506,'http://raylsmith.org/1506-autosave/',0,'revision','',0),(1522,1,'2013-02-18 12:15:38','2013-02-18 12:15:38','[gallery columns=\"5\" ids=\"1505,1504,1503,1502,1498,1499,1500,1501,1497,1496,1495,1494,1490,1491,1492,1493,1489,1488,1487,1486,1482,1483,1484,1485,1478,1479,1480,1481\"]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-02-18 12:15:38','2013-02-18 12:15:38','',1506,'http://raylsmith.org/1506-revision-2/',0,'revision','',0),(1524,1,'2013-03-07 09:05:10','2013-03-07 09:05:10','[gallery columns=\"5\" ids=\"1505,1503,1502,1498,1499,1500,1501,1497,1496,1495,1494,1491,1492,1493,1488,1487,1486,1482,1483,1485,1478,1479,1480,1481\"]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-07 09:05:10','2013-03-07 09:05:10','',1506,'http://raylsmith.org/1506-revision-3/',0,'revision','',0),(1531,1,'2013-03-09 13:06:10','2013-03-09 13:06:10','[nggallery id=1]\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:06:10','2013-03-09 13:06:10','',1506,'http://raylsmith.org/1506-revision-10/',0,'revision','',0),(1525,1,'2013-03-09 12:33:08','2013-03-09 12:33:08','[gallery columns=\"5\" ids=\"1505,1503,1502,1498,1499,1500,1501,1497,1496,1495,1494,1491,1492,1493,1488,1487,1486,1482,1483,1485,1478,1479,1480,1481\"]\r\n\r\n[nggallery id=1]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 12:33:08','2013-03-09 12:33:08','',1506,'http://raylsmith.org/1506-revision-4/',0,'revision','',0),(1527,1,'2013-03-09 12:41:45','2013-03-09 12:41:45','<center>[nggallery id=1]</center>','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 12:41:45','2013-03-09 12:41:45','',1506,'http://raylsmith.org/1506-revision-6/',0,'revision','',0),(1528,1,'2013-03-09 12:42:17','2013-03-09 12:42:17','[nggallery id=1]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 12:42:17','2013-03-09 12:42:17','',1506,'http://raylsmith.org/1506-revision-7/',0,'revision','',0),(1529,1,'2013-03-09 12:55:10','2013-03-09 12:55:10','[nggallery id=1]\r\n[nggallery id=2]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 12:55:10','2013-03-09 12:55:10','',1506,'http://raylsmith.org/1506-revision-8/',0,'revision','',0),(1530,1,'2013-03-09 13:03:06','2013-03-09 13:03:06','[nggallery id=1]\r\n\r\n[nggallery id=2]','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:03:06','2013-03-09 13:03:06','',1506,'http://raylsmith.org/1506-revision-9/',0,'revision','',0),(1532,1,'2013-03-09 13:09:33','2013-03-09 13:09:33','[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:09:33','2013-03-09 13:09:33','',1506,'http://raylsmith.org/1506-revision-11/',0,'revision','',0),(1533,1,'2013-03-09 13:28:29','2013-03-09 13:28:29','[nggallery id=1]\r\n<hr>\r\n[nggallery id=2]\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:28:29','2013-03-09 13:28:29','',1506,'http://raylsmith.org/1506-revision-12/',0,'revision','',0),(1534,1,'2013-03-09 13:29:35','2013-03-09 13:29:35','<table>\r\n<tr>\r\n<td width=\"50\"</td>\r\n<td>\r\n[nggallery id=1]\r\n<hr>\r\n[nggallery id=2]\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:29:35','2013-03-09 13:29:35','',1506,'http://raylsmith.org/1506-revision-13/',0,'revision','',0),(1535,1,'2013-03-12 07:14:18','2013-03-12 07:14:18','','About','','publish','open','open','','about','','','2013-03-12 07:14:18','2013-03-12 07:14:18','',0,'http://raylsmith.org/?page_id=1535',0,'page','',0),(1536,1,'2013-03-12 07:15:15','2013-03-12 07:15:15',' ','','','publish','open','open','','1536','','','2014-10-02 08:37:59','2014-10-02 08:37:59','',0,'http://raylsmith.org/?p=1536',3,'nav_menu_item','',0),(1537,1,'2013-03-12 08:34:31','2013-03-12 08:34:31','<h2 style=\"text-align: center;\"><strong>What we Believe</strong></h2>\r\n<img class=\"alignright size-medium wp-image-1544\" style=\"border: 0px none;\" alt=\"Statement of Faith\" src=\"http://raylsmith.org/wp-content/uploads/2013/03/statement-300x208.png\" width=\"300\" height=\"208\" />1. <strong>The entire Bible is God’s Word to his people and is the Truth</strong>.\r\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\r\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\r\n\r\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\r\nWe can only receive Salvation through Jesus Christ, he is the only way.\r\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\r\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead.\r\n\r\nHebrews 4:14 - Seeing then that we have a great high priest, that is passed into the heavens, Jesus the Son of God, let us hold fast our profession.\r\n\r\nMatthew 28:19 - Go you therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:\r\n\r\n4. <strong>Baptism of the Holy Spirit</strong>\r\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\r\n\r\n5. <strong>God hears and answers Prayer</strong>\r\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\r\n\r\n6. <strong>God’s Church , the local body of believers assembling together</strong>\r\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\r\n\r\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\r\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','publish','open','open','','statement-of-faith','','','2013-04-01 14:38:10','2013-04-01 14:38:10','',0,'http://raylsmith.org/?page_id=1537',0,'page','',0),(1538,1,'2013-03-12 08:34:14','2013-03-12 08:34:14','<strong>What we Believe</strong>\n\n1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\n\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\nWe can only receive Salvation through Jesus Christ, he is the only way.\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\n\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead,\n\n4. <strong>Baptism of the Holy Spirit</strong>\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\n\n5. <strong>God hears and answers Prayer</strong>\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\n\n6. <strong>God’s Church , the local body of believers assembling together</strong>\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\n\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-revision','','','2013-03-12 08:34:14','2013-03-12 08:34:14','',1537,'http://raylsmith.org/1537-revision/',0,'revision','',0),(1539,1,'2013-03-12 08:36:26','2013-03-12 08:36:26',' ','','','publish','open','open','','1539','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=1539',5,'nav_menu_item','',0),(1540,1,'2013-03-12 08:34:31','2013-03-12 08:34:31','<strong>What we Believe</strong>\r\n\r\n1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\r\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\r\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\r\n\r\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\r\nWe can only receive Salvation through Jesus Christ, he is the only way.\r\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\r\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead,\r\n\r\n4. <strong>Baptism of the Holy Spirit</strong>\r\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\r\n\r\n5. <strong>God hears and answers Prayer</strong>\r\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\r\n\r\n6. <strong>God’s Church , the local body of believers assembling together</strong>\r\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\r\n\r\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\r\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-revision-2','','','2013-03-12 08:34:31','2013-03-12 08:34:31','',1537,'http://raylsmith.org/1537-revision-2/',0,'revision','',0),(1541,1,'2013-03-12 09:05:34','2013-03-12 09:05:34','<strong>What we Believe</strong>\r\n\r\n1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\r\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\r\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\r\n\r\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\r\nWe can only receive Salvation through Jesus Christ, he is the only way.\r\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\r\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead.\r\n\r\nHebrews 4:14 - Seeing then that we have a great high priest, that is passed into the heavens, Jesus the Son of God, let us hold fast our profession.\r\n\r\nMatthew 28:19 - Go you therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:\r\n\r\n4. <strong>Baptism of the Holy Spirit</strong>\r\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\r\n\r\n5. <strong>God hears and answers Prayer</strong>\r\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\r\n\r\n6. <strong>God’s Church , the local body of believers assembling together</strong>\r\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\r\n\r\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\r\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-revision-3','','','2013-03-12 09:05:34','2013-03-12 09:05:34','',1537,'http://raylsmith.org/1537-revision-3/',0,'revision','',0),(1542,1,'2013-03-12 09:19:41','2013-03-12 09:19:41','<h2 style=\"text-align: center;\"><strong>What we Believe</strong></h2>\n<img class=\"alignright size-medium wp-image-1544\" style=\"border: 0px none;\" alt=\"Statement of Faith\" src=\"http://raylsmith.org/wp-content/uploads/2013/03/statement-300x208.png\" width=\"300\" height=\"208\" />1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\n\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\nWe can only receive Salvation through Jesus Christ, he is the only way.\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\n\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead.\n\nHebrews 4:14 - Seeing then that we have a great high priest, that is passed into the heavens, Jesus the Son of God, let us hold fast our profession.\n\nMatthew 28:19 - Go you therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:\n\n4. <strong>Baptism of the Holy Spirit</strong>\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\n\n5. <strong>God hears and answers Prayer</strong>\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\n\n6. <strong>God’s Church , the local body of believers assembling together</strong>\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\n\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-autosave','','','2013-03-12 09:19:41','2013-03-12 09:19:41','',1537,'http://raylsmith.org/1537-autosave/',0,'revision','',0),(1543,1,'2013-03-12 09:14:41','2013-03-12 09:14:41','','statementfaith','','inherit','open','open','','statementfaith','','','2013-03-12 09:14:41','2013-03-12 09:14:41','',1537,'http://raylsmith.org/wp-content/uploads/2013/03/statementfaith.jpg',0,'attachment','image/jpeg',0),(1544,1,'2013-03-12 09:17:56','2013-03-12 09:17:56','','statement','','inherit','open','open','','statement','','','2013-03-12 09:17:56','2013-03-12 09:17:56','',1537,'http://raylsmith.org/wp-content/uploads/2013/03/statement.png',0,'attachment','image/png',0),(1545,1,'2013-03-12 09:05:59','2013-03-12 09:05:59','<h2 style=\"text-align: center;\"><strong>What we Believe</strong></h2>\r\n1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\r\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\r\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\r\n\r\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\r\nWe can only receive Salvation through Jesus Christ, he is the only way.\r\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\r\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead.\r\n\r\nHebrews 4:14 - Seeing then that we have a great high priest, that is passed into the heavens, Jesus the Son of God, let us hold fast our profession.\r\n\r\nMatthew 28:19 - Go you therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:\r\n\r\n4. <strong>Baptism of the Holy Spirit</strong>\r\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\r\n\r\n5. <strong>God hears and answers Prayer</strong>\r\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\r\n\r\n6. <strong>God’s Church , the local body of believers assembling together</strong>\r\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\r\n\r\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\r\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-revision-4','','','2013-03-12 09:05:59','2013-03-12 09:05:59','',1537,'http://raylsmith.org/1537-revision-4/',0,'revision','',0),(1548,1,'2013-03-12 14:29:44','2013-03-12 14:29:44','','raylsmith-hunger','','inherit','open','open','','raylsmith-hunger','','','2013-03-12 14:29:44','2013-03-12 14:29:44','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png',0,'attachment','image/png',0),(1547,1,'2013-03-12 14:31:37','2013-03-12 14:31:37','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Hunger','','publish','open','open','','hunger','','','2014-08-21 14:18:53','2014-08-21 14:18:53','',0,'http://raylsmith.org/?p=1547',0,'post','',0),(1550,1,'2013-03-12 14:30:46','2013-03-12 14:30:46','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Hunger','','inherit','open','open','','1547-revision-v1','','','2013-03-12 14:30:46','2013-03-12 14:30:46','',1547,'http://raylsmith.org/1547-revision/',0,'revision','',0),(1551,1,'2013-03-07 08:50:37','2013-03-07 08:50:37','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/now2/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Now\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/now.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Now</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-03-07 08:50:37','2013-03-07 08:50:37','',888,'http://raylsmith.org/888-revision-38/',0,'revision','',0),(1552,1,'2013-03-12 14:33:37','2013-03-12 14:33:37','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/hunger/\"><img class=\"aligncenter size-full wp-image-1548\" style=\"border: 0px none;\" alt=\"raylsmith-hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hunger\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-03-12 14:33:37','2013-03-12 14:33:37','',888,'http://raylsmith.org/888-revision-39/',0,'revision','',0),(1553,1,'2013-03-12 14:35:28','2013-03-12 14:35:28','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/hunger/\"><img class=\"aligncenter size-full wp-image-1548\" style=\"border: 0px none;\" alt=\"raylsmith-hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png\" width=\"293\" height=\"163\" /></a>\r\n<p style=\"text-align: center;\"><strong>Hunger</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-03-12 14:35:28','2013-03-12 14:35:28','',888,'http://raylsmith.org/888-revision-40/',0,'revision','',0),(1554,1,'2013-03-12 14:36:11','2013-03-12 14:36:11','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong>\r\n[/wpcol_1third_end]</p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/hunger/\"><img class=\"aligncenter size-full wp-image-1548\" style=\"border: 0px none;\" alt=\"raylsmith-hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png\" width=\"293\" height=\"163\" /></a>\r\n<p style=\"text-align: center;\"><strong>Hunger</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-03-12 14:36:11','2013-03-12 14:36:11','',888,'http://raylsmith.org/888-revision-41/',0,'revision','',0),(1555,1,'2013-02-26 15:07:47','2013-02-26 15:07:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-02-26 15:07:47','2013-02-26 15:07:47','',1272,'http://raylsmith.org/1272-revision-33/',0,'revision','',0),(1556,1,'2013-02-19 10:28:29','2013-02-19 10:28:29','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"alignnone size-full wp-image-775\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-timesvspower.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-02-19 10:28:29','2013-02-19 10:28:29','',2,'http://raylsmith.org/2-revision-135/',0,'revision','',0),(1559,1,'2013-03-12 14:46:35','2013-03-12 14:46:35','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hungerhome.png\" width=\"230\" height=\"155\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-03-12 14:46:35','2013-03-12 14:46:35','',2,'http://raylsmith.org/2-revision-137/',0,'revision','',0),(1558,1,'2013-03-12 14:43:02','2013-03-12 14:43:02','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object> <a href=\"http://raylsmith.org/times-vs-power/\">\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<img class=\"alignnone size-full wp-image-775\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-timesvspower.png\" width=\"230\" height=\"162\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-03-12 14:43:02','2013-03-12 14:43:02','',2,'http://raylsmith.org/2-revision-136/',0,'revision','',0),(1560,1,'2013-03-12 14:48:18','2013-03-12 14:48:18','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hungerhome.png\" width=\"230\" height=\"155\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-03-12 14:48:18','2013-03-12 14:48:18','',2,'http://raylsmith.org/2-revision-138/',0,'revision','',0),(1561,1,'2013-03-16 04:08:15','2013-03-16 04:08:15','','call-us-now','','inherit','open','open','','call-us-now','','','2013-03-16 04:08:15','2013-03-16 04:08:15','',0,'http://raylsmith.org/wp-content/uploads/2013/03/call-us-now.png',0,'attachment','image/png',0),(1562,1,'2013-03-16 04:12:24','2013-03-16 04:12:24','','phone2','','inherit','open','open','','phone2','','','2013-03-16 04:12:24','2013-03-16 04:12:24','',858,'http://raylsmith.org/wp-content/uploads/2012/11/phone2.png',0,'attachment','image/png',0),(1859,1,'2013-08-16 03:40:32','2013-08-16 03:40:32','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignnone  wp-image-1857\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail2.png\" width=\"308\" height=\"168\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-1562 aligncenter\" style=\"border: 0px none;\" alt=\"Contact Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone2.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]</p>\r\n','Booking','','inherit','open','open','','858-revision-v1','','','2013-08-16 03:40:32','2013-08-16 03:40:32','',858,'http://raylsmith.org/858-revision-v1/',0,'revision','',0),(1565,1,'2014-05-05 06:09:55','2014-05-05 06:09:55','[ezcol_1half]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n[/ezcol_1half]\n\n[ezcol_1half_end]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n[/ezcol_1half_end]\n\n<hr />\n\n[ezcol_1half]\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\n\n[/ezcol_1half] [ezcol_1half_end]\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\n&nbsp;\n\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-autosave-v1','','','2014-05-05 06:09:55','2014-05-05 06:09:55','',1456,'http://raylsmith.org/1456-autosave/',0,'revision','',0),(1566,1,'2013-02-14 08:31:38','2013-02-14 08:31:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-02-14 08:31:38','2013-02-14 08:31:38','',1456,'http://raylsmith.org/1456-revision-3/',0,'revision','',0),(1567,1,'2013-03-20 01:00:06','2013-03-20 01:00:06','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-03-20 01:00:06','2013-03-20 01:00:06','',1456,'http://raylsmith.org/1456-revision-4/',0,'revision','',0),(1568,1,'2013-03-20 01:01:21','2013-03-20 01:01:21','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-03-20 01:01:21','2013-03-20 01:01:21','',1456,'http://raylsmith.org/1456-revision-5/',0,'revision','',0),(1572,1,'2013-03-27 08:55:32','2013-03-27 08:55:32','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: xx-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #3366ff; font-size: xx-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n&nbsp;\r\n\r\nOur testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.\r\n\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n&nbsp;','','','inherit','open','open','','31-revision-v1','','','2013-03-27 08:55:32','2013-03-27 08:55:32','',31,'http://raylsmith.org/31-revision-16/',0,'revision','',0),(1573,1,'2013-03-27 08:57:33','2013-03-27 08:57:33','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: xx-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #3366ff; font-size: xx-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n&nbsp;','','','inherit','open','open','','31-revision-v1','','','2013-03-27 08:57:33','2013-03-27 08:57:33','',31,'http://raylsmith.org/31-revision-17/',0,'revision','',0),(1574,1,'2013-03-27 08:58:51','2013-03-27 08:58:51','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n<table>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: xx-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #3366ff; font-size: xx-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n</td>\r\n<td width=\"100\"></td>\r\n</tr>\r\n</table>','','','inherit','open','open','','31-revision-v1','','','2013-03-27 08:58:51','2013-03-27 08:58:51','',31,'http://raylsmith.org/31-revision-18/',0,'revision','',0),(1575,1,'2013-03-27 08:59:25','2013-03-27 08:59:25','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n<table>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: xx-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #3366ff; font-size: xx-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.\r\n\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</table>','','','inherit','open','open','','31-revision-v1','','','2013-03-27 08:59:25','2013-03-27 08:59:25','',31,'http://raylsmith.org/31-revision-19/',0,'revision','',0),(1576,1,'2013-03-27 09:05:29','2013-03-27 09:05:29','','divider','','inherit','open','open','','divider','','','2013-03-27 09:05:29','2013-03-27 09:05:29','',31,'http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg',0,'attachment','image/jpeg',0),(1577,1,'2013-03-27 09:00:19','2013-03-27 09:00:19','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<h1 style=\"text-align: center;\">TESTIMONIES</h1>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"> <span style=\"font-size: x-large;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:00:19','2013-03-27 09:00:19','',31,'http://raylsmith.org/31-revision-20/',0,'revision','',0),(1580,1,'2013-03-27 09:09:12','2013-03-27 09:09:12','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:09:12','2013-03-27 09:09:12','',31,'http://raylsmith.org/31-revision-23/',0,'revision','',0),(1578,1,'2013-03-27 09:06:40','2013-03-27 09:06:40','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"> <span style=\"font-size: x-large;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:06:40','2013-03-27 09:06:40','',31,'http://raylsmith.org/31-revision-21/',0,'revision','',0),(1579,1,'2013-03-27 09:07:37','2013-03-27 09:07:37','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"> <span style=\"font-size: medium;\"><strong>Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</strong></span></p>\r\nYoung lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years.\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:07:37','2013-03-27 09:07:37','',31,'http://raylsmith.org/31-revision-22/',0,'revision','',0),(1581,1,'2013-03-27 09:12:27','2013-03-27 09:12:27','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer.\r\n\r\nWomen was given a word of knowledge when she was on her sick bed and told by doctors that she could have died.\r\n\r\nYoung man healed of scoliosis.\r\n\r\nYoung girl ear canals healed.\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues.</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:12:27','2013-03-27 09:12:27','',31,'http://raylsmith.org/31-revision-24/',0,'revision','',0),(1582,1,'2013-03-27 09:19:09','2013-03-27 09:19:09','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\n<blockquote>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em></blockquote>\r\n<blockquote>Young man healed of scoliosis. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young girl ear canals healed. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em></blockquote>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:19:09','2013-03-27 09:19:09','',31,'http://raylsmith.org/31-revision-25/',0,'revision','',0),(1583,1,'2013-03-27 09:39:41','2013-03-27 09:39:41','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\n<blockquote>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em></blockquote>\r\n<blockquote>Young man healed of scoliosis. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young girl ear canals healed. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em></blockquote>\r\n\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\">Your upward scrolling text goes here</marquee>\r\n\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:39:41','2013-03-27 09:39:41','',31,'http://raylsmith.org/31-revision-26/',0,'revision','',0),(1584,1,'2013-03-27 11:40:40','2013-03-27 11:40:40','','testimonies-bg','','inherit','open','open','','testimonies-bg','','','2013-03-27 11:40:40','2013-03-27 11:40:40','',31,'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png',0,'attachment','image/png',0),(1586,1,'2013-03-27 11:42:19','2013-03-27 11:42:19','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\n<blockquote>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em></blockquote>\r\n<blockquote>Young man healed of scoliosis. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young girl ear canals healed. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em></blockquote>\r\n\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td height=\"550\" width=\"850\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"500\">Your upward scrolling text goes here</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:42:19','2013-03-27 11:42:19','',31,'http://raylsmith.org/31-revision-28/',0,'revision','',0),(1585,1,'2013-03-27 09:40:58','2013-03-27 09:40:58','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\n<blockquote>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em></blockquote>\r\n<blockquote>Young man healed of scoliosis. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young girl ear canals healed. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em></blockquote>\r\n\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"800\">Your upward scrolling text goes here</marquee>\r\n\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 09:40:58','2013-03-27 09:40:58','',31,'http://raylsmith.org/31-revision-27/',0,'revision','',0),(1588,1,'2013-03-27 11:46:29','2013-03-27 11:46:29','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"2\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:46:29','2013-03-27 11:46:29','',31,'http://raylsmith.org/31-revision-30/',0,'revision','',0),(1587,1,'2013-03-27 11:44:49','2013-03-27 11:44:49','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<blockquote>Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with dog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em></blockquote>\r\n<blockquote>Was told house would not sell in this economy and because of the neighborhood, BUT house sold in less than a week because of prayer. - <em><strong>K.M.</strong></em></blockquote>\r\n<blockquote>Young man healed of scoliosis. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young girl ear canals healed. - <em><strong>J.S.</strong></em></blockquote>\r\n<blockquote>Young ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em></blockquote>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"2\" height=\"500\">Your upward scrolling text goes here</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:44:49','2013-03-27 11:44:49','',31,'http://raylsmith.org/31-revision-29/',0,'revision','',0),(1589,1,'2013-03-27 11:48:48','2013-03-27 11:48:48','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"2\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:48:48','2013-03-27 11:48:48','',31,'http://raylsmith.org/31-revision-31/',0,'revision','',0),(1591,1,'2013-03-27 11:49:18','2013-03-27 11:49:18','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:49:18','2013-03-27 11:49:18','',31,'http://raylsmith.org/31-revision-32/',0,'revision','',0),(1592,1,'2013-03-27 11:52:36','2013-03-27 11:52:36','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:52:36','2013-03-27 11:52:36','',31,'http://raylsmith.org/31-revision-33/',0,'revision','',0),(1593,1,'2013-03-27 11:54:37','2013-03-27 11:54:37','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:54:37','2013-03-27 11:54:37','',31,'http://raylsmith.org/31-revision-34/',0,'revision','',0),(1594,1,'2013-03-27 11:56:39','2013-03-27 11:56:39','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"500\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more gossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, freedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, desire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more sensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, exercising, eating right. - <strong><em>N.J.</em></strong>\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:56:39','2013-03-27 11:56:39','',31,'http://raylsmith.org/31-revision-35/',0,'revision','',0),(1595,1,'2013-03-27 11:58:02','2013-03-27 11:58:02','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"1\" height=\"480\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:58:02','2013-03-27 11:58:02','',31,'http://raylsmith.org/31-revision-36/',0,'revision','',0),(1596,1,'2013-03-27 11:58:24','2013-03-27 11:58:24','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"5\" height=\"480\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 11:58:24','2013-03-27 11:58:24','',31,'http://raylsmith.org/31-revision-37/',0,'revision','',0),(1597,1,'2013-03-27 12:02:50','2013-03-27 12:02:50','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"5\" height=\"480\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 12:02:50','2013-03-27 12:02:50','',31,'http://raylsmith.org/31-revision-38/',0,'revision','',0),(1665,1,'2013-04-18 02:17:49','2013-04-18 02:17:49','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-04-18 02:17:49','2013-04-18 02:17:49','',1272,'http://raylsmith.org/1272-revision-38/',0,'revision','',0),(1599,1,'2013-03-27 12:03:32','2013-03-27 12:03:32','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"3\" height=\"480\">Young lady who had back pain was healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nWas told house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nYoung man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nYoung girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nYoung ladies received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 12:03:32','2013-03-27 12:03:32','',31,'http://raylsmith.org/31-revision-39/',0,'revision','',0),(1620,1,'2013-04-11 09:47:00','2013-04-11 09:47:00','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:47:00','2013-04-11 09:47:00','',31,'http://raylsmith.org/31-revision-43/',0,'revision','',0),(1600,1,'2013-03-27 12:33:20','2013-03-27 12:33:20','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"3\" height=\"480\">YI had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 12:33:20','2013-03-27 12:33:20','',31,'http://raylsmith.org/31-revision-40/',0,'revision','',0),(1601,1,'2013-03-27 12:33:54','2013-03-27 12:33:54','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"3\" height=\"480\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in less \r\nthan a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 12:33:54','2013-03-27 12:33:54','',31,'http://raylsmith.org/31-revision-41/',0,'revision','',0),(1602,1,'2013-03-12 09:18:34','2013-03-12 09:18:34','<h2 style=\"text-align: center;\"><strong>What we Believe</strong></h2>\r\n<img class=\"alignright size-medium wp-image-1544\" style=\"border: 0px none;\" alt=\"Statement of Faith\" src=\"http://raylsmith.org/wp-content/uploads/2013/03/statement-300x208.png\" width=\"300\" height=\"208\" />1. <strong>The entire bible is God’s Word to his people and is the Truth</strong>.\r\nGod’s Word, the Bible is his living Word, His word guides our lives and gives us instruction\r\nFor our daily Living. 2 Timothy 3: 16-All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness\r\n\r\n2. <strong>The only way to the Father is through his Son Jesus Christ</strong>.\r\nWe can only receive Salvation through Jesus Christ, he is the only way.\r\nJohn 14:6- Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n3. <strong>We believe in God the Father, God the Son and God the Holy Spirit</strong>.\r\n1 Peter 1:3 - Blessed be the God and Father of our Lord Jesus Christ, which according to his abundant mercy hath begotten us again unto a lively hope by the resurrection of Jesus Christ from the dead.\r\n\r\nHebrews 4:14 - Seeing then that we have a great high priest, that is passed into the heavens, Jesus the Son of God, let us hold fast our profession.\r\n\r\nMatthew 28:19 - Go you therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost:\r\n\r\n4. <strong>Baptism of the Holy Spirit</strong>\r\nActs 2:4- And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance\r\n\r\n5. <strong>God hears and answers Prayer</strong>\r\nIsaiah 65:24-And it shall come to pass, that before they call, I will answer; and while they are yet speaking, I will hear.\r\n\r\n6. <strong>God’s Church , the local body of believers assembling together</strong>\r\nHebrews 10:25-Not forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching\r\n\r\n7. <strong>God loves us all and sent his Son, Jesus Christ to die for us all</strong>.\r\nJohn 3:16-For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.','Statement of Faith','','inherit','open','open','','1537-revision-5','','','2013-03-12 09:18:34','2013-03-12 09:18:34','',1537,'http://raylsmith.org/1537-revision-5/',0,'revision','',0),(1604,1,'2013-04-06 14:19:01','2013-04-06 14:19:01','&nbsp;\r\n\r\n<strong>Our Commitment To you</strong>\r\n<ul>\r\n	<li>As an online member to House of Prayer Ministries, the benefits listed will always continue as long as you stay connected to the ministry.</li>\r\n</ul>\r\n<ul>\r\n	<li>We are committed to help you walk in all the things that God has provided for you as a Christian</li>\r\n</ul>\r\n<ul>\r\n	<li>Whatever God has called or anointed you to do personally, we are committed to helping you reach your goals and where you want to be in Christ Jesus.</li>\r\n</ul>\r\n<ul>\r\n	<li>We are committed to hearing from heaven and giving you what God has given us without anything being added to what God has said to you.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What is your commitment to us?</strong>\r\n<ul>\r\n	<li>Once you hear and understand the word of God obey it.</li>\r\n</ul>\r\n<ul>\r\n	<li>Tell of someone of the things God is doing for you</li>\r\n</ul>\r\n<ul>\r\n	<li>Pray for the ministry</li>\r\n</ul>\r\n<ul>\r\n	<li>Be faithful to attend online services</li>\r\n</ul>\r\n<ul>\r\n	<li>Give financially as God leads you</li>\r\n</ul>','Commitment','','publish','open','open','','commitment','','','2013-06-18 06:16:46','2013-06-18 06:16:46','',0,'http://raylsmith.org/?page_id=1604',0,'page','',0),(1605,1,'2013-02-14 08:18:37','2013-02-14 08:18:37','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"250\"></td>\r\n<td><strong>Fill up the form below to join.</strong>\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-02-14 08:18:37','2013-02-14 08:18:37','',1447,'http://raylsmith.org/1447-revision-2/',0,'revision','',0),(1607,1,'2013-04-06 14:31:45','2013-04-06 14:31:45','<img class=\"wp-image-628 aligncenter\" alt=\"Covenant Partner\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" width=\"720\" height=\"149\" />\n<table>\n<tbody>\n<tr>\n<td width=\"100\"></td>\n<td>A <strong>Covenant Partner</strong> commits to giving to the <span style=\"text-decoration: underline;\">House of Prayer Ministry</span> either weekly, monthly, quarterly or yearly. However the Lords leads you to give into this ministry. You will also pray for the House of Prayer do what the Lord has call them to do for cities, states, and nations.As a <em>covenant partner</em>, you are agreeing with vision of the House of Prayer Ministries by supporting them through prayer and financial support for witnessing to the <strong>Body of Christ</strong>, and the world for God\'s kingdom purposes.\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\n\n<center>[paypal-donation]</center></td>\n<td width=\"100\"></td>\n</tr>\n</tbody>\n</table>','Covenant Partner','','inherit','open','open','','1452-autosave','','','2013-04-06 14:31:45','2013-04-06 14:31:45','',1452,'http://raylsmith.org/1452-autosave/',0,'revision','',0),(1606,1,'2013-04-06 14:20:45','2013-04-06 14:20:45','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"250\"></td>\r\n<td><strong>Fill up the form below to join.</strong>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-04-06 14:20:45','2013-04-06 14:20:45','',1447,'http://raylsmith.org/1447-revision-3/',0,'revision','',0),(1608,1,'2013-02-14 08:22:40','2013-02-14 08:22:40','<img class=\"wp-image-628 aligncenter\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" alt=\"Covenant Partner\" width=\"720\" height=\"149\" />\r\n\r\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\r\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\r\n\r\n<center>[paypal-donation]</center>\r\n','Covenant Partner','','inherit','open','open','','1452-revision-2','','','2013-02-14 08:22:40','2013-02-14 08:22:40','',1452,'http://raylsmith.org/1452-revision-2/',0,'revision','',0),(1609,1,'2013-04-06 14:29:02','2013-04-06 14:29:02','<img class=\"wp-image-628 aligncenter\" alt=\"Covenant Partner\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" width=\"720\" height=\"149\" />\r\n\r\nA <strong>Covenant Partner</strong> commits to giving to the <span style=\"text-decoration: underline;\">House of Prayer Ministry</span> either weekly, monthly, quarterly or yearly. However the Lords leads you to give into this ministry. You will also pray for the House of Prayer do what the Lord has call them to do for cities, states, and nations.\r\n\r\nAs a <em>covenant partner</em>, you are agreeing with vision of the House of Prayer Ministries by supporting them through prayer and financial support for witnessing to the <strong>Body of Christ</strong>, and the world for God\'s kingdom purposes.\r\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\r\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\r\n\r\n<center>[paypal-donation]</center>','Covenant Partner','','inherit','open','open','','1452-revision-3','','','2013-04-06 14:29:02','2013-04-06 14:29:02','',1452,'http://raylsmith.org/1452-revision-3/',0,'revision','',0),(1610,1,'2013-04-06 14:29:21','2013-04-06 14:29:21','<img class=\"wp-image-628 aligncenter\" alt=\"Covenant Partner\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" width=\"720\" height=\"149\" />\r\n\r\nA <strong>Covenant Partner</strong> commits to giving to the <span style=\"text-decoration: underline;\">House of Prayer Ministry</span> either weekly, monthly, quarterly or yearly. However the Lords leads you to give into this ministry. You will also pray for the House of Prayer do what the Lord has call them to do for cities, states, and nations.\r\n\r\nAs a <em>covenant partner</em>, you are agreeing with vision of the House of Prayer Ministries by supporting them through prayer and financial support for witnessing to the <strong>Body of Christ</strong>, and the world for God\'s kingdom purposes.\r\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\r\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\r\n\r\n<center>[paypal-donation]</center>','Covenant Partner','','inherit','open','open','','1452-revision-4','','','2013-04-06 14:29:21','2013-04-06 14:29:21','',1452,'http://raylsmith.org/1452-revision-4/',0,'revision','',0),(1611,1,'2013-04-06 14:30:41','2013-04-06 14:30:41','<img class=\"wp-image-628 aligncenter\" alt=\"Covenant Partner\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner.png\" width=\"720\" height=\"149\" />\r\n<table>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\nA <strong>Covenant Partner</strong> commits to giving to the <span style=\"text-decoration: underline;\">House of Prayer Ministry</span> either weekly, monthly, quarterly or yearly. However the Lords leads you to give into this ministry. You will also pray for the House of Prayer do what the Lord has call them to do for cities, states, and nations.\r\n\r\nAs a <em>covenant partner</em>, you are agreeing with vision of the House of Prayer Ministries by supporting them through prayer and financial support for witnessing to the <strong>Body of Christ</strong>, and the world for God\'s kingdom purposes.\r\n<p style=\"text-align: center;\"><strong>By clicking the button below means that you are accepting to become a\r\nCOVENANT PARTNER on this site Ray Smith International.</strong></p>\r\n\r\n<center>[paypal-donation]</center>\r\n</td>\r\n<td width=\"100\"></td>\r\n</tr>\r\n</table>','Covenant Partner','','inherit','open','open','','1452-revision-5','','','2013-04-06 14:30:41','2013-04-06 14:30:41','',1452,'http://raylsmith.org/1452-revision-5/',0,'revision','',0),(1612,1,'2013-04-06 15:04:07','2013-04-06 15:04:07','<strong>Our Commitment To you</strong>\n\n<strong>What is your commitment to us?</strong>\n[custom_list green]\n<ul>\n	<li>Once you hear and understand the word of God obey it.</li>\n</ul>\n<ul>\n	<li>Tell of someone of the things God is doing for you</li>\n</ul>\n<ul>\n	<li>Pray for the ministry</li>\n</ul>\n<ul>\n	<li>Be faithful to attend online services</li>\n</ul>\n<ul>\n	<li>Give financially as God leads you</li>\n</ul>\n[/custom','Commitment','','inherit','open','open','','1604-autosave','','','2013-04-06 15:04:07','2013-04-06 15:04:07','',1604,'http://raylsmith.org/1604-autosave/',0,'revision','',0),(1613,1,'2013-04-06 14:19:01','2013-04-06 14:19:01','Our Commitment To you','Commitment','','inherit','open','open','','1604-revision','','','2013-04-06 14:19:01','2013-04-06 14:19:01','',1604,'http://raylsmith.org/1604-revision/',0,'revision','',0),(1614,1,'2013-04-06 15:04:17','2013-04-06 15:04:17','<strong>Our Commitment To you</strong>\r\n\r\n<strong>What is your commitment to us?</strong>\r\n[custom_list green]\r\n<ul>\r\n	<li>Once you hear and understand the word of God obey it.</li>\r\n</ul>\r\n<ul>\r\n	<li>Tell of someone of the things God is doing for you</li>\r\n</ul>\r\n<ul>\r\n	<li>Pray for the ministry</li>\r\n</ul>\r\n<ul>\r\n	<li>Be faithful to attend online services</li>\r\n</ul>\r\n<ul>\r\n	<li>Give financially as God leads you</li>\r\n</ul>\r\n[/custom_list]','Commitment','','inherit','open','open','','1604-revision-2','','','2013-04-06 15:04:17','2013-04-06 15:04:17','',1604,'http://raylsmith.org/1604-revision-2/',0,'revision','',0),(1615,1,'2014-09-22 06:55:48','2014-09-22 06:55:48','&nbsp;\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"100\"></td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\n\n<ul>\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\n</ul>\n<ul>\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\n</ul>\n<ul>\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\n</ul>\n<ul>\n	<li>Personel Spiritual Guidance</li>\n</ul>\n<ul>\n	<li>Access to ministry team</li>\n</ul>\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\nTinita Jones-Dream Interpetation prophetic word\nNicolas Wilder - Ministry of Worship Prophetic word</p>\n\n<ul>\n	<li>Private online church meeting place on facebook</li>\n</ul>\n<ul>\n	<li>Share in the blessing and anointing that is on our church</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n\nFill up the form below to join.\n<center><table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\n<tbody>\n<tr>\n<td width=\"50\">\n<td height=\"550\" width=\"524\">\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\n</td>\n</tr>\n</tbody>\n</table></center>\n\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-autosave-v1','','','2014-09-22 06:55:48','2014-09-22 06:55:48','',1447,'http://raylsmith.org/1447-autosave/',0,'revision','',0),(1616,1,'2013-04-06 14:21:19','2013-04-06 14:21:19','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"250\"></td>\r\n<td>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-04-06 14:21:19','2013-04-06 14:21:19','',1447,'http://raylsmith.org/1447-revision-4/',0,'revision','',0),(1617,1,'2013-04-06 15:39:14','2013-04-06 15:39:14','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"250\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-04-06 15:39:14','2013-04-06 15:39:14','',1447,'http://raylsmith.org/1447-revision-5/',0,'revision','',0),(1619,1,'2013-03-27 12:34:37','2013-03-27 12:34:37','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"550\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"3\" height=\"480\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in \r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-03-27 12:34:37','2013-03-27 12:34:37','',31,'http://raylsmith.org/31-revision-42/',0,'revision','',0),(1618,1,'2013-04-11 09:46:04','2013-04-11 09:46:04','','testimony','','inherit','open','open','','testimony-2','','','2013-04-11 09:46:04','2013-04-11 09:46:04','',31,'http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif',0,'attachment','image/gif',0),(1621,1,'2013-04-11 09:48:41','2013-04-11 09:48:41','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:48:41','2013-04-11 09:48:41','',31,'http://raylsmith.org/31-revision-44/',0,'revision','',0),(1622,1,'2013-04-11 09:49:28','2013-04-11 09:49:28','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"800\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:49:28','2013-04-11 09:49:28','',31,'http://raylsmith.org/31-revision-45/',0,'revision','',0),(1623,1,'2013-04-11 09:50:33','2013-04-11 09:50:33','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\" height=\"900\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:50:33','2013-04-11 09:50:33','',31,'http://raylsmith.org/31-revision-46/',0,'revision','',0),(1624,1,'2013-04-11 09:56:12','2013-04-11 09:56:12','','testimonies-bg2','','inherit','open','open','','testimonies-bg2','','','2013-04-11 09:56:12','2013-04-11 09:56:12','',31,'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png',0,'attachment','image/png',0),(1627,1,'2013-04-11 09:58:23','2013-04-11 09:58:23','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1570\" style=\"border: 0px none;\" alt=\"Testimonies\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimonies.png\" width=\"846\" height=\"237\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">\r\n<marquee  behavior=\"scroll\" direction=\"up\" scrollamount=\"3\" height=\"480\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with \r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in \r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\n\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more \r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction, \r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord, \r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more \r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously, \r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries. \r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations \r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n</marquee>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:58:23','2013-04-11 09:58:23','',31,'http://raylsmith.org/31-revision-49/',0,'revision','',0),(1625,1,'2013-04-11 09:51:15','2013-04-11 09:51:15','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:51:15','2013-04-11 09:51:15','',31,'http://raylsmith.org/31-revision-47/',0,'revision','',0),(1626,1,'2013-04-11 09:57:35','2013-04-11 09:57:35','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 09:57:35','2013-04-11 09:57:35','',31,'http://raylsmith.org/31-revision-48/',0,'revision','',0),(1628,1,'2013-04-11 10:00:34','2013-04-11 10:00:34','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"700\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 10:00:34','2013-04-11 10:00:34','',31,'http://raylsmith.org/31-revision-50/',0,'revision','',0),(1630,1,'2013-04-11 10:04:12','2013-04-11 10:04:12','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #3366ff; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #ff0000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-11 10:04:12','2013-04-11 10:04:12','',31,'http://raylsmith.org/31-revision-51/',0,'revision','',0),(1631,1,'2013-04-16 07:54:44','2013-04-16 07:54:44','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>I was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>I am a man healed of scoliosis. - <em><strong>J.S.</strong></em>I am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-16 07:54:44','2013-04-16 07:54:44','',31,'http://raylsmith.org/31-revision-52/',0,'revision','',0),(1633,1,'2013-04-18 01:40:39','2013-04-18 01:40:39','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 4','','publish','open','open','','provision-part-4','','','2014-08-21 14:51:54','2014-08-21 14:51:54','',0,'http://raylsmith.org/?p=1633',0,'post','',0),(1634,1,'2013-04-18 00:54:49','2013-04-18 00:54:49','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Hunger','','inherit','open','open','','1547-autosave-v1','','','2013-04-18 00:54:49','2013-04-18 00:54:49','',1547,'http://raylsmith.org/1547-autosave/',0,'revision','',0),(1636,1,'2013-04-18 03:42:29','2013-04-18 03:42:29','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 4','','inherit','open','open','','1633-autosave-v1','','','2013-04-18 03:42:29','2013-04-18 03:42:29','',1633,'http://raylsmith.org/1633-autosave/',0,'revision','',0),(1635,1,'2013-04-18 01:40:06','2013-04-18 01:40:06','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 4','','inherit','open','open','','1633-revision-v1','','','2013-04-18 01:40:06','2013-04-18 01:40:06','',1633,'http://raylsmith.org/1633-revision/',0,'revision','',0),(1637,1,'2013-04-18 01:40:39','2013-04-18 01:40:39','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/30bYJSqW5WA\" frameborder=\"0\" allowfullscreen=\"false\"></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 4','','inherit','open','open','','1633-revision-v1','','','2013-04-18 01:40:39','2013-04-18 01:40:39','',1633,'http://raylsmith.org/1633-revision-2/',0,'revision','',0),(1638,1,'2013-04-18 01:44:31','2013-04-18 01:44:31','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 3','','publish','open','open','','provision-part-3','','','2014-08-21 14:51:46','2014-08-21 14:51:46','',0,'http://raylsmith.org/?p=1638',0,'post','',0),(1639,1,'2013-04-18 01:43:49','2013-04-18 01:43:49','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 3','','inherit','open','open','','1638-revision-v1','','','2013-04-18 01:43:49','2013-04-18 01:43:49','',1638,'http://raylsmith.org/1638-revision/',0,'revision','',0),(1640,1,'2013-04-18 01:46:03','2013-04-18 01:46:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 2','','publish','open','open','','provision-part-2','','','2014-08-21 14:51:36','2014-08-21 14:51:36','',0,'http://raylsmith.org/?p=1640',0,'post','',0),(1641,1,'2013-04-18 01:46:00','2013-04-18 01:46:00','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 2','','inherit','open','open','','1640-revision-v1','','','2013-04-18 01:46:00','2013-04-18 01:46:00','',1640,'http://raylsmith.org/1640-revision/',0,'revision','',0),(1642,1,'2013-04-18 01:44:31','2013-04-18 01:44:31','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 3','','inherit','open','open','','1638-revision-v1','','','2013-04-18 01:44:31','2013-04-18 01:44:31','',1638,'http://raylsmith.org/1638-revision-2/',0,'revision','',0),(1643,1,'2013-04-18 01:47:37','2013-04-18 01:47:37','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 1','','publish','open','open','','provision-part-1','','','2014-08-21 14:51:28','2014-08-21 14:51:28','',0,'http://raylsmith.org/?p=1643',0,'post','',0),(1644,1,'2013-04-18 01:47:27','2013-04-18 01:47:27','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 1','','inherit','open','open','','1643-revision-v1','','','2013-04-18 01:47:27','2013-04-18 01:47:27','',1643,'http://raylsmith.org/1643-revision/',0,'revision','',0),(1791,1,'2013-07-08 02:18:13','2013-07-08 02:18:13','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-07-08 02:18:13','2013-07-08 02:18:13','',1272,'http://raylsmith.org/1272-revision-50/',0,'revision','',0),(1645,1,'2013-03-12 14:40:25','2013-03-12 14:40:25','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-03-12 14:40:25','2013-03-12 14:40:25','',1272,'http://raylsmith.org/1272-revision-34/',0,'revision','',0),(1646,1,'2013-04-18 02:09:44','2013-04-18 02:09:44','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-04-18 02:09:44','2013-04-18 02:09:44','',1272,'http://raylsmith.org/1272-revision-35/',0,'revision','',0),(1647,1,'2013-04-18 02:11:56','2013-04-18 02:11:56','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-04-18 02:11:56','2013-04-18 02:11:56','',1272,'http://raylsmith.org/1272-revision-36/',0,'revision','',0),(1648,1,'2013-04-18 02:14:02','2013-04-18 02:14:02','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-04-18 02:14:02','2013-04-18 02:14:02','',1272,'http://raylsmith.org/1272-revision-37/',0,'revision','',0),(1649,1,'2013-04-18 03:42:13','2013-04-18 03:42:13','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 1','','inherit','open','open','','1643-autosave-v1','','','2013-04-18 03:42:13','2013-04-18 03:42:13','',1643,'http://raylsmith.org/1643-autosave/',0,'revision','',0),(1650,1,'2013-04-18 03:42:25','2013-04-18 03:42:25','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 3','','inherit','open','open','','1638-autosave-v1','','','2013-04-18 03:42:25','2013-04-18 03:42:25','',1638,'http://raylsmith.org/1638-autosave/',0,'revision','',0),(1651,1,'2013-04-18 03:42:15','2013-04-18 03:42:15','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Provision Part 2','','inherit','open','open','','1640-autosave-v1','','','2013-04-18 03:42:15','2013-04-18 03:42:15','',1640,'http://raylsmith.org/1640-autosave/',0,'revision','',0),(1652,1,'2013-04-18 01:47:37','2013-04-18 01:47:37','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 1','','inherit','open','open','','1643-revision-v1','','','2013-04-18 01:47:37','2013-04-18 01:47:37','',1643,'http://raylsmith.org/1643-revision-2/',0,'revision','',0),(1653,1,'2013-04-18 01:46:03','2013-04-18 01:46:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 2','','inherit','open','open','','1640-revision-v1','','','2013-04-18 01:46:03','2013-04-18 01:46:03','',1640,'http://raylsmith.org/1640-revision-2/',0,'revision','',0),(1654,1,'2013-04-18 01:46:13','2013-04-18 01:46:13','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 3','','inherit','open','open','','1638-revision-v1','','','2013-04-18 01:46:13','2013-04-18 01:46:13','',1638,'http://raylsmith.org/1638-revision-3/',0,'revision','',0),(1655,1,'2013-04-18 01:43:05','2013-04-18 01:43:05','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 4','','inherit','open','open','','1633-revision-v1','','','2013-04-18 01:43:05','2013-04-18 01:43:05','',1633,'http://raylsmith.org/1633-revision-3/',0,'revision','',0),(1656,1,'2013-03-12 14:37:42','2013-03-12 14:37:42','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hunger/\"><img class=\"aligncenter size-full wp-image-1548\" style=\"border: 0px none;\" alt=\"raylsmith-hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hunger</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-03-12 14:37:42','2013-03-12 14:37:42','',888,'http://raylsmith.org/888-revision-42/',0,'revision','',0),(1658,1,'2013-04-18 07:58:22','2013-04-18 07:58:22','','provision2','','inherit','open','open','','provision2','','','2013-04-18 07:58:22','2013-04-18 07:58:22','',888,'http://raylsmith.org/wp-content/uploads/2012/11/provision2.png',0,'attachment','image/png',0),(1657,1,'2013-04-18 07:53:48','2013-04-18 07:53:48','','provision1','','inherit','open','open','','provision1','','','2013-04-18 07:53:48','2013-04-18 07:53:48','',888,'http://raylsmith.org/wp-content/uploads/2012/11/provision1.png',0,'attachment','image/png',0),(1659,1,'2013-04-18 08:03:37','2013-04-18 08:03:37','','provision3','','inherit','open','open','','provision3','','','2013-04-18 08:03:37','2013-04-18 08:03:37','',888,'http://raylsmith.org/wp-content/uploads/2012/11/provision3.png',0,'attachment','image/png',0),(1667,1,'2013-04-29 14:46:03','2013-04-29 14:46:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Mystery of Life','','publish','open','open','','the-mystery-of-life','','','2013-04-29 14:46:03','2013-04-29 14:46:03','',0,'http://raylsmith.org/?p=1667',0,'post','',0),(1660,1,'2013-04-18 03:43:04','2013-04-18 03:43:04','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hunger/\"><img class=\"aligncenter size-full wp-image-1548\" style=\"border: 0px none;\" alt=\"raylsmith-hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hunger.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hunger</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/times-vs-power/\"><img class=\"size-full wp-image-1469 aligncenter\" style=\"border: 0px none;\" alt=\"Times Vs Power\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/times-vs-power2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Times Vs Power\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/safety/\"><img class=\"aligncenter size-full wp-image-1245\" style=\"border: 0px none;\" alt=\"Safety\" src=\"http://raylsmith.org/wp-content/uploads/2013/02/safety2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Safety</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-04-18 03:43:04','2013-04-18 03:43:04','',888,'http://raylsmith.org/888-revision-43/',0,'revision','',0),(1662,1,'2013-04-18 08:18:30','2013-04-18 08:18:30','','raylsmith-provision','','inherit','open','open','','raylsmith-provision','','','2013-04-18 08:18:30','2013-04-18 08:18:30','',0,'http://raylsmith.org/wp-content/uploads/2013/04/raylsmith-provision.png',0,'attachment','image/png',0),(1663,1,'2013-04-18 08:15:24','2013-04-18 08:15:24','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/hunger/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hungerhome.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-04-18 08:15:24','2013-04-18 08:15:24','',2,'http://raylsmith.org/2-revision-140/',0,'revision','',0),(1661,1,'2013-03-12 14:49:11','2013-03-12 14:49:11','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><a href=\"http://raylsmith.org/hunger/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hungerhome.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-03-12 14:49:11','2013-03-12 14:49:11','',2,'http://raylsmith.org/2-revision-139/',0,'revision','',0),(1793,1,'2013-07-08 02:26:22','2013-07-08 02:26:22','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>It is Good Part 1</strong>\n<strong>May 28, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>It is Good Part 3</strong>\n<strong>May 28, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>The Holy Spirit Part 1</strong>\n<strong>May 8, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>The Revelation of Life</strong>\n<strong>April 28, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Provision Part2</strong>\n<strong>April 16, 2013</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Be An Adult Part 2</strong>\n<strong>July 3, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>No Limits Part 1</strong>\n<strong>June 25, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>No Limits Part 3</strong>\n<strong>June 26, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Your Vision Part 1</strong>\n<strong>June 18, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Your Vision Part 3</strong>\n<strong>June 18, 2013</strong></p>\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2</span></p>','Sermons Page 2','','inherit','open','open','','1792-revision-v1','','','2013-07-08 02:26:22','2013-07-08 02:26:22','',1792,'http://raylsmith.org/1792-revision/',0,'revision','',0),(1666,1,'2013-04-29 14:39:55','2013-04-29 14:39:55','','raylsmith-mystery','','inherit','open','open','','raylsmith-mystery','','','2013-04-29 14:39:55','2013-04-29 14:39:55','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png',0,'attachment','image/png',0),(1668,1,'2013-04-29 14:45:47','2013-04-29 14:45:47','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','The Mystery of Life','','inherit','open','open','','1667-revision','','','2013-04-29 14:45:47','2013-04-29 14:45:47','',1667,'http://raylsmith.org/1667-revision/',0,'revision','',0),(1669,1,'2013-04-18 08:09:00','2013-04-18 08:09:00','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"aligncenter size-full wp-image-1657\" style=\"border: 0px none;\" alt=\"Provision Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Provision Part 1\r\n</strong></p>\r\n<p style=\"text-align: center;\">[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/provision-part-2/\"><img class=\"aligncenter size-full wp-image-1658\" style=\"border: 0px none;\" alt=\"Provision Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong><strong>Provision Part 2</strong>\r\n</strong></p>\r\n<p style=\"text-align: center;\">[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/provision-part-3/\"><img class=\"aligncenter size-full wp-image-1659\" style=\"border: 0px none;\" alt=\"Provision Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong><strong><strong>Provision Part 3\r\n</strong></strong></strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-04-18 08:09:00','2013-04-18 08:09:00','',888,'http://raylsmith.org/888-revision-44/',0,'revision','',0),(1670,1,'2013-04-29 14:50:55','2013-04-29 14:50:55','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Mystery of Life\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"aligncenter size-full wp-image-1657\" style=\"border: 0px none;\" alt=\"Provision Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Provision Part 1\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-2/\"><img class=\"aligncenter size-full wp-image-1658\" style=\"border: 0px none;\" alt=\"Provision Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong><strong>Provision Part 2</strong>\r\n</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Mystery Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-04-29 14:50:55','2013-04-29 14:50:55','',888,'http://raylsmith.org/888-revision-45/',0,'revision','',0),(1671,1,'2013-04-18 08:19:53','2013-04-18 08:19:53','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2013/04/raylsmith-provision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-04-18 08:19:53','2013-04-18 08:19:53','',2,'http://raylsmith.org/2-revision-141/',0,'revision','',0),(1674,1,'2013-04-29 14:08:44','2013-04-29 14:08:44','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Mystery of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-04-29 14:08:44','2013-04-29 14:08:44','',1272,'http://raylsmith.org/1272-revision-39/',0,'revision','',0),(1672,1,'2013-04-29 15:00:03','2013-04-29 15:00:03','','raylsmith-mysteryoflife','','inherit','open','open','','raylsmith-mysteryoflife','','','2013-04-29 15:00:03','2013-04-29 15:00:03','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-mysteryoflife.png',0,'attachment','image/png',0),(2013,1,'2014-10-27 12:38:54','2014-10-27 12:38:54','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\n\n<table>\n<tbody>\n<tr>\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n\n<a href=\"http://raylsmith.org/living-water/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/living-water.jpg\" alt=\"Living Water\" width=\"230\" height=\"155\" /></a></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\n\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\n\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\n\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/message/\">Messages</a>\n\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\n\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\n\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\n\n[/wpcol_1quarter_end]\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\n\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\n\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\n\nSign up to be notified for services via the internet.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/international/\">International</a>\n\nHear our inspirational messages through radio.\n\n[/wpcol_1quarter_end]\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\n\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\n\nWe stand that His will is done.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\n\nExperience God\'s presence.\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\n\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\n\nSign, Wonders and Miracles\n[/wpcol_1quarter_end]\n\n<hr />\n\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\n&nbsp;\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-autosave-v1','','','2014-10-27 12:38:54','2014-10-27 12:38:54','',2,'http://raylsmith.org/2-autosave-v1/',0,'revision','',0),(1688,1,'2013-05-09 08:06:36','2013-05-09 08:06:36','','raylsmith-holyspirit','','inherit','open','open','','raylsmith-holyspirit','','','2013-05-09 08:06:36','2013-05-09 08:06:36','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-holyspirit.png',0,'attachment','image/png',0),(1673,1,'2013-04-29 14:58:17','2013-04-29 14:58:17','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2013/04/raylsmith-provision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-04-29 14:58:17','2013-04-29 14:58:17','',2,'http://raylsmith.org/2-revision-142/',0,'revision','',0),(1675,1,'2013-04-29 14:51:56','2013-04-29 14:51:56','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Mystery of Life\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"aligncenter size-full wp-image-1657\" style=\"border: 0px none;\" alt=\"Provision Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Provision Part 1\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-2/\"><img class=\"aligncenter size-full wp-image-1658\" style=\"border: 0px none;\" alt=\"Provision Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong><strong>Provision Part 2</strong>\r\n</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Mystery Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-04-29 14:51:56','2013-04-29 14:51:56','',888,'http://raylsmith.org/888-revision-46/',0,'revision','',0),(1677,1,'2013-05-09 07:29:07','2013-05-09 07:29:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Holy Spirit Part 2','','publish','open','open','','the-holy-spirit-part-2','','','2014-08-21 14:19:38','2014-08-21 14:19:38','',0,'http://raylsmith.org/?p=1677',0,'post','',0),(1678,1,'2013-05-09 07:28:23','2013-05-09 07:28:23','','The Holy Spirit Part 2','','inherit','open','open','','1677-revision-v1','','','2013-05-09 07:28:23','2013-05-09 07:28:23','',1677,'http://raylsmith.org/1677-revision/',0,'revision','',0),(1679,1,'2013-05-09 07:30:49','2013-05-09 07:30:49','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Holy Spirit Part 1','','publish','open','open','','the-holy-spirit-part-1','','','2014-08-21 14:19:29','2014-08-21 14:19:29','',0,'http://raylsmith.org/?p=1679',0,'post','',0),(1680,1,'2013-05-09 07:30:27','2013-05-09 07:30:27','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','The Holy Spirit Part 1','','inherit','open','open','','1679-revision-v1','','','2013-05-09 07:30:27','2013-05-09 07:30:27','',1679,'http://raylsmith.org/1679-revision/',0,'revision','',0),(1681,1,'2013-05-03 10:12:20','2013-05-03 10:12:20','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-05-03 10:12:20','2013-05-03 10:12:20','',1272,'http://raylsmith.org/1272-revision-40/',0,'revision','',0),(1794,1,'2013-07-08 02:38:48','2013-07-08 02:38:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 5','','publish','open','closed','','sermons-page-5','','','2014-01-09 12:49:49','2014-01-09 12:49:49','',0,'http://raylsmith.org/?page_id=1794',0,'page','',0),(1685,1,'2013-05-09 07:56:56','2013-05-09 07:56:56','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/the-holy-spirit-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 1</strong></p>\r\n<p style=\"text-align: center;\">[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit2.png\" width=\"293\" height=\"163\" /></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Revelation of Life</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-05-09 07:56:56','2013-05-09 07:56:56','',888,'http://raylsmith.org/888-revision-48/',0,'revision','',0),(1682,1,'2013-05-09 07:53:30','2013-05-09 07:53:30','','raylsmith-holyspirit1','','inherit','open','open','','raylsmith-holyspirit1','','','2013-05-09 07:53:30','2013-05-09 07:53:30','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit1.png',0,'attachment','image/png',0),(1683,1,'2013-05-09 07:54:28','2013-05-09 07:54:28','','raylsmith-holyspirit2','','inherit','open','open','','raylsmith-holyspirit2','','','2013-05-09 07:54:28','2013-05-09 07:54:28','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit2.png',0,'attachment','image/png',0),(1684,1,'2013-05-03 10:14:07','2013-05-03 10:14:07','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Revelation of Life\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-1/\"><img class=\"aligncenter size-full wp-image-1657\" style=\"border: 0px none;\" alt=\"Provision Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Provision Part 1\r\n</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/provision-part-2/\"><img class=\"aligncenter size-full wp-image-1658\" style=\"border: 0px none;\" alt=\"Provision Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/provision2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong><strong>Provision Part 2</strong>\r\n</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-05-03 10:14:07','2013-05-03 10:14:07','',888,'http://raylsmith.org/888-revision-47/',0,'revision','',0),(1686,1,'2013-05-09 07:59:33','2013-05-09 07:59:33','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/the-mystery-of-life/\">\r\n</a>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Revelation of Life</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-05-09 07:59:33','2013-05-09 07:59:33','',888,'http://raylsmith.org/888-revision-49/',0,'revision','',0),(1687,1,'2013-04-29 15:00:41','2013-04-29 15:00:41','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-mysteryoflife.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-04-29 15:00:41','2013-04-29 15:00:41','',2,'http://raylsmith.org/2-revision-143/',0,'revision','',0),(1689,1,'2013-05-09 08:04:12','2013-05-09 08:04:12','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-mysteryoflife.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-05-09 08:04:12','2013-05-09 08:04:12','',2,'http://raylsmith.org/2-revision-144/',0,'revision','',0),(1690,1,'2013-05-09 07:35:05','2013-05-09 07:35:05','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-05-09 07:35:05','2013-05-09 07:35:05','',1272,'http://raylsmith.org/1272-revision-41/',0,'revision','',0),(1691,1,'2013-05-15 06:12:17','2013-05-15 06:12:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Heart','','publish','open','open','','heart','','','2014-08-21 14:34:28','2014-08-21 14:34:28','',0,'http://raylsmith.org/?p=1691',0,'post','',0),(1692,1,'2013-05-15 06:12:09','2013-05-15 06:12:09','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Heart','','inherit','open','open','','1691-revision-v1','','','2013-05-15 06:12:09','2013-05-15 06:12:09','',1691,'http://raylsmith.org/1691-revision/',0,'revision','',0),(1693,1,'2013-01-31 06:04:34','2013-01-31 06:04:34','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','inherit','open','open','','416-revision-31','','','2013-01-31 06:04:34','2013-01-31 06:04:34','',416,'http://raylsmith.org/416-revision-31/',0,'revision','',0),(1694,1,'2013-05-15 07:38:25','2013-05-15 07:38:25','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">PastorRayCom GLS4U Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','inherit','open','open','','416-revision-32','','','2013-05-15 07:38:25','2013-05-15 07:38:25','',416,'http://raylsmith.org/416-revision-32/',0,'revision','',0),(1695,1,'2013-05-15 07:39:48','2013-05-15 07:39:48','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','inherit','open','open','','416-revision-33','','','2013-05-15 07:39:48','2013-05-15 07:39:48','',416,'http://raylsmith.org/416-revision-33/',0,'revision','',0),(1696,1,'2013-05-15 07:41:12','2013-05-15 07:41:12','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Intro</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoIntro.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Ending</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoEnding.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','inherit','open','open','','416-revision-34','','','2013-05-15 07:41:12','2013-05-15 07:41:12','',416,'http://raylsmith.org/416-revision-34/',0,'revision','',0),(1697,1,'2013-05-15 15:19:57','2013-05-15 15:19:57','<center><table>\r\n<tr>\r\n<td width=\"600\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: xx-large;\">\"God\'s Lifestyle For You\"</span>\r\n<em><span style=\"font-size: x-large;\">with Pastor Ray Smith</span></em></p>\r\n\r\n<center><img class=\"aligncenter size-full wp-image-970\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/08/raysmith.png\" width=\"350\" height=\"263\" /></center>\r\n<center>[esplayer url=\"http://raylsmith.org/radio-welcome.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Our Radio Welcome Message</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/beg.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our Welcome Message...</em></center>\r\n\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Fellowship With God</span></center>\r\n<center>[esplayer url=\"http://raylsmith.org/fellowship.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">How to Receive God\'s Promises</span></center><center>[esplayer url=\"http://raylsmith.org/how%20to%20receive%20gods%20promises.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Promo</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_GLS4U_Promo.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Intro</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoIntro.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Pastor Ray Ending</span></center><center>[esplayer url=\"http://raylsmith.org/PastorRayCom_PromoEnding.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n<hr />\r\n\r\n<center><span style=\"font-size: xx-large;\">Answered Prayer</span></center><center>[esplayer url=\"http://raylsmith.org/april24.mp3\" width=\"190\" height=\"25\"]\r\n<em>Click the play button to hear our radio message...</em></center>\r\n\r\n</td>\r\n</tr>\r\n</table></center>','Radio','','inherit','open','open','','416-revision-35','','','2013-05-15 15:19:57','2013-05-15 15:19:57','',416,'http://raylsmith.org/416-revision-35/',0,'revision','',0),(1698,1,'2013-03-20 05:51:38','2013-03-20 05:51:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-03-20 05:51:38','2013-03-20 05:51:38','',1456,'http://raylsmith.org/1456-revision-6/',0,'revision','',0),(1699,1,'2013-05-16 08:56:34','2013-05-16 08:56:34','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 08:56:34','2013-05-16 08:56:34','',1456,'http://raylsmith.org/1456-revision-7/',0,'revision','',0),(1700,1,'2013-05-16 08:58:51','2013-05-16 08:58:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 08:58:51','2013-05-16 08:58:51','',1456,'http://raylsmith.org/1456-revision-8/',0,'revision','',0),(1703,1,'2013-05-16 09:12:56','2013-05-16 09:12:56','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 09:12:56','2013-05-16 09:12:56','',1456,'http://raylsmith.org/1456-revision-11/',0,'revision','',0),(1701,1,'2013-05-16 09:10:19','2013-05-16 09:10:19','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]\r\n\r\n<object width=\"960\" height=\"745\">\r\n      <param name=\"movie\" value=\"http://www.youtube.com/v/9OnIBGR1KRY?fs=1&hl=da_DK&rel=0&hd=1&showinfo=0\">\r\n      <param name=\"allowFullScreen\" value=\"true\"><param name=\"allowscriptaccess\" value=\"always\">\r\n      <embed src=\"http://www.youtube.com/v/9OnIBGR1KRY?fs=1&hl=da_DK&rel=0&hd=1&showinfo=1\" \r\n      type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"960\" height=\"745\">\r\n\r\n    </object>','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 09:10:19','2013-05-16 09:10:19','',1456,'http://raylsmith.org/1456-revision-9/',0,'revision','',0),(1702,1,'2013-05-16 09:12:21','2013-05-16 09:12:21','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]\r\n\r\n<object width=\"960\" height=\"745\">\r\n      <param name=\"movie\" value=\"http://www.youtube.com/v/9OnIBGR1KRY?fs=1&hl=da_DK&rel=0&hd=1&showinfo=0\">\r\n      <param name=\"allowFullScreen\" value=\"true\"><param name=\"allowscriptaccess\" value=\"always\">\r\n      <embed src=\"http://www.youtube.com/v/9OnIBGR1KRY?fs=1&hl=da_DK&rel=0&hd=1&showinfo=0\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"960\" height=\"745\">\r\n\r\n    </object>','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 09:12:21','2013-05-16 09:12:21','',1456,'http://raylsmith.org/1456-revision-10/',0,'revision','',0),(1704,1,'2013-05-16 09:13:28','2013-05-16 09:13:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]\r\n\r\n<object width=\"960\" height=\"745\">\r\n      <param name=\"movie\" value=\"http://www.youtube.com/v/wQpJ_-H1qTc?fs=1&hl=da_DK&rel=0&hd=1\">\r\n      <param name=\"allowFullScreen\" value=\"true\"><param name=\"allowscriptaccess\" value=\"always\">\r\n      <embed src=\"http://www.youtube.com/v/wQpJ_-H1qTc?fs=1&hl=da_DK&rel=0&hd=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"960\" height=\"745\">\r\n\r\n    </object>','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 09:13:28','2013-05-16 09:13:28','',1456,'http://raylsmith.org/1456-revision-12/',0,'revision','',0),(1706,1,'2013-05-14 06:58:50','2013-05-14 06:58:50','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-05-14 06:58:50','2013-05-14 06:58:50','',1272,'http://raylsmith.org/1272-revision-42/',0,'revision','',0),(1707,1,'2013-05-29 13:16:11','2013-05-29 13:16:11','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-05-29 13:16:11','2013-05-29 13:16:11','',1272,'http://raylsmith.org/1272-revision-43/',0,'revision','',0),(1708,1,'2013-05-29 13:39:46','2013-05-29 13:39:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 3','','publish','open','open','','it-is-good-part-3','','','2014-08-21 14:05:32','2014-08-21 14:05:32','',0,'http://raylsmith.org/?p=1708',0,'post','',0),(1709,1,'2013-05-29 13:39:39','2013-05-29 13:39:39','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','It is Good Part 3','','inherit','open','open','','1708-revision-v1','','','2013-05-29 13:39:39','2013-05-29 13:39:39','',1708,'http://raylsmith.org/1708-revision/',0,'revision','',0),(1710,1,'2013-05-29 13:44:34','2013-05-29 13:44:34','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 2','','publish','open','open','','it-is-good-part-2','','','2014-08-21 14:05:24','2014-08-21 14:05:24','',0,'http://raylsmith.org/?p=1710',0,'post','',0),(1711,1,'2013-05-29 13:44:34','2013-05-29 13:44:34','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','It is Good Part 2','','inherit','open','open','','1710-revision-v1','','','2013-05-29 13:44:34','2013-05-29 13:44:34','',1710,'http://raylsmith.org/1710-revision/',0,'revision','',0),(1712,1,'2013-05-29 13:49:59','2013-05-29 13:49:59','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 1','','publish','open','open','','it-is-good-part-1','','','2014-08-21 14:05:14','2014-08-21 14:05:14','',0,'http://raylsmith.org/?p=1712',0,'post','',0),(1713,1,'2013-05-29 13:39:46','2013-05-29 13:39:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 3','','inherit','open','open','','1708-revision-v1','','','2013-05-29 13:39:46','2013-05-29 13:39:46','',1708,'http://raylsmith.org/1708-revision-2/',0,'revision','',0),(1714,1,'2013-05-29 13:48:22','2013-05-29 13:48:22','<table>\n<tbody>\n<tr>\n<td><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','It is Good Part 1','','inherit','open','open','','1712-revision-v1','','','2013-05-29 13:48:22','2013-05-29 13:48:22','',1712,'http://raylsmith.org/1712-revision/',0,'revision','',0),(1715,1,'2013-05-29 13:59:44','2013-05-29 13:59:44','','raylsmith-good1','','inherit','open','open','','raylsmith-good1','','','2013-05-29 13:59:44','2013-05-29 13:59:44','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good1.png',0,'attachment','image/png',0),(1716,1,'2013-05-29 14:03:11','2013-05-29 14:03:11','','raylsmith-good2','','inherit','open','open','','raylsmith-good2','','','2013-05-29 14:03:11','2013-05-29 14:03:11','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good2.png',0,'attachment','image/png',0),(1717,1,'2013-05-29 14:07:30','2013-05-29 14:07:30','','raylsmith-good3','','inherit','open','open','','raylsmith-good3','','','2013-05-29 14:07:30','2013-05-29 14:07:30','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good3.png',0,'attachment','image/png',0),(1718,1,'2013-05-15 06:12:17','2013-05-15 06:12:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Heart','','inherit','open','open','','1691-revision-v1','','','2013-05-15 06:12:17','2013-05-15 06:12:17','',1691,'http://raylsmith.org/1691-revision-2/',0,'revision','',0),(1719,1,'2013-05-09 07:30:49','2013-05-09 07:30:49','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Holy Spirit Part 1','','inherit','open','open','','1679-revision-v1','','','2013-05-09 07:30:49','2013-05-09 07:30:49','',1679,'http://raylsmith.org/1679-revision-2/',0,'revision','',0),(1720,1,'2013-05-09 07:29:07','2013-05-09 07:29:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Holy Spirit Part 2','','inherit','open','open','','1677-revision-v1','','','2013-05-09 07:29:07','2013-05-09 07:29:07','',1677,'http://raylsmith.org/1677-revision-2/',0,'revision','',0),(1721,1,'2013-05-16 09:14:12','2013-05-16 09:14:12','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-16 09:14:12','2013-05-16 09:14:12','',1456,'http://raylsmith.org/1456-revision-13/',0,'revision','',0),(1722,1,'2013-02-11 14:03:33','2013-02-11 14:03:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Safety','','inherit','open','open','','1405-revision-v1','','','2013-02-11 14:03:33','2013-02-11 14:03:33','',1405,'http://raylsmith.org/1405-revision/',0,'revision','',0),(1723,1,'2013-05-09 08:02:10','2013-05-09 08:02:10','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"The Holy Spirit Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-holyspirit2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Holy Spirit Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"The Mystery of Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-mystery.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Revelation of Life</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-05-09 08:02:10','2013-05-09 08:02:10','',888,'http://raylsmith.org/888-revision-50/',0,'revision','',0),(1724,1,'2013-05-09 08:07:21','2013-05-09 08:07:21','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/the-holy-spirit-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-holyspirit.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-05-09 08:07:21','2013-05-09 08:07:21','',2,'http://raylsmith.org/2-revision-145/',0,'revision','',0),(1728,1,'2013-06-08 01:21:17','2013-06-08 01:21:17','','vanessa-sign','','inherit','open','open','','vanessa-sign','','','2013-06-08 01:21:17','2013-06-08 01:21:17','',0,'http://raylsmith.org/wp-content/uploads/2013/06/vanessa-sign.png',0,'attachment','image/png',0),(1729,1,'2013-06-08 01:29:11','2013-06-08 01:29:11','<p style=\"text-align: center;\"><img class=\"size-full wp-image-1730 aligncenter\" alt=\"welcome-letter\" src=\"http://raylsmith.org/wp-content/uploads/2013/06/welcome-letter.png\" width=\"900\" height=\"1164\" /></p>','Welcome to the House of Prayer MInistries','','publish','open','open','','welcome-to-the-house-of-prayer-ministries','','','2013-06-08 01:29:11','2013-06-08 01:29:11','',0,'http://raylsmith.org/?page_id=1729',0,'page','',0),(1730,1,'2013-06-08 01:27:04','2013-06-08 01:27:04','','welcome-letter','','inherit','open','open','','welcome-letter','','','2013-06-08 01:27:04','2013-06-08 01:27:04','',1729,'http://raylsmith.org/wp-content/uploads/2013/06/welcome-letter.png',0,'attachment','image/png',0),(1725,1,'2013-05-29 14:25:08','2013-05-29 14:25:08','','raylsmith-good','','inherit','open','open','','raylsmith-good','','','2013-05-29 14:25:08','2013-05-29 14:25:08','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-good.png',0,'attachment','image/png',0),(1751,1,'2013-05-29 14:26:56','2013-05-29 14:26:56','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/it-is-good-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-good.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-05-29 14:26:56','2013-05-29 14:26:56','',2,'http://raylsmith.org/2-revision-147/',0,'revision','',0),(1726,1,'2013-05-29 14:22:14','2013-05-29 14:22:14','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/the-holy-spirit-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-holyspirit.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-05-29 14:22:14','2013-05-29 14:22:14','',2,'http://raylsmith.org/2-revision-146/',0,'revision','',0),(1731,1,'2013-06-08 01:28:39','2013-06-08 01:28:39','<a href=\"http://raylsmith.org/wp-content/uploads/2013/06/welcome-letter.png\"><img class=\"size-full wp-image-1730 aligncenter\" alt=\"welcome-letter\" src=\"http://raylsmith.org/wp-content/uploads/2013/06/welcome-letter.png\" width=\"900\" height=\"1164\" /></a>','Welcome to the House of Prayer MInistries','','inherit','open','open','','1729-revision','','','2013-06-08 01:28:39','2013-06-08 01:28:39','',1729,'http://raylsmith.org/1729-revision/',0,'revision','',0),(1732,1,'2013-06-10 08:04:15','2013-06-10 08:04:15','','covenant-partner2','','inherit','open','open','','covenant-partner2','','','2013-06-10 08:04:15','2013-06-10 08:04:15','',604,'http://raylsmith.org/wp-content/uploads/2012/09/covenant-partner2.png',0,'attachment','image/png',0),(1733,1,'2013-02-14 08:23:36','2013-02-14 08:23:36','<img class=\"size-full wp-image-612 aligncenter\" alt=\"Partner with us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/partner-with-us.jpg\" width=\"740\" height=\"345\" />\r\n\r\n<center>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://raylsmith.org/house-of-prayer-ministries-online-join-online/\"><img class=\"alignnone size-full wp-image-853\" alt=\"House of Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/house-of-prayer.png\" width=\"320\" height=\"320\" /></a></td>\r\n<td width=\"30\"></td>\r\n<td><a href=\"http://raylsmith.org/covenant-partner/\"><img class=\"alignnone size-full wp-image-961\" alt=\"Cloud of Witnesses\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/cloud-of-witnesses.png\" width=\"320\" height=\"320\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n</center>','Connection','','inherit','open','open','','604-revision-14','','','2013-02-14 08:23:36','2013-02-14 08:23:36','',604,'http://raylsmith.org/604-revision-14/',0,'revision','',0),(1735,1,'2013-04-06 15:04:50','2013-04-06 15:04:50','<strong>Our Commitment To you</strong>\r\n\r\n<strong>What is your commitment to us?</strong>\r\n\r\n<ul>\r\n	<li>Once you hear and understand the word of God obey it.</li>\r\n</ul>\r\n<ul>\r\n	<li>Tell of someone of the things God is doing for you</li>\r\n</ul>\r\n<ul>\r\n	<li>Pray for the ministry</li>\r\n</ul>\r\n<ul>\r\n	<li>Be faithful to attend online services</li>\r\n</ul>\r\n<ul>\r\n	<li>Give financially as God leads you</li>\r\n</ul>\r\n','Commitment','','inherit','open','open','','1604-revision-3','','','2013-04-06 15:04:50','2013-04-06 15:04:50','',1604,'http://raylsmith.org/1604-revision-3/',0,'revision','',0),(1736,1,'2013-06-18 06:15:56','2013-06-18 06:15:56','<strong>Our Commitment To you</strong>\r\n<ul>\r\n	<li>As an online member to House of Prayer Ministries, the benefits listed will always continue as long as you stay connected to the ministry.</li>\r\n</ul>\r\n<ul>\r\n	<li>We are committed to help you walk in all the things that God has provided for you as a Christian</li>\r\n</ul>\r\n<ul>\r\n	<li>Whatever God has called or anointed you to do personally, we are committed to helping you reach your goals and where you want to be in Christ Jesus.</li>\r\n</ul>\r\n<ul>\r\n	<li>We are committed to hearing from heaven and giving you what God has given us without anything being added to what God has said to you.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>What is your commitment to us?</strong>\r\n<ul>\r\n	<li>Once you hear and understand the word of God obey it.</li>\r\n</ul>\r\n<ul>\r\n	<li>Tell of someone of the things God is doing for you</li>\r\n</ul>\r\n<ul>\r\n	<li>Pray for the ministry</li>\r\n</ul>\r\n<ul>\r\n	<li>Be faithful to attend online services</li>\r\n</ul>\r\n<ul>\r\n	<li>Give financially as God leads you</li>\r\n</ul>','Commitment','','inherit','open','open','','1604-revision-4','','','2013-06-18 06:15:56','2013-06-18 06:15:56','',1604,'http://raylsmith.org/1604-revision-4/',0,'revision','',0),(1737,1,'2013-05-29 13:24:15','2013-05-29 13:24:15','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-05-29 13:24:15','2013-05-29 13:24:15','',1272,'http://raylsmith.org/1272-revision-44/',0,'revision','',0),(1738,1,'2013-06-19 14:47:27','2013-06-19 14:47:27','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 2/strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-06-19 14:47:27','2013-06-19 14:47:27','',1272,'http://raylsmith.org/1272-revision-45/',0,'revision','',0),(1739,1,'2013-06-19 15:00:44','2013-06-19 15:00:44','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-06-19 15:00:44','2013-06-19 15:00:44','',1272,'http://raylsmith.org/1272-revision-46/',0,'revision','',0),(1740,1,'2013-06-19 15:06:19','2013-06-19 15:06:19','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 3','','publish','open','open','','your-vision-part-3','','','2014-08-21 14:53:43','2014-08-21 14:53:43','',0,'http://raylsmith.org/?p=1740',0,'post','',0),(1741,1,'2013-06-19 15:06:06','2013-06-19 15:06:06','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n','','','inherit','open','open','','1740-revision-v1','','','2013-06-19 15:06:06','2013-06-19 15:06:06','',1740,'http://raylsmith.org/1740-revision/',0,'revision','',0),(1742,1,'2013-06-19 15:07:45','2013-06-19 15:07:45','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 2','','publish','open','open','','your-vision-part-2','','','2014-08-21 14:53:25','2014-08-21 14:53:25','',0,'http://raylsmith.org/?p=1742',0,'post','',0),(1743,1,'2013-06-19 15:07:40','2013-06-19 15:07:40','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n','','','inherit','open','open','','1742-revision-v1','','','2013-06-19 15:07:40','2013-06-19 15:07:40','',1742,'http://raylsmith.org/1742-revision/',0,'revision','',0),(1744,1,'2013-06-19 15:08:53','2013-06-19 15:08:53','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 1','','publish','open','open','','your-vision-part-1','','','2014-08-21 14:53:17','2014-08-21 14:53:17','',0,'http://raylsmith.org/?p=1744',0,'post','',0),(1745,1,'2013-06-19 15:08:08','2013-06-19 15:08:08','','Your Vision Part 1 ','','inherit','open','open','','1744-revision-v1','','','2013-06-19 15:08:08','2013-06-19 15:08:08','',1744,'http://raylsmith.org/1744-revision/',0,'revision','',0),(1746,1,'2013-06-19 15:18:40','2013-06-19 15:18:40','','raylsmith-vision1','','inherit','open','open','','raylsmith-vision1','','','2013-06-19 15:18:40','2013-06-19 15:18:40','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision1.png',0,'attachment','image/png',0),(1748,1,'2013-06-19 15:20:29','2013-06-19 15:20:29','','raylsmith-vision3','','inherit','open','open','','raylsmith-vision3','','','2013-06-19 15:20:29','2013-06-19 15:20:29','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision3.png',0,'attachment','image/png',0),(1747,1,'2013-06-19 15:19:32','2013-06-19 15:19:32','','raylsmith-vision2','','inherit','open','open','','raylsmith-vision2','','','2013-06-19 15:19:32','2013-06-19 15:19:32','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision2.png',0,'attachment','image/png',0),(1749,1,'2013-05-29 14:16:56','2013-05-29 14:16:56','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"It is Good Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>It is Good Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"It is Good Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>It is Good Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"It is Good Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-good3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>It is Good Part 3</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-05-29 14:16:56','2013-05-29 14:16:56','',888,'http://raylsmith.org/888-revision-51/',0,'revision','',0),(1750,1,'2013-06-19 15:08:53','2013-06-19 15:08:53','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>','Your Vision Part 1 ','','inherit','open','open','','1744-revision-v1','','','2013-06-19 15:08:53','2013-06-19 15:08:53','',1744,'http://raylsmith.org/1744-revision-2/',0,'revision','',0),(1752,1,'2013-06-19 15:27:44','2013-06-19 15:27:44','','raylsmith-vision','','inherit','open','open','','raylsmith-vision','','','2013-06-19 15:27:44','2013-06-19 15:27:44','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-vision.png',0,'attachment','image/png',0),(1788,1,'2013-07-04 14:28:32','2013-07-04 14:28:32','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<a href=\"http://raylsmith.org/your-vision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-vision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-07-04 14:28:32','2013-07-04 14:28:32','',2,'http://raylsmith.org/2-revision-152/',0,'revision','',0),(1753,1,'2013-06-19 15:26:03','2013-06-19 15:26:03','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/it-is-good-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-good.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-06-19 15:26:03','2013-06-19 15:26:03','',2,'http://raylsmith.org/2-revision-148/',0,'revision','',0),(1755,1,'2013-05-29 14:13:04','2013-05-29 14:13:04','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-05-29 14:13:04','2013-05-29 14:13:04','',1456,'http://raylsmith.org/1456-revision-14/',0,'revision','',0),(1756,1,'2013-06-26 13:04:42','2013-06-26 13:04:42','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 4','','publish','open','open','','no-limits-part-4','','','2014-08-21 14:24:48','2014-08-21 14:24:48','',0,'http://raylsmith.org/?p=1756',0,'post','',0),(1757,1,'2013-06-26 13:04:19','2013-06-26 13:04:19','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n','No Limits Part 4','','inherit','open','open','','1756-revision-v1','','','2013-06-26 13:04:19','2013-06-26 13:04:19','',1756,'http://raylsmith.org/1756-revision/',0,'revision','',0),(1758,1,'2013-06-26 13:06:32','2013-06-26 13:06:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 3','','publish','open','open','','no-limits-part-3','','','2014-08-21 14:24:39','2014-08-21 14:24:39','',0,'http://raylsmith.org/?p=1758',0,'post','',0),(1759,1,'2013-06-26 13:05:56','2013-06-26 13:05:56','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n','No Limits Part 3','','inherit','open','open','','1758-revision-v1','','','2013-06-26 13:05:56','2013-06-26 13:05:56','',1758,'http://raylsmith.org/1758-revision/',0,'revision','',0),(1779,1,'2013-07-04 14:04:28','2013-07-04 14:04:28','','raylsmith-adult1','','inherit','open','open','','raylsmith-adult1','','','2013-07-04 14:04:28','2013-07-04 14:04:28','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult1.png',0,'attachment','image/png',0),(1761,1,'2013-06-26 13:15:58','2013-06-26 13:15:58','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 2','','publish','open','open','','no-limits-part-2','','','2014-08-21 14:24:32','2014-08-21 14:24:32','',0,'http://raylsmith.org/?p=1761',0,'post','',0),(1762,1,'2013-06-26 13:13:31','2013-06-26 13:13:31','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n','No Limits Part 2','','inherit','open','open','','1761-revision-v1','','','2013-06-26 13:13:31','2013-06-26 13:13:31','',1761,'http://raylsmith.org/1761-revision/',0,'revision','',0),(1763,1,'2013-06-26 13:20:27','2013-06-26 13:20:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 1','','publish','open','open','','no-limits-part-1','','','2014-08-21 14:20:22','2014-08-21 14:20:22','',0,'http://raylsmith.org/?p=1763',0,'post','',0),(1764,1,'2013-06-26 13:19:31','2013-06-26 13:19:31','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','No Limits Part 1','','inherit','open','open','','1763-revision-v1','','','2013-06-26 13:19:31','2013-06-26 13:19:31','',1763,'http://raylsmith.org/1763-revision/',0,'revision','',0),(1790,1,'2013-07-04 06:39:19','2013-07-04 06:39:19','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-07-04 06:39:19','2013-07-04 06:39:19','',1272,'http://raylsmith.org/1272-revision-49/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1765,1,'2013-06-19 15:02:04','2013-06-19 15:02:04','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-06-19 15:02:04','2013-06-19 15:02:04','',1272,'http://raylsmith.org/1272-revision-47/',0,'revision','',0),(1766,1,'2013-06-27 01:53:07','2013-06-27 01:53:07','','raylsmith-nolimits1','','inherit','open','open','','raylsmith-nolimits1','','','2013-06-27 01:53:07','2013-06-27 01:53:07','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits1.png',0,'attachment','image/png',0),(1767,1,'2013-06-27 01:56:22','2013-06-27 01:56:22','','raylsmith-nolimits2','','inherit','open','open','','raylsmith-nolimits2','','','2013-06-27 01:56:22','2013-06-27 01:56:22','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits2.png',0,'attachment','image/png',0),(1768,1,'2013-06-27 01:57:22','2013-06-27 01:57:22','','raylsmith-nolimits3','','inherit','open','open','','raylsmith-nolimits3','','','2013-06-27 01:57:22','2013-06-27 01:57:22','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits3.png',0,'attachment','image/png',0),(1769,1,'2013-06-19 15:23:49','2013-06-19 15:23:49','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"It is Good Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"It is Good Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"It is Good Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-vision3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision Part 3</strong></p>\r\n\r\n\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul><ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul><ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul><ul>\r\n	<li>Sermon</li>\r\n</ul><ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul><ul>\r\n	<li>June 18, 2013</li>\r\n</ul><ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-06-19 15:23:49','2013-06-19 15:23:49','',888,'http://raylsmith.org/888-revision-52/',0,'revision','',0),(1771,1,'2013-07-04 02:07:35','2013-07-04 02:07:35','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Be An Adult Part 3','','publish','open','open','','be-an-adult-part-3','','','2014-08-21 14:20:07','2014-08-21 14:20:07','',0,'http://raylsmith.org/?p=1771',0,'post','',0),(1773,1,'2013-07-04 02:07:35','2013-07-04 02:07:35','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Be An Adult Part 3','','inherit','open','open','','1771-revision-v1','','','2013-07-04 02:07:35','2013-07-04 02:07:35','',1771,'http://raylsmith.org/1771-revision-2/',0,'revision','',0),(1772,1,'2013-07-04 02:07:13','2013-07-04 02:07:13','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n\n','Be An Adult Part 3','','inherit','open','open','','1771-revision-v1','','','2013-07-04 02:07:13','2013-07-04 02:07:13','',1771,'http://raylsmith.org/1771-revision/',0,'revision','',0),(1774,1,'2013-07-04 02:12:49','2013-07-04 02:12:49','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Be An Adult Part 2','','publish','open','open','','be-an-adult-part-2','','','2014-08-21 14:20:00','2014-08-21 14:20:00','',0,'http://raylsmith.org/?p=1774',0,'post','',0),(1776,1,'2013-07-04 02:15:06','2013-07-04 02:15:06','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Be An Adult Part 1','','publish','open','open','','be-an-adult-part-1','','','2014-08-21 14:19:54','2014-08-21 14:19:54','',0,'http://raylsmith.org/?p=1776',0,'post','',0),(1775,1,'2013-07-04 02:12:41','2013-07-04 02:12:41','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n\n\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>','Be An Adult Part 2','','inherit','open','open','','1774-revision-v1','','','2013-07-04 02:12:41','2013-07-04 02:12:41','',1774,'http://raylsmith.org/1774-revision/',0,'revision','',0),(1778,1,'2013-06-26 15:16:26','2013-06-26 15:16:26','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 12, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 1, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/bS6QcMhO-sE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half_end]','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-06-26 15:16:26','2013-06-26 15:16:26','',1272,'http://raylsmith.org/1272-revision-48/',0,'revision','',0),(1777,1,'2013-07-04 02:14:56','2013-07-04 02:14:56','<table>\n<tbody>\n<tr>\n<td><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n\n\n\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>','Be An Adult Part 1','','inherit','open','open','','1776-revision-v1','','','2013-07-04 02:14:56','2013-07-04 02:14:56','',1776,'http://raylsmith.org/1776-revision/',0,'revision','',0),(1792,1,'2013-07-08 02:32:14','2013-07-08 02:32:14','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 4','','publish','open','closed','','sermons-page-4','','','2014-01-09 12:49:38','2014-01-09 12:49:38','',0,'http://raylsmith.org/?page_id=1792',0,'page','',0),(1781,1,'2013-07-04 14:07:53','2013-07-04 14:07:53','','raylsmith-adult3','','inherit','open','open','','raylsmith-adult3','','','2013-07-04 14:07:53','2013-07-04 14:07:53','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult3.png',0,'attachment','image/png',0),(1780,1,'2013-07-04 14:06:29','2013-07-04 14:06:29','','raylsmith-adult2','','inherit','open','open','','raylsmith-adult2','','','2013-07-04 14:06:29','2013-07-04 14:06:29','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult2.png',0,'attachment','image/png',0),(1782,1,'2013-06-27 02:02:10','2013-06-27 02:02:10','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/no-limits-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"No Limits Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>No Limits Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/no-limits-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"No Limits Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>No Limits Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/no-limits-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"No Limits Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-nolimits3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>No Limits Part 3</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-06-27 02:02:10','2013-06-27 02:02:10','',888,'http://raylsmith.org/888-revision-53/',0,'revision','',0),(1783,1,'2013-07-04 14:09:27','2013-07-04 14:09:27','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Be An Adult Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"Be An Adult Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"Be An Adult Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 3</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-07-04 14:09:27','2013-07-04 14:09:27','',888,'http://raylsmith.org/888-revision-54/',0,'revision','',0),(1784,1,'2013-06-19 15:28:29','2013-06-19 15:28:29','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/your-vision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-vision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-06-19 15:28:29','2013-06-19 15:28:29','',2,'http://raylsmith.org/2-revision-149/',0,'revision','',0),(1786,1,'2013-07-04 14:17:56','2013-07-04 14:17:56','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/your-vision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-vision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-07-04 14:17:56','2013-07-04 14:17:56','',2,'http://raylsmith.org/2-revision-151/',0,'revision','',0),(1785,1,'2013-07-04 14:17:14','2013-07-04 14:17:14','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<a href=\"http://raylsmith.org/your-vision-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-vision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-07-04 14:17:14','2013-07-04 14:17:14','',2,'http://raylsmith.org/2-revision-150/',0,'revision','',0),(1789,1,'2013-07-04 14:32:49','2013-07-04 14:32:49','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/be-an-adult-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-adult.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-07-04 14:32:49','2013-07-04 14:32:49','',2,'http://raylsmith.org/2-revision-153/',0,'revision','',0),(1787,1,'2013-07-04 14:31:46','2013-07-04 14:31:46','','raylsmith-adult','','inherit','open','open','','raylsmith-adult','','','2013-07-04 14:31:46','2013-07-04 14:31:46','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-adult.png',0,'attachment','image/png',0),(1795,1,'2013-07-08 02:37:01','2013-07-08 02:37:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Provision Part4</strong>\n<strong>April 16, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\n<strong>Times vs Power</strong>\n<strong>February 17, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Now</strong>\n<strong>February 4, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Life</strong>\n<strong>January 7, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>The Promise Part 1</strong>\n<strong>December 24, 2012</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>It is Good Part 2</strong>\n<strong>May 28, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Heart</strong>\n<strong>May 13, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>The Holy Spirit Part 2</strong>\n<strong>May 8, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Provision Part1</strong>\n<strong>April 16, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Provision Part3</strong>\n<strong>April 16, 2013</strong></p>\n\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3</span></p>','Sermons Page 3','','inherit','open','open','','1794-revision-v1','','','2013-07-08 02:37:01','2013-07-08 02:37:01','',1794,'http://raylsmith.org/1794-revision/',0,'revision','',0),(1796,1,'2013-07-08 05:25:22','2013-07-08 05:25:22','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 6','','publish','open','closed','','sermons-page-6','','','2014-01-09 12:49:59','2014-01-09 12:49:59','',0,'http://raylsmith.org/?page_id=1796',0,'page','',0),(1798,1,'2013-07-08 05:52:47','2013-07-08 05:52:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 7','','publish','open','closed','','sermons-page-7','','','2014-01-09 12:50:27','2014-01-09 12:50:27','',0,'http://raylsmith.org/?page_id=1798',0,'page','',0),(1797,1,'2013-07-08 05:21:34','2013-07-08 05:21:34','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Take The Next Step Part 1</strong>\n<strong>December 16, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Take The Next Step Part 3</strong>\n<strong>December 16, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>The Father\'s Business Part 2</strong>\n<strong>December 8, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Financially Blessed by God Part 2</strong>\n<strong>November 22, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Answered Prayer Part 2</strong>\n<strong>November 12, 2012</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Hunger</strong>\n<strong>March 11, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\n<strong>Safety</strong>\n<strong>February 10, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Power</strong>\n<strong>January 14, 2013</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Pure Heart Clean Hands</strong>\n<strong>December 31, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>The Promise Part 2</strong>\n<strong>December 24, 2012</strong></p>\n\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4</span></p>','Sermons Page 4','','inherit','open','open','','1796-revision-v1','','','2013-07-08 05:21:34','2013-07-08 05:21:34','',1796,'http://raylsmith.org/1796-revision/',0,'revision','',0),(1799,1,'2013-07-08 05:25:22','2013-07-08 05:25:22','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5</span></p>','Sermons Page 4','','inherit','open','open','','1796-revision-v1','','','2013-07-08 05:25:22','2013-07-08 05:25:22','',1796,'http://raylsmith.org/1796-revision-2/',0,'revision','',0),(1800,1,'2013-07-08 05:26:58','2013-07-08 05:26:58','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Take The Next Step Part 1</strong>\n<strong>December 16, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Take The Next Step Part 3</strong>\n<strong>December 16, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>The Father\'s Business Part 2</strong>\n<strong>December 8, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Financially Blessed by God Part 2</strong>\n<strong>November 22, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Answered Prayer Part 2</strong>\n<strong>November 12, 2012</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Take The Next Step Part 2</strong>\n<strong>December 16, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>The Father\'s Business Part 1</strong>\n<strong>December 8, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Financially Blessed by God Part 1</strong>\n<strong>November 22, 2012</strong></p>\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Answered Prayer Part 1</strong>\n<strong>November 12, 2012</strong></p>\n\n\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<strong>Getting Your Prayer Answered Part1</strong>\n<strong>November 7, 2012</strong></p>\n\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5</span></p>','Sermons Page 5','','inherit','open','open','','1798-revision-v1','','','2013-07-08 05:26:58','2013-07-08 05:26:58','',1798,'http://raylsmith.org/1798-revision/',0,'revision','',0),(1801,1,'2013-07-08 05:52:47','2013-07-08 05:52:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"344\" height=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"344\" height=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 5','','inherit','open','open','','1798-revision-v1','','','2013-07-08 05:52:47','2013-07-08 05:52:47','',1798,'http://raylsmith.org/1798-revision-2/',0,'revision','',0),(1802,1,'2013-07-08 07:31:30','2013-07-08 07:31:30','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 8','','publish','open','closed','','sermons-page-8','','','2014-01-09 12:50:26','2014-01-09 12:50:26','',0,'http://raylsmith.org/?page_id=1802',0,'page','',0),(1803,1,'2014-01-09 12:50:38','2014-01-09 12:50:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Getting Your Prayer Answered Part 2</strong>\n<strong>November 7, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Walking in Perfection</strong>\n<strong>November 3, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Do You Know Him Part 2</strong>\n<strong>November 3, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>The Blessed Life Part 1</strong>\n<strong>October 7, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Your Anointing Part 1</strong>\n<strong>October 6, 2012</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Getting Your Prayer Answered Part 3</strong>\n<strong>November 7, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Do You Know Him Part 1</strong>\n<strong>November 3, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Anointing for Service</strong>\n<strong>November 2, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>The Blessed Life Part 2</strong>\n<strong>October 7, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Your Anointing Part 2</strong>\n<strong>October 6, 2012</strong></p>\n\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 7','','inherit','open','open','','1798-autosave-v1','','','2014-01-09 12:50:38','2014-01-09 12:50:38','',1798,'http://raylsmith.org/1798-autosave/',0,'revision','',0),(1804,1,'2013-07-08 05:54:23','2013-07-08 05:54:23','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 5','','inherit','open','open','','1798-revision-v1','','','2013-07-08 05:54:23','2013-07-08 05:54:23','',1798,'http://raylsmith.org/1798-revision-3/',0,'revision','',0),(1805,1,'2013-07-08 07:23:01','2013-07-08 07:23:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Your Anointing Part 3</strong>\n<strong>October 7, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>How Faith Works Part 2</strong>\n<strong>October 3, 2012</strong></p>\n\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>God\'s Impartation Part 2</strong>\n<strong>August 12, 2012</strong></p>\n\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n\n\n[/wpcol_1half_end]\n\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 6','','inherit','open','open','','1802-revision-v1','','','2013-07-08 07:23:01','2013-07-08 07:23:01','',1802,'http://raylsmith.org/1802-revision/',0,'revision','',0),(1806,1,'2014-01-09 12:50:39','2014-01-09 12:50:39','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>Your Anointing Part 3</strong>\n<strong>October 7, 2012</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>How Faith Works Part 2</strong>\n<strong>October 3, 2012</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>God\'s Impartation Part 2</strong>\n<strong>August 12, 2012</strong></p>\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>How Faith Works Part 1</strong>\n<strong>October 3, 2012</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>God\'s Impartation Part 1</strong>\n<strong>August 11, 2012</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\n<strong>God\'s Impartation Part 3</strong>\n<strong>August 11, 2012</strong></p>\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 8','','inherit','open','open','','1802-autosave-v1','','','2014-01-09 12:50:39','2014-01-09 12:50:39','',1802,'http://raylsmith.org/1802-autosave/',0,'revision','',0),(1807,1,'2013-07-08 07:31:30','2013-07-08 07:31:30','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 6','','inherit','open','open','','1802-revision-v1','','','2013-07-08 07:31:30','2013-07-08 07:31:30','',1802,'http://raylsmith.org/1802-revision-2/',0,'revision','',0),(1808,1,'2013-07-08 07:32:45','2013-07-08 07:32:45','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 6','','inherit','open','open','','1802-revision-v1','','','2013-07-08 07:32:45','2013-07-08 07:32:45','',1802,'http://raylsmith.org/1802-revision-3/',0,'revision','',0),(1809,1,'2013-07-08 02:20:46','2013-07-08 02:20:46','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2</span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-07-08 02:20:46','2013-07-08 02:20:46','',1272,'http://raylsmith.org/1272-revision-51/',0,'revision','',0),(1810,1,'2013-07-08 02:32:14','2013-07-08 02:32:14','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3</span></p>','Sermons Page 2','','inherit','open','open','','1792-revision-v1','','','2013-07-08 02:32:14','2013-07-08 02:32:14','',1792,'http://raylsmith.org/1792-revision-2/',0,'revision','',0),(1811,1,'2013-07-08 02:38:48','2013-07-08 02:38:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4</span></p>','Sermons Page 3','','inherit','open','open','','1794-revision-v1','','','2013-07-08 02:38:48','2013-07-08 02:38:48','',1794,'http://raylsmith.org/1794-revision-2/',0,'revision','',0),(1812,1,'2013-07-08 05:30:13','2013-07-08 05:30:13','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5</span></p>','Sermons Page 4','','inherit','open','open','','1796-revision-v1','','','2013-07-08 05:30:13','2013-07-08 05:30:13','',1796,'http://raylsmith.org/1796-revision-3/',0,'revision','',0),(1813,1,'2013-07-08 06:52:11','2013-07-08 06:52:11','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE 1 | 2 | 3 | 4 | 5 | 6</span></p>','Sermons Page 5','','inherit','open','open','','1798-revision-v1','','','2013-07-08 06:52:11','2013-07-08 06:52:11','',1798,'http://raylsmith.org/1798-revision-4/',0,'revision','',0),(1815,1,'2013-07-10 08:55:16','2013-07-10 08:55:16','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 3','','publish','open','open','','nothing-is-impossible-part-3','','','2014-08-21 14:36:03','2014-08-21 14:36:03','',0,'http://raylsmith.org/?p=1815',0,'post','',0),(1816,1,'2013-07-10 08:46:24','2013-07-10 08:46:24','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Nothing is Impossible Part 3','','inherit','open','open','','1815-revision-v1','','','2013-07-10 08:46:24','2013-07-10 08:46:24','',1815,'http://raylsmith.org/1815-revision/',0,'revision','',0),(1817,1,'2013-07-10 09:03:08','2013-07-10 09:03:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 2','','publish','open','open','','nothing-is-impossible-part-2','','','2014-08-21 14:35:52','2014-08-21 14:35:52','',0,'http://raylsmith.org/?p=1817',0,'post','',0),(1819,1,'2013-07-10 09:05:50','2013-07-10 09:05:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 1','','publish','open','open','','nothing-is-impossible-part-1','','','2014-08-21 14:35:00','2014-08-21 14:35:00','',0,'http://raylsmith.org/?p=1819',0,'post','',0),(1818,1,'2013-07-10 09:02:36','2013-07-10 09:02:36','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n','Nothing is Impossible Part 2','','inherit','open','open','','1817-revision-v1','','','2013-07-10 09:02:36','2013-07-10 09:02:36','',1817,'http://raylsmith.org/1817-revision/',0,'revision','',0),(1821,1,'2013-07-10 09:22:18','2013-07-10 09:22:18','','raylsmith-impossible1','','inherit','open','open','','raylsmith-impossible1','','','2013-07-10 09:22:18','2013-07-10 09:22:18','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png',0,'attachment','image/png',0),(1822,1,'2013-07-10 09:23:45','2013-07-10 09:23:45','','raylsmith-impossible2','','inherit','open','open','','raylsmith-impossible2','','','2013-07-10 09:23:45','2013-07-10 09:23:45','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible2.png',0,'attachment','image/png',0),(1820,1,'2013-07-10 09:05:36','2013-07-10 09:05:36','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n','Nothing is Impossible Part 1','','inherit','open','open','','1819-revision-v1','','','2013-07-10 09:05:36','2013-07-10 09:05:36','',1819,'http://raylsmith.org/1819-revision/',0,'revision','',0),(1823,1,'2013-07-10 09:25:00','2013-07-10 09:25:00','','raylsmith-impossible3','','inherit','open','open','','raylsmith-impossible3','','','2013-07-10 09:25:00','2013-07-10 09:25:00','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible3.png',0,'attachment','image/png',0),(1824,1,'2013-07-04 14:12:47','2013-07-04 14:12:47','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Be An Adult Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"Be An Adult Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"Be An Adult Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-adult3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Be An Adult Part 3</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-07-04 14:12:47','2013-07-04 14:12:47','',888,'http://raylsmith.org/888-revision-55/',0,'revision','',0),(1825,1,'2013-07-08 07:36:01','2013-07-08 07:36:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-07-08 07:36:01','2013-07-08 07:36:01','',1272,'http://raylsmith.org/1272-revision-52/',0,'revision','',0),(1834,1,'2013-07-31 08:25:38','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjY3NiIsInBvc3RfaWQiOiIxODM0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyIsInRpdGxlIjoiR2FsbGVyaWVzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbImdhbGxlcnkiLCJpbWFnZXMiLCJpbWFnZSJdLCJuYW1lIjoiZ2FsbGVyaWVzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9','Galleries','','draft','open','open','','','','','2014-03-09 09:25:36','2014-03-09 09:25:36','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjY3NiIsInBvc3RfaWQiOiIxODM0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImdhbGxlcmllcyIsInRpdGxlIjoiR2FsbGVyaWVzIiwicmV0dXJucyI6WyJpbWFnZSJdLCJhbGlhc2VzIjpbImdhbGxlcnkiLCJpbWFnZXMiLCJpbWFnZSJdLCJuYW1lIjoiZ2FsbGVyaWVzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9',0,'http://raylsmith.org/?p=1834',0,'gal_display_source','',0),(1828,1,'2013-04-16 07:55:20','2013-04-16 07:55:20','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2012/06/testimonies-bg2.png\'); background-repeat: no-repeat;\" width=\"850\">\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-04-16 07:55:20','2013-04-16 07:55:20','',31,'http://raylsmith.org/31-revision-53/',0,'revision','',0),(1829,1,'2013-07-29 12:14:36','2013-07-29 12:14:36','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\"> Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.\r\nI know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n\r\n-----------------------------------------------------------------------------------------\r\n\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has\r\nprospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n\r\n-------------------------------------------------------------------------------------------\r\n\r\nFinancial breakthrough testimonies.\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry.\r\nI\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n\r\n-------------------------------------------------------------------------------------------\r\n\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n\r\n--------------------------------------------------------------------------------------------\r\n\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries.  I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognising God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n\r\n------------------------------------------------------------------------------------------------\r\n\r\nHere is the updated version with dates to most of them. I also checked spelling, added scripture to a few, and added additional visions that I found.\r\n\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-29 12:14:36','2013-07-29 12:14:36','',31,'http://raylsmith.org/31-revision-54/',0,'revision','',0),(1831,1,'2013-07-29 12:17:46','2013-07-29 12:17:46','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.\r\n\r\nI know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nFinancial breakthrough testimonies.\r\n\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry.\r\nI\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-29 12:17:46','2013-07-29 12:17:46','',31,'http://raylsmith.org/31-revision-56/',0,'revision','',0),(1832,1,'2013-07-29 12:18:47','2013-07-29 12:18:47','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">\r\n\r\n&nbsp;\r\n\r\nI\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nFinancial breakthrough testimonies.\r\n\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry.\r\nI\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-29 12:18:47','2013-07-29 12:18:47','',31,'http://raylsmith.org/31-revision-57/',0,'revision','',0),(1830,1,'2013-07-29 12:16:45','2013-07-29 12:16:45','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">&nbsp;\r\n\r\nI\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.\r\n\r\nI know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nFinancial breakthrough testimonies.\r\n\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry.\r\nI\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHere is the updated version with dates to most of them. I also checked spelling, added scripture to a few, and added additional visions that I found.\r\n\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-29 12:16:45','2013-07-29 12:16:45','',31,'http://raylsmith.org/31-revision-55/',0,'revision','',0),(1833,1,'2013-07-29 12:20:20','2013-07-29 12:20:20','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">&nbsp;\r\n\r\nI\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nFinancial breakthrough testimonies.\r\n\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry.\r\nI\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\n\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\n\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-29 12:20:20','2013-07-29 12:20:20','',31,'http://raylsmith.org/31-revision-58/',0,'revision','',0),(1835,1,'2013-07-31 08:25:38','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjcwNSIsInBvc3RfaWQiOiIxODM1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImFsYnVtcyIsInRpdGxlIjoiQWxidW1zIiwicmV0dXJucyI6WyJnYWxsZXJ5IiwiYWxidW0iXSwiYWxpYXNlcyI6WyJhbGJ1bSJdLCJuYW1lIjoiYWxidW1zIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9','Albums','','draft','open','open','','','','','2014-03-09 09:25:36','2014-03-09 09:25:36','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjcwNSIsInBvc3RfaWQiOiIxODM1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImFsYnVtcyIsInRpdGxlIjoiQWxidW1zIiwicmV0dXJucyI6WyJnYWxsZXJ5IiwiYWxidW0iXSwiYWxpYXNlcyI6WyJhbGJ1bSJdLCJuYW1lIjoiYWxidW1zIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9',0,'http://raylsmith.org/?p=1835',0,'gal_display_source','',0),(1836,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjczNCIsInBvc3RfaWQiOiIxODM2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRhZ3MiLCJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImZvcm1hdF9jb250ZW50IjoiIiwiaGFzX3ZhcmlhdGlvbnMiOmZhbHNlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==','Tags','','draft','open','open','','','','','2014-03-09 09:25:36','2014-03-09 09:25:36','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjczNCIsInBvc3RfaWQiOiIxODM2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRhZ3MiLCJ0aXRsZSI6IlRhZ3MiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsidGFnIiwiaW1hZ2VfdGFnIiwiaW1hZ2VfdGFncyJdLCJuYW1lIjoidGFncyIsImZvcm1hdF9jb250ZW50IjoiIiwiaGFzX3ZhcmlhdGlvbnMiOmZhbHNlLCJ2YXJpYXRpb24iOjAsImlkX2ZpZWxkIjoiSUQifQ==',0,'http://raylsmith.org/?p=1836',0,'gal_display_source','',0),(1837,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjc2MyIsInBvc3RfaWQiOiIxODM3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJhbmRvbV9pbWFnZXMiLCJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sIm5hbWUiOiJyYW5kb21faW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6dHJ1ZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=','Random Images','','draft','open','open','','','','','2014-03-09 09:25:36','2014-03-09 09:25:36','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjc2MyIsInBvc3RfaWQiOiIxODM3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJhbmRvbV9pbWFnZXMiLCJ0aXRsZSI6IlJhbmRvbSBJbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmFuZG9tIiwicmFuZG9tX2ltYWdlIl0sIm5hbWUiOiJyYW5kb21faW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6dHJ1ZSwidmFyaWF0aW9uIjowLCJpZF9maWVsZCI6IklEIn0=',0,'http://raylsmith.org/?p=1837',0,'gal_display_source','',0),(1838,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjc5MiIsInBvc3RfaWQiOiIxODM4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJlY2VudF9pbWFnZXMiLCJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9','Recent images','','draft','open','open','','','','','2014-03-09 09:25:36','2014-03-09 09:25:36','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjc5MiIsInBvc3RfaWQiOiIxODM4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InJlY2VudF9pbWFnZXMiLCJ0aXRsZSI6IlJlY2VudCBpbWFnZXMiLCJyZXR1cm5zIjpbImltYWdlIl0sImFsaWFzZXMiOlsicmVjZW50IiwicmVjZW50X2ltYWdlIl0sIm5hbWUiOiJyZWNlbnRfaW1hZ2VzIiwiZm9ybWF0X2NvbnRlbnQiOiIiLCJoYXNfdmFyaWF0aW9ucyI6ZmFsc2UsInZhcmlhdGlvbiI6MCwiaWRfZmllbGQiOiJJRCJ9',0,'http://raylsmith.org/?p=1838',0,'gal_display_source','',0),(1839,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjgyMCIsInBvc3RfaWQiOiIxODM5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImxpZ2h0Ym94IiwibmFtZSI6ImxpZ2h0Ym94IiwidGl0bGUiOiJMaWdodGJveCIsImNvZGUiOiJjbGFzcz0nbmdnX2xpZ2h0Ym94JyIsInZhbHVlcyI6eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJpMThuIjpbXX0=','lightbox','','draft','open','open','','','','','2014-08-05 05:32:04','2014-08-05 05:32:04','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjgyMCIsInBvc3RfaWQiOiIxODM5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImxpZ2h0Ym94IiwibmFtZSI6ImxpZ2h0Ym94IiwidGl0bGUiOiJMaWdodGJveCIsImNvZGUiOiJjbGFzcz0nbmdnX2xpZ2h0Ym94JyIsInZhbHVlcyI6eyJuZXh0Z2VuX2xpZ2h0Ym94X2xvYWRpbmdfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1pY28tbG9hZGluZy5naWYiLCJuZXh0Z2VuX2xpZ2h0Ym94X2Nsb3NlX2J0bl91cmwiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvbGlnaHRib3gtYnRuLWNsb3NlLmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX3ByZXZfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1wcmV2LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYnRuX25leHRfdXJsIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2xpZ2h0Ym94LWJ0bi1uZXh0LmdpZiIsIm5leHRnZW5fbGlnaHRib3hfYmxhbmtfaW1nX3VybCI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9saWdodGJveC1ibGFuay5naWYifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL2pxdWVyeS5saWdodGJveC0wLjUuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvanF1ZXJ5LmxpZ2h0Ym94XC9qcXVlcnkubGlnaHRib3gtMC41Lm1pbi5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9qcXVlcnkubGlnaHRib3hcL25leHRnZW5fbGlnaHRib3hfaW5pdC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2pxdWVyeS5saWdodGJveFwvanF1ZXJ5LmxpZ2h0Ym94LTAuNS5jc3MiLCJpMThuIjpbXX0=',0,'http://raylsmith.org/?p=1839',0,'lightbox_library','',0),(1840,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjg1MiIsInBvc3RfaWQiOiIxODQwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94IiwibmFtZSI6ImZhbmN5Ym94IiwidGl0bGUiOiJGYW5jeWJveCIsImNvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbmh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5odHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsImkxOG4iOltdfQ==','fancybox','','draft','open','open','','','','','2014-08-05 05:32:04','2014-08-05 05:32:04','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjg1MiIsInBvc3RfaWQiOiIxODQwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImZhbmN5Ym94IiwibmFtZSI6ImZhbmN5Ym94IiwidGl0bGUiOiJGYW5jeWJveCIsImNvZGUiOiJjbGFzcz1cIm5nZy1mYW5jeWJveFwiIHJlbD1cIiVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9qcXVlcnkuZmFuY3lib3gtMS4zLjQuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5lYXNpbmctMS4zLnBhY2suanNcbmh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvZmFuY3lib3hcL2pxdWVyeS5mYW5jeWJveC0xLjMuNC5wYWNrLmpzXG5odHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2ZhbmN5Ym94XC9uZXh0Z2VuX2ZhbmN5Ym94X2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9mYW5jeWJveFwvanF1ZXJ5LmZhbmN5Ym94LTEuMy40LmNzcyIsImkxOG4iOltdfQ==',0,'http://raylsmith.org/?p=1840',0,'lightbox_library','',0),(1841,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjg4NCIsInBvc3RfaWQiOiIxODQxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJpMThuIjp7ImNzc0RpcmVjdGlvbiI6Imx0ciIsImxvYWRpbmdUZXh0IjoiTG9hZGluZy4uLiIsInByZXZpb3VzVGV4dCI6IlByZXZpb3VzIiwibmV4dFRleHQiOiJOZXh0IiwibW92ZVRleHQiOiJNb3ZlIiwiY2xvc2VUZXh0IjoiQ2xvc2UiLCJyZXNpemVUaXRsZSI6IlJlc2l6ZSIsInBsYXlUZXh0IjoiUGxheSIsInBhdXNlVGV4dCI6IlBhdXNlIiwibW92ZVRpdGxlIjoiTW92ZSIsImZ1bGxFeHBhbmRUZXh0IjoiMToxIiwiY2xvc2VUaXRsZSI6IkNsb3NlIChlc2MpIiwicGF1c2VUaXRsZSI6IlBhdXNlIHNsaWRlc2hvdyAoc3BhY2ViYXIpIiwibG9hZGluZ1RpdGxlIjoiQ2xpY2sgdG8gY2FuY2VsIiwiZm9jdXNUaXRsZSI6IkNsaWNrIHRvIGJyaW5nIHRvIGZyb250IiwiZnVsbEV4cGFuZFRpdGxlIjoiRXhwYW5kIHRvIGFjdHVhbCBzaXplIChmKSIsImNyZWRpdHNUZXh0IjoiUG93ZXJlZCBieSBIaWdoc2xpZGUgSlMiLCJwbGF5VGl0bGUiOiJQbGF5IHNsaWRlc2hvdyAoc3BhY2ViYXIpIiwicHJldmlvdXNUaXRsZSI6IlByZXZpb3VzIChhcnJvdyBsZWZ0KSIsIm5leHRUaXRsZSI6Ik5leHQgKGFycm93IHJpZ2h0KSIsIm51bWJlciI6IkltYWdlICUxIG9mICUyIiwiY3JlZGl0c1RpdGxlIjoiR28gdG8gdGhlIEhpZ2hzbGlkZSBKUyBob21lcGFnZSIsInJlc3RvcmVUaXRsZSI6IkNsaWNrIHRvIGNsb3NlIGltYWdlLCBjbGljayBhbmQgZHJhZyB0byBtb3ZlLiBVc2UgYXJyb3cga2V5cyBmb3IgbmV4dCBhbmQgcHJldmlvdXMuIn19','highslide','','draft','open','open','','','','','2014-08-05 05:32:04','2014-08-05 05:32:04','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjg4NCIsInBvc3RfaWQiOiIxODQxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6ImhpZ2hzbGlkZSIsIm5hbWUiOiJoaWdoc2xpZGUiLCJ0aXRsZSI6IkhpZ2hzbGlkZSIsImNvZGUiOiJjbGFzcz1cImhpZ2hzbGlkZVwiIG9uY2xpY2s9XCJyZXR1cm4gaHMuZXhwYW5kKHRoaXMsIGdhbGxlcnlPcHRpb25zKTtcIiIsInZhbHVlcyI6eyJuZXh0Z2VuX2hpZ2hzbGlkZV9ncmFwaGljc19kaXIiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL2hpZ2hzbGlkZVwvZ3JhcGhpY3MifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJzY3JpcHRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS1mdWxsLnBhY2tlZC5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL25leHRnZW5faGlnaHNsaWRlX2luaXQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9oaWdoc2xpZGVcL2hpZ2hzbGlkZS5jc3MiLCJpMThuIjp7ImNzc0RpcmVjdGlvbiI6Imx0ciIsImxvYWRpbmdUZXh0IjoiTG9hZGluZy4uLiIsInByZXZpb3VzVGV4dCI6IlByZXZpb3VzIiwibmV4dFRleHQiOiJOZXh0IiwibW92ZVRleHQiOiJNb3ZlIiwiY2xvc2VUZXh0IjoiQ2xvc2UiLCJyZXNpemVUaXRsZSI6IlJlc2l6ZSIsInBsYXlUZXh0IjoiUGxheSIsInBhdXNlVGV4dCI6IlBhdXNlIiwibW92ZVRpdGxlIjoiTW92ZSIsImZ1bGxFeHBhbmRUZXh0IjoiMToxIiwiY2xvc2VUaXRsZSI6IkNsb3NlIChlc2MpIiwicGF1c2VUaXRsZSI6IlBhdXNlIHNsaWRlc2hvdyAoc3BhY2ViYXIpIiwibG9hZGluZ1RpdGxlIjoiQ2xpY2sgdG8gY2FuY2VsIiwiZm9jdXNUaXRsZSI6IkNsaWNrIHRvIGJyaW5nIHRvIGZyb250IiwiZnVsbEV4cGFuZFRpdGxlIjoiRXhwYW5kIHRvIGFjdHVhbCBzaXplIChmKSIsImNyZWRpdHNUZXh0IjoiUG93ZXJlZCBieSBIaWdoc2xpZGUgSlMiLCJwbGF5VGl0bGUiOiJQbGF5IHNsaWRlc2hvdyAoc3BhY2ViYXIpIiwicHJldmlvdXNUaXRsZSI6IlByZXZpb3VzIChhcnJvdyBsZWZ0KSIsIm5leHRUaXRsZSI6Ik5leHQgKGFycm93IHJpZ2h0KSIsIm51bWJlciI6IkltYWdlICUxIG9mICUyIiwiY3JlZGl0c1RpdGxlIjoiR28gdG8gdGhlIEhpZ2hzbGlkZSBKUyBob21lcGFnZSIsInJlc3RvcmVUaXRsZSI6IkNsaWNrIHRvIGNsb3NlIGltYWdlLCBjbGljayBhbmQgZHJhZyB0byBtb3ZlLiBVc2UgYXJyb3cga2V5cyBmb3IgbmV4dCBhbmQgcHJldmlvdXMuIn19',0,'http://raylsmith.org/?p=1841',0,'lightbox_library','',0),(1842,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjkxNiIsInBvc3RfaWQiOiIxODQyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIiLCJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuanNcbmh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvbmV4dGdlbl9zaHV0dGVyLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5jc3MiLCJpMThuIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9fQ==','shutter','','draft','open','open','','','','','2014-08-05 05:32:05','2014-08-05 05:32:05','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjkxNiIsInBvc3RfaWQiOiIxODQyIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIiLCJuYW1lIjoic2h1dHRlciIsInRpdGxlIjoiU2h1dHRlciIsImNvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInZhbHVlcyI6eyJtc2dMb2FkaW5nIjoiTCBPIEEgRCBJIE4gRyIsIm1zZ0Nsb3NlIjoiQ2xpY2sgdG8gQ2xvc2UifSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyXC9zaHV0dGVyLmNzcyIsInNjcmlwdHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJcL3NodXR0ZXIuanNcbmh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvbmV4dGdlbl9zaHV0dGVyLmpzIiwiZGlzcGxheV9zZXR0aW5ncyI6W10sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsInN0eWxlcyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlclwvc2h1dHRlci5jc3MiLCJpMThuIjp7Im1zZ0xvYWRpbmciOiJMIE8gQSBEIEkgTiBHIiwibXNnQ2xvc2UiOiJDbGljayB0byBDbG9zZSJ9fQ==',0,'http://raylsmith.org/?p=1842',0,'lightbox_library','',0),(1843,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjk0OCIsInBvc3RfaWQiOiIxODQzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIiwibmFtZSI6InNodXR0ZXIyIiwidGl0bGUiOiJTaHV0dGVyIDIiLCJjb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9uZXh0Z2VuX3NodXR0ZXJfcmVsb2FkZWQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXX0=','shutter2','','draft','open','open','','','','','2014-08-05 05:32:05','2014-08-05 05:32:05','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjk0OCIsInBvc3RfaWQiOiIxODQzIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InNodXR0ZXIyIiwibmFtZSI6InNodXR0ZXIyIiwidGl0bGUiOiJTaHV0dGVyIDIiLCJjb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJ2YWx1ZXMiOltdLCJjc3Nfc3R5bGVzaGVldHMiOiJodHRwOlwvXC9yYXlsc21pdGgub3JnXC93cC1jb250ZW50XC9wbHVnaW5zXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL2xpZ2h0Ym94XC9zdGF0aWNcL3NodXR0ZXJfcmVsb2FkZWRcL3NodXR0ZXIuY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvc2h1dHRlcl9yZWxvYWRlZFwvc2h1dHRlci5qc1xuaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9uZXh0Z2VuX3NodXR0ZXJfcmVsb2FkZWQuanMiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9saWdodGJveFwvc3RhdGljXC9zaHV0dGVyX3JlbG9hZGVkXC9zaHV0dGVyLmNzcyIsImkxOG4iOlsiUHJldmlvdXMiLCJOZXh0IiwiQ2xvc2UiLCJGdWxsIFNpemUiLCJGaXQgdG8gU2NyZWVuIiwiSW1hZ2UiLCJvZiIsIkxvYWRpbmcuLi4iXX0=',0,'http://raylsmith.org/?p=1843',0,'lightbox_library','',0),(1844,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjk4MCIsInBvc3RfaWQiOiIxODQ0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94IiwibmFtZSI6InRoaWNrYm94IiwidGl0bGUiOiJUaGlja2JveCIsImNvZGUiOiJjbGFzcz0ndGhpY2tib3gnIHJlbD0nJUdBTExFUllfTkFNRSUnIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xuXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJcL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsImkxOG4iOnsibmV4dCI6Ik5leHQgJmd0OyIsInByZXYiOiImbHQ7IFByZXYiLCJpbWFnZSI6IkltYWdlIiwib2YiOiJvZiIsImNsb3NlIjoiQ2xvc2UiLCJub2lmcmFtZXMiOiJUaGlzIGZlYXR1cmUgcmVxdWlyZXMgaW5saW5lIGZyYW1lcy4gWW91IGhhdmUgaWZyYW1lcyBkaXNhYmxlZCBvciB5b3VyIGJyb3dzZXIgZG9lcyBub3Qgc3VwcG9ydCB0aGVtLiJ9fQ==','thickbox','','draft','open','open','','','','','2014-08-05 05:32:05','2014-08-05 05:32:05','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNjk4MCIsInBvc3RfaWQiOiIxODQ0IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InRoaWNrYm94IiwibmFtZSI6InRoaWNrYm94IiwidGl0bGUiOiJUaGlja2JveCIsImNvZGUiOiJjbGFzcz0ndGhpY2tib3gnIHJlbD0nJUdBTExFUllfTkFNRSUnIiwidmFsdWVzIjpbXSwiY3NzX3N0eWxlc2hlZXRzIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtaW5jbHVkZXNcL2pzXC90aGlja2JveFwvdGhpY2tib3guY3NzIiwic2NyaXB0cyI6Imh0dHA6XC9cL3JheWxzbWl0aC5vcmdcL3dwLWNvbnRlbnRcL3BsdWdpbnNcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbGlnaHRib3hcL3N0YXRpY1wvdGhpY2tib3hcL25leHRnZW5fdGhpY2tib3hfaW5pdC5qc1xuXC93cC1pbmNsdWRlc1wvanNcL3RoaWNrYm94XC90aGlja2JveC5qcyIsImRpc3BsYXlfc2V0dGluZ3MiOltdLCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJzdHlsZXMiOiJcL3dwLWluY2x1ZGVzXC9qc1wvdGhpY2tib3hcL3RoaWNrYm94LmNzcyIsImkxOG4iOnsibmV4dCI6Ik5leHQgJmd0OyIsInByZXYiOiImbHQ7IFByZXYiLCJpbWFnZSI6IkltYWdlIiwib2YiOiJvZiIsImNsb3NlIjoiQ2xvc2UiLCJub2lmcmFtZXMiOiJUaGlzIGZlYXR1cmUgcmVxdWlyZXMgaW5saW5lIGZyYW1lcy4gWW91IGhhdmUgaWZyYW1lcyBkaXNhYmxlZCBvciB5b3VyIGJyb3dzZXIgZG9lcyBub3Qgc3VwcG9ydCB0aGVtLiJ9fQ==',0,'http://raylsmith.org/?p=1844',0,'lightbox_library','',0),(1845,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY3NSIsInBvc3RfaWQiOiIxODQ1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=','NextGEN Basic Compact Album','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY3NSIsInBvc3RfaWQiOiIxODQ1IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIENvbXBhY3QgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2NvbXBhY3RfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=',0,'http://raylsmith.org/?p=1845',0,'display_type','',0),(1846,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcxMiIsInBvc3RfaWQiOiIxODQ2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjp0cnVlLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowfSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMjcifQ==','NextGEN Basic Extended Album','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcxMiIsInBvc3RfaWQiOiIxODQ2IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBFeHRlbmRlZCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvZXh0ZW5kZWRfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImFsYnVtcyIsInZpZXdfb3JkZXIiOjEwMjEwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF9jcm9wIjp0cnVlLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowfSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMjcifQ==',0,'http://raylsmith.org/?p=1846',0,'display_type','',0),(1847,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzc0OSIsInBvc3RfaWQiOiIxODQ3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjEwMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjB9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4yNyJ9','NextGEN Basic Thumbnails','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzc0OSIsInBvc3RfaWQiOiIxODQ3IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRodW1ibmFpbHMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfZ2FsbGVyeVwvc3RhdGljXC90aHVtYl9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMDAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjEwMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOiIxNTAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMTUwIiwic2hvd19hbGxfaW5fbGlnaHRib3giOjAsImFqYXhfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJwaWNsZW5zX2xpbmtfdGV4dCI6IltTaG93IFBpY0xlbnNdIiwic2hvd19waWNsZW5zX2xpbmsiOjAsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwidXNlX2ltYWdlYnJvd3Nlcl9lZmZlY3QiOjB9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4yNyJ9',0,'http://raylsmith.org/?p=1847',0,'display_type','',0),(1848,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzc4NiIsInBvc3RfaWQiOiIxODQ4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJmbGFzaF9lbmFibGVkIjowLCJmbGFzaF9wYXRoIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9pbWFnZXJvdGF0b3Iuc3dmIiwiZmxhc2hfc2h1ZmZsZSI6dHJ1ZSwiZmxhc2hfbmV4dF9vbl9jbGljayI6dHJ1ZSwiZmxhc2hfbmF2aWdhdGlvbl9iYXIiOjAsImZsYXNoX2xvYWRpbmdfaWNvbiI6MCwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOjAsImZsYXNoX3N0cmV0Y2hfaW1hZ2UiOiJ0cnVlIiwiZmxhc2hfdHJhbnNpdGlvbl9lZmZlY3QiOiJyYW5kb20iLCJmbGFzaF9zbG93X3pvb20iOjAsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6MCwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=','NextGEN Basic Slideshow','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzc4NiIsInBvc3RfaWQiOiIxODQ4IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOjEwLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6IjE1MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNTAiLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJmbGFzaF9lbmFibGVkIjowLCJmbGFzaF9wYXRoIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9pbWFnZXJvdGF0b3Iuc3dmIiwiZmxhc2hfc2h1ZmZsZSI6dHJ1ZSwiZmxhc2hfbmV4dF9vbl9jbGljayI6dHJ1ZSwiZmxhc2hfbmF2aWdhdGlvbl9iYXIiOjAsImZsYXNoX2xvYWRpbmdfaWNvbiI6MCwiZmxhc2hfd2F0ZXJtYXJrX2xvZ28iOjAsImZsYXNoX3N0cmV0Y2hfaW1hZ2UiOiJ0cnVlIiwiZmxhc2hfdHJhbnNpdGlvbl9lZmZlY3QiOiJyYW5kb20iLCJmbGFzaF9zbG93X3pvb20iOjAsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6MCwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=',0,'http://raylsmith.org/?p=1848',0,'display_type','',0),(1849,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzgyMyIsInBvc3RfaWQiOiIxODQ5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=','NextGEN Basic ImageBrowser','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzgyMyIsInBvc3RfaWQiOiIxODQ5IiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImZvcm1hdF9jb250ZW50IjoiIiwiaWRfZmllbGQiOiJJRCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4wLjY2LjI3In0=',0,'http://raylsmith.org/?p=1849',0,'display_type','',0),(1850,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzg2MCIsInBvc3RfaWQiOiIxODUwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4yNyJ9','NextGEN Basic SinglePic','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzg2MCIsInBvc3RfaWQiOiIxODUwIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwid2lkdGgiOiIiLCJoZWlnaHQiOiIiLCJtb2RlIjoiIiwiZGlzcGxheV93YXRlcm1hcmsiOjAsImRpc3BsYXlfcmVmbGVjdGlvbiI6MCwiZmxvYXQiOiIiLCJsaW5rIjoiIiwicXVhbGl0eSI6MTAwLCJjcm9wIjowLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayJ9LCJmb3JtYXRfY29udGVudCI6IiIsImlkX2ZpZWxkIjoiSUQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMC42Ni4yNyJ9',0,'http://raylsmith.org/?p=1850',0,'display_type','',0),(1851,1,'2013-07-31 08:25:39','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzg5NyIsInBvc3RfaWQiOiIxODUxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1fSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMjcifQ==','NextGEN Basic TagCloud','','draft','open','open','','','','','2014-08-22 07:53:26','2014-08-22 07:53:26','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzg5NyIsInBvc3RfaWQiOiIxODUxIiwibWV0YV9rZXkiOiJuYW1lIiwibWV0YV92YWx1ZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUYWdDbG91ZCIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY190YWdjbG91ZFwvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJudW1iZXIiOjQ1fSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjAuNjYuMjcifQ==',0,'http://raylsmith.org/?p=1851',0,'display_type','',0),(1852,1,'2013-07-30 07:39:27','2013-07-30 07:39:27','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">I\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.\r\n\r\nAll of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry. I\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\n\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\n\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-07-30 07:39:27','2013-07-30 07:39:27','',31,'http://raylsmith.org/31-revision-59/',0,'revision','',0),(1853,1,'2013-08-01 14:12:42','2013-08-01 14:12:42','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1618\" style=\"border: 0px none;\" alt=\"testimony\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/testimony.gif\" width=\"801\" height=\"234\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"80\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">And they overcame him by the blood of the Lamb, and by the word of their testimony; and they loved not their lives unto the death.</span>\r\n<span style=\"color: #000000; font-size: x-large;\"> <strong>Revelation 12:11</strong></span></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-1576\" style=\"border: 0px none;\" alt=\"divider\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/divider.jpg\" width=\"495\" height=\"5\" /></p>\r\n\r\n<h2 style=\"text-align: center;\">Our testimony is important. The Lord Jesus Christ Has used us in many healings and all manners of sickness, deliverances and miracles.</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding-left: 60px;\" width=\"850\" height=\"750\">&nbsp;\r\n\r\nI\'ve been encouraged back to confidence and being my natural self. I was totally delivered on December 20, 2012 from years of emotional hurt. I can now stand in front of an audience without being nervous and self-conscious. I can now say that I don\'t worry about if something goes wrong, by trying to figure out if I caused the problem.I know longer am overly concerned if someone acts if he/she doesn\'t like me. I am myself again, before being emotionally abused. I am confident that I can do things. I do not hesitate to correct a bully and will gladly inform one that I will not tolerate it. I have been set free.All of my testimonies is of the Glory to God. My Pastors, Ray and Alice Smith, who obediently leads us by what God wants us to be taught and what music He wants us to hear. Praise Him!!!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI have experienced gifts that were dormant become active within me in a new way. In particular seeing in the spirit various objects and heavenly images.\r\n\r\nI have been experiencing a lifestyle of blessings allowing me to bless others continuously.\r\n\r\nI have experienced deliverance from bondage\'s and hurts from the past. My confidence level has greatly grown in spiritual things and the Lord has prospered me and healed my emotions.\r\n\r\nI have seen relationships with family and others mended and prospering.\r\n\r\nI have experienced freedom from fear in my everyday walk.\r\n\r\nI received employment 4 days after receiving prayer from Pastor Ray and Alice Smith\r\n\r\nI have experienced supernatural healing in my body. The doctor could only call my recovery a mystery.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nBetter understanding of Jesus and how ministry works. My relationship with Jesus has exploded.\r\nI have seen Him change the hearts of people and make them into new creations.\r\n\r\nGrowing more and more with seeing in the supernatural, with dreams, and seeing angels.\r\n\r\nGod has answered my prayers and I have been feeling a sense of peace, love and joy since joining the ministry. I\'ve just been growing more with Jesus and He has been teaching and showing me who He is and to trust Him with my whole life.\r\n\r\nThe fellowship of the church is important and I like how we all love each other, encourage each other and challenge each other to continue to pursue Christ as He pursues us.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nEver since being involved in the ministry I\'ve had a better sensitivity in the spirit realm.\r\n\r\nI am also a lot stronger in my walk with God and feel more close to him. Ive also been blessed with a lot more spiritual encounters and more use and knowledge on my spiritual gifts. God has blessed me tremendously through the house of prayer ministries and i am honored to be apart of it.\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nHello, these are some of my testimonies of how God has blessed me while I have been at House of Prayer Ministries. I have been encouraged by Pastor Ray, Pastor Alice, as well as the other members of the church.\r\n\r\nEvery member walks with the Lord and walks in the Spirit which as encouraged me and has made it easier for me to do the same instead of harder. I have been encouraged by everyone in the church receiving from God etc..( hearing, seeing, feeling, visitations, etc..).\r\n\r\nOne example for me was on a Sunday, a couple of weeks ago, I saw a huge brown bird fly past the window and two others saw as well, and we knew it was angelic and that we were the witnesses. Another example for me is recognizing God\'s presence and feeling His presence more often.\r\n\r\nI have been acknowledging that God is speaking to me. I am recognizing that my dreams are from God and understanding the interpretations better. There have been times where I said a something I believed was from God and it was conformed to be true while at the church.\r\n\r\nI\'m thankful to The Lord how He has chosen to bless my life and has been using House of Prayer Ministries as a part of that. I used to feel like the odd one in the bunch and though I knew of places which glorified God, I wanted to be led by God on what church to go to.\r\n\r\nI was in a church where I felt I was trapped, but God led me to my current one and everything He has planned for me is coming to pass! God is good!\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nSaw Vision - 03/07/13: An open door and a man standing there. Then I heard the word \"Ichabod\". (Located in 1st Samuel 4:21 which means the glory has departed.\r\n\r\nThis is where the ark was taken.) Interpretation: The Lord is now standing about to distinguish between His church and those churches which His glory\r\nhas departed from.\r\n\r\nSaw Vision - 03/07/13: A man and woman ballroom dancing. They were close together with no space in between and joined together by the man\'s right hand and the woman\'s left. Interpretation: Jesus was dancing with His bride in Heaven.\r\n\r\nSaw Vision - 03/14/13: Saw these white buildings that transformed into the giant wall with many windows. The wall was reinforced and very large. The wall\r\nwas the side of a coliseum. Heard the Lord say \"I (The Lord) will take over cities. I (The Lord) will be the center of attraction.\r\n\r\nSaw Vision - 03/17/13: Large ship moving really quickly.\r\n\r\nSaw Vision - 03/17/13: Saw an elephant with gold on its head\r\n\r\nSaw Vision - 03/28/13: Really tall trees. At top of the trees were golden shiny leaves. Interpretation: Psalms 8 Glory Carriers\r\n\r\nSaw Vision - 04/07/13: Giant portal going up to this place that had light at the end. Saw this twice standing outside the tunnel. On the third time the portal overtook me and swallowed me up taking the appearance of a whirlwind and it carried me to this place. I was in a room that was bright and white.\r\nI realized that I was in Heaven. Not only me but the entire congregation and church service was in Heaven.\r\n\r\nSaw Vision - 04/07/13: Saw a giant eagle type creature soaring through the sky carrying what looked like a man. The eagles color was almost completely transparent.\r\n\r\nSaw Vision - 04/07/13: Huge Angel Wings on my back. They keep growing higher and higher until I could not see the top of them. They spread out some as they were growing. Then I saw a really large angel. He looked very distinct and important. I heard the Lord say \"He is going to bring revival. His name is Time\".\r\n\r\nSaw Vision - 04/07/13: A large angel sitting upon a rock of some type with a long trumpet shofar in his hands. The bottom was round and the narrow part had holes in it going up to the mouth piece. The angel had curly brownish-blond hair with a golden band around his head. He had on a white robe and his checks were expanded. He blew the trumpet. I heard \"His name is Jubilee\". He restores the balance in the earth realm of opposites. He also restores freedom and things back to their original state. He has the ability to bring celebration and cause the original purpose of things to be fulfilled. He brings perfection to things.\r\n\r\nAs Pastor Ray prayed for financial blessing: Saw Vision: Saw This ledge that was so full of water that it poured over the side in four different streams that were separated from each other by a small distance.\r\n\r\nAs Pastor Ray prayed for the outpouring: Saw Vision: Giant dove flying towards us with a branch in his mouth\r\n<p style=\"text-align: center;\">-----------------------------------------------------------------------------------------</p>\r\nI had a back pain and healed by the Lord Jesus Christ and able to get on floor and play with\r\ndog in which she stated had not done in over two years. - <em><strong>C.C.</strong></em>\r\n\r\nI was told that house would not sell in this economy and because of the neighborhood, BUT house sold in\r\nless than a week because of prayer. - <em><strong>K.M.</strong></em>\r\n\r\nI am a man healed of scoliosis. - <em><strong>J.S.</strong></em>\r\n\r\nI am a young girl ear canals healed. - <em><strong>J.S.</strong></em>\r\n\r\nI\'m a young lady received the baptism of the Holy Spirit with evidence of speaking in tongues. - <em><strong>B. L.</strong></em>\r\n\r\nI thank God for the Ministry and you and Pastor Alice\'s obedience unto to Him.\r\n<ul>\r\n	<li>I\'ve been totally delivered from confusion.</li>\r\n	<li>I\'ve been delivered from despair and now have abundant joy!</li>\r\n	<li>I have learned to receive the plans of God for my life and what He wants me to have me whether I understand them or not.</li>\r\n	<li>I\'ve learned that God REALLY loves me!</li>\r\n	<li>Very, very deep hurts I had have been washed away.</li>\r\n	<li>I have been set free from condemnation.</li>\r\n	<li>I am absolutely happy and full of joy! - <strong><em>V.H.</em></strong></li>\r\n</ul>\r\nI have been healed ,set free from oppression, received boldness, more hunger for the word. No more\r\ngossiping or talking out of terms, renewed confidence, my marriage is moving in the right direction,\r\nfreedom from negative thoughts, deeper hunger and thirst for the Lord. Closer walk with the Lord,\r\ndesire the deeper things of God, my gifts have been sharpened, greater presence of the Lord, more\r\nsensitive to the Holy Spirit , becoming a better intercessor, taking fasting more seriously,\r\nexercising, eating right. - <strong><em>N.J.</em></strong>\r\n\r\nThings God has done for me this being here at House of Prayer Ministries.\r\nMy confidence in my relationship with the Lord has no more doubts in knowing that I hear him clearly.\r\nMy family has received answered prayers, healing and growth in our relationships.\r\nRevelation in God\'s Word has grown much.\r\nBecome very senstative to God (Father, Son and Holy Spirit) by His Word (Bible), manifestations\r\n(Wind Of God, Fire, Water), More encounters with God at home and wherever I go.\r\nMuch Peace and truly In LOVE with GOD like never before. - <strong><em>T.J.</em></strong>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"80\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Testimonial','','inherit','open','open','','31-revision-v1','','','2013-08-01 14:12:42','2013-08-01 14:12:42','',31,'http://raylsmith.org/31-revision-v1/',0,'revision','',0),(1856,1,'2013-02-07 07:28:42','2013-02-07 07:28:42','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n\r\n<strong>Please feel free to contact us for prayer requests and booking questions.</strong>\r\n\r\n<strong>Richest Blessings to you and thank you for visiting Ray Smith International - The House of Prayer Ministries.</strong>\r\n\r\n&nbsp;\r\n\r\n[contact-form-7 id=\"163\" title=\"Contact form 1\"]\r\n\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n\r\n&nbsp;\r\n\r\n<strong>For Booking Request by Mail</strong>\r\n<strong>Please send all correspondence here</strong>...\r\n\r\n<img class=\"alignnone  wp-image-777\" alt=\"Ray Smith International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/mail.png\" width=\"342\" height=\"187\" />\r\n[/wpcol_1half_end]','Contact Us','','inherit','open','open','','33-revision-v1','','','2013-02-07 07:28:42','2013-02-07 07:28:42','',33,'http://raylsmith.org/33-revision-v1/',0,'revision','',0),(1857,1,'2013-08-16 03:37:28','2013-08-16 03:37:28','','mail2','','inherit','open','open','','mail2','','','2013-08-16 03:37:28','2013-08-16 03:37:28','',33,'http://raylsmith.org/wp-content/uploads/2012/06/mail2.png',0,'attachment','image/png',0),(1858,1,'2013-03-16 04:13:18','2013-03-16 04:13:18','<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\" wp-image-859 aligncenter\" style=\"border: 0px none;\" alt=\"Booking\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/mail-booking.png\" width=\"308\" height=\"168\" /></p>\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-1562 aligncenter\" style=\"border: 0px none;\" alt=\"Contact Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone2.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-03-16 04:13:18','2013-03-16 04:13:18','',858,'http://raylsmith.org/858-revision-v1/',0,'revision','',0),(1860,1,'2013-08-16 03:42:35','2013-08-16 03:42:35','','booking-request','','inherit','open','open','','booking-request','','','2013-08-16 03:42:35','2013-08-16 03:42:35','',858,'http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png',0,'attachment','image/png',0),(1861,1,'2013-08-16 04:07:01','2013-08-16 04:07:01','<span style=\"font-size: x-large;\">BOOKING REQUEST</span>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"][contact-form-7 id=\"865\" title=\"Booking\"][/wpcol_1third]\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]<img class=\"alignnone size-full wp-image-1860\" alt=\"Booking Request\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/booking-request.png\" width=\"308\" height=\"168\" />\r\n<p style=\"text-align: center;\"><a href=\"mailto:RayLSmith50@gmail.com\"><img class=\"aligncenter size-full wp-image-861\" style=\"border: 0px none;\" alt=\"Email Me\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/email-me.png\" width=\"250\" height=\"45\" /></a></p>\r\n[/wpcol_1third][wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><img class=\"size-full wp-image-1562 aligncenter\" style=\"border: 0px none;\" alt=\"Contact Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/phone2.png\" width=\"238\" height=\"439\" />[/wpcol_1third_end]</p>','Booking','','inherit','open','open','','858-revision-v1','','','2013-08-16 04:07:01','2013-08-16 04:07:01','',858,'http://raylsmith.org/858-revision-v1/',0,'revision','',0),(1862,1,'2013-08-16 04:13:16','2013-08-16 04:13:16','','phone','','inherit','open','open','','phone-2','','','2013-08-16 04:13:16','2013-08-16 04:13:16','',858,'http://raylsmith.org/wp-content/uploads/2012/11/phone1.png',0,'attachment','image/png',0),(1864,1,'2013-08-21 14:33:44','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTAxMTkiLCJwb3N0X2lkIjoiMTg2NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJub25lIiwibmFtZSI6Im5vbmUiLCJ0aXRsZSI6Ik5vIGxpZ2h0Ym94IiwiY29kZSI6IiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6IiIsInNjcmlwdHMiOiIiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiIiwiaTE4biI6W119','none','','draft','open','open','','','','','2014-08-05 05:32:04','2014-08-05 05:32:04','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiMTAxMTkiLCJwb3N0X2lkIjoiMTg2NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJub25lIiwibmFtZSI6Im5vbmUiLCJ0aXRsZSI6Ik5vIGxpZ2h0Ym94IiwiY29kZSI6IiIsInZhbHVlcyI6W10sImNzc19zdHlsZXNoZWV0cyI6IiIsInNjcmlwdHMiOiIiLCJkaXNwbGF5X3NldHRpbmdzIjpbXSwiZm9ybWF0X2NvbnRlbnQiOiIiLCJpZF9maWVsZCI6IklEIiwic3R5bGVzIjoiIiwiaTE4biI6W119',0,'http://raylsmith.org/?p=1864',0,'lightbox_library','',0),(2302,1,'2014-03-11 14:20:01','2014-03-11 14:20:01','','raylsmith-resources','','inherit','open','open','','raylsmith-resources','','','2014-03-11 14:20:01','2014-03-11 14:20:01','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png',0,'attachment','image/png',0),(2303,1,'2014-03-11 14:23:05','2014-03-11 14:23:05','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-resources/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-horses/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Water\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godswater.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Water</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-11 14:23:05','2014-03-11 14:23:05','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2301,1,'2014-03-11 14:12:17','2014-03-11 14:12:17','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-11 14:12:17','2014-03-11 14:12:17','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2300,1,'2014-03-11 14:12:17','2014-03-11 14:12:17','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God.\r\n\r\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage.\r\n\r\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations, there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. But they have to find out, a lot of them didn\'t know about this resources. Amen. So we have to tell them about it. Amen. So, we should told them that they have to go after, Amen. Because even if in some resources if they are available doesn\'t mean necessary coming to you, you have to go after, Amen. Praise God. Amen. Okay, now we\'re talking about God\'s resources.\r\n\r\nTurn with me on James chapter 1:17, God\'s resources, do you know that God  has everything that you need? He does! Everything! Chapter 1 verse 17, \"<sup>17 </sup>Every good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\" Amen. So another words every  good and perfect gift comes from above which comes from God, Amen. So, if you have a good gift, if you have something that is good, guess who gave it to you? God gave it to you, Amen! Praise God. Alright.\r\n\r\nNow, turn with me to Matthew chapter 19, so God has everything, everything! And everything good comes from Him, Amen. Now, we\'ll talk about His ability, His ability, Amen. Matthew 19:26, \"<sup>26 </sup>But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible.\" Amen. So, nothing is impossible for God, who believes in that? That nothing is impossible? Amen. Praise God. Nothing. So, another words, every good and perfect gift comes from Him and nothing is impossible. Alright. So, He can do anything, Amen. Alright. Now,  how does it help us? How does it help us to attain God\'s resources?\r\n\r\nNow, turn with me to Mark chapter 9 and we have a lot of scriptures, okay, you don\'t mind turning the scriptures do you? Praise God. Mark 9:23 \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" Amen. So, God will nothing with men this is impossible, some things men just can\'t do. but all things are possible to God, Amen.  So, how do we get connected to this things which are impossible to be possible to us? Amen. We enter in by believing, we enter in by faith, and we enter in by believing by faith and nothing is impossible for us also. Amen. Mark chapter 9:23, \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" How many things are possible? Amen. How many things? Amen. Repeat after me, I believe, I believe, everything you tell me God. Amen. Praise God. Alright. Alright. Now, believing is the beginning, Amen. Alright.\r\n\r\nNow, turn with me on Matthew chapter 7, cause when you start believing now that set you out on journey, Amen. Remember, the certain resources are here, Amen. So, this resource we have to go get it, just because God got what you need it doesn\'t necessarily mean you\'re going to get it , Amen. So, first we got the lead that it has it. Amen. And then we have to believe it\'s for us. Amen.  Praise God. Now, let\'s go after this things God has for us. What we\'ll gonna do?</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','publish','open','open','','gods-resources','','','2014-08-21 14:43:40','2014-08-21 14:43:40','',0,'http://raylsmith.org/?p=2300',0,'post','',0),(2298,1,'2014-03-09 09:25:37','2014-03-09 09:25:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\r\n\r\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\r\n\r\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he has to me. Greater manifestation, even maybe settle, but his manifestation of the Lord wow so as we we\'re sharing more and more and more what he has, and  this is what he sharing as we speak right now, God\'s horses. II Kings 6:8, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">8</span> </sup>Then the king of Syria warred against Israel, (and don\'t we know Israel is God\'s people) and took counsel with his servants, saying, In such and such a place shall be my camp. <sup><span style=\"color: #000000;\">9</span> </sup>And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down. <sup><span style=\"color: #000000;\">10</span> </sup>And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice. <sup><span style=\"color: #000000;\">11</span> </sup>Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not shew me which of us is for the king of Israel?\"</span> So another words, this enemy king was coming against Israel. And it was set and trap but every time he set a trap Israel knew exactly what was going on so they didn\'t go to the trap and so now this enemy king, this king of Syria, he say, which of you of betraying me because it has to be inside job somebody is telling Israel what\'s going on telling all my plans because they cannot be following into my trap somebody is telling them what\'s going on. So he send to his people to the ones close to which one is betraying me, okay. Now, verse 12, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>And one of his servants said, None, my lord, O king: but Elisha, the prophet that is in Israel, telleth the king of Israel the words that thou speakest in thy bedchamber. <sup><span style=\"color: #000000;\">13</span> </sup>And he said, Go and spy where he is, that I may send and fetch him. And it was told him, saying, Behold, he is in Dothan. <sup><span style=\"color: #000000;\">14</span> </sup>Therefore sent he thither horses, and chariots, and a great host: and they came by night, and compassed the city about. <sup><span style=\"color: #000000;\">15</span> </sup>And when the servant of the man of God was risen early, and gone forth, behold, an host compassed the city both with horses and chariots. And his servant said unto him, Alas, my master! how shall we do?\"</span> Amen. So, what\'s happening is, Elisha, the man of God, the prophet of God, Amen. Is sharing with the king of Israel the enemies plans amen. And now this enemy king is coming to destroy Elisha, now, what does Elisha have? In the natural, he\'s there by himself,  Amen. Only thing he has is one servant alright, at least the source we know right now. And the servant goes out and sees that this whole camp this whole army is coming to get one men. And the servant fear and reported to Elisha, what we\'ll gonna do. Now, alright, verse 17, the man of God, he did not fear, he said, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">17</span> </sup>And Elisha prayed, and said, Lord, I pray thee\"</span> excuse me verse 16, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">16</span> </sup>And he answered, Fear not: for they that be with us are more than they that be with them.\"</span> Amen. So anything enemy put against  you, you don\'t have to worry about it, it doesn\'t matter what it looks like,  doesn\'t matter what it said, God\'s got you, Amen. He has got you, alright. Amen. Verse 17, \"<sup>17 </sup>And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\" Amen. That\'s part of God\'s hosts, it\'s just part of His hosts, Amen. Let me read again, And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha, Amen. So, horses, chariots of fire, Amen. So, why would this forces to cherish them, Amen. Because this enemy king of Syria seek his arm but God have an army also, Amen. So, God\'s army was there that Elisha will not only protected but have the victory, Amen. Why his army sent not just for protection but have war and overcome, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-09 09:25:37','2014-03-09 09:25:37','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(1866,1,'2013-01-31 05:16:38','2013-01-31 05:16:38','<center><table>\r\n<tr>\r\n<td width=\"725\">\r\n[wptabs type=\"accordion\" style=\"wpui-blue\" effect=\"slide\" mode=\"horizontal\"]  \r\n[wptabtitle]<img class=\"alignnone size-full wp-image-282\" alt=\"Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/faith.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]<strong>Hebrews 11:6</strong>\r\n\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him. Faith is the way you begin. God reveals Himself to you in some way and you believe that He is God. And you receive Him as your Lord and Savior. So you enter in by faith. This process continues. As He reveals more by His Word or some other source you believe and faith fills you and leads you. Therefore the Lord leads you on the path that He has set for you and you follow by faith. As you follow you are in fellowship and the Lord so delights in this fellowship with you as you believe. For it is impossible to please Him without faith.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-285\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/prayer1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Matter of fact God call us to pray.  When we do not pray to God He considers it sin. But when we do pray it is a wonderful source of pleasure for God.  Our prayers are a sweet smelling savior to Him.  Especially when when pray with all our heart.  Also praying according to His word is also pleasing to God and it gives Him the freedom to answer, bless and do miracles.[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-289\" alt=\"Word of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/word.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Study thyself to show you are approved.  You study God\'s Word to understand the benefits He has for you also the lifestyle He calls you to lead.  The study of God\'s word is also food for your spirit.  You can not be successful long term spiritually with out feeding your spirit by reading God\'s Word which is the Bible.\r\n\r\nJesus said we should not live by bread alone.  Know the scriptures (the Bible) gives you a strong foundation\r\nthat no one can move.  House on the sand.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-291\" alt=\"Worship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/worship.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]We must worship the Lord in Spirit and in truth for such is what God desires in our worship.  Of course we worship our Lord by singing, bowing, lifting of hands publicly in church and privately in our homes or other private places.  But worship also is a live style as you honor the Lord in every aspect of your life.  You worship can expand from the hours in church or in your time in private to be 24 hours 7 days a week.  Because you honor him always in all you do and think.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-293\" alt=\"Doers of the Word\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/doers.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]One of the most important aspects of our walk with the Lord is being a doer of the Word.  Also probably the most neglected by most Christians.  Remember the Bibles states obedience is better than sacrifice. And by being a doer of the word or obeying the word of God we enter into His will. This is so important I have given you these scriptures for reverence.  James 1:25  But whoso looketh into the perfect law of liberty and continueth therein, he being not a forgetful hearer but a doer of the work, this man shall be blessed in his deed.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-373\" alt=\"Christian Fellowship\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/fellowship1.jpg\" width=\"721\" height=\"128\" />[/wptabtitle] \r\n[wptabcontent]Don\'t deny the gathering together.\r\n\r\n<strong>Hebrews 10:25 25</strong>\r\n\r\nNot forsaking the assembling of ourselves together, as the manner of some is; but exhorting one another: and so much the more, as ye see the day approaching.   Fellowship with other believers not only builds friendships but it helps you to have others that believe in Jesus as you do.  Also you want to have relationship with leaders also.  That the anointing that they have will effect you life.  There is safety and again God call us to fellowship with one another.\r\n\r\n<strong>Acts 2:42 </strong>\r\n\r\nAnd they continued stedfastly in the apostles\' doctrine and fellowship, and in breaking of bread, and in prayers.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-375\" alt=\"Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/service1.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]The Lord spoke to me one day.  \"You are not going to receive what you want.\"  This was when I was not missing one church service.  I read and prayed every day and I was expecting great things.  So when I heard this I was blown away.  But the Lord let me know for the things I was believing for I had to also serve.\r\n\r\nSo I began to serve the Lord by volunteering in the church also served Him outside the church building.  And the Lord Blessed me. Again for some things, some levels or blessing you have to be a servant to receive.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone  wp-image-362\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/giving4.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]<strong>Luke 8:3</strong>\r\n\r\nAnd Joanna the wife of Chuza Herod\'s steward, and Susanna, and many others, which ministered unto him of their substance.  When we give to God\'s work we are ministering to the Lord.  Tithing is required.  But what we give above our tithes we offer to God.  Giving shows our reverence, love, and commitment to our Lord and His work.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-377\" alt=\"Love\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/love2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]We are also show our love to Him and our neighbors. Love the Lord with all your heart and soul. The Lord knows who loves Him. When you really begin to seek to know your Lord the Lord will respond in fellowship with you. And the more the Lord reveals Himself to you the more you begin to love Him. And love Him and know Him. And you realize that no one or no thing can fulfil you as He can.\r\n[/wptabcontent]\r\n[wptabtitle]<img class=\"alignnone size-full wp-image-366\" alt=\"Baptism\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/baptism2.jpg\" width=\"721\" height=\"128\" />\r\n[/wptabtitle] \r\n[wptabcontent]Jesus promised in Act 1:8\r\n\r\n<sup>8 </sup>But ye shall receive power, after that the Holy Ghost is come upon you:  To operate in the power of that God has provided for us being baptised in the Holy Ghost is essential.  In acts the believers did incredible miracles in Jesus name.  That power is still available to every believer today who desires such.\r\n[/wptabcontent]\r\n[/wptabs]\r\n</td>\r\n</tr>\r\n</table></center>','Acquire the Blessed Life','','inherit','open','open','','269-revision-v1','','','2013-01-31 05:16:38','2013-01-31 05:16:38','',269,'http://raylsmith.org/269-revision-v1/',0,'revision','',0),(1869,1,'2013-07-10 09:28:39','2013-07-10 09:28:39','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 2</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\"><img class=\"aligncenter size-full wp-image-1666\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 3\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible3.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 3</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-07-10 09:28:39','2013-07-10 09:28:39','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1870,1,'2013-09-03 14:47:03','2013-09-03 14:47:03','','raylsmith-move','','inherit','open','open','','raylsmith-move','','','2013-09-03 14:47:03','2013-09-03 14:47:03','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png',0,'attachment','image/png',0),(1886,1,'2013-09-09 06:24:02','2013-09-09 06:24:02','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Move of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 1</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-09 06:24:02','2013-09-09 06:24:02','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1875,1,'2013-09-03 15:03:13','2013-09-03 15:03:13','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Move of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 2</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-03 15:03:13','2013-09-03 15:03:13','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1871,1,'2013-09-03 15:00:20','2013-09-03 15:00:20','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Move of God (BREAKTHROUGH)','','publish','open','open','','move-of-god-breakthrough','','','2014-08-21 14:38:12','2014-08-21 14:38:12','',0,'http://raylsmith.org/?p=1871',0,'post','',0),(1872,1,'2013-07-10 09:05:50','2013-07-10 09:05:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 1','','inherit','open','open','','1819-revision-v1','','','2013-07-10 09:05:50','2013-07-10 09:05:50','',1819,'http://raylsmith.org/1819-revision-v1/',0,'revision','',0),(1873,1,'2013-09-03 15:00:20','2013-09-03 15:00:20','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Move of God (BREAKTHROUGH)','','inherit','open','open','','1871-revision-v1','','','2013-09-03 15:00:20','2013-09-03 15:00:20','',1871,'http://raylsmith.org/1871-revision-v1/',0,'revision','',0),(1874,1,'2013-09-03 15:01:18','2013-09-03 15:01:18','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Move of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\"><img class=\"aligncenter size-full wp-image-1683\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 2</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-03 15:01:18','2013-09-03 15:01:18','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1967,1,'2013-11-04 13:56:58','2013-11-04 13:56:58','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 3','','inherit','open','open','','1792-revision-v1','','','2013-11-04 13:56:58','2013-11-04 13:56:58','',1792,'http://raylsmith.org/1792-revision-v1/',0,'revision','',0),(1878,1,'2013-09-03 15:07:17','2013-09-03 15:07:17','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p> \r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-09-03 15:07:17','2013-09-03 15:07:17','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1881,1,'2013-09-03 15:15:09','2013-09-03 15:15:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-moveofGod.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-09-03 15:15:09','2013-09-03 15:15:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1879,1,'2013-09-03 15:12:28','2013-09-03 15:12:28','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<object width=\"230\" height=\"162\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"162\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n\r\n<a href=\"http://raylsmith.org/be-an-adult-part-1/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Hunger\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-adult.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-09-03 15:12:28','2013-09-03 15:12:28','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1880,1,'2013-09-03 15:14:25','2013-09-03 15:14:25','','raylsmith-moveofGod','','inherit','open','open','','raylsmith-moveofgod','','','2013-09-03 15:14:25','2013-09-03 15:14:25','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-moveofGod.png',0,'attachment','image/png',0),(1882,1,'2013-09-09 06:04:25','2013-09-09 06:04:25','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','His House','','publish','open','open','','his-house','','','2014-08-21 14:59:10','2014-08-21 14:59:10','',0,'http://raylsmith.org/?p=1882',0,'post','',0),(1883,1,'2013-09-09 06:04:25','2013-09-09 06:04:25','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','His House','','inherit','open','open','','1882-revision-v1','','','2013-09-09 06:04:25','2013-09-09 06:04:25','',1882,'http://raylsmith.org/1882-revision-v1/',0,'revision','',0),(1888,1,'2013-09-09 06:33:04','2013-09-09 06:33:04','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p> [/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-09-09 06:33:04','2013-09-09 06:33:04','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1885,1,'2013-09-09 06:19:31','2013-09-09 06:19:31','','raylsmith-hishouse','','inherit','open','open','','raylsmith-hishouse','','','2013-09-09 06:19:31','2013-09-09 06:19:31','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png',0,'attachment','image/png',0),(1887,1,'2013-09-09 06:26:22','2013-09-09 06:26:22','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Move of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Nothing is Impossible Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-impossible1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Nothing is Impossible Part 1</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-09 06:26:22','2013-09-09 06:26:22','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1921,1,'2013-10-07 14:07:08','2013-10-07 14:07:08','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/your-true-life-with-the-lord/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Doors\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-yourtruelife.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-10-07 14:07:08','2013-10-07 14:07:08','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1889,1,'2013-09-09 06:37:47','2013-09-09 06:37:47','','raylsmith-his-house','','inherit','open','open','','raylsmith-his-house','','','2013-09-09 06:37:47','2013-09-09 06:37:47','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-his-house.png',0,'attachment','image/png',0),(1890,1,'2013-09-09 06:38:57','2013-09-09 06:38:57','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/his-house/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-his-house.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-09-09 06:38:57','2013-09-09 06:38:57','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1892,1,'2013-09-16 12:35:02','2013-09-16 12:35:02','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Do Not Waste The Anointing','','publish','open','open','','do-not-waste-the-anointing','','','2014-08-21 14:58:59','2014-08-21 14:58:59','',0,'http://raylsmith.org/?p=1892',0,'post','',0),(1893,1,'2013-09-16 12:35:02','2013-09-16 12:35:02','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Do Not Waste the Anointing','','inherit','open','open','','1892-revision-v1','','','2013-09-16 12:35:02','2013-09-16 12:35:02','',1892,'http://raylsmith.org/1892-revision-v1/',0,'revision','',0),(1894,1,'2013-09-16 12:35:44','2013-09-16 12:35:44','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Do Not Waste The Anointing','','inherit','open','open','','1892-revision-v1','','','2013-09-16 12:35:44','2013-09-16 12:35:44','',1892,'http://raylsmith.org/1892-revision-v1/',0,'revision','',0),(1895,1,'2013-09-16 12:46:30','2013-09-16 12:46:30','','raylsmith-donotwaste','','inherit','open','open','','raylsmith-donotwaste','','','2013-09-16 12:46:30','2013-09-16 12:46:30','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png',0,'attachment','image/png',0),(1896,1,'2013-09-16 12:49:35','2013-09-16 12:49:35','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Do Not Waste The Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Do Not Waste The Anointing</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Move of God\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-move.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Move of God</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-16 12:49:35','2013-09-16 12:49:35','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1898,1,'2013-09-16 12:57:33','2013-09-16 12:57:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-09-16 12:57:33','2013-09-16 12:57:33','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1899,1,'2013-09-16 13:02:00','2013-09-16 13:02:00','','raylsmith-donotwastetheanointing','','inherit','open','open','','raylsmith-donotwastetheanointing','','','2013-09-16 13:02:00','2013-09-16 13:02:00','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-donotwastetheanointing.png',0,'attachment','image/png',0),(1912,1,'2013-09-23 07:49:01','2013-09-23 07:49:01','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/door/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Doors\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-doors.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-09-23 07:49:01','2013-09-23 07:49:01','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1900,1,'2013-09-16 13:02:45','2013-09-16 13:02:45','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-donotwastetheanointing.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-09-16 13:02:45','2013-09-16 13:02:45','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1902,1,'2013-09-18 12:49:58','2013-09-18 12:49:58','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-09-18 12:49:58','2013-09-18 12:49:58','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1903,1,'2013-09-23 07:03:41','2013-09-23 07:03:41','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Door','','publish','open','open','','door','','','2013-09-23 07:03:41','2013-09-23 07:03:41','',0,'http://raylsmith.org/?p=1903',0,'post','',0),(1904,1,'2013-09-23 07:03:41','2013-09-23 07:03:41','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Door','','inherit','open','open','','1903-revision-v1','','','2013-09-23 07:03:41','2013-09-23 07:03:41','',1903,'http://raylsmith.org/1903-revision-v1/',0,'revision','',0),(1908,1,'2013-09-23 07:26:11','2013-09-23 07:26:11','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Door</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Do Not Waste The Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Do Not Waste The Anointing</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-23 07:26:11','2013-09-23 07:26:11','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1906,1,'2013-09-23 07:23:10','2013-09-23 07:23:10','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Door</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Do Not Waste The Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Do Not Waste The Anointing</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-23 07:23:10','2013-09-23 07:23:10','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1907,1,'2013-09-23 07:25:31','2013-09-23 07:25:31','','raylsmith-doors','','inherit','open','open','','raylsmith-doors-2','','','2013-09-23 07:25:31','2013-09-23 07:25:31','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png',0,'attachment','image/png',0),(1909,1,'2013-09-23 07:27:02','2013-09-23 07:27:02','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Doors</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Do Not Waste The Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Do Not Waste The Anointing</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/his-house/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"His House\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hishouse.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>His House</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-09-23 07:27:02','2013-09-23 07:27:02','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1910,1,'2013-09-23 07:43:51','2013-09-23 07:43:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-09-23 07:43:51','2013-09-23 07:43:51','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1911,1,'2013-09-23 07:48:02','2013-09-23 07:48:02','','raylsmith-doors','','inherit','open','open','','raylsmith-doors','','','2013-09-23 07:48:02','2013-09-23 07:48:02','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-doors.png',0,'attachment','image/png',0),(1914,1,'2013-10-07 13:28:50','2013-10-07 13:28:50','','raylsmith-yourtruelife','','inherit','open','open','','raylsmith-yourtruelife','','','2013-10-07 13:28:50','2013-10-07 13:28:50','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-yourtruelife.png',0,'attachment','image/png',0),(1915,1,'2013-10-07 13:33:07','2013-10-07 13:33:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Your True Life with The Lord','','publish','open','open','','your-true-life-with-the-lord','','','2014-08-21 14:25:24','2014-08-21 14:25:24','',0,'http://raylsmith.org/?p=1915',0,'post','',0),(1916,1,'2013-10-07 13:33:07','2013-10-07 13:33:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Your True Life with The Lord','','inherit','open','open','','1915-revision-v1','','','2013-10-07 13:33:07','2013-10-07 13:33:07','',1915,'http://raylsmith.org/1915-revision-v1/',0,'revision','',0),(1917,1,'2013-10-07 13:43:03','2013-10-07 13:43:03','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-yourtruelife.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your True Life with The Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Doors</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Do Not Waste The Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-donotwaste.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Do Not Waste The Anointing</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-10-07 13:43:03','2013-10-07 13:43:03','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1918,1,'2013-10-07 13:51:28','2013-10-07 13:51:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-10-07 13:51:28','2013-10-07 13:51:28','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1919,1,'2013-10-07 13:56:53','2013-10-07 13:56:53','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-10-07 13:56:53','2013-10-07 13:56:53','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1920,1,'2013-10-07 14:06:01','2013-10-07 14:06:01','','raylsmith-yourtruelife','','inherit','open','open','','raylsmith-yourtruelife-2','','','2013-10-07 14:06:01','2013-10-07 14:06:01','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-yourtruelife.png',0,'attachment','image/png',0),(1923,1,'2013-10-14 14:55:51','2013-10-14 14:55:51','','raylsmith-completelyjesus','','inherit','open','open','','raylsmith-completelyjesus','','','2013-10-14 14:55:51','2013-10-14 14:55:51','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-completelyjesus.png',0,'attachment','image/png',0),(1924,1,'2013-10-14 14:58:33','2013-10-14 14:58:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Completely Jesus','','publish','open','open','','completely-jesus','','','2014-08-21 14:36:27','2014-08-21 14:36:27','',0,'http://raylsmith.org/?p=1924',0,'post','',0),(1925,1,'2013-10-14 14:58:33','2013-10-14 14:58:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Completely Jesus','','inherit','open','open','','1924-revision-v1','','','2013-10-14 14:58:33','2013-10-14 14:58:33','',1924,'http://raylsmith.org/1924-revision-v1/',0,'revision','',0),(1926,1,'2013-10-14 15:04:24','2013-10-14 15:04:24','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/completely-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-completelyjesus.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Completely Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-yourtruelife.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your True Life with The Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Doors</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-10-14 15:04:24','2013-10-14 15:04:24','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1927,1,'2013-10-14 15:07:42','2013-10-14 15:07:42','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Lady\'s Bible Study October 12 \'13','','publish','open','open','','ladys-bible-study-october-12-13','','','2013-10-14 15:07:42','2013-10-14 15:07:42','',0,'http://raylsmith.org/?p=1927',0,'post','',0),(1928,1,'2013-02-02 13:52:58','2013-02-02 13:52:58','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Having a Servant\'s Heart','','inherit','open','open','','748-revision-v1','','','2013-02-02 13:52:58','2013-02-02 13:52:58','',748,'http://raylsmith.org/748-revision-v1/',0,'revision','',0),(1929,1,'2013-10-14 15:07:42','2013-10-14 15:07:42','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Lady\'s Bible Study October 12 \'13','','inherit','open','open','','1927-revision-v1','','','2013-10-14 15:07:42','2013-10-14 15:07:42','',1927,'http://raylsmith.org/1927-revision-v1/',0,'revision','',0),(1930,1,'2013-10-14 15:10:59','2013-10-14 15:10:59','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/completely-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-completelyjesus.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Completely Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-yourtruelife.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your True Life with The Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/door/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-doors1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Doors</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-10-14 15:10:59','2013-10-14 15:10:59','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1931,1,'2013-06-25 14:41:19','2013-06-25 14:41:19','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 1</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 2</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-06-25 14:41:19','2013-06-25 14:41:19','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(1932,1,'2013-10-14 15:18:25','2013-10-14 15:18:25','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lady\'s Bible Study</strong>\r\n<strong>October 12, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 2</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 1</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-10-14 15:18:25','2013-10-14 15:18:25','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(1950,1,'2013-11-04 08:34:52','2013-11-04 08:34:52','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/images-from-heaven/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Images From Heaven\" src=\"http://raylsmith.org/wp-content/uploads/2013/11/raylsmith-images.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-11-04 08:34:52','2013-11-04 08:34:52','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1933,1,'2013-10-14 15:23:32','2013-10-14 15:23:32','','raylsmith-completely-jesus','','inherit','open','open','','raylsmith-completely-jesus','','','2013-10-14 15:23:32','2013-10-14 15:23:32','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-completely-jesus.png',0,'attachment','image/png',0),(1934,1,'2013-10-14 15:24:31','2013-10-14 15:24:31','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/completely-jesus/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Doors\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-completely-jesus.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-10-14 15:24:31','2013-10-14 15:24:31','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1935,1,'2013-10-14 15:30:01','2013-10-14 15:30:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-10-14 15:30:01','2013-10-14 15:30:01','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1937,1,'2013-03-09 13:30:04','2013-03-09 13:30:04','<table>\r\n<tr>\r\n<td width=\"50\"</td>\r\n<td>\r\n[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-03-09 13:30:04','2013-03-09 13:30:04','',1506,'http://raylsmith.org/1506-revision-v1/',0,'revision','',0),(1938,1,'2013-10-23 07:45:23','2013-10-23 07:45:23','<table>\r\n<tr>\r\n<td width=\"50\"</td>\r\n<td>\r\n[nggallery id=3]\r\n\r\n[nggallery id=1]\r\n\r\n[nggallery id=2]\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n','Gallery','','inherit','open','open','','1506-revision-v1','','','2013-10-23 07:45:23','2013-10-23 07:45:23','',1506,'http://raylsmith.org/1506-revision-v1/',0,'revision','',0),(1946,1,'2013-11-04 07:58:24','2013-11-04 07:58:24','','raylsmith-imagesfromheaven','','inherit','open','open','','raylsmith-imagesfromheaven','','','2013-11-04 07:58:24','2013-11-04 07:58:24','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-imagesfromheaven.png',0,'attachment','image/png',0),(1944,1,'2013-11-04 07:52:39','2013-11-04 07:52:39','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Waves of The Anointing','','publish','open','open','','waves-of-the-anointing','','','2014-08-21 14:54:09','2014-08-21 14:54:09','',0,'http://raylsmith.org/?p=1944',0,'post','',0),(1941,1,'2013-11-04 07:50:33','2013-11-04 07:50:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Images From Heaven','','publish','open','open','','images-from-heaven','','','2014-08-21 14:25:08','2014-08-21 14:25:08','',0,'http://raylsmith.org/?p=1941',0,'post','',0),(1942,1,'2013-11-04 07:50:33','2013-11-04 07:50:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Images From Heaven','','inherit','open','open','','1941-revision-v1','','','2013-11-04 07:50:33','2013-11-04 07:50:33','',1941,'http://raylsmith.org/1941-revision-v1/',0,'revision','',0),(1943,1,'2013-11-04 07:50:34','2013-11-04 07:50:34','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Images From Heaven','','inherit','open','open','','1941-autosave-v1','','','2013-11-04 07:50:34','2013-11-04 07:50:34','',1941,'http://raylsmith.org/1941-autosave-v1/',0,'revision','',0),(1945,1,'2013-11-04 07:52:39','2013-11-04 07:52:39','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Waves of The Anointing','','inherit','open','open','','1944-revision-v1','','','2013-11-04 07:52:39','2013-11-04 07:52:39','',1944,'http://raylsmith.org/1944-revision-v1/',0,'revision','',0),(1947,1,'2013-11-04 07:59:18','2013-11-04 07:59:18','','raylsmith-waves','','inherit','open','open','','raylsmith-waves','','','2013-11-04 07:59:18','2013-11-04 07:59:18','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-waves.png',0,'attachment','image/png',0),(1948,1,'2013-11-04 08:02:32','2013-11-04 08:02:32','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/images-from-heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Images From Heaven\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-imagesfromheaven.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Images From Heaven</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Waves Of Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-waves.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Waves Of Anointing</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/completely-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Door\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-completelyjesus.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Completely Jesus</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-11-04 08:02:32','2013-11-04 08:02:32','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1949,1,'2013-11-04 08:32:56','2013-11-04 08:32:56','','raylsmith-images','','inherit','open','open','','raylsmith-images','','','2013-11-04 08:32:56','2013-11-04 08:32:56','',0,'http://raylsmith.org/wp-content/uploads/2013/11/raylsmith-images.png',0,'attachment','image/png',0),(1965,1,'2013-11-04 13:52:06','2013-11-04 13:52:06','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-11-04 13:52:06','2013-11-04 13:52:06','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1951,1,'2013-11-04 08:42:01','2013-11-04 08:42:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-11-04 08:42:01','2013-11-04 08:42:01','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1952,1,'2013-07-08 07:35:08','2013-07-08 07:35:08','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 6','','inherit','open','open','','1802-revision-v1','','','2013-07-08 07:35:08','2013-07-08 07:35:08','',1802,'http://raylsmith.org/1802-revision-v1/',0,'revision','',0),(1953,1,'2013-11-04 08:43:47','2013-11-04 08:43:47','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 7','','inherit','open','open','','1802-revision-v1','','','2013-11-04 08:43:47','2013-11-04 08:43:47','',1802,'http://raylsmith.org/1802-revision-v1/',0,'revision','',0),(1954,1,'2013-07-08 07:36:43','2013-07-08 07:36:43','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 5','','inherit','open','open','','1798-revision-v1','','','2013-07-08 07:36:43','2013-07-08 07:36:43','',1798,'http://raylsmith.org/1798-revision-v1/',0,'revision','',0),(1955,1,'2013-11-04 08:43:59','2013-11-04 08:43:59','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 6','','inherit','open','open','','1798-revision-v1','','','2013-11-04 08:43:59','2013-11-04 08:43:59','',1798,'http://raylsmith.org/1798-revision-v1/',0,'revision','',0),(1956,1,'2013-07-08 07:36:34','2013-07-08 07:36:34','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 4','','inherit','open','open','','1796-revision-v1','','','2013-07-08 07:36:34','2013-07-08 07:36:34','',1796,'http://raylsmith.org/1796-revision-v1/',0,'revision','',0),(1957,1,'2013-11-04 08:44:28','2013-11-04 08:44:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 5','','inherit','open','open','','1796-revision-v1','','','2013-11-04 08:44:28','2013-11-04 08:44:28','',1796,'http://raylsmith.org/1796-revision-v1/',0,'revision','',0),(1958,1,'2013-07-08 07:36:26','2013-07-08 07:36:26','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 3','','inherit','open','open','','1794-revision-v1','','','2013-07-08 07:36:26','2013-07-08 07:36:26','',1794,'http://raylsmith.org/1794-revision-v1/',0,'revision','',0),(1959,1,'2013-11-04 08:44:36','2013-11-04 08:44:36','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 4','','inherit','open','open','','1794-revision-v1','','','2013-11-04 08:44:36','2013-11-04 08:44:36','',1794,'http://raylsmith.org/1794-revision-v1/',0,'revision','',0),(1960,1,'2013-07-08 07:36:12','2013-07-08 07:36:12','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 2','','inherit','open','open','','1792-revision-v1','','','2013-07-08 07:36:12','2013-07-08 07:36:12','',1792,'http://raylsmith.org/1792-revision-v1/',0,'revision','',0),(1961,1,'2013-11-04 08:45:49','2013-11-04 08:45:49','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>','Sermons Page 3','','inherit','open','open','','1792-revision-v1','','','2013-11-04 08:45:49','2013-11-04 08:45:49','',1792,'http://raylsmith.org/1792-revision-v1/',0,'revision','',0),(1962,1,'2013-11-04 09:30:01','2013-11-04 09:30:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons Page 3','','publish','open','closed','','sermons-page-3','','','2014-01-09 12:49:28','2014-01-09 12:49:28','',0,'http://raylsmith.org/?page_id=1962',0,'page','',0),(1963,1,'2013-11-04 09:28:16','2013-11-04 09:28:16','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a></span></p>\r\n','Sermons Page 2','','inherit','open','open','','1962-revision-v1','','','2013-11-04 09:28:16','2013-11-04 09:28:16','',1962,'http://raylsmith.org/1962-revision-v1/',0,'revision','',0),(1964,1,'2013-11-04 09:30:01','2013-11-04 09:30:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons Page 2','','inherit','open','open','','1962-revision-v1','','','2013-11-04 09:30:01','2013-11-04 09:30:01','',1962,'http://raylsmith.org/1962-revision-v1/',0,'revision','',0),(1968,1,'2013-11-04 13:57:48','2013-11-04 13:57:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 4','','inherit','open','open','','1794-revision-v1','','','2013-11-04 13:57:48','2013-11-04 13:57:48','',1794,'http://raylsmith.org/1794-revision-v1/',0,'revision','',0),(1969,1,'2013-11-04 13:58:34','2013-11-04 13:58:34','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 5','','inherit','open','open','','1796-revision-v1','','','2013-11-04 13:58:34','2013-11-04 13:58:34','',1796,'http://raylsmith.org/1796-revision-v1/',0,'revision','',0),(1970,1,'2013-11-04 13:59:33','2013-11-04 13:59:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 6','','inherit','open','open','','1798-revision-v1','','','2013-11-04 13:59:33','2013-11-04 13:59:33','',1798,'http://raylsmith.org/1798-revision-v1/',0,'revision','',0),(1971,1,'2013-11-04 14:00:34','2013-11-04 14:00:34','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 7','','inherit','open','open','','1802-revision-v1','','','2013-11-04 14:00:34','2013-11-04 14:00:34','',1802,'http://raylsmith.org/1802-revision-v1/',0,'revision','',0),(1983,1,'2013-11-27 06:50:01','2013-11-27 06:50:01','[ezcol_1half]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"420\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n\r\n[ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-11-27 06:50:01','2013-11-27 06:50:01','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1972,1,'2013-11-15 12:51:12','2013-11-15 12:51:12','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lady\'s Bible Study</strong>\r\n<strong>October 12, 2013</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lady\'s Bible Study</strong>\r\n<strong>October 12, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 2</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 1</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-11-15 12:51:12','2013-11-15 12:51:12','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(1973,1,'2013-11-15 12:52:45','2013-11-15 12:52:45','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lady\'s Bible Study</strong>\r\n<strong>November 9, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lady\'s Bible Study</strong>\r\n<strong>October 12, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/8klpX0UzPmE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 2</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>The Good Shepherd</strong>\r\n<strong>September 03, 2012</strong></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp;\r\n\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n[/wpcol_1half] [wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Women\'s Bible Study June 22nd Part 1</strong>\r\n<strong>June 22, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Virtous Woman</strong>\r\n<strong>May 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/CcWKzaM5XCc?version=3&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Having a Servant\'s Heart</strong>\r\n<strong>October 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Women\'s Bible Study</strong>\r\n<strong>July 24, 2012</strong></p>\r\n[/wpcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2013-11-15 12:52:45','2013-11-15 12:52:45','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(1975,1,'2013-11-22 07:31:54','2013-11-22 07:31:54','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Manifestation of His Presence','','publish','open','open','','manifestation-of-his-presence','','','2014-08-21 14:10:43','2014-08-21 14:10:43','',0,'http://raylsmith.org/?p=1975',0,'post','',0),(1976,1,'2013-11-22 07:31:54','2013-11-22 07:31:54','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Manifestation of His Presence','','inherit','open','open','','1975-revision-v1','','','2013-11-22 07:31:54','2013-11-22 07:31:54','',1975,'http://raylsmith.org/1975-revision-v1/',0,'revision','',0),(1977,1,'2013-11-22 12:20:48','2013-11-22 12:20:48','','raylsmith-manifestation','','inherit','open','open','','raylsmith-manifestation','','','2013-11-22 12:20:48','2013-11-22 12:20:48','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-manifestation.png',0,'attachment','image/png',0),(1986,1,'2013-12-02 15:08:18','2013-12-02 15:08:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Fold','','publish','open','open','','fold','','','2014-08-21 13:59:08','2014-08-21 13:59:08','',0,'http://raylsmith.org/?p=1986',0,'post','',0),(1985,1,'2013-12-02 15:05:53','2013-12-02 15:05:53','','raylsmith-fold','','inherit','open','open','','raylsmith-fold','','','2013-12-02 15:05:53','2013-12-02 15:05:53','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-fold.png',0,'attachment','image/png',0),(1978,1,'2013-11-22 13:02:07','2013-11-22 13:02:07','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Manifestation of His Presence\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-manifestation.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Manifestation of His Presence</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/images-from-heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Images From Heaven\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-imagesfromheaven.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Images From Heaven</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Waves Of Anointing\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-waves.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Waves Of Anointing</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-11-22 13:02:07','2013-11-22 13:02:07','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1979,1,'2013-11-22 13:07:55','2013-11-22 13:07:55','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-11-22 13:07:55','2013-11-22 13:07:55','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(1991,1,'2013-12-02 15:20:52','2013-12-02 15:20:52','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/fold/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-fold.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-02 15:20:52','2013-12-02 15:20:52','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1981,1,'2013-11-22 13:14:46','2013-11-22 13:14:46','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/manifestation-of-his-presence/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Manifestation Of His Presence\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-manifestation.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-11-22 13:14:46','2013-11-22 13:14:46','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(1980,1,'2013-11-22 13:12:27','2013-11-22 13:12:27','','raylsmith-manifestation','','inherit','open','open','','raylsmith-manifestation-2','','','2013-11-22 13:12:27','2013-11-22 13:12:27','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-manifestation.png',0,'attachment','image/png',0),(1987,1,'2013-12-02 15:08:18','2013-12-02 15:08:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n','Fold','','inherit','open','open','','1986-revision-v1','','','2013-12-02 15:08:18','2013-12-02 15:08:18','',1986,'http://raylsmith.org/1986-revision-v1/',0,'revision','',0),(1988,1,'2013-12-02 15:10:10','2013-12-02 15:10:10','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/fold/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-fold.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Fold</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Manifestation of His Presence\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-manifestation.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Manifestation of His Presence</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/images-from-heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Images From Heaven\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-imagesfromheaven.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Images From Heaven</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-12-02 15:10:10','2013-12-02 15:10:10','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(1989,1,'2013-12-02 15:15:55','2013-12-02 15:15:55','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-12-02 15:15:55','2013-12-02 15:15:55','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2003,1,'2014-10-13 12:34:33','2014-10-13 12:34:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Heaven</strong>\n<strong>October 12, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Rest</strong>\n<strong>September 28, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>The Fire of God</strong>\n<strong>September 7, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Holy Ground</strong>\n<strong>August 24, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Holy Transformation</strong>\n<strong>August 10, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Way</strong>\n<strong>July 27, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Heaven\'s Gates</strong>\n<strong>July 13, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>River of Fire</strong>\n<strong>June 29, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Finding Jesus</strong>\n<strong>June 15, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Earthen Vessel</strong>\n<strong>June 1, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>The Lordship of Jesus</strong>\n<strong>May 11, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Angel</strong>\n<strong>April 27, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Making It Easy</strong>\n<strong>April 13, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>I Love You So Much</strong>\n<strong>March 23, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Resources</strong>\n<strong>March 09, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Water</strong>\n<strong>February 23, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Eternal Reward</strong>\n<strong>February 09, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Instruments of Fire Part 2</strong>\n<strong>February 02, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Rivers Springing Forth</strong>\n<strong>January 19, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Launching Off</strong>\n<strong>January 06, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Necessary Food</strong>\n<strong>December 29, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Your Vision</strong>\n<strong>December 15, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Fold</strong>\n<strong>December 1, 2013</strong></p>\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Sowing and Reaping</strong>\n<strong>October 5, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Heavenly Host</strong>\n<strong>September 14, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Holy Hands</strong>\n<strong>August 31, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>The Spirit of the Lord</strong>\n<strong>August 17, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Grace</strong>\n<strong>August 3, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Perfecting Faith</strong>\n<strong>July 20, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Broken For Christ</strong>\n<strong>July 06, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Daily Bread</strong>\n<strong>June 22, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>The Heart, Your Heart, His Heart</strong>\n<strong>June 8, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Reaping the Harvest</strong>\n<strong>May 25, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Provision</strong>\n<strong>May 4, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Hidden Wonder</strong>\n<strong>April 20, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Eternal Life</strong>\n<strong>April 6, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Pillars of the Faith</strong>\n<strong>March 16, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>God\'s Horses</strong>\n<strong>March 02, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Giving</strong>\n<strong>February 16, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Instruments of Fire Part 1</strong>\n<strong>February 02, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Raining</strong>\n<strong>January 26, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Deeper Walk</strong>\n<strong>January 12, 2014</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>New Year\'s Eve Service</strong>\n<strong>December 31, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Godly Direction</strong>\n<strong>December 22, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Living Faith</strong>\n<strong>December 08, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\n<strong>Manifestation of His Presence</strong>\n<strong>November 17, 2013</strong></p>\n[/wpcol_1half_end]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\n','Sermons','','inherit','open','open','','1272-autosave-v1','','','2014-10-13 12:34:33','2014-10-13 12:34:33','',1272,'http://raylsmith.org/1272-autosave-v1/',0,'revision','',0),(2006,1,'2013-12-09 08:26:14','2013-12-09 08:26:14','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a href=\"http://raylsmith.org/living-faith/\"><img class=\"alignnone size-full wp-image-1557\" alt=\"Living Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-living-faith.png></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-09 08:26:14','2013-12-09 08:26:14','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2005,1,'2013-12-09 08:23:43','2013-12-09 08:23:43','','raylsmith-living-faith','','inherit','open','open','','raylsmith-living-faith','','','2013-12-09 08:23:43','2013-12-09 08:23:43','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-living-faith.png',0,'attachment','image/png',0),(1990,1,'2013-12-02 15:20:09','2013-12-02 15:20:09','','raylsmith-fold','','inherit','open','open','','raylsmith-fold-2','','','2013-12-02 15:20:09','2013-12-02 15:20:09','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-fold.png',0,'attachment','image/png',0),(2088,1,'2014-01-03 12:26:53','2014-01-03 12:26:53','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','New Year\'s Eve Service','','publish','open','open','','new-years-eve-service','','','2014-08-21 14:07:00','2014-08-21 14:07:00','',0,'http://raylsmith.org/?p=2088',0,'post','',0),(1994,1,'2013-02-07 07:30:52','2013-02-07 07:30:52','<p style=\"text-align: center;\"><span style=\"color: #000000;\"><strong>Ministry Schedule Beginning</strong> </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">September 16th 2012 </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Join us live for our online sermon.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">And Hear the Inspired Word of God</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Sunday 6:30 pm EST</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Prayer Service</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Come Experience God\'s presence</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">and Expect Your Miracle</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Thursday 7:00 pm EST</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Beginning November 22, 2012</span><strong><span style=\"color: #000000;\">\r\n</span></strong></p>\r\n\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">Live Women\'s Bible Study</span></strong></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Receive Revelation, Direction and</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Understanding from the Bible.</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Taught by Alice Smith</span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Saturday 10:00 am EST</span></p>','Itinerary','','inherit','open','open','','457-revision-v1','','','2013-02-07 07:30:52','2013-02-07 07:30:52','',457,'http://raylsmith.org/457-revision-v1/',0,'revision','',0),(1995,1,'2013-12-04 13:15:39','2013-12-04 13:15:39','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" alt=\"Vanessa\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" alt=\"Tinita\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" alt=\"Nicholas\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" alt=\"Raina\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" alt=\"Nakeda\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" alt=\"Aaron\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" alt=\"Carlton\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" alt=\"Vernelle\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" alt=\"Fannie\" width=\"223\" height=\"67\" /></a>  <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" alt=\"Jeremy\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" alt=\"Jenna\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/susan-valles/\"><img class=\"alignnone size-full wp-image-2411\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Susan.png\" alt=\"Susan\" width=\"223\" height=\"67\" /></a></p>','Ministers','','publish','open','closed','','ministers','','','2014-10-02 08:25:53','2014-10-02 08:25:53','',0,'http://raylsmith.org/?page_id=1995',0,'page','',0),(1996,1,'2013-12-04 13:15:39','2013-12-04 13:15:39','','Minister','','inherit','open','open','','1995-revision-v1','','','2013-12-04 13:15:39','2013-12-04 13:15:39','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(1997,1,'2013-12-04 13:19:58','2013-12-04 13:19:58','','raylsmith-minister','','inherit','open','open','','raylsmith-minister','','','2013-12-04 13:19:58','2013-12-04 13:19:58','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/raylsmith-minister.png',0,'attachment','image/png',0),(1999,1,'2013-12-09 07:43:40','2013-12-09 07:43:40','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Living Faith','','publish','open','open','','living-faith','','','2014-08-21 14:26:16','2014-08-21 14:26:16','',0,'http://raylsmith.org/?p=1999',0,'post','',0),(2000,1,'2013-12-09 07:43:40','2013-12-09 07:43:40','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Living Faith','','inherit','open','open','','1999-revision-v1','','','2013-12-09 07:43:40','2013-12-09 07:43:40','',1999,'http://raylsmith.org/1999-revision-v1/',0,'revision','',0),(2001,1,'2013-12-09 07:44:54','2013-12-09 07:44:54','','raylsmith-livingfaith','','inherit','open','open','','raylsmith-livingfaith','','','2013-12-09 07:44:54','2013-12-09 07:44:54','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-livingfaith.png',0,'attachment','image/png',0),(2012,1,'2013-12-16 06:48:30','2013-12-16 06:48:30','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Your Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-vision.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-livingfaith.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/fold/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-fold.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Fold</strong></p>\r\n<p style=\"text-align: center;\"><strong>Manifestation of His Presence</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-12-16 06:48:30','2013-12-16 06:48:30','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2011,1,'2013-12-16 06:46:14','2013-12-16 06:46:14','','raylsmith-your-vision','','inherit','open','open','','raylsmith-your-vision','','','2013-12-16 06:46:14','2013-12-16 06:46:14','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-vision.png',0,'attachment','image/png',0),(2002,1,'2013-12-09 07:49:40','2013-12-09 07:49:40','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-livingfaith.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/fold/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-fold.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Fold</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Manifestation of His Presence\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-manifestation.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Manifestation of His Presence</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith//\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-12-09 07:49:40','2013-12-09 07:49:40','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2004,1,'2013-12-09 08:20:48','2013-12-09 08:20:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-12-09 08:20:48','2013-12-09 08:20:48','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2009,1,'2013-12-16 06:41:50','2013-12-16 06:41:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Vision','','publish','open','open','','your-vision','','','2014-08-21 14:09:07','2014-08-21 14:09:07','',0,'http://raylsmith.org/?p=2009',0,'post','',0),(2007,1,'2013-12-09 08:28:20','2013-12-09 08:28:20','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/living-faith/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-living-faith.png\" alt=\"Living Faith\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-09 08:28:20','2013-12-09 08:28:20','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2010,1,'2013-12-16 06:41:50','2013-12-16 06:41:50','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Your Vision','','inherit','open','open','','2009-revision-v1','','','2013-12-16 06:41:50','2013-12-16 06:41:50','',2009,'http://raylsmith.org/2009-revision-v1/',0,'revision','',0),(2161,1,'2014-01-29 05:57:36','2014-01-29 05:57:36','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/raining/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rain.png\" alt=\"Raining\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-29 05:57:36','2014-01-29 05:57:36','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2085,1,'2013-12-30 14:13:06','2013-12-30 14:13:06','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/necessary-food/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-necfood.png\" alt=\"Necessary Food\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-30 14:13:06','2013-12-30 14:13:06','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2014,1,'2013-12-16 07:02:02','2013-12-16 07:02:02','','raylsmith-your-vision','','inherit','open','open','','raylsmith-your-vision-2','','','2013-12-16 07:02:02','2013-12-16 07:02:02','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-your-vision.png',0,'attachment','image/png',0),(2015,1,'2013-12-16 07:03:42','2013-12-16 07:03:42','[wpcol_1half id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Your Vision</strong>\n<strong>December 15, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Fold</strong>\n<strong>December 1, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Waves Of Anointing</strong>\n<strong>October 27, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Your True Life with The Lord</strong>\n<strong>October 6, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Do Not Waste The Anointing</strong>\n<strong>September 16, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\n<strong>Move of God (BREAKTHROUGH)</strong>\n<strong>September 02, 2013</strong></p>\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Nothing is Impossible Part 2</strong>\n<strong>July 10, 2013</strong></p>\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Living Faith</strong>\n<strong>December 08, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Manifestation of His Presence</strong>\n<strong>November 17, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Images From Heaven</strong>\n<strong>November 3, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Completely Jesus</strong>\n<strong>October 13, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Doors</strong>\n<strong>September 23, 2013</strong></p>\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>His House</strong>\n<strong>September 9, 2013</strong></p>\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\n<strong>Nothing is Impossible Part 1</strong>\n<strong>July 10, 2013</strong></p>[/wpcol_1half_end]\n\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-12-16 07:03:42','2013-12-16 07:03:42','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2016,1,'2013-12-16 07:04:25','2013-12-16 07:04:25','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/your-vision/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-your-vision.png\" alt=\"Your Vision\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-16 07:04:25','2013-12-16 07:04:25','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2017,1,'2013-12-18 06:31:33','2013-12-18 06:31:33','','ministers','','inherit','open','open','','ministers','','','2013-12-18 06:31:33','2013-12-18 06:31:33','',0,'http://raylsmith.org/wp-content/uploads/2013/12/ministers.png',0,'attachment','image/png',0),(2018,1,'2013-12-18 06:34:55','2013-12-18 06:34:55','','Ministers','','inherit','open','open','','1995-revision-v1','','','2013-12-18 06:34:55','2013-12-18 06:34:55','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2019,1,'2013-12-18 06:36:25','2013-12-18 06:36:25',' ','','','publish','open','open','','2019','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',0,'http://raylsmith.org/?p=2019',17,'nav_menu_item','',0),(2020,1,'2013-12-18 07:15:08','2013-12-18 07:15:08','Vanessa Hurston\r\nTinita Jones\r\nNicholas Wilder\r\nRaina Smith\r\nNakeda Johnson\r\nAaron Smith\r\nCarlton Cogdell\r\nVernelle Jones\r\nFannie Adams\r\nJeremy Smith\r\nJenna Smith\r\nBria Adams','Ministers','','inherit','open','open','','1995-revision-v1','','','2013-12-18 07:15:08','2013-12-18 07:15:08','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2021,1,'2013-12-18 07:16:18','2013-12-18 07:16:18','<strong><a href=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa-hurston.png\"><img class=\"alignleft size-medium wp-image-2197\" alt=\"vanessa-hurston\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa-hurston-217x300.png\" width=\"217\" height=\"300\" /></a>Vanessa Hurston</strong> is a native of Detroit Michigan and currently resides in Raleigh, North Carolina. In October of 2001, she joined Duke University Medical Center in the Department of Psychiatry, Duke Addictions Program as a Program Coordinator, after tapering off entrepreneurship as the owner of VSH &amp; Co., Interior Accents and Accessories. In 2005 she was appointed as the Node Coordinator for the National Institute of Health Clinical Trials Network, representing Duke University, and served in this role until 2007.  She was recently promoted to a Grants and Contracts Administrator.\r\n\r\nVanessa studied Family and Consumer Resources at the University of Detroit from 1972-1973, and took a hiatus after getting married and starting a family, in which one daughter Kalleah (Kellee) was born. In 1979, she decided to go back to school as a part-time student where she studied Advertising Design at Wayne State University, Detroit, Michigan, from 1980-1984. She then transferred to the University of Michigan, School of Art in Ann Arbor, Michigan, as a full time student and graduated in 1987, with a major in Graphic Design and a minor in Photography.  Shortly after graduation, she moved to North Carolina.\r\n\r\nIn 1978, Vanessa was born-again by her bedside, as she prayed and asked God to make her be a better person. God honored her request. A peaceful presence filled her spirit a day or so later. Unaware of what happened God spoke to her and told her to buy a bible. A couple of months later, God spoke to her again and told her to attend a bible study. Prayer Tabernacle Church, Detroit, Michigan, was the first non-denominational church she attended and where she first learned about being born-again.\r\n\r\nIn 1984, after moving to Ann Arbor, Michigan, and listening to gospel programs while doing artwork, she was very intrigued by Pastor Henry Healy of Christian Life Center Church, located in Ypsilanti, Michigan. During her first visit, the pastor instructed the congregation to lift their hands and pray in their heavenly language.  The sound was so beautiful; she told God that she wanted to sound like “them”. Again, God granted the request, and two days later, while by her bedside praying, instead of English, it was a foreign language. After it happened a second time, she asked God, what was going on. He replied, “I thought you wanted to sound like them.”  She joined the church, attended and served faithfully and was appointed Head Usher.\r\n\r\nAfter moving to North Carolina in 1987 and finding a new church home, she became a member of Miracle Life Christian Center in Durham, NC, under the leadership of Pastor Kingsley Fletcher. She served faithfully and taught Children’s Sunday school. She attended Miracle Life Christian Center from 1987-1992.\r\n\r\nIn August, 1992, she visited Christian Faith Center Church, Creedmoor, NC under the leadership of the late Bishop Mack Timberlake and his wife, Brenda.  After the second visit, she couldn’t wait for the invitation to join the church. Vanessa served faithfully; she decorated and created and provided decorations, and was a part of the Evangelism Team and Covenant Care. She made herself useful by helping whenever and wherever needed and served on the hospitality team from November, 2002 until January, 2011.\r\n\r\nFinally in September of 2012, God led her to the House of Prayer Ministries with Pastors Ray and Alice Smith, where Jesus resides and the Holy Spirit is present. Her life completely changed after attending the first 3 months. She faithfully attends services and intercedes during the week and on Sunday mornings before service. She was appointed as the Church Administrator and Spokesperson. Additionally, she is a member of the First Ladies Bible Study that is led by Pastor Alice Smith and goes with the group to minister at a nursing home and orphanage on selected Saturdays.\r\n\r\nVanessa served on the Board of Directors of the Sunscape Home Association and is on the Auxiliary Board of Ambassadors for Christ Global. She enjoys intercessory prayer, reading, meditating, her two grandchildren, friends and family, interior design and decorating, traveling, helping others, encouraging others and watching God work in her life.','Vanessa Hurston','','publish','open','open','','vanessa-hurston','','','2014-01-30 07:32:51','2014-01-30 07:32:51','',1995,'http://raylsmith.org/?page_id=2021',0,'page','',0),(2022,1,'2013-12-18 07:16:18','2013-12-18 07:16:18','<h2>Vanessa Hurston</h2>','Vanessa Hurston','','inherit','open','open','','2021-revision-v1','','','2013-12-18 07:16:18','2013-12-18 07:16:18','',2021,'http://raylsmith.org/2021-revision-v1/',0,'revision','',0),(2023,1,'2013-12-18 07:17:28','2013-12-18 07:17:28','','Vanessa Hurston','','inherit','open','open','','2021-revision-v1','','','2013-12-18 07:17:28','2013-12-18 07:17:28','',2021,'http://raylsmith.org/2021-revision-v1/',0,'revision','',0),(2024,1,'2013-12-18 07:18:35','2013-12-18 07:18:35','<b><span style=\"text-decoration: underline;\"><img class=\"alignleft size-full wp-image-2202\" alt=\"tinita-Jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png\" width=\"250\" height=\"300\" />Family</span></b>\r\n\r\nSingle; Oldest daughter of Vernelle B. and John H. Jones; Born in Chapel Hill, NC on July 31, 1968\r\n\r\n<b><span style=\"text-decoration: underline;\">Career/Professional Activities</span></b>\r\n\r\n<b>1998 – Present:</b> Bookkeeper for AllStar Cleaning Services: Create bids, fax invoices to customers and produce P&amp;L sheet every tax year.\r\n\r\n<b>1995-2009:</b> Pricing Analyst for Nortel: Over her 15 year career with the telecommunication company, she worked as an Administrative Assistant, Senior Administrative Assistant and finally promoted to Pricing Analyst.\r\n\r\n<b><span style=\"text-decoration: underline;\">Volunteer Activities/Hobbies/Interest</span></b>\r\n\r\n<b>2010 –2011</b> Volunteer and worked as a financial analyst for 5 months at Christian Faith Center and Academy as a Teacher Assistant, and Administrative Assistant for the academy office, Kingdom Church Advisory Board and Couple’s Ministry for Pastor Brenda Timberlake\r\n\r\n<b>1996-2001</b>: Covenant Care Elder, Christian Faith Center: She  was an assistant for the first two years, promoted to covenant care elder which called and ministered to 33 households assigned  her area of Chapel Hill, Hillsborough, Mebane, and Durham.\r\n\r\n<b>1995-2000</b>: Outreach Minister with Dr. B. Roach; Ministered to the homeless in the Raleigh Area every Saturday morning for about 2 – 3 hours.\r\n\r\n<b><span style=\"text-decoration: underline;\">Degrees</span></b>\r\n\r\nB.S, Computer Science, Hampton University\r\n\r\n<b><span style=\"text-decoration: underline;\">Career Memories</span></b>\r\n\r\nTinita has over 20 years of computer support, network support, administrative, customer service, teaching, and problem solving experience.  She also has bookkeeping, teaching and project management skills.  She has written training manuals for two companies and trained several administrators during her work career.  She is a person that always finds a way to make things easier and simple for everyone in the work environment.\r\n\r\nAs an elder/covenant care castor, Tinita called 33 households assigned to her every Tuesday and ministered to the homeless in Raleigh every Saturday.  She continued to pray on the things she needed to do as a covenant care elder and follow the directions of the late Bishop Mack and Pastor Brenda Timberlake for the lessons every 4<sup>th</sup> Sunday. She started the Soul Explosion as an idea she participated in while attending church in Virginia before coming back home to North Carolina in 1992.  This event still continues today as a part of the outreach ministry at Christian Faith Center.\r\n\r\n<b><span style=\"text-decoration: underline;\">Reflections/Other Thoughts</span></b>\r\n\r\nTinita was laid off in 2009, she has learned over the last year how to trust God in all things and every area of her life. She has seen a tremendous change in her walk with the Lord.  She is truly seeking Him on every direction He has for her life.  She is learning what it truly means to be a daughter, handmaiden, servant, and follower of God.  She has learned to rest in Him and know that He is the Author and Finisher of her Faith in Christ Jesus.\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/KGkZQJaRMf8?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KGkZQJaRMf8?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Tinita Jones','','publish','open','open','','tinita-jones','','','2014-05-02 12:16:09','2014-05-02 12:16:09','',1995,'http://raylsmith.org/?page_id=2024',0,'page','',0),(2025,1,'2013-12-18 07:18:35','2013-12-18 07:18:35','','Tinita Jones','','inherit','open','open','','2024-revision-v1','','','2013-12-18 07:18:35','2013-12-18 07:18:35','',2024,'http://raylsmith.org/2024-revision-v1/',0,'revision','',0),(2026,1,'2013-12-18 07:19:02','2013-12-18 07:19:02','<strong><img class=\"alignleft  wp-image-2183\" alt=\"nicholas-wilder\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas-wilder-230x300.png\" width=\"184\" height=\"240\" />Psalms 27:4 (NASB)</strong> One thing I have asked from the LORD, that I shall seek: That I may dwell in the House of the LORD all the days of my life, To behold the beauty of the LORD And to meditate in His temple.\r\n\r\nThis verse, though a mere glimpse into the deep passionate love that David had for God, reveals the true heart of a worshipper. David longed to stay in His presence and in His glory because he understood that this is the source of life. This verse is one that describes my life-long inner heart desire to live and walk in deep intimate fellowship with the Lord.\r\n\r\nWorship is meant to draw us into unity with each other as we come on one accord before a Holy, Loving, and Awesome God who deserves our fear and reverence. From childhood until the present day music has been an avenue of passionate expression for me. From choirs, to musical singing groups, to school bands music has always had a major impact upon my life.\r\n\r\nAfter receiving Jesus into my heart as a teenager and an encounter with Him while in college this passion for music was redirected to giving Him all of the glory that Heaven may manifest upon the Earth. Every opportunity to worship the Lord is truly a privilege and an honor. Like David said in Psalms 27:4 I long to behold the beauty of the Lord and meditate (Hebrew meaning is to plough into, break forth, inspect, and inquire) in His temple. Simply put the more He reveals the more I long to know Him more.\r\n\r\nMy prayer is that a harvest of worshipers will come forth with these same desires. May Heaven invade the Earth in the lives of all who have given their entire lives to worship Him. In Jesus’ name Amen!\r\n\r\n&nbsp;\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/lK3dlzCASNo?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lK3dlzCASNo?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Nicholas Wilder','','publish','open','open','','nicholas-wilder','','','2014-07-08 08:28:59','2014-07-08 08:28:59','',1995,'http://raylsmith.org/?page_id=2026',0,'page','',0),(2027,1,'2013-12-18 07:19:02','2013-12-18 07:19:02','','Nicholas Wilder','','inherit','open','open','','2026-revision-v1','','','2013-12-18 07:19:02','2013-12-18 07:19:02','',2026,'http://raylsmith.org/2026-revision-v1/',0,'revision','',0),(2028,1,'2013-12-18 07:19:38','2013-12-18 07:19:38','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png\"><img class=\"alignleft  wp-image-2181\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith-295x300.png\" alt=\"raina smith\" width=\"236\" height=\"240\" /></a><strong>Raina Smith</strong> fell in love with music and Jesus at a very young age.\r\n\r\n“I’ve always loved the sound of different instruments playing and immediately I wanted to learn how to play the guitar.” She didn’t really get serious about playing the guitar until recently this year.\r\n\r\n“I’ve always wanted to be able to express how I feel towards Jesus through music, and I’m so glad I’m finally able to do that.”\r\n\r\nMy prayer and desire is to love God with all my heart, all my soul, and all my mind and to live my life to please my Savior. “Lord, not my will, but yours be done in my life, amen.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Raina Smith','','publish','open','open','','raina-smith','','','2014-06-02 07:29:21','2014-06-02 07:29:21','',1995,'http://raylsmith.org/?page_id=2028',0,'page','',0),(2029,1,'2013-12-18 07:20:30','2013-12-18 07:20:30','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/QPImkwh60QI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/QPImkwh60QI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Aaron Smith','','publish','open','open','','aaron-smith','','','2014-04-30 09:00:51','2014-04-30 09:00:51','',1995,'http://raylsmith.org/?page_id=2029',0,'page','',0),(2030,1,'2013-12-18 07:19:56','2013-12-18 07:19:56','<img class=\"size-medium wp-image-2189 alignright\" alt=\"nakeda johnson\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda-johnson-165x300.jpg\" width=\"165\" height=\"300\" />“It is not about who I am and what I’ve done but who Jesus is through me.” (<em>Quote by Nakeda Johnson</em>)\r\n\r\n<strong>Nakeda</strong> was born to worship and be in the presence of God. To bring glory, honor and praise to the King of kings and the Lord of lords. Nakeda is on this earth to make Jesus known through everything she does. She is so blessed to be able to express her LOVE to the Lord through praise and worship. Nakeda is so thankful for being used by God to usher in his presence and have others on this journey with her. She is able to creatively write and sing songs that carry the melody of heaven, Nakeda wants to share the heart of God and the issues that concern Lord .Nakeda’s hunger and thirst for righteousness and encounter with her Savior is what fuels her worship leading, songwriting, prophetic flow and ministering.\r\n\r\nWhen Nakeda sings it is always to glorify and LOVE the Lord. She was made to bring heaven on earth wherever she goes. She was made to put a smile on the Lord’s face. Nakeda was made to break burdens and set captives free. She was made for this, she was made for LOVE.\r\n\r\nNakeda is the wife to her amazing husband of seven years, Decorde Johnson. She is the mother to three beautiful children Nakena,Decordia and N’ky. Nakeda is a faithful member to her church and she loves to serve whoever she can. She believes that serving others is the heartbeat of God.\r\n\r\nNakeda travels all over the world ministering through song in whatever place the Lord calls her too. She is not confined to one setting or denomination and as long as the Lord says “go”, she will go.\r\n\r\nNakeda’s desire is to see this generation changed by the LOVE and Power of God. She thanks God for using her to do her part in changing the world.','Nakeda Johnson','','publish','open','open','','nakeda-johnson','','','2014-01-29 07:40:40','2014-01-29 07:40:40','',1995,'http://raylsmith.org/?page_id=2030',0,'page','',0),(2031,1,'2013-12-18 07:19:38','2013-12-18 07:19:38','','Raina Smith','','inherit','open','open','','2028-revision-v1','','','2013-12-18 07:19:38','2013-12-18 07:19:38','',2028,'http://raylsmith.org/2028-revision-v1/',0,'revision','',0),(2032,1,'2013-12-18 07:19:56','2013-12-18 07:19:56','','Nakeda Johnson','','inherit','open','open','','2030-revision-v1','','','2013-12-18 07:19:56','2013-12-18 07:19:56','',2030,'http://raylsmith.org/2030-revision-v1/',0,'revision','',0),(2033,1,'2013-12-18 07:20:30','2013-12-18 07:20:30','','Aaron Smith','','inherit','open','open','','2029-revision-v1','','','2013-12-18 07:20:30','2013-12-18 07:20:30','',2029,'http://raylsmith.org/2029-revision-v1/',0,'revision','',0),(2034,1,'2013-12-18 07:26:06','2013-12-18 07:26:06','<img class=\"alignleft  wp-image-2185\" alt=\"carlton cogdell\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton-cogdell-244x300.png\" width=\"195\" height=\"240\" /><strong>Carlton Lamont Cogdell</strong> was born in Durham, North Carolina in 1985. Carlton is one that loves God because God loves him as well as all of His creation because of who He is. Carlton is one that submits to God to be used in music so God will be glorified and all who hear will be blessed and come into a oneness with The Father, Jesus, and The Holy Spirit.\r\n\r\n<hr>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Carlton Cogdell','','publish','open','open','','carlton-cogdell','','','2014-01-29 07:37:33','2014-01-29 07:37:33','',1995,'http://raylsmith.org/?page_id=2034',0,'page','',0),(2035,1,'2013-12-18 07:26:26','2013-12-18 07:26:26','<strong><img class=\"alignleft size-medium wp-image-2199\" alt=\"vernelle-jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle-jones-242x300.png\" width=\"242\" height=\"300\" />Family &amp; Education</strong>\r\n<strong>Vernelle Brooks Jones</strong> is a single mother with two daughters, Tinita Michelle Jones and Alicia Jones White and four grandchildren, Jonathan, Kylise, Janai and Kenneth, III. She resides in Durham, North Carolina. Vernelle is a native of Chapel Hill, NC where she lived for 56 years. She is the daughter of the late Charles and Betty Hairston Brooks. She was a 1966 graduate of Lincoln High School and attended NC Central University from 1966 to 1967 with a major in Home Economics. She was married to John Henderson Jones, Jr. in 1968.\r\n\r\n<strong>Career Path</strong>\r\nIn August 1968, Vernelle started her career with Blue Cross Blue Shield of North Carolina. After 39 years of service, Vernelle retired from BCBSNC in December 2007 with 24 remarkable years in sales and marketing as a group consultant, manager and later promoted to Director of National Accounts and FEP Marketing. Vernelle had a stellar career with BCBS where she climbed the corporate ladder, mentored numerous employees, served on national sales training boards for the Blue Cross Blue Shield Association in Washington, DC, leadership development and strategic planning venues. She was a trailblazer and a mover and shaker all to the glory of God! God blessed Vernelle to reopen her clothing business, Savvy, Sassy &amp; Chic in 2009.\r\n\r\n<strong>Spiritual Journey</strong>\r\nVernelle was a member of First Baptist Church in Chapel Hill, NC from childhood to 1990. Vernelle got saved and received the baptism of the Holy Spirit in 1990, and God lead her to joined Christian Faith Center in Creedmoor, NC under the leadership of Pastors Mack and Brenda Timberlake. Vernelle has served her church faithfully as an elder, community evangelism, person of valor, ministering to hurting individuals and a cashier in the bookstore and café. Through her passion for fashion, she conducted a fashion show for CFC’s 2010 &amp; 2011Women of Destiny Conference. Vernelle is a member and project leader of Ambassadors for Christ. She currently serves on the Women’s Auxiliary Board and Marketing Manager on the Media &amp; Marketing team for AFCCCW, Inc. In 2012, Vernelle received an honorary Doctor of Divinity, DD, degree from Agape Bible College.\r\n\r\n<strong>Community Contributions/Hobbies</strong>\r\nVernelle was a board member with Club Nova, 2008-2012, a non profit clubhouse for individuals with mental illness, in Carrboro, NC. She served as chairman of the Strategic Planning committee and Board Development committee. She is also a member of the SICG, Social Interest Civic Group, of Chapel Hill, NC a community civic club who sponsors scholarships for graduating high school seniors pursuing higher education. During her leisure, she enjoys being with her family, cooking, interior design and reading.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Vernelle Jones','','publish','open','open','','vernelle-jones','','','2014-01-30 13:47:30','2014-01-30 13:47:30','',1995,'http://raylsmith.org/?page_id=2035',0,'page','',0),(2036,1,'2013-12-18 07:26:06','2013-12-18 07:26:06','','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 07:26:06','2013-12-18 07:26:06','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2037,1,'2013-12-18 07:26:26','2013-12-18 07:26:26','','Vernelle Jones','','inherit','open','open','','2035-revision-v1','','','2013-12-18 07:26:26','2013-12-18 07:26:26','',2035,'http://raylsmith.org/2035-revision-v1/',0,'revision','',0),(2038,1,'2013-12-18 07:32:44','2013-12-18 07:32:44','','Yvonne Adams','','publish','open','open','','yvonne-adams','','','2013-12-18 07:32:44','2013-12-18 07:32:44','',1995,'http://raylsmith.org/?page_id=2038',0,'page','',0),(2039,1,'2013-12-18 07:27:25','2013-12-18 07:27:25','<table>\r\n<tr>\r\n<td>\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</table>','Fannie Adams','','publish','open','open','','fannie-adams','','','2013-12-19 05:55:40','2013-12-19 05:55:40','',1995,'http://raylsmith.org/?page_id=2039',0,'page','',0),(2040,1,'2013-12-18 07:27:25','2013-12-18 07:27:25','','Fannie Adams','','inherit','open','open','','2039-revision-v1','','','2013-12-18 07:27:25','2013-12-18 07:27:25','',2039,'http://raylsmith.org/2039-revision-v1/',0,'revision','',0),(2041,1,'2013-12-18 07:32:44','2013-12-18 07:32:44','','Yvonne Adams','','inherit','open','open','','2038-revision-v1','','','2013-12-18 07:32:44','2013-12-18 07:32:44','',2038,'http://raylsmith.org/2038-revision-v1/',0,'revision','',0),(2042,1,'2013-12-18 07:33:15','2013-12-18 07:33:15','','Jenna Smith','','publish','open','open','','jenna-smith','','','2013-12-18 07:33:15','2013-12-18 07:33:15','',1995,'http://raylsmith.org/?page_id=2042',0,'page','',0),(2043,1,'2013-12-18 07:33:15','2013-12-18 07:33:15','','Jenna Smith','','inherit','open','open','','2042-revision-v1','','','2013-12-18 07:33:15','2013-12-18 07:33:15','',2042,'http://raylsmith.org/2042-revision-v1/',0,'revision','',0),(2044,1,'2013-12-18 07:33:44','2013-12-18 07:33:44','<img class=\"alignleft size-medium wp-image-2316\" alt=\"Bria Summer\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer-230x300.jpg\" width=\"230\" height=\"300\" />Age: 20\r\n\r\nAddress: North Carolina Central Univesity, Junior\r\n\r\nBirthplace: Greensboro, NC\r\n\r\nHouse of Prayer Member\r\n\r\nSince I have joined House of Prayer Ministries, my walk with Christ has become tremendously more profound and stronger than ever. Before joining my new church family, I had recently left my former church and was in the midst of searching for a new church home. During my search for a new church home, I had been going through a lot of doubt that had kept me from being in community with my brothers and sisters in the faith. Because of that, it  hindered my relationship with God in the process. Over the summer, this past May, I had worked at the University that I currently attend, to pay off my tuition. Unfortunately, I had been in a hostile environment, living with a former church member who had blessed me with free stay, but was experiencing a lot spiritually as well, which had hurt our relationship more than helped. Because I did not have my own transportation, I was forced to walk to and from work each day. Thankfully, Carlton, a brother in Christ, had been instructed to invite me to Watch Night Prayer - unaware that I was in the area at the time. I accepted Carlton\'s invitation to watch night prayer at the Worship Center, believing something amazing would happen.\r\n\r\nI had hoped and prayed to get my relationship back on track with God, but I needed to be in an environment that welcomed the presence of God faithfully. When I got there I began to pray for hours. I began to talk to God and He had heard my prayers. My prayers to release doubt, confusion, unhappiness and bitterness toward the woman I was currently living with. After I had prayed, I felt a long-awaited release. I felt like I was floating on a cloud, even though I was physically here on Earth. In that moment, I had an overwhelming sense of peace, and my joy and faith in God was restored. While leaving the Worship center, my second encounter with Ms. Tinita, (currently one of the ministers at the House of Prayer) was a confirmation of God\'s Word. I immediately knew, while talking with Ms. Tinita, God shared with her my struggles.\r\n\r\nShe said, \"You know you need to be in a place where God will take you higher right? You know where you need to be.\" Since my first visit to House of Prayer in February, I\'ve known that am to be part of a ministry that is solely reliant on God\'s Word. In fact, God had spoken to me and wanted me to read the book of Acts in the beginning of February. During my fasting and reading Acts, it became clear to me what the church was supposed to be like specifically. House of Prayer matched that description like a glove. This ministry allows the Holy Spirit to be in control of everything; from the sermon to the music selection. Pastor Ray and Pastor Alice Smith are faithful, allowing God to control every aspect of their ministry. They are not boastful, nor traditional; leaving God the opportunity to do as He pleases. Every visit to House of Prayer, is filled with love and most importantly God\'s overflowing presence. This experience completey changed my demeanor and perpetually uplifts and motivates me to remain steadfast in the Lord.\r\n\r\nThe presence of God strenthened me and compelled me to gird myself with His truth. I no longer experienced pieces of God, I now experience all of God. We are all on one accord. God is present in this ministry; not for one person or a few people, but for all of us. Over the course of eight months at House of Prayer, I have seen an angel for the first time, heard a word of wisdom from God Himself, receive the gift of tongues, and my spiritual eyes have been opened as well. I now attend a church where my experience far exceeds my expectations. Pastor Ray and Alice\'s mission is not just to motivate us, but to usher us into God\'s presence. This is what God was showing me in the book of Acts. The church is God\'s people, allowing God to take complete and utter authority, not over a few things, but over everything; and because of that we will always triumph and grow stronger in our faith everyday.\r\n\r\nI am so grateful that God has blessed me with such a faithful and strong church family and community. He loved me enough to take me out of the hostile enviroment I was living in and placed me in an environment surrounded by love, peace, and joy. God even blessed me with a new car, so that I no longer have to walk or constantly get a ride. He has truly given me the desires of my heart, which are mostly spiritual (love, joy and peace) but even physically, God continues to provide me with all the things that I\'ve needed and even the things that I want. Even through my time of struggle or discomfort, God is there, comforting me, strengthening me, and giving me brothers and sisters in the faith to encourage me; and that is the best thing any believer in Christ could ever have.\r\n\r\n<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/aZaO3jKFVi8?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aZaO3jKFVi8?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Bria Adams','','draft','open','closed','','bria-adams','','','2014-09-18 22:59:44','2014-09-18 22:59:44','',1995,'http://raylsmith.org/?page_id=2044',0,'page','',0),(2045,1,'2013-12-18 07:33:44','2013-12-18 07:33:44','','Bria Adams','','inherit','open','open','','2044-revision-v1','','','2013-12-18 07:33:44','2013-12-18 07:33:44','',2044,'http://raylsmith.org/2044-revision-v1/',0,'revision','',0),(2047,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2047','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2047',28,'nav_menu_item','',0),(2049,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2049','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2049',26,'nav_menu_item','',0),(2050,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2050','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2050',25,'nav_menu_item','',0),(2051,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2051','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2051',24,'nav_menu_item','',0),(2052,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2052','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2052',23,'nav_menu_item','',0),(2053,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2053','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2053',22,'nav_menu_item','',0),(2054,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2054','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2054',21,'nav_menu_item','',0),(2055,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2055','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2055',20,'nav_menu_item','',0),(2056,1,'2013-12-18 07:37:38','2013-12-18 07:37:38',' ','','','publish','open','open','','2056','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2056',19,'nav_menu_item','',0),(2057,1,'2013-12-18 07:37:37','2013-12-18 07:37:37',' ','','','publish','open','open','','2057','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2057',18,'nav_menu_item','',0),(2701,1,'2014-10-06 13:06:30','2014-10-06 13:06:30','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">SOWING AND REAPING</h2>\r\nGod is the creator of everything on this earth.\r\n\r\n<strong>John 1:1-3</strong>\r\n\r\n1 In the beginning was the Word, and the Word was with God, and the Word was God.\r\n\r\n2 The same was in the beginning with God.\r\n\r\n3 All things were made by him; and without him was not any thing made that was made.\r\n\r\n<strong>Genesis 1:29</strong>\r\n\r\n29 And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.\r\n\r\n<strong>Genesis 8:22</strong>\r\n\r\n22 While the earth remaineth, seedtime and harvest, and cold and heat, and summer and winter, and day and night shall not cease.\r\n\r\nTherefore everything in the earth (the natural) has been set by God. It will not change.\r\n\r\nIf you want a certain harvest you have to sow the appropriate seed. Amen.\r\n\r\nYou can just sow something that you want to sow and expect to get what you what to get\r\n\r\njust because you want to do it your way. You have to do things the way it is set up.\r\n\r\nApples seeds for apples. Pear seeds for pears. Etc.\r\n\r\nThe Spirit World God is the Lord of the harvest.\r\n\r\nLord of the harvest.\r\n\r\n<strong>Matthew 9:38</strong>\r\n\r\nPray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.\r\n\r\n<strong>Luke 10:2</strong>\r\n\r\nTherefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.\r\n\r\nTherefore in the spirit just like the natural God decides what is reaped by what is sown.\r\n\r\nGo to a natural example.\r\n\r\nWatermelon.\r\n\r\nOne day I saw a watermelon grown in my yard. I didn\'t plant seed. Only God knows where the seed came from and how long it had been there.\r\n\r\nSome things you sow you may not reap but your children may reap what you have sown.\r\n\r\nBack to the Watermelon.\r\n\r\nI planted watermelon seed several times. But I never got watermelons. For the seed to grow you need the right soil, amount of sun and water and so forth.\r\n\r\nTherefore even if you sow the right seed your still may not get a harvest without the right enviroment.\r\n\r\nAlso one more example.\r\n\r\nWe have to understand seasons.\r\n\r\nLet\'s say a man wants a wife. And he sows what he thinks he should to get a wife. And he sows correctly. But let say this man is 21 but God doesn\'t want him to get married until 25. He has not matured enough and there are things God wants to do in his life first.\r\n\r\nTherefore it is not the season yet for the young man. When sowing we reap in the right season.\r\n\r\nThese are things we must learn to receive a great harvest.\r\n\r\nReview.\r\n\r\n1. God is the one that decides seed and harvest. What you sow and reap.\r\n\r\n2. Find out what God says to sow for what you want to reap.\r\n\r\n3. You must also sow in the right enviroNment.\r\n\r\n4. Know the season God wants you to reap.\r\n\r\n5. Have patience. (Faith)\r\n\r\n<strong>James 5:7</strong>\r\n\r\n7 Be patient therefore, brethren, unto the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth, and hath long patience for it, until he receive the early and latter rain.\r\n\r\n<strong>Galatians 6:9</strong>\r\n\r\n9 And let us not be weary in well doing: for in due season we shall reap, if we faint not.\r\n\r\nThese things will help you have success and limit your frustration in reaping and sowing.\r\n\r\nNow lets go into some of the things Gods says that if you sow this you will reap that.\r\n\r\nThere are things that you sow when you walk with God.\r\n\r\n<strong>Psalm 126:1-6</strong>\r\n\r\n1 When the Lord turned again the captivity of Zion, we were like them that dream.\r\n\r\n2 Then was our mouth filled with laughter, and our tongue with singing: then said they among the heathen, The Lord hath done great things for them.\r\n\r\n3 The Lord hath done great things for us; whereof we are glad.\r\n\r\n4 Turn again our captivity, O Lord, as the streams in the south.\r\n\r\n5 They that sow in tears shall reap in joy.\r\n\r\n6 He that goeth forth and weepeth, bearing precious seed, shall doubtless come again with rejoicing, bringing his sheaves with him.\r\n\r\n<strong>Mark 8:35</strong>\r\n\r\n35 For whosoever will save his life shall lose it; but whosoever shall lose his life for my sake and the gospel\'s, the same shall save it.\r\n\r\n<strong>Matthew 19:29</strong>\r\n\r\n29 And every one that hath forsaken houses, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my name\'s sake, shall receive an hundredfold, and shall inherit everlasting life.\r\n\r\n<strong>Luke 4:1-2</strong>\r\n\r\n1 And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,\r\n\r\n2 Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered.\r\n\r\n14 And Jesus returned in the power of the Spirit into Galilee: and there went out a fame of him through all the region round about.\r\n\r\nWhat do you want?\r\n\r\nexamples:\r\n\r\nAbram reference <strong>Genesis 15</strong>\r\n\r\nHannah reference <strong>Samuel 1-2:21</strong>\r\n\r\n<strong>Solomon</strong> references <strong>3:1-5</strong>\r\n\r\nElijah and the widow <strong>1 Kings 17:13</strong>\r\n\r\nWhat do you want?\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Sowing and Reaping ','','publish','open','open','','sowing-and-reaping','','','2014-10-06 13:06:30','2014-10-06 13:06:30','',0,'http://raylsmith.org/?p=2701',0,'post','',0),(2058,1,'2013-12-18 11:13:43','2013-12-18 11:13:43','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 11:13:43','2013-12-18 11:13:43','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2059,1,'2013-12-18 11:15:38','2013-12-18 11:15:38','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 11:15:38','2013-12-18 11:15:38','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2060,1,'2013-12-18 11:16:48','2013-12-18 11:16:48','<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 11:16:48','2013-12-18 11:16:48','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2061,1,'2013-12-18 11:19:10','2013-12-18 11:19:10','<table>\n<tr>\n<td>\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>  <object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Carlton Cogdell','','inherit','open','open','','2034-autosave-v1','','','2013-12-18 11:19:10','2013-12-18 11:19:10','',2034,'http://raylsmith.org/2034-autosave-v1/',0,'revision','',0),(2062,1,'2013-12-18 11:17:59','2013-12-18 11:17:59','<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>  <object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 11:17:59','2013-12-18 11:17:59','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2063,1,'2013-12-18 11:19:38','2013-12-18 11:19:38','<table>\r\n<tr>\r\n<td>\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</table>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2013-12-18 11:19:38','2013-12-18 11:19:38','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2064,1,'2013-12-18 11:25:38','2013-12-18 11:25:38','<table>\r\n<tr>\r\n<td>\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</table>','Vernelle Jones','','inherit','open','open','','2035-revision-v1','','','2013-12-18 11:25:38','2013-12-18 11:25:38','',2035,'http://raylsmith.org/2035-revision-v1/',0,'revision','',0),(2065,1,'2013-12-18 11:26:54','2013-12-18 11:26:54','<table>\r\n<tr>\r\n<td>\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</table>','Vernelle Jones','','inherit','open','open','','2035-revision-v1','','','2013-12-18 11:26:54','2013-12-18 11:26:54','',2035,'http://raylsmith.org/2035-revision-v1/',0,'revision','',0),(2066,1,'2013-12-19 05:55:36','2013-12-19 05:55:36','<table>\n<tr>\n<td>\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</table>','Fannie Adams','','inherit','open','open','','2039-autosave-v1','','','2013-12-19 05:55:36','2013-12-19 05:55:36','',2039,'http://raylsmith.org/2039-autosave-v1/',0,'revision','',0),(2067,1,'2013-12-19 05:55:40','2013-12-19 05:55:40','<table>\r\n<tr>\r\n<td>\r\n<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/vtRxV3gTpe0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</table>','Fannie Adams','','inherit','open','open','','2039-revision-v1','','','2013-12-19 05:55:40','2013-12-19 05:55:40','',2039,'http://raylsmith.org/2039-revision-v1/',0,'revision','',0),(2068,1,'2013-12-23 06:05:17','2013-12-23 06:05:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Godly Direction','','publish','open','open','','godly-direction','','','2014-08-21 14:46:25','2014-08-21 14:46:25','',0,'http://raylsmith.org/?p=2068',0,'post','',0),(2069,1,'2013-12-23 06:05:17','2013-12-23 06:05:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Godly Direction','','inherit','open','open','','2068-revision-v1','','','2013-12-23 06:05:17','2013-12-23 06:05:17','',2068,'http://raylsmith.org/2068-revision-v1/',0,'revision','',0),(2070,1,'2013-12-23 07:15:30','2013-12-23 07:15:30','','raylsmith-godly','','inherit','open','open','','raylsmith-godly','','','2013-12-23 07:15:30','2013-12-23 07:15:30','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godly.png',0,'attachment','image/png',0),(2071,1,'2013-12-23 07:18:23','2013-12-23 07:18:23','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/godly-direction/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Godly Direction\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godly.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Godly Direction</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Your Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-vision.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Fold\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-livingfaith.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Faith</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-12-23 07:18:23','2013-12-23 07:18:23','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2072,1,'2013-12-23 07:34:03','2013-12-23 07:34:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Godly Direction','','inherit','open','open','','2068-revision-v1','','','2013-12-23 07:34:03','2013-12-23 07:34:03','',2068,'http://raylsmith.org/2068-revision-v1/',0,'revision','',0),(2073,1,'2013-12-23 07:36:46','2013-12-23 07:36:46','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-12-23 07:36:46','2013-12-23 07:36:46','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2074,1,'2013-12-23 07:41:17','2013-12-23 07:41:17','','raylsmith-gdirection','','inherit','open','open','','raylsmith-gdirection','','','2013-12-23 07:41:17','2013-12-23 07:41:17','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gdirection.png',0,'attachment','image/png',0),(2075,1,'2013-12-23 07:47:38','2013-12-23 07:47:38','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/godly-direction/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gdirection.png\"\" alt=\"Godly Direction\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2013-12-23 07:47:38','2013-12-23 07:47:38','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2077,1,'2013-12-24 09:06:55','0000-00-00 00:00:00','eyJkaXNwbGF5X3NldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjEwIiwiZ2FsbGVyeV93aWR0aCI6IjMyMCIsImdhbGxlcnlfaGVpZ2h0IjoiMjQwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsImN5Y2xlX2ludGVydmFsIjoiMTAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6IjAiLCJmbGFzaF9wYXRoIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9pbWFnZXJvdGF0b3Iuc3dmIiwiZmxhc2hfc2h1ZmZsZSI6IjEiLCJmbGFzaF9uZXh0X29uX2NsaWNrIjoiMSIsImZsYXNoX25hdmlnYXRpb25fYmFyIjoiMCIsImZsYXNoX2xvYWRpbmdfaWNvbiI6IjAiLCJmbGFzaF93YXRlcm1hcmtfbG9nbyI6IjAiLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoidHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjoiMCIsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6IjAiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6NTAwLCJzb3VyY2UiOiJnYWxsZXJpZXMiLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93Iiwic2x1ZyI6bnVsbH0=','Untitled displayed_gallery','','draft','open','open','','','','','2013-12-24 09:06:55','0000-00-00 00:00:00','eyJkaXNwbGF5X3NldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjEwIiwiZ2FsbGVyeV93aWR0aCI6IjMyMCIsImdhbGxlcnlfaGVpZ2h0IjoiMjQwIiwidGh1bWJuYWlsX3dpZHRoIjoiMTUwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE1MCIsImN5Y2xlX2ludGVydmFsIjoiMTAiLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZmxhc2hfZW5hYmxlZCI6IjAiLCJmbGFzaF9wYXRoIjoiaHR0cDpcL1wvcmF5bHNtaXRoLm9yZ1wvd3AtY29udGVudFwvcGx1Z2luc1wvbmV4dGdlbi1nYWxsZXJ5XC9pbWFnZXJvdGF0b3Iuc3dmIiwiZmxhc2hfc2h1ZmZsZSI6IjEiLCJmbGFzaF9uZXh0X29uX2NsaWNrIjoiMSIsImZsYXNoX25hdmlnYXRpb25fYmFyIjoiMCIsImZsYXNoX2xvYWRpbmdfaWNvbiI6IjAiLCJmbGFzaF93YXRlcm1hcmtfbG9nbyI6IjAiLCJmbGFzaF9zdHJldGNoX2ltYWdlIjoidHJ1ZSIsImZsYXNoX3RyYW5zaXRpb25fZWZmZWN0IjoicmFuZG9tIiwiZmxhc2hfc2xvd196b29tIjoiMCIsImZsYXNoX2JhY2tncm91bmRfY29sb3IiOiIwMDAwMDAiLCJmbGFzaF90ZXh0X2NvbG9yIjoiRkZGRkZGIiwiZmxhc2hfcm9sbG92ZXJfY29sb3IiOiJDQzAwMDAiLCJmbGFzaF9zY3JlZW5fY29sb3IiOiIwMDAwMDAiLCJmbGFzaF9iYWNrZ3JvdW5kX211c2ljIjoiIiwiZmxhc2hfeGh0bWxfdmFsaWRhdGlvbiI6IjAiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwic2h1dHRlcnNldF8lR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6IjEiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJvcmRlcl9ieSI6InNvcnRvcmRlciIsIm9yZGVyX2RpcmVjdGlvbiI6IkFTQyIsImV4Y2x1c2lvbnMiOltdLCJjb250YWluZXJfaWRzIjpbXSwiZXhjbHVkZWRfY29udGFpbmVyX2lkcyI6W10sInNvcnRvcmRlciI6W10sImVudGl0eV9pZHMiOltdLCJyZXR1cm5zIjoiaW5jbHVkZWQiLCJtYXhpbXVtX2VudGl0eV9jb3VudCI6NTAwLCJzb3VyY2UiOiJnYWxsZXJpZXMiLCJkaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93Iiwic2x1ZyI6bnVsbH0=',0,'http://raylsmith.org/?post_type=displayed_gallery&p=2077',0,'displayed_gallery','',0),(2078,1,'2014-01-20 07:52:20','0000-00-00 00:00:00','eyJJRCI6MjA3OCwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2014-01-20 07:52:20','2014-01-20 07:52:20','eyJJRCI6MjA3OCwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==',0,'http://raylsmith.org/?post_type=ngg_pictures&#038;p=2078',0,'ngg_pictures','',0),(2079,1,'2013-12-30 13:33:39','2013-12-30 13:33:39','','raylsmith-food','','inherit','open','open','','raylsmith-food','','','2013-12-30 13:33:39','2013-12-30 13:33:39','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-food.png',0,'attachment','image/png',0),(2080,1,'2013-12-30 13:37:51','2013-12-30 13:37:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Necessary Food','','publish','open','open','','necessary-food','','','2014-08-21 13:59:47','2014-08-21 13:59:47','',0,'http://raylsmith.org/?p=2080',0,'post','',0),(2081,1,'2013-12-30 13:37:51','2013-12-30 13:37:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Necessary Food ','','inherit','open','open','','2080-revision-v1','','','2013-12-30 13:37:51','2013-12-30 13:37:51','',2080,'http://raylsmith.org/2080-revision-v1/',0,'revision','',0),(2082,1,'2013-12-30 13:41:02','2013-12-30 13:41:02','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/necessary-food/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Godly Direction\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-food.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Necessary Food </strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/godly-direction/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Godly Direction\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godly.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Godly Direction</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/your-vision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Your Vision\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-vision.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Your Vision</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2013-12-30 13:41:02','2013-12-30 13:41:02','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2083,1,'2013-12-30 13:56:42','2013-12-30 13:56:42','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2013-12-30 13:56:42','2013-12-30 13:56:42','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2084,1,'2013-12-30 14:11:35','2013-12-30 14:11:35','','raylsmith-necfood','','inherit','open','open','','raylsmith-necfood','','','2013-12-30 14:11:35','2013-12-30 14:11:35','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-necfood.png',0,'attachment','image/png',0),(2087,1,'2014-01-02 15:33:40','2014-01-02 15:33:40','','raylsmith-newyear','','inherit','open','open','','raylsmith-newyear','','','2014-01-02 15:33:40','2014-01-02 15:33:40','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-newyear.png',0,'attachment','image/png',0),(2089,1,'2014-01-03 12:26:53','2014-01-03 12:26:53','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','New Year\'s Eve Service','','inherit','open','open','','2088-revision-v1','','','2014-01-03 12:26:53','2014-01-03 12:26:53','',2088,'http://raylsmith.org/2088-revision-v1/',0,'revision','',0),(2090,1,'2014-01-07 15:20:13','2014-01-07 15:20:13','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','Launching Off','','publish','open','open','','launching-off','','','2014-08-21 14:06:50','2014-08-21 14:06:50','',0,'http://raylsmith.org/?p=2090',0,'post','',0),(2091,1,'2014-01-07 15:20:13','2014-01-07 15:20:13','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n','Launching Off','','inherit','open','open','','2090-revision-v1','','','2014-01-07 15:20:13','2014-01-07 15:20:13','',2090,'http://raylsmith.org/2090-revision-v1/',0,'revision','',0),(2092,1,'2014-01-09 02:18:30','2014-01-09 02:18:30','<h1><p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p></h1>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/necessary-food/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-necfood.png\" alt=\"Necessary Food\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-09 02:18:30','2014-01-09 02:18:30','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2093,1,'2014-01-09 02:19:39','2014-01-09 02:19:39','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/necessary-food/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-necfood.png\" alt=\"Necessary Food\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-09 02:19:39','2014-01-09 02:19:39','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2094,1,'2014-01-09 12:13:06','2014-01-09 12:13:06','','raylsmith-newyear13','','inherit','open','open','','raylsmith-newyear13','','','2014-01-09 12:13:06','2014-01-09 12:13:06','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-newyear13.png',0,'attachment','image/png',0),(2095,1,'2014-01-09 12:20:54','2014-01-09 12:20:54','','raylsmith-launchingoff','','inherit','open','open','','raylsmith-launchingoff','','','2014-01-09 12:20:54','2014-01-09 12:20:54','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-launchingoff.png',0,'attachment','image/png',0),(2096,1,'2014-01-09 12:21:45','2014-01-09 12:21:45','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/launching-off/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Launching Off\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-launchingoff.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Launching Off</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/new-years-eve-service/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"New Year\'s Eve Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-newyear13.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>New Year\'s Eve Service</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/necessary-food/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Godly Direction\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-food.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Necessary Food </strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-01-09 12:21:45','2014-01-09 12:21:45','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2097,1,'2014-01-09 12:26:44','2014-01-09 12:26:44','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/launching-off/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Launching Off\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-launchingoff.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Launching Off</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/new-years-eve-service/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"New Year\'s Eve Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-newyear13.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>New Year\'s Eve Service</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/necessary-food/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Godly Direction\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-food.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Necessary Food </strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-01-09 12:26:44','2014-01-09 12:26:44','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2110,1,'2014-01-09 12:48:28','2014-01-09 12:48:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-09 12:48:28','2014-01-09 12:48:28','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2101,1,'2014-01-09 12:43:10','2014-01-09 12:43:10','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-09 12:43:10','2014-01-09 12:43:10','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2098,1,'2014-01-09 12:35:27','2014-01-09 12:35:27','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-09 12:35:27','2014-01-09 12:35:27','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2099,1,'2014-01-09 12:44:51','2014-01-09 12:44:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons page 2','','publish','open','closed','','sermons-page-2','','','2014-01-09 12:49:14','2014-01-09 12:49:14','',0,'http://raylsmith.org/?page_id=2099',0,'page','',0),(2100,1,'2014-01-09 12:40:55','2014-01-09 12:40:55','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','','','inherit','open','open','','2099-revision-v1','','','2014-01-09 12:40:55','2014-01-09 12:40:55','',2099,'http://raylsmith.org/2099-revision-v1/',0,'revision','',0),(2103,1,'2014-01-09 12:45:41','2014-01-09 12:45:41','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 8','','inherit','open','open','','1802-revision-v1','','','2014-01-09 12:45:41','2014-01-09 12:45:41','',1802,'http://raylsmith.org/1802-revision-v1/',0,'revision','',0),(2104,1,'2014-01-09 12:45:49','2014-01-09 12:45:49','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 7','','inherit','open','open','','1798-revision-v1','','','2014-01-09 12:45:49','2014-01-09 12:45:49','',1798,'http://raylsmith.org/1798-revision-v1/',0,'revision','',0),(2105,1,'2014-01-09 12:45:57','2014-01-09 12:45:57','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 6','','inherit','open','open','','1796-revision-v1','','','2014-01-09 12:45:57','2014-01-09 12:45:57','',1796,'http://raylsmith.org/1796-revision-v1/',0,'revision','',0),(2106,1,'2014-01-09 12:46:06','2014-01-09 12:46:06','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 5','','inherit','open','open','','1794-revision-v1','','','2014-01-09 12:46:06','2014-01-09 12:46:06','',1794,'http://raylsmith.org/1794-revision-v1/',0,'revision','',0),(2107,1,'2014-01-09 12:46:16','2014-01-09 12:46:16','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>','Sermons Page 4','','inherit','open','open','','1792-revision-v1','','','2014-01-09 12:46:16','2014-01-09 12:46:16','',1792,'http://raylsmith.org/1792-revision-v1/',0,'revision','',0),(2108,1,'2014-01-09 12:46:26','2014-01-09 12:46:26','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons Page 3','','inherit','open','open','','1962-revision-v1','','','2014-01-09 12:46:26','2014-01-09 12:46:26','',1962,'http://raylsmith.org/1962-revision-v1/',0,'revision','',0),(2109,1,'2014-01-09 12:46:38','2014-01-09 12:46:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7</a></span></p>\r\n','Sermons page 2','','inherit','open','open','','2099-revision-v1','','','2014-01-09 12:46:38','2014-01-09 12:46:38','',2099,'http://raylsmith.org/2099-revision-v1/',0,'revision','',0),(2111,1,'2014-01-09 12:49:14','2014-01-09 12:49:14','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/t0cpz0BM808?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Waves Of Anointing</strong>\r\n<strong>October 27, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/gDWXHRlyaRk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344 allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Your True Life with The Lord</strong>\r\n<strong>October 6, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7Es1-4KJDJA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Do Not Waste The Anointing</strong>\r\n<strong>September 16, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/puGz-fQascg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Move of God (BREAKTHROUGH)</strong>\r\n<strong>September 02, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 2</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/FX3gavLpMI4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Images From Heaven</strong>\r\n<strong>November 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/a4DULMetYAs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Completely Jesus</strong>\r\n<strong>October 13, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/kq7u-JYRySk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Doors</strong>\r\n<strong>September 23, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oPz0FnIfgpY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>His House</strong>\r\n<strong>September 9, 2013</strong></p>\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/SAExcjfX5og?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 1</strong>\r\n<strong>July 10, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons page 2','','inherit','open','open','','2099-revision-v1','','','2014-01-09 12:49:14','2014-01-09 12:49:14','',2099,'http://raylsmith.org/2099-revision-v1/',0,'revision','',0),(2112,1,'2014-01-09 12:49:28','2014-01-09 12:49:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"> <object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Nothing is Impossible Part 3</strong>\r\n<strong>July 10, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ND_lAaa8Tqk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 2</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 1</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 3</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5IA9UqcKOwk?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 1</strong>\r\n<strong>June 18, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/2fonXn0-FZk?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 3</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Fx_buQ1dVg8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 1</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/AiY1YBZ5094?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Be An Adult Part 3</strong>\r\n<strong>July 3, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 2</strong>\r\n<strong>June 25, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>No Limits Part 4</strong>\r\n<strong>June 26, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/G-p2U05MrDg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Vision Part 2</strong>\r\n<strong>June 18, 2013</strong></p>[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons Page 3','','inherit','open','open','','1962-revision-v1','','','2014-01-09 12:49:28','2014-01-09 12:49:28','',1962,'http://raylsmith.org/1962-revision-v1/',0,'revision','',0),(2113,1,'2014-01-09 12:49:38','2014-01-09 12:49:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 1</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 3</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/nPu2TdM2F74?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Holy Spirit Part 1</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Ho4QyiG1kFI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Revelation of Life</strong>\r\n<strong>April 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part2</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2Imq1WDobHk?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>It is Good Part 2</strong>\r\n<strong>May 28, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Codg4HGk-W8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Heart</strong>\r\n<strong>May 13, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5rsrV_kcYX4?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Holy Spirit Part 2</strong>\r\n<strong>May 8, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part1</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part3</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 4','','inherit','open','open','','1792-revision-v1','','','2014-01-09 12:49:38','2014-01-09 12:49:38','',1792,'http://raylsmith.org/1792-revision-v1/',0,'revision','',0),(2114,1,'2014-01-09 12:49:49','2014-01-09 12:49:49','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Provision Part4</strong>\r\n<strong>April 16, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Times vs Power</strong>\r\n<strong>February 17, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Now</strong>\r\n<strong>February 4, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Life</strong>\r\n<strong>January 7, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 1</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"false\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Hunger</strong>\r\n<strong>March 11, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"flase\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Y9ZdV_F_Yl0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"flase\" /></object>\r\n<strong>Safety</strong>\r\n<strong>February 10, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Power</strong>\r\n<strong>January 14, 2013</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Pure Heart Clean Hands</strong>\r\n<strong>December 31, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Promise Part 2</strong>\r\n<strong>December 24, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 5','','inherit','open','open','','1794-revision-v1','','','2014-01-09 12:49:49','2014-01-09 12:49:49','',1794,'http://raylsmith.org/1794-revision-v1/',0,'revision','',0),(2115,1,'2014-01-09 12:49:59','2014-01-09 12:49:59','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 1</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 3</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 2</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 2</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 2</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Take The Next Step Part 2</strong>\r\n<strong>December 16, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"false\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"false\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>The Father\'s Business Part 1</strong>\r\n<strong>December 8, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Financially Blessed by God Part 1</strong>\r\n<strong>November 22, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Answered Prayer Part 1</strong>\r\n<strong>November 12, 2012</strong></p>\r\n\r\n\r\n<p style=\"text-align: center;\"><iframe src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" height=\"344\" width=\"425\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<strong>Getting Your Prayer Answered Part 1</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 6','','inherit','open','open','','1796-revision-v1','','','2014-01-09 12:49:59','2014-01-09 12:49:59','',1796,'http://raylsmith.org/1796-revision-v1/',0,'revision','',0),(2116,1,'2014-01-09 12:50:26','2014-01-09 12:50:26','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bPfVZhAq1JA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>Your Anointing Part 3</strong>\r\n<strong>October 7, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hcjVZ6_YYC4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 2</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/UIg7NfvcFog?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 2</strong>\r\n<strong>August 12, 2012</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/nWY8IRojp24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>How Faith Works Part 1</strong>\r\n<strong>October 3, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/m3GcfmOvKVg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 1</strong>\r\n<strong>August 11, 2012</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/bS6QcMhO-sE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object>\r\n<strong>God\'s Impartation Part 3</strong>\r\n<strong>August 11, 2012</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 8','','inherit','open','open','','1802-revision-v1','','','2014-01-09 12:50:26','2014-01-09 12:50:26','',1802,'http://raylsmith.org/1802-revision-v1/',0,'revision','',0),(2117,1,'2014-01-09 12:50:27','2014-01-09 12:50:27','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLpvvsuIsPs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 2</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8Wq-RzwQrpc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Walking in Perfection</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7opGL6i5ahE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 2</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NihAjnk-tM8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 1</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_Rn6OP2vbUc?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 1</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/x5a-hyKXUhg?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Getting Your Prayer Answered Part 3</strong>\r\n<strong>November 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8g0hrf2p72k?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Do You Know Him Part 1</strong>\r\n<strong>November 3, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/WU952xqjvts?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Anointing for Service</strong>\r\n<strong>November 2, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qRjEhtIgBDM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>The Blessed Life Part 2</strong>\r\n<strong>October 7, 2012</strong></p>\r\n\r\n<p style=\"text-align: center;\"><object height=\"344\" width=\"425\"><param name=\"movie\" value=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L8tgUEHXK6M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" height=\"344\" width=\"425\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n<strong>Your Anointing Part 2</strong>\r\n<strong>October 6, 2012</strong></p>\r\n\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons Page 7','','inherit','open','open','','1798-revision-v1','','','2014-01-09 12:50:27','2014-01-09 12:50:27','',1798,'http://raylsmith.org/1798-revision-v1/',0,'revision','',0),(2118,1,'2014-01-09 12:54:45','2014-01-09 12:54:45','','raylsmith-launching','','inherit','open','open','','raylsmith-launching','','','2014-01-09 12:54:45','2014-01-09 12:54:45','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-launching.png',0,'attachment','image/png',0),(2119,1,'2014-01-09 12:55:46','2014-01-09 12:55:46','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/launching-off/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-launching.png\" alt=\"Launching Off\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-09 12:55:46','2014-01-09 12:55:46','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2121,1,'2014-01-13 15:23:28','2014-01-13 15:23:28','<h2>Jeremy Smith</h2>','Jeremy Smith','','publish','open','open','','jeremy-smith','','','2014-01-13 15:23:28','2014-01-13 15:23:28','',1995,'http://raylsmith.org/?page_id=2121',0,'page','',0),(2122,1,'2014-01-13 15:22:05','2014-01-13 15:22:05','<a href=\"http://raylsmith.org/ministers/vanessa-hurston/\">Vanessa Hurston</a>\r\n<a href=\"http://raylsmith.org/ministers/tinita-jones/\">Tinita Jones</a>\r\n<a href=\"http://raylsmith.org/ministers/nicholas-wilder/\">Nicholas Wilder</a>\r\n<a href=\"http://raylsmith.org/ministers/raina-smith/\">Raina Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/nakeda-johnson/\">Nakeda Johnson</a>\r\n<a href=\"http://raylsmith.org/ministers/aaron-smith/\">Aaron Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/carlton-cogdell/\">Carlton Cogdell</a>\r\n<a href=\"http://raylsmith.org/ministers/vernelle-jones/\">Vernelle Jones</a>\r\n<a href=\"http://raylsmith.org/ministers/fannie-adams/\">Fannie Adams</a>\r\n<a href=\"http://raylsmith.org/ministers/yvonne-adams/\">Yvonne Adams</a>\r\nJeremy Smith\r\n<a href=\"http://raylsmith.org/ministers/jenna-smith/\">Jenna Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/bria-adams/\">Bria Adams</a>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-01-13 15:22:05','2014-01-13 15:22:05','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2123,1,'2014-01-13 15:23:28','2014-01-13 15:23:28','<h2>Jeremy Smith</h2>','Jeremy Smith','','inherit','open','open','','2121-revision-v1','','','2014-01-13 15:23:28','2014-01-13 15:23:28','',2121,'http://raylsmith.org/2121-revision-v1/',0,'revision','',0),(2124,1,'2014-01-13 15:24:39','2014-01-13 15:24:39',' ','','','publish','open','open','','2124','','','2014-10-02 08:38:00','2014-10-02 08:38:00','',1995,'http://raylsmith.org/?p=2124',27,'nav_menu_item','',0),(2125,1,'2014-01-13 15:25:12','2014-01-13 15:25:12','<a href=\"http://raylsmith.org/ministers/vanessa-hurston/\">Vanessa Hurston</a>\r\n<a href=\"http://raylsmith.org/ministers/tinita-jones/\">Tinita Jones</a>\r\n<a href=\"http://raylsmith.org/ministers/nicholas-wilder/\">Nicholas Wilder</a>\r\n<a href=\"http://raylsmith.org/ministers/raina-smith/\">Raina Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/nakeda-johnson/\">Nakeda Johnson</a>\r\n<a href=\"http://raylsmith.org/ministers/aaron-smith/\">Aaron Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/carlton-cogdell/\">Carlton Cogdell</a>\r\n<a href=\"http://raylsmith.org/ministers/vernelle-jones/\">Vernelle Jones</a>\r\n<a href=\"http://raylsmith.org/ministers/fannie-adams/\">Fannie Adams</a>\r\n<a href=\"http://raylsmith.org/ministers/yvonne-adams/\">Yvonne Adams</a>\r\n<a href=\"http://raylsmith.org/ministers/jeremy-smith/\">Jeremy Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/jenna-smith/\">Jenna Smith</a>\r\n<a href=\"http://raylsmith.org/ministers/bria-adams/\">Bria Adams</a>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-01-13 15:25:12','2014-01-13 15:25:12','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2126,1,'2014-01-16 06:12:30','2014-01-16 06:12:30','<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n</tr>\n</tbody>\n</table>','Yvonne Adams','','inherit','open','open','','2038-autosave-v1','','','2014-01-16 06:12:30','2014-01-16 06:12:30','',2038,'http://raylsmith.org/2038-autosave-v1/',0,'revision','',0),(2127,1,'2014-01-30 13:47:15','2014-01-30 13:47:15','<strong><a href=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle-jones.png\"><img class=\"alignleft size-medium wp-image-2199\" alt=\"vernelle-jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle-jones-242x300.png\" width=\"242\" height=\"300\" /></a>Family &amp; Education</strong>\nVernelle Brooks Jones is a single mother with two daughters, Tinita Michelle Jones and Alicia Jones White and four grandchildren, Jonathan, Kylise, Janai and Kenneth, III. She resides in Durham, North Carolina. Vernelle is a native of Chapel Hill, NC where she lived for 56 years. She is the daughter of the late Charles and Betty Hairston Brooks. She was a 1966 graduate of Lincoln High School and attended NC Central University from 1966 to 1967 with a major in Home Economics. She was married to John Henderson Jones, Jr. in 1968.\n\n<strong>Career Path</strong>\nIn August 1968, Vernelle started her career with Blue Cross Blue Shield of North Carolina. After 39 years of service, Vernelle retired from BCBSNC in December 2007 with 24 remarkable years in sales and marketing as a group consultant, manager and later promoted to Director of National Accounts and FEP Marketing. Vernelle had a stellar career with BCBS where she climbed the corporate ladder, mentored numerous employees, served on national sales training boards for the Blue Cross Blue Shield Association in Washington, DC, leadership development and strategic planning venues. She was a trailblazer and a mover and shaker all to the glory of God! God blessed Vernelle to reopen her clothing business, Savvy, Sassy &amp; Chic in 2009.\n\n<strong>Spiritual Journey</strong>\nVernelle was a member of First Baptist Church in Chapel Hill, NC from childhood to 1990. Vernelle got saved and received the baptism of the Holy Spirit in 1990, and God lead her to joined Christian Faith Center in Creedmoor, NC under the leadership of Pastors Mack and Brenda Timberlake. Vernelle has served her church faithfully as an elder, community evangelism, person of valor, ministering to hurting individuals and a cashier in the bookstore and café. Through her passion for fashion, she conducted a fashion show for CFC’s 2010 &amp; 2011Women of Destiny Conference. Vernelle is a member and project leader of Ambassadors for Christ. She currently serves on the Women’s Auxiliary Board and Marketing Manager on the Media &amp; Marketing team for AFCCCW, Inc. In 2012, Vernelle received an honorary Doctor of Divinity, DD, degree from Agape Bible College.\n\n<strong>Community Contributions/Hobbies</strong>\nVernelle was a board member with Club Nova, 2008-2012, a non profit clubhouse for individuals with mental illness, in Carrboro, NC. She served as chairman of the Strategic Planning committee and Board Development committee. She is also a member of the SICG, Social Interest Civic Group, of Chapel Hill, NC a community civic club who sponsors scholarships for graduating high school seniors pursuing higher education. During her leisure, she enjoys being with her family, cooking, interior design and reading.\n<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n</tr>\n</tbody>\n</table>','Vernelle Jones','','inherit','open','open','','2035-autosave-v1','','','2014-01-30 13:47:15','2014-01-30 13:47:15','',2035,'http://raylsmith.org/2035-autosave-v1/',0,'revision','',0),(2128,1,'2014-01-16 06:26:19','2014-01-16 06:26:19','[ezcol_1half]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n\r\n[ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"420\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-01-16 06:26:19','2014-01-16 06:26:19','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2129,1,'2014-01-16 06:42:36','2014-01-16 06:42:36','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Deeper Walk','','publish','open','open','','deeper-walk','','','2014-08-21 14:10:14','2014-08-21 14:10:14','',0,'http://raylsmith.org/?p=2129',0,'post','',0),(2130,1,'2014-01-16 06:42:36','2014-01-16 06:42:36','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Deeper Walk','','inherit','open','open','','2129-revision-v1','','','2014-01-16 06:42:36','2014-01-16 06:42:36','',2129,'http://raylsmith.org/2129-revision-v1/',0,'revision','',0),(2140,1,'2014-01-20 12:36:27','2014-01-20 12:36:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Rivers Springing Forth','','publish','open','open','','rivers-springing-forth','','','2014-08-21 14:10:04','2014-08-21 14:10:04','',0,'http://raylsmith.org/?p=2140',0,'post','',0),(2132,1,'2014-01-16 06:53:15','2014-01-16 06:53:15','','raylsmith-deeperwalk','','inherit','open','open','','raylsmith-deeperwalk','','','2014-01-16 06:53:15','2014-01-16 06:53:15','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-deeperwalk.png',0,'attachment','image/png',0),(2133,1,'2014-01-16 06:56:47','2014-01-16 06:56:47','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/deeper-walk/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Deeper Walk\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-deeperwalk.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Deeper Walk</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/launching-off/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Launching Off\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-launchingoff.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Launching Off</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/new-years-eve-service/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"New Year\'s Eve Service\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-newyear13.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>New Year\'s Eve Service</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-01-16 06:56:47','2014-01-16 06:56:47','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2134,1,'2014-01-16 07:05:54','2014-01-16 07:05:54','[wpcol_1half id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n\r\n\r\n\r\n\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-16 07:05:54','2014-01-16 07:05:54','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2145,1,'2014-01-20 13:10:47','2014-01-20 13:10:47','','raylsmith-rivers-springing','','inherit','open','open','','raylsmith-rivers-springing','','','2014-01-20 13:10:47','2014-01-20 13:10:47','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rivers-springing.png',0,'attachment','image/png',0),(2135,1,'2014-01-16 07:12:31','2014-01-16 07:12:31','','raylsmith-deeper','','inherit','open','open','','raylsmith-deeper','','','2014-01-16 07:12:31','2014-01-16 07:12:31','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-deeper.png',0,'attachment','image/png',0),(2136,1,'2014-01-16 07:13:05','2014-01-16 07:13:05','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/deeper-walk/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-deeper.png\" alt=\"Deeper Walk\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-16 07:13:05','2014-01-16 07:13:05','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2137,1,'2014-01-20 07:53:57','0000-00-00 00:00:00','eyJJRCI6MjEzNywicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2014-01-20 07:53:57','2014-01-20 07:53:57','eyJJRCI6MjEzNywicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==',0,'http://raylsmith.org/?post_type=ngg_pictures&#038;p=2137',0,'ngg_pictures','',0),(2138,1,'2014-01-20 07:53:35','0000-00-00 00:00:00','eyJJRCI6MjEzOCwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2014-01-20 07:53:35','2014-01-20 07:53:35','eyJJRCI6MjEzOCwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==',0,'http://raylsmith.org/?post_type=ngg_pictures&#038;p=2138',0,'ngg_pictures','',0),(2139,1,'2014-01-20 07:53:12','0000-00-00 00:00:00','eyJJRCI6MjEzOSwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==','Untitled ngg_pictures','','draft','closed','open','','mixin_nextgen_table_extras','','','2014-01-20 07:53:12','2014-01-20 07:53:12','eyJJRCI6MjEzOSwicG9zdF9uYW1lIjoiTWl4aW5fTmV4dEdlbl9UYWJsZV9FeHRyYXMifQ==',0,'http://raylsmith.org/?post_type=ngg_pictures&#038;p=2139',0,'ngg_pictures','',0),(2141,1,'2014-01-20 12:36:27','2014-01-20 12:36:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Rivers Springing Forth','','inherit','open','open','','2140-revision-v1','','','2014-01-20 12:36:27','2014-01-20 12:36:27','',2140,'http://raylsmith.org/2140-revision-v1/',0,'revision','',0),(2142,1,'2014-01-20 12:52:21','2014-01-20 12:52:21','','raylsmith-rivers','','inherit','open','open','','raylsmith-rivers','','','2014-01-20 12:52:21','2014-01-20 12:52:21','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-rivers.png',0,'attachment','image/png',0),(2143,1,'2014-01-20 12:53:51','2014-01-20 12:53:51','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Rivers Springing Forth\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-rivers.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Rivers Springing Forth</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/deeper-walk/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Deeper Walk\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-deeperwalk.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Deeper Walk</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/launching-off/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Launching Off\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-launchingoff.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Launching Off</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-01-20 12:53:51','2014-01-20 12:53:51','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2144,1,'2014-01-20 13:01:27','2014-01-20 13:01:27','[wpcol_1half id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-20 13:01:27','2014-01-20 13:01:27','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2154,1,'2014-01-27 04:38:29','2014-01-27 04:38:29','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/raining/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rain.png\" alt=\"Raining\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-27 04:38:29','2014-01-27 04:38:29','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2146,1,'2014-01-20 13:11:38','2014-01-20 13:11:38','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/rivers-springing-forth/\"><img src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rivers-springing.png\" alt=\"Rivers Springing Forth\" width=\"230\" height=\"155\" class=\"alignnone size-full wp-image-2005\" /></a>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/radio-ministry/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"Radio\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-radio.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/radio-ministry/\">Radio</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-20 13:11:38','2014-01-20 13:11:38','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2148,1,'2014-01-27 04:11:46','2014-01-27 04:11:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Raining','','publish','open','open','','raining','','','2014-08-21 15:00:27','2014-08-21 15:00:27','',0,'http://raylsmith.org/?p=2148',0,'post','',0),(2149,1,'2014-01-27 04:11:46','2014-01-27 04:11:46','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Raining','','inherit','open','open','','2148-revision-v1','','','2014-01-27 04:11:46','2014-01-27 04:11:46','',2148,'http://raylsmith.org/2148-revision-v1/',0,'revision','',0),(2150,1,'2014-01-27 04:16:40','2014-01-27 04:16:40','','raylsmith-raining','','inherit','open','open','','raylsmith-raining','','','2014-01-27 04:16:40','2014-01-27 04:16:40','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-raining.png',0,'attachment','image/png',0),(2151,1,'2014-01-27 04:18:28','2014-01-27 04:18:28','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/raining/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Raining\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-raining.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Raining</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Rivers Springing Forth\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-rivers.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Rivers Springing Forth</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/deeper-walk/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Deeper Walk\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-deeperwalk.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Deeper Walk</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-01-27 04:18:28','2014-01-27 04:18:28','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2152,1,'2014-01-27 04:32:03','2014-01-27 04:32:03','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-01-27 04:32:03','2014-01-27 04:32:03','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2153,1,'2014-01-27 04:35:55','2014-01-27 04:35:55','','raylsmith-rain','','inherit','open','open','','raylsmith-rain','','','2014-01-27 04:35:55','2014-01-27 04:35:55','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rain.png',0,'attachment','image/png',0),(2155,1,'2014-01-27 05:10:52','2014-01-27 05:10:52','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-01-27 05:10:52','2014-01-27 05:10:52','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2157,1,'2014-01-27 05:12:52','2014-01-27 05:12:52','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-01-27 05:12:52','2014-01-27 05:12:52','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2156,1,'2014-01-27 05:11:36','2014-01-27 05:11:36','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\">><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-01-27 05:11:36','2014-01-27 05:11:36','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2158,1,'2014-01-29 05:55:11','2014-01-29 05:55:11','','raylsmith-international','','inherit','open','open','','raylsmith-international','','','2014-01-29 05:55:11','2014-01-29 05:55:11','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png',0,'attachment','image/png',0),(2159,1,'2014-01-29 05:56:02','2014-01-29 05:56:02','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!\r\n\r\nWe’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','publish','open','open','','international','','','2014-09-09 08:16:10','2014-09-09 08:16:10','',0,'http://raylsmith.org/?page_id=2159',0,'page','',0),(2160,1,'2014-01-29 05:56:02','2014-01-29 05:56:02','','International','','inherit','open','open','','2159-revision-v1','','','2014-01-29 05:56:02','2014-01-29 05:56:02','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2162,1,'2014-01-29 05:59:13','2014-01-29 05:59:13','','international','','inherit','open','open','','international-2','','','2014-01-29 05:59:13','2014-01-29 05:59:13','',2159,'http://raylsmith.org/wp-content/uploads/2014/01/international.jpg',0,'attachment','image/jpeg',0),(2163,1,'2014-09-09 08:15:48','2014-09-09 08:15:48','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\n<tbody>\n<tr>\n<td width=\"960\" height=\"643\">\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><strong>Empowering the Body of Christ</strong>\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></p>\n\n<table>\n<tbody>\n<tr>\n<td width=\"300\"></td>\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\n\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\n</tr>\n</tbody>\n</table>\n<table>\n<tbody>\n<tr>\n<td width=\"30\"></td>\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…Jesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\n– Matthew 28:19-20.&nbsp;</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','International','','inherit','open','open','','2159-autosave-v1','','','2014-09-09 08:15:48','2014-09-09 08:15:48','',2159,'http://raylsmith.org/2159-autosave-v1/',0,'revision','',0),(2164,1,'2014-01-29 06:00:39','2014-01-29 06:00:39','<p style=\"text-align: center;\"><img class=\"size-full wp-image-2162 aligncenter\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2014/01/international.jpg\" width=\"960\" height=\"643\" /></p>','International','','inherit','open','open','','2159-revision-v1','','','2014-01-29 06:00:39','2014-01-29 06:00:39','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2165,1,'2014-01-29 07:18:23','2014-01-29 07:18:23','','nicholas','','inherit','open','open','','nicholas','','','2014-01-29 07:18:23','2014-01-29 07:18:23','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png',0,'attachment','image/png',0),(2166,1,'2014-01-29 07:18:26','2014-01-29 07:18:26','','tinita','','inherit','open','open','','tinita','','','2014-01-29 07:18:26','2014-01-29 07:18:26','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/tinita.png',0,'attachment','image/png',0),(2167,1,'2014-01-29 07:18:30','2014-01-29 07:18:30','','vanessa','','inherit','open','open','','vanessa','','','2014-01-29 07:18:30','2014-01-29 07:18:30','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png',0,'attachment','image/png',0),(2168,1,'2014-01-29 07:18:34','2014-01-29 07:18:34','','raina','','inherit','open','open','','raina','','','2014-01-29 07:18:34','2014-01-29 07:18:34','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/raina.png',0,'attachment','image/png',0),(2169,1,'2014-05-01 15:01:58','2014-05-01 15:01:58','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" alt=\"Vanessa\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" alt=\"Tinita\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" alt=\"Nicholas\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" alt=\"Raina\" width=\"223\" height=\"67\" /></a></p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" alt=\"Nakeda\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" alt=\"Aaron\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" alt=\"Carlton\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" alt=\"Vernelle\" width=\"223\" height=\"67\" /></a></p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" alt=\"Fannie\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/yvonne-adams/\"><img class=\"alignnone size-full wp-image-2175\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/yvonne.png\" alt=\"Yvonne\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" alt=\"Jeremy\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" alt=\"Jenna\" width=\"223\" height=\"67\" /></a></p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/bria-adams/\"><img class=\"alignnone size-full wp-image-2178\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/bria.png\" alt=\"Bria\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/desirhea-odom/\"><img class=\"alignnone size-full wp-image-2405\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/DesiRhea.png\" alt=\"DesiRhea\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/susan-valles/\"><img class=\"alignnone size-full wp-image-2411\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Susan.png\" alt=\"Susan\" width=\"223\" height=\"67\" /></a></p>','Ministers','','inherit','open','open','','1995-autosave-v1','','','2014-05-01 15:01:58','2014-05-01 15:01:58','',1995,'http://raylsmith.org/1995-autosave-v1/',0,'revision','',0),(2170,1,'2014-01-29 07:19:30','2014-01-29 07:19:30','','nakeda','','inherit','open','open','','nakeda','','','2014-01-29 07:19:30','2014-01-29 07:19:30','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png',0,'attachment','image/png',0),(2171,1,'2014-01-29 07:19:46','2014-01-29 07:19:46','','aaron','','inherit','open','open','','aaron','','','2014-01-29 07:19:46','2014-01-29 07:19:46','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/aaron.png',0,'attachment','image/png',0),(2172,1,'2014-01-29 07:20:09','2014-01-29 07:20:09','','carlton','','inherit','open','open','','carlton','','','2014-01-29 07:20:09','2014-01-29 07:20:09','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/carlton.png',0,'attachment','image/png',0),(2173,1,'2014-01-29 07:20:40','2014-01-29 07:20:40','','vernelle','','inherit','open','open','','vernelle','','','2014-01-29 07:20:40','2014-01-29 07:20:40','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png',0,'attachment','image/png',0),(2174,1,'2014-01-29 07:20:58','2014-01-29 07:20:58','','fannie','','inherit','open','open','','fannie','','','2014-01-29 07:20:58','2014-01-29 07:20:58','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/fannie.png',0,'attachment','image/png',0),(2175,1,'2014-01-29 07:21:18','2014-01-29 07:21:18','','yvonne','','inherit','open','open','','yvonne','','','2014-01-29 07:21:18','2014-01-29 07:21:18','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/yvonne.png',0,'attachment','image/png',0),(2176,1,'2014-01-29 07:21:40','2014-01-29 07:21:40','','jeremy','','inherit','open','open','','jeremy','','','2014-01-29 07:21:40','2014-01-29 07:21:40','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png',0,'attachment','image/png',0),(2177,1,'2014-01-29 07:21:56','2014-01-29 07:21:56','','jenna','','inherit','open','open','','jenna','','','2014-01-29 07:21:56','2014-01-29 07:21:56','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/jenna.png',0,'attachment','image/png',0),(2178,1,'2014-01-29 07:22:08','2014-01-29 07:22:08','','bria','','inherit','open','open','','bria','','','2014-01-29 07:22:08','2014-01-29 07:22:08','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/bria.png',0,'attachment','image/png',0),(2179,1,'2014-01-29 07:27:57','2014-01-29 07:27:57','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" alt=\"Vanessa\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" alt=\"Tinita\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" alt=\"Nicholas\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" alt=\"Raina\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" alt=\"Nakeda\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" alt=\"Aaron\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" alt=\"Carlton\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" alt=\"Vernelle\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" alt=\"Fannie\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/yvonne-adams/\"><img class=\"alignnone size-full wp-image-2175\" alt=\"Yvonne\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/yvonne.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" alt=\"Jeremy\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" alt=\"Jenna\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/bria-adams/\"><img class=\"alignnone size-full wp-image-2178\" alt=\"Bria\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/bria.png\" width=\"223\" height=\"67\" /></a></p>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-01-29 07:27:57','2014-01-29 07:27:57','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2180,1,'2014-06-02 07:27:28','2014-06-02 07:27:28','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png\"><img class=\"alignleft  wp-image-2181\" alt=\"raina smith\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith-295x300.png\" width=\"236\" height=\"240\" /></a><strong>Raina Smith</strong> fell in love with music and Jesus at a very young age. “I’ve always loved the sound of different instruments playing and immediately I wanted to learn how to play the guitar.” She didn’t really get serious about playing the guitar until recently this year. “I’ve always wanted to be able to express how I feel towards Jesus through music, and I’m so glad I’m finally able to do that.” My prayer and desire is to love God with all my heart, all my soul, and all my mind and to live my life to please my Savior. “Lord, not my will, but yours be done in my life, amen.”\n\n<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n</tr>\n</tbody>\n</table>','Raina Smith','','inherit','open','open','','2028-autosave-v1','','','2014-06-02 07:27:28','2014-06-02 07:27:28','',2028,'http://raylsmith.org/2028-autosave-v1/',0,'revision','',0),(2181,1,'2014-01-29 07:31:11','2014-01-29 07:31:11','','raina smith','','inherit','open','open','','raina-smith-2','','','2014-01-29 07:31:11','2014-01-29 07:31:11','',2028,'http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png',0,'attachment','image/png',0),(2182,1,'2014-01-29 07:31:58','2014-01-29 07:31:58','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png\"><img class=\"alignleft  wp-image-2181\" alt=\"raina smith\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith-295x300.png\" width=\"236\" height=\"240\" /></a><strong>Raina Smith</strong> fell in love with music and Jesus at a very young age. “I’ve always loved the sound of different instruments playing and immediately I wanted to learn how to play the guitar.” She didn’t really get serious about playing the guitar until recently this year. “I’ve always wanted to be able to express how I feel towards Jesus through music, and I’m so glad I’m finally able to do that.” My prayer and desire is to love God with all my heart, all my soul, and all my mind and to live my life to please my Savior. “Lord, not my will, but yours be done in my life, amen.”','Raina Smith','','inherit','open','open','','2028-revision-v1','','','2014-01-29 07:31:58','2014-01-29 07:31:58','',2028,'http://raylsmith.org/2028-revision-v1/',0,'revision','',0),(2183,1,'2014-01-29 07:34:04','2014-01-29 07:34:04','','nicholas-wilder','','inherit','open','open','','nicholas-wilder-2','','','2014-01-29 07:34:04','2014-01-29 07:34:04','',2026,'http://raylsmith.org/wp-content/uploads/2013/12/nicholas-wilder.png',0,'attachment','image/png',0),(2184,1,'2014-01-29 07:34:26','2014-01-29 07:34:26','<strong><img class=\"alignleft  wp-image-2183\" alt=\"nicholas-wilder\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas-wilder-230x300.png\" width=\"184\" height=\"240\" />Psalms 27:4 (NASB)</strong> One thing I have asked from the LORD, that I shall seek: That I may dwell in the House of the LORD all the days of my life, To behold the beauty of the LORD And to meditate in His temple.\r\n\r\nThis verse, though a mere glimpse into the deep passionate love that David had for God, reveals the true heart of a worshipper. David longed to stay in His presence and in His glory because he understood that this is the source of life. This verse is one that describes my life-long inner heart desire to live and walk in deep intimate fellowship with the Lord.\r\n\r\nWorship is meant to draw us into unity with each other as we come on one accord before a Holy, Loving, and Awesome God who deserves our fear and reverence. From childhood until the present day music has been an avenue of passionate expression for me. From choirs, to musical singing groups, to school bands music has always had a major impact upon my life.\r\n\r\nAfter receiving Jesus into my heart as a teenager and an encounter with Him while in college this passion for music was redirected to giving Him all of the glory that Heaven may manifest upon the Earth. Every opportunity to worship the Lord is truly a privilege and an honor. Like David said in Psalms 27:4 I long to behold the beauty of the Lord and meditate (Hebrew meaning is to plough into, break forth, inspect, and inquire) in His temple. Simply put the more He reveals the more I long to know Him more.\r\n\r\nMy prayer is that a harvest of worshipers will come forth with these same desires. May Heaven invade the Earth in the lives of all who have given their entire lives to worship Him. In Jesus’ name Amen!','Nicholas Wilder','','inherit','open','open','','2026-revision-v1','','','2014-01-29 07:34:26','2014-01-29 07:34:26','',2026,'http://raylsmith.org/2026-revision-v1/',0,'revision','',0),(2185,1,'2014-01-29 07:35:42','2014-01-29 07:35:42','','carlton cogdell','','inherit','open','open','','carlton-cogdell-2','','','2014-01-29 07:35:42','2014-01-29 07:35:42','',2034,'http://raylsmith.org/wp-content/uploads/2013/12/carlton-cogdell.png',0,'attachment','image/png',0),(2186,1,'2014-01-29 07:36:05','2014-01-29 07:36:05','<img class=\"alignleft  wp-image-2185\" alt=\"carlton cogdell\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton-cogdell-244x300.png\" width=\"195\" height=\"240\" />Carlton Lamont Cogdell was born in Durham, North Carolina in 1985. Carlton is one that loves God because God loves him as well as all of His creation because of who He is. Carlton is one that submits to God to be used in music so God will be glorified and all who hear will be blessed and come into a oneness with The Father, Jesus, and The Holy Spirit.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2014-01-29 07:36:05','2014-01-29 07:36:05','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2187,1,'2014-01-29 07:37:00','2014-01-29 07:37:00','<img class=\"alignleft  wp-image-2185\" alt=\"carlton cogdell\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton-cogdell-244x300.png\" width=\"195\" height=\"240\" /><strong>Carlton Lamont Cogdell</strong> was born in Durham, North Carolina in 1985. Carlton is one that loves God because God loves him as well as all of His creation because of who He is. Carlton is one that submits to God to be used in music so God will be glorified and all who hear will be blessed and come into a oneness with The Father, Jesus, and The Holy Spirit.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2014-01-29 07:37:00','2014-01-29 07:37:00','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2188,1,'2014-01-29 07:37:33','2014-01-29 07:37:33','<img class=\"alignleft  wp-image-2185\" alt=\"carlton cogdell\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton-cogdell-244x300.png\" width=\"195\" height=\"240\" /><strong>Carlton Lamont Cogdell</strong> was born in Durham, North Carolina in 1985. Carlton is one that loves God because God loves him as well as all of His creation because of who He is. Carlton is one that submits to God to be used in music so God will be glorified and all who hear will be blessed and come into a oneness with The Father, Jesus, and The Holy Spirit.\r\n\r\n<hr>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/1HsWwzX1SO4?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/gM8eW806hfI?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Carlton Cogdell','','inherit','open','open','','2034-revision-v1','','','2014-01-29 07:37:33','2014-01-29 07:37:33','',2034,'http://raylsmith.org/2034-revision-v1/',0,'revision','',0),(2189,1,'2014-01-29 07:39:57','2014-01-29 07:39:57','','nakeda johnson','','inherit','open','open','','nakeda-johnson-2','','','2014-01-29 07:39:57','2014-01-29 07:39:57','',2030,'http://raylsmith.org/wp-content/uploads/2013/12/nakeda-johnson.jpg',0,'attachment','image/jpeg',0),(2190,1,'2014-01-29 07:40:11','2014-01-29 07:40:11','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda-johnson.jpg\"><img class=\"alignleft size-medium wp-image-2189\" alt=\"nakeda johnson\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda-johnson-165x300.jpg\" width=\"165\" height=\"300\" /></a>“It is not about who I am and what I’ve done but who Jesus is through me.” (<em>Quote by Nakeda Johnson</em>)\n\nNakeda was born to worship and be in the presence of God. To bring glory, honor and praise to the King of kings and the Lord of lords. Nakeda is on this earth to make Jesus known through everything she does. She is so blessed to be able to express her LOVE to the Lord through praise and worship. Nakeda is so thankful for being used by God to usher in his presence and have others on this journey with her. She is able to creatively write and sing songs that carry the melody of heaven, Nakeda wants to share the heart of God and the issues that concern Lord .Nakeda’s hunger and thirst for righteousness and encounter with her Savior is what fuels her worship leading, songwriting, prophetic flow and ministering.\n\nWhen Nakeda sings it is always to glorify and LOVE the Lord. She was made to bring heaven on earth wherever she goes. She was made to put a smile on the Lord’s face. Nakeda was made to break burdens and set captives free. She was made for this, she was made for LOVE.\n\nNakeda is the wife to her amazing husband of seven years, Decorde Johnson. She is the mother to three beautiful children Nakena,Decordia and N’ky. Nakeda is a faithful member to her church and she loves to serve whoever she can. She believes that serving others is the heartbeat of God.\n\nNakeda travels all over the world ministering through song in whatever place the Lord calls her too. She is not confined to one setting or denomination and as long as the Lord says “go”, she will go.\n\nNakeda’s desire is to see this generation changed by the LOVE and Power of God. She thanks God for using her to do her part in changing the world.','Nakeda Johnson','','inherit','open','open','','2030-autosave-v1','','','2014-01-29 07:40:11','2014-01-29 07:40:11','',2030,'http://raylsmith.org/2030-autosave-v1/',0,'revision','',0),(2191,1,'2014-01-29 07:40:40','2014-01-29 07:40:40','<img class=\"size-medium wp-image-2189 alignright\" alt=\"nakeda johnson\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda-johnson-165x300.jpg\" width=\"165\" height=\"300\" />“It is not about who I am and what I’ve done but who Jesus is through me.” (<em>Quote by Nakeda Johnson</em>)\r\n\r\n<strong>Nakeda</strong> was born to worship and be in the presence of God. To bring glory, honor and praise to the King of kings and the Lord of lords. Nakeda is on this earth to make Jesus known through everything she does. She is so blessed to be able to express her LOVE to the Lord through praise and worship. Nakeda is so thankful for being used by God to usher in his presence and have others on this journey with her. She is able to creatively write and sing songs that carry the melody of heaven, Nakeda wants to share the heart of God and the issues that concern Lord .Nakeda’s hunger and thirst for righteousness and encounter with her Savior is what fuels her worship leading, songwriting, prophetic flow and ministering.\r\n\r\nWhen Nakeda sings it is always to glorify and LOVE the Lord. She was made to bring heaven on earth wherever she goes. She was made to put a smile on the Lord’s face. Nakeda was made to break burdens and set captives free. She was made for this, she was made for LOVE.\r\n\r\nNakeda is the wife to her amazing husband of seven years, Decorde Johnson. She is the mother to three beautiful children Nakena,Decordia and N’ky. Nakeda is a faithful member to her church and she loves to serve whoever she can. She believes that serving others is the heartbeat of God.\r\n\r\nNakeda travels all over the world ministering through song in whatever place the Lord calls her too. She is not confined to one setting or denomination and as long as the Lord says “go”, she will go.\r\n\r\nNakeda’s desire is to see this generation changed by the LOVE and Power of God. She thanks God for using her to do her part in changing the world.','Nakeda Johnson','','inherit','open','open','','2030-revision-v1','','','2014-01-29 07:40:40','2014-01-29 07:40:40','',2030,'http://raylsmith.org/2030-revision-v1/',0,'revision','',0),(2192,1,'2014-01-29 13:40:36','2014-01-29 13:40:36','','raylsmith-womens','','inherit','open','open','','raylsmith-womens','','','2014-01-29 13:40:36','2014-01-29 13:40:36','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womens.png',0,'attachment','image/png',0),(2193,1,'2014-01-29 13:41:01','2014-01-29 13:41:01','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/raining/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Raining\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rain.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womens.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-29 13:41:01','2014-01-29 13:41:01','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2194,1,'2014-01-30 07:01:26','2014-01-30 07:01:26','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/raining/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Raining\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-rain.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-01-30 07:01:26','2014-01-30 07:01:26','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2195,1,'2014-01-30 07:12:23','2014-01-30 07:12:23','Vanessa Hurston is a native of Detroit Michigan and currently resides in Raleigh, North Carolina. In October of 2001, she joined Duke University Medical Center in the Department of Psychiatry, Duke Addictions Program as a Program Coordinator, after tapering off entrepreneurship as the owner of VSH &amp; Co., Interior Accents and Accessories. In 2005 she was appointed as the Node Coordinator for the National Institute of Health Clinical Trials Network, representing Duke University, and served in this role until 2007.  She was recently promoted to a Grants and Contracts Administrator.\n\nVanessa studied Family and Consumer Resources at the University of Detroit from 1972-1973, and took a hiatus after getting married and starting a family, in which one daughter Kalleah (Kellee) was born. In 1979, she decided to go back to school as a part-time student where she studied Advertising Design at Wayne State University, Detroit, Michigan, from 1980-1984. She then transferred to the University of Michigan, School of Art in Ann Arbor, Michigan, as a full time student and graduated in 1987, with a major in Graphic Design and a minor in Photography.  Shortly after graduation, she moved to North Carolina.\n\nIn 1978, Vanessa was born-again by her bedside, as she prayed and asked God to make her be a better person. God honored her request. A peaceful presence filled her spirit a day or so later. Unaware of what happened God spoke to her and told her to buy a bible. A couple of months later, God spoke to her again and told her to attend a bible study. Prayer Tabernacle Church, Detroit, Michigan, was the first non-denominational church she attended and where she first learned about being born-again.\n\nIn 1984, after moving to Ann Arbor, Michigan, and listening to gospel programs while doing artwork, she was very intrigued by Pastor Henry Healy of Christian Life Center Church, located in Ypsilanti, Michigan. During her first visit, the pastor instructed the congregation to lift their hands and pray in their heavenly language.  The sound was so beautiful; she told God that she wanted to sound like “them”. Again, God granted the request, and two days later, while by her bedside praying, instead of English, it was a foreign language. After it happened a second time, she asked God, what was going on. He replied, “I thought you wanted to sound like them.”  She joined the church, attended and served faithfully and was appointed Head Usher.\n\nAfter moving to North Carolina in 1987 and finding a new church home, she became a member of Miracle Life Christian Center in Durham, NC, under the leadership of Pastor Kingsley Fletcher. She served faithfully and taught Children’s Sunday school. She attended Miracle Life Christian Center from 1987-1992.\n\nIn August, 1992, she visited Christian Faith Center Church, Creedmoor, NC under the leadership of the late Bishop Mack Timberlake and his wife, Brenda.  After the second visit, she couldn’t wait for the invitation to join the church. Vanessa served faithfully; she decorated and created and provided decorations, and was a part of the Evangelism Team and Covenant Care. She made herself useful by helping whenever and wherever needed and served on the hospitality team from November, 2002 until January, 2011.\n\nFinally in September of 2012, God led her to the House of Prayer Ministries with Pastors Ray and Alice Smith, where Jesus resides and the Holy Spirit is present. Her life completely changed after attending the first 3 months. She faithfully attends services and intercedes during the week and on Sunday mornings before service. She was appointed as the Church Administrator and Spokesperson. Additionally, she is a member of the First Ladies Bible Study that is led by Pastor Alice Smith and goes with the group to minister at a nursing home and orphanage on selected Saturdays.\n\nVanessa served on the Board of Directors of the Sunscape Home Association and is on the Auxiliary Board of Ambassadors for Christ Global. She enjoys intercessory prayer, reading, meditating, her two grandchildren, friends and family, interior design and decorating, traveling, helping others, encouraging others and watching God work in her life.','Vanessa Hurston','','inherit','open','open','','2021-autosave-v1','','','2014-01-30 07:12:23','2014-01-30 07:12:23','',2021,'http://raylsmith.org/2021-autosave-v1/',0,'revision','',0),(2196,1,'2014-01-30 07:23:54','2014-01-30 07:23:54','Vanessa Hurston is a native of Detroit Michigan and currently resides in Raleigh, North Carolina. In October of 2001, she joined Duke University Medical Center in the Department of Psychiatry, Duke Addictions Program as a Program Coordinator, after tapering off entrepreneurship as the owner of VSH &amp; Co., Interior Accents and Accessories. In 2005 she was appointed as the Node Coordinator for the National Institute of Health Clinical Trials Network, representing Duke University, and served in this role until 2007.  She was recently promoted to a Grants and Contracts Administrator.\r\n\r\nVanessa studied Family and Consumer Resources at the University of Detroit from 1972-1973, and took a hiatus after getting married and starting a family, in which one daughter Kalleah (Kellee) was born. In 1979, she decided to go back to school as a part-time student where she studied Advertising Design at Wayne State University, Detroit, Michigan, from 1980-1984. She then transferred to the University of Michigan, School of Art in Ann Arbor, Michigan, as a full time student and graduated in 1987, with a major in Graphic Design and a minor in Photography.  Shortly after graduation, she moved to North Carolina.\r\n\r\nIn 1978, Vanessa was born-again by her bedside, as she prayed and asked God to make her be a better person. God honored her request. A peaceful presence filled her spirit a day or so later. Unaware of what happened God spoke to her and told her to buy a bible. A couple of months later, God spoke to her again and told her to attend a bible study. Prayer Tabernacle Church, Detroit, Michigan, was the first non-denominational church she attended and where she first learned about being born-again.\r\n\r\nIn 1984, after moving to Ann Arbor, Michigan, and listening to gospel programs while doing artwork, she was very intrigued by Pastor Henry Healy of Christian Life Center Church, located in Ypsilanti, Michigan. During her first visit, the pastor instructed the congregation to lift their hands and pray in their heavenly language.  The sound was so beautiful; she told God that she wanted to sound like “them”. Again, God granted the request, and two days later, while by her bedside praying, instead of English, it was a foreign language. After it happened a second time, she asked God, what was going on. He replied, “I thought you wanted to sound like them.”  She joined the church, attended and served faithfully and was appointed Head Usher.\r\n\r\nAfter moving to North Carolina in 1987 and finding a new church home, she became a member of Miracle Life Christian Center in Durham, NC, under the leadership of Pastor Kingsley Fletcher. She served faithfully and taught Children’s Sunday school. She attended Miracle Life Christian Center from 1987-1992.\r\n\r\nIn August, 1992, she visited Christian Faith Center Church, Creedmoor, NC under the leadership of the late Bishop Mack Timberlake and his wife, Brenda.  After the second visit, she couldn’t wait for the invitation to join the church. Vanessa served faithfully; she decorated and created and provided decorations, and was a part of the Evangelism Team and Covenant Care. She made herself useful by helping whenever and wherever needed and served on the hospitality team from November, 2002 until January, 2011.\r\n\r\nFinally in September of 2012, God led her to the House of Prayer Ministries with Pastors Ray and Alice Smith, where Jesus resides and the Holy Spirit is present. Her life completely changed after attending the first 3 months. She faithfully attends services and intercedes during the week and on Sunday mornings before service. She was appointed as the Church Administrator and Spokesperson. Additionally, she is a member of the First Ladies Bible Study that is led by Pastor Alice Smith and goes with the group to minister at a nursing home and orphanage on selected Saturdays.\r\n\r\nVanessa served on the Board of Directors of the Sunscape Home Association and is on the Auxiliary Board of Ambassadors for Christ Global. She enjoys intercessory prayer, reading, meditating, her two grandchildren, friends and family, interior design and decorating, traveling, helping others, encouraging others and watching God work in her life.','Vanessa Hurston','','inherit','open','open','','2021-revision-v1','','','2014-01-30 07:23:54','2014-01-30 07:23:54','',2021,'http://raylsmith.org/2021-revision-v1/',0,'revision','',0),(2197,1,'2014-01-30 07:32:23','2014-01-30 07:32:23','','vanessa-hurston','','inherit','open','open','','vanessa-hurston-2','','','2014-01-30 07:32:23','2014-01-30 07:32:23','',2021,'http://raylsmith.org/wp-content/uploads/2013/12/vanessa-hurston.png',0,'attachment','image/png',0),(2198,1,'2014-01-30 07:32:51','2014-01-30 07:32:51','<strong><a href=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa-hurston.png\"><img class=\"alignleft size-medium wp-image-2197\" alt=\"vanessa-hurston\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa-hurston-217x300.png\" width=\"217\" height=\"300\" /></a>Vanessa Hurston</strong> is a native of Detroit Michigan and currently resides in Raleigh, North Carolina. In October of 2001, she joined Duke University Medical Center in the Department of Psychiatry, Duke Addictions Program as a Program Coordinator, after tapering off entrepreneurship as the owner of VSH &amp; Co., Interior Accents and Accessories. In 2005 she was appointed as the Node Coordinator for the National Institute of Health Clinical Trials Network, representing Duke University, and served in this role until 2007.  She was recently promoted to a Grants and Contracts Administrator.\r\n\r\nVanessa studied Family and Consumer Resources at the University of Detroit from 1972-1973, and took a hiatus after getting married and starting a family, in which one daughter Kalleah (Kellee) was born. In 1979, she decided to go back to school as a part-time student where she studied Advertising Design at Wayne State University, Detroit, Michigan, from 1980-1984. She then transferred to the University of Michigan, School of Art in Ann Arbor, Michigan, as a full time student and graduated in 1987, with a major in Graphic Design and a minor in Photography.  Shortly after graduation, she moved to North Carolina.\r\n\r\nIn 1978, Vanessa was born-again by her bedside, as she prayed and asked God to make her be a better person. God honored her request. A peaceful presence filled her spirit a day or so later. Unaware of what happened God spoke to her and told her to buy a bible. A couple of months later, God spoke to her again and told her to attend a bible study. Prayer Tabernacle Church, Detroit, Michigan, was the first non-denominational church she attended and where she first learned about being born-again.\r\n\r\nIn 1984, after moving to Ann Arbor, Michigan, and listening to gospel programs while doing artwork, she was very intrigued by Pastor Henry Healy of Christian Life Center Church, located in Ypsilanti, Michigan. During her first visit, the pastor instructed the congregation to lift their hands and pray in their heavenly language.  The sound was so beautiful; she told God that she wanted to sound like “them”. Again, God granted the request, and two days later, while by her bedside praying, instead of English, it was a foreign language. After it happened a second time, she asked God, what was going on. He replied, “I thought you wanted to sound like them.”  She joined the church, attended and served faithfully and was appointed Head Usher.\r\n\r\nAfter moving to North Carolina in 1987 and finding a new church home, she became a member of Miracle Life Christian Center in Durham, NC, under the leadership of Pastor Kingsley Fletcher. She served faithfully and taught Children’s Sunday school. She attended Miracle Life Christian Center from 1987-1992.\r\n\r\nIn August, 1992, she visited Christian Faith Center Church, Creedmoor, NC under the leadership of the late Bishop Mack Timberlake and his wife, Brenda.  After the second visit, she couldn’t wait for the invitation to join the church. Vanessa served faithfully; she decorated and created and provided decorations, and was a part of the Evangelism Team and Covenant Care. She made herself useful by helping whenever and wherever needed and served on the hospitality team from November, 2002 until January, 2011.\r\n\r\nFinally in September of 2012, God led her to the House of Prayer Ministries with Pastors Ray and Alice Smith, where Jesus resides and the Holy Spirit is present. Her life completely changed after attending the first 3 months. She faithfully attends services and intercedes during the week and on Sunday mornings before service. She was appointed as the Church Administrator and Spokesperson. Additionally, she is a member of the First Ladies Bible Study that is led by Pastor Alice Smith and goes with the group to minister at a nursing home and orphanage on selected Saturdays.\r\n\r\nVanessa served on the Board of Directors of the Sunscape Home Association and is on the Auxiliary Board of Ambassadors for Christ Global. She enjoys intercessory prayer, reading, meditating, her two grandchildren, friends and family, interior design and decorating, traveling, helping others, encouraging others and watching God work in her life.','Vanessa Hurston','','inherit','open','open','','2021-revision-v1','','','2014-01-30 07:32:51','2014-01-30 07:32:51','',2021,'http://raylsmith.org/2021-revision-v1/',0,'revision','',0),(2199,1,'2014-01-30 13:47:01','2014-01-30 13:47:01','','vernelle-jones','','inherit','open','open','','vernelle-jones-2','','','2014-01-30 13:47:01','2014-01-30 13:47:01','',2035,'http://raylsmith.org/wp-content/uploads/2013/12/vernelle-jones.png',0,'attachment','image/png',0),(2200,1,'2014-01-30 13:47:30','2014-01-30 13:47:30','<strong><img class=\"alignleft size-medium wp-image-2199\" alt=\"vernelle-jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle-jones-242x300.png\" width=\"242\" height=\"300\" />Family &amp; Education</strong>\r\n<strong>Vernelle Brooks Jones</strong> is a single mother with two daughters, Tinita Michelle Jones and Alicia Jones White and four grandchildren, Jonathan, Kylise, Janai and Kenneth, III. She resides in Durham, North Carolina. Vernelle is a native of Chapel Hill, NC where she lived for 56 years. She is the daughter of the late Charles and Betty Hairston Brooks. She was a 1966 graduate of Lincoln High School and attended NC Central University from 1966 to 1967 with a major in Home Economics. She was married to John Henderson Jones, Jr. in 1968.\r\n\r\n<strong>Career Path</strong>\r\nIn August 1968, Vernelle started her career with Blue Cross Blue Shield of North Carolina. After 39 years of service, Vernelle retired from BCBSNC in December 2007 with 24 remarkable years in sales and marketing as a group consultant, manager and later promoted to Director of National Accounts and FEP Marketing. Vernelle had a stellar career with BCBS where she climbed the corporate ladder, mentored numerous employees, served on national sales training boards for the Blue Cross Blue Shield Association in Washington, DC, leadership development and strategic planning venues. She was a trailblazer and a mover and shaker all to the glory of God! God blessed Vernelle to reopen her clothing business, Savvy, Sassy &amp; Chic in 2009.\r\n\r\n<strong>Spiritual Journey</strong>\r\nVernelle was a member of First Baptist Church in Chapel Hill, NC from childhood to 1990. Vernelle got saved and received the baptism of the Holy Spirit in 1990, and God lead her to joined Christian Faith Center in Creedmoor, NC under the leadership of Pastors Mack and Brenda Timberlake. Vernelle has served her church faithfully as an elder, community evangelism, person of valor, ministering to hurting individuals and a cashier in the bookstore and café. Through her passion for fashion, she conducted a fashion show for CFC’s 2010 &amp; 2011Women of Destiny Conference. Vernelle is a member and project leader of Ambassadors for Christ. She currently serves on the Women’s Auxiliary Board and Marketing Manager on the Media &amp; Marketing team for AFCCCW, Inc. In 2012, Vernelle received an honorary Doctor of Divinity, DD, degree from Agape Bible College.\r\n\r\n<strong>Community Contributions/Hobbies</strong>\r\nVernelle was a board member with Club Nova, 2008-2012, a non profit clubhouse for individuals with mental illness, in Carrboro, NC. She served as chairman of the Strategic Planning committee and Board Development committee. She is also a member of the SICG, Social Interest Civic Group, of Chapel Hill, NC a community civic club who sponsors scholarships for graduating high school seniors pursuing higher education. During her leisure, she enjoys being with her family, cooking, interior design and reading.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Vernelle Jones','','inherit','open','open','','2035-revision-v1','','','2014-01-30 13:47:30','2014-01-30 13:47:30','',2035,'http://raylsmith.org/2035-revision-v1/',0,'revision','',0),(2202,1,'2014-01-30 15:23:55','2014-01-30 15:23:55','','tinita-Jones','','inherit','open','open','','tinita-jones-2','','','2014-01-30 15:23:55','2014-01-30 15:23:55','',2024,'http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png',0,'attachment','image/png',0),(2203,1,'2014-01-30 15:24:21','2014-01-30 15:24:21','<b><span style=\"text-decoration: underline;\"><img class=\"alignleft size-full wp-image-2202\" alt=\"tinita-Jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png\" width=\"250\" height=\"300\" />Family</span></b>\r\n\r\nSingle; Oldest daughter of Vernelle B. and John H. Jones; Born in Chapel Hill, NC on July 31, 1968\r\n\r\n<b><span style=\"text-decoration: underline;\">Career/Professional Activities</span></b>\r\n\r\n<b>1998 – Present:</b> Bookkeeper for AllStar Cleaning Services: Create bids, fax invoices to customers and produce P&amp;L sheet every tax year.\r\n\r\n<b>1995-2009:</b> Pricing Analyst for Nortel: Over her 15 year career with the telecommunication company, she worked as an Administrative Assistant, Senior Administrative Assistant and finally promoted to Pricing Analyst.\r\n\r\n<b><span style=\"text-decoration: underline;\">Volunteer Activities/Hobbies/Interest</span></b>\r\n\r\n<b>2010 –2011</b> Volunteer and worked as a financial analyst for 5 months at Christian Faith Center and Academy as a Teacher Assistant, and Administrative Assistant for the academy office, Kingdom Church Advisory Board and Couple’s Ministry for Pastor Brenda Timberlake\r\n\r\n<b>1996-2001</b>: Covenant Care Elder, Christian Faith Center: She  was an assistant for the first two years, promoted to covenant care elder which called and ministered to 33 households assigned  her area of Chapel Hill, Hillsborough, Mebane, and Durham.\r\n\r\n<b>1995-2000</b>: Outreach Minister with Dr. B. Roach; Ministered to the homeless in the Raleigh Area every Saturday morning for about 2 – 3 hours.\r\n\r\n<b><span style=\"text-decoration: underline;\">Degrees</span></b>\r\n\r\nB.S, Computer Science, Hampton University\r\n\r\n<b><span style=\"text-decoration: underline;\">Career Memories</span></b>\r\n\r\nTinita has over 20 years of computer support, network support, administrative, customer service, teaching, and problem solving experience.  She also has bookkeeping, teaching and project management skills.  She has written training manuals for two companies and trained several administrators during her work career.  She is a person that always finds a way to make things easier and simple for everyone in the work environment.\r\n\r\nAs an elder/covenant care castor, Tinita called 33 households assigned to her every Tuesday and ministered to the homeless in Raleigh every Saturday.  She continued to pray on the things she needed to do as a covenant care elder and follow the directions of the late Bishop Mack and Pastor Brenda Timberlake for the lessons every 4<sup>th</sup> Sunday. She started the Soul Explosion as an idea she participated in while attending church in Virginia before coming back home to North Carolina in 1992.  This event still continues today as a part of the outreach ministry at Christian Faith Center.\r\n\r\n<b><span style=\"text-decoration: underline;\">Reflections/Other Thoughts</span></b>\r\n\r\nTinita was laid off in 2009, she has learned over the last year how to trust God in all things and every area of her life. She has seen a tremendous change in her walk with the Lord.  She is truly seeking Him on every direction He has for her life.  She is learning what it truly means to be a daughter, handmaiden, servant, and follower of God.  She has learned to rest in Him and know that He is the Author and Finisher of her Faith in Christ Jesus.','Tinita Jones','','inherit','open','open','','2024-revision-v1','','','2014-01-30 15:24:21','2014-01-30 15:24:21','',2024,'http://raylsmith.org/2024-revision-v1/',0,'revision','',0),(2399,1,'2014-04-30 08:53:40','2014-04-30 08:53:40','<b><span style=\"text-decoration: underline;\"><img class=\"alignleft size-full wp-image-2202\" alt=\"tinita-Jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png\" width=\"250\" height=\"300\" />Family</span></b>\n\nSingle; Oldest daughter of Vernelle B. and John H. Jones; Born in Chapel Hill, NC on July 31, 1968\n\n<b><span style=\"text-decoration: underline;\">Career/Professional Activities</span></b>\n\n<b>1998 – Present:</b> Bookkeeper for AllStar Cleaning Services: Create bids, fax invoices to customers and produce P&amp;L sheet every tax year.\n\n<b>1995-2009:</b> Pricing Analyst for Nortel: Over her 15 year career with the telecommunication company, she worked as an Administrative Assistant, Senior Administrative Assistant and finally promoted to Pricing Analyst.\n\n<b><span style=\"text-decoration: underline;\">Volunteer Activities/Hobbies/Interest</span></b>\n\n<b>2010 –2011</b> Volunteer and worked as a financial analyst for 5 months at Christian Faith Center and Academy as a Teacher Assistant, and Administrative Assistant for the academy office, Kingdom Church Advisory Board and Couple’s Ministry for Pastor Brenda Timberlake\n\n<b>1996-2001</b>: Covenant Care Elder, Christian Faith Center: She  was an assistant for the first two years, promoted to covenant care elder which called and ministered to 33 households assigned  her area of Chapel Hill, Hillsborough, Mebane, and Durham.\n\n<b>1995-2000</b>: Outreach Minister with Dr. B. Roach; Ministered to the homeless in the Raleigh Area every Saturday morning for about 2 – 3 hours.\n\n<b><span style=\"text-decoration: underline;\">Degrees</span></b>\n\nB.S, Computer Science, Hampton University\n\n<b><span style=\"text-decoration: underline;\">Career Memories</span></b>\n\nTinita has over 20 years of computer support, network support, administrative, customer service, teaching, and problem solving experience.  She also has bookkeeping, teaching and project management skills.  She has written training manuals for two companies and trained several administrators during her work career.  She is a person that always finds a way to make things easier and simple for everyone in the work environment.\n\nAs an elder/covenant care castor, Tinita called 33 households assigned to her every Tuesday and ministered to the homeless in Raleigh every Saturday.  She continued to pray on the things she needed to do as a covenant care elder and follow the directions of the late Bishop Mack and Pastor Brenda Timberlake for the lessons every 4<sup>th</sup> Sunday. She started the Soul Explosion as an idea she participated in while attending church in Virginia before coming back home to North Carolina in 1992.  This event still continues today as a part of the outreach ministry at Christian Faith Center.\n\n<b><span style=\"text-decoration: underline;\">Reflections/Other Thoughts</span></b>\n\nTinita was laid off in 2009, she has learned over the last year how to trust God in all things and every area of her life. She has seen a tremendous change in her walk with the Lord.  She is truly seeking Him on every direction He has for her life.  She is learning what it truly means to be a daughter, handmaiden, servant, and follower of God.  She has learned to rest in Him and know that He is the Author and Finisher of her Faith in Christ Jesus.\n\n<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3VlzaEnNTu4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n<td><object width=\"480\" height=\"280\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"280\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/XIU8A66VcBw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\n</tr>\n</tbody>\n</table>','Tinita Jones','','inherit','open','open','','2024-autosave-v1','','','2014-04-30 08:53:40','2014-04-30 08:53:40','',2024,'http://raylsmith.org/2024-autosave-v1/',0,'revision','',0),(2205,1,'2014-02-03 07:51:08','2014-02-03 07:51:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 1','','publish','open','open','','instruments-of-fire','','','2014-08-21 14:09:48','2014-08-21 14:09:48','',0,'http://raylsmith.org/?p=2205',0,'post','',0),(2207,1,'2014-02-03 07:58:17','2014-02-03 07:58:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/I6NOpMncnwQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/I6NOpMncnwQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire','','inherit','open','open','','2205-revision-v1','','','2014-02-03 07:58:17','2014-02-03 07:58:17','',2205,'http://raylsmith.org/2205-revision-v1/',0,'revision','',0),(2206,1,'2014-02-03 07:51:08','2014-02-03 07:51:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire','','inherit','open','open','','2205-revision-v1','','','2014-02-03 07:51:08','2014-02-03 07:51:08','',2205,'http://raylsmith.org/2205-revision-v1/',0,'revision','',0),(2209,1,'2014-02-11 14:55:16','2014-02-11 14:55:16','','international2','','inherit','open','open','','international2','','','2014-02-11 14:55:16','2014-02-11 14:55:16','',2159,'http://raylsmith.org/wp-content/uploads/2014/01/international2.jpg',0,'attachment','image/jpeg',0),(2210,1,'2014-02-11 14:57:08','2014-02-11 14:57:08','<p style=\"text-align: center;\"><img class=\"aligncenter  wp-image-2209\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2014/01/international2.jpg\" width=\"960\" height=\"643\" /></p>','International','','inherit','open','open','','2159-revision-v1','','','2014-02-11 14:57:08','2014-02-11 14:57:08','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2211,1,'2014-02-12 07:59:24','2014-02-12 07:59:24','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/I6NOpMncnwQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/I6NOpMncnwQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 1','','inherit','open','open','','2205-revision-v1','','','2014-02-12 07:59:24','2014-02-12 07:59:24','',2205,'http://raylsmith.org/2205-revision-v1/',0,'revision','',0),(2212,1,'2014-02-12 12:34:26','2014-02-12 12:34:26','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 2','','publish','open','open','','instruments-of-fire-part-2','','','2014-08-21 14:09:38','2014-08-21 14:09:38','',0,'http://raylsmith.org/?p=2212',0,'post','',0),(2213,1,'2014-02-12 12:28:42','2014-02-12 12:28:42','<table>\n<tbody>\n<tr>\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Instruments of Fire Part 1','','inherit','open','open','','2205-autosave-v1','','','2014-02-12 12:28:42','2014-02-12 12:28:42','',2205,'http://raylsmith.org/2205-autosave-v1/',0,'revision','',0),(2214,1,'2014-02-12 12:29:00','2014-02-12 12:29:00','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 1','','inherit','open','open','','2205-revision-v1','','','2014-02-12 12:29:00','2014-02-12 12:29:00','',2205,'http://raylsmith.org/2205-revision-v1/',0,'revision','',0),(2215,1,'2014-02-12 12:34:26','2014-02-12 12:34:26','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" \"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 2','','inherit','open','open','','2212-revision-v1','','','2014-02-12 12:34:26','2014-02-12 12:34:26','',2212,'http://raylsmith.org/2212-revision-v1/',0,'revision','',0),(2216,1,'2014-02-12 12:37:12','2014-02-12 12:37:12','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Instruments of Fire Part 2','','inherit','open','open','','2212-revision-v1','','','2014-02-12 12:37:12','2014-02-12 12:37:12','',2212,'http://raylsmith.org/2212-revision-v1/',0,'revision','',0),(2217,1,'2014-02-12 12:47:22','2014-02-12 12:47:22','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\r\n\r\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\r\n\r\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know your kingsmanship or priesthoodt just starts right now is gonna continue in eternity, Amen. Amen. Praise God. Just like if he called to be prophet you know here on Earth, you\'re prophet in heaven. But if He made you a queen or king on earth, a priest on earth, you will gonna be one on heaven. It\'s eternal. The things He gives you are eternal. It\'s not like a someone who\'s gonna give and take away, I wanna give it to you now while you are on Earth and now I wanna take it away when you\'re on heaven. No. He gives it and it\'s yours forever. Amen. Praise God. Eternal reward.\r\n\r\nAlright, let\'s go to Genesis, so going back and forth, let\'s go to Genesis chapter 15, wow and is now the things we talk about is about all great cause this is all wonderful, this is all good, Amen. Is all worth it? Or we save the best thing for last, Amen. Genesis chapter 15 verse 1, <span style=\"color: #ff0000;\">\"After these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\"</span> Amen. So, guess what? The greatest reward that would ever had is Him. Amen. He has given himself to us is unspeakable that God would give himself to us sinners, you know, who has sin into all types of crazy things you know. But He gave His life for us, He gave himself to us. That\'s amazing! It\'s unspeakable, it\'s incredible! Wow! And that\'s the greatest reward of all. He gave himself to us for eternity. Not just one moment, not just for one day, not just whole weekend, not just, no, eternity, Amen.\r\n\r\nLet\'s go a little bit more, let\'s go to Exodus chapter 6, exodus chapter 6, and let\'s just prove it to you a little bit more, alright, let\'s see what the words says, alright, Exodus chapter 6 verse 7, and God is speaking, <span style=\"color: #ff0000;\">\"And I will take you to me for a people, and I will be to you a God: and ye shall know that I am the Lord your God, which bringeth you out from under the burdens of the Egyptians.\"</span> Amen. So, he said that you are, He is your God and you are His people, Amen.\r\n\r\nLet\'s go to Leviticus chapter 26, in Leviticus chapter 26 verse 12, <span style=\"color: #ff0000;\">\"And I will walk among you, and will be your God, and ye shall be my people.\"</span> Amen. So, he\'s given himself to you and He\'s taking you up into Himself, Amen. Praise God. There\'s no one like Him.\r\n\r\nNow, let\'s go to Jeremiah chapter 30 verse 22, <span style=\"color: #ff0000;\">\"And ye shall be my people, and I will be your God.\"</span> Amen. Praise God.\r\n\r\nNow, let\'s go to John, because some people maybe see guess what you know those are the Jewish talking to what about us? Was he talking about us? Or he just living with the Jewish, Jewish people. No! It\'s for us! John chapter 14 verse 6, <span style=\"color: #ff0000;\">\"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\"</span> So, guess what? If you want to be connected with the Father, you want to be restored to the Father, you want to be save, you got to come through Jesus, Amen. So, even the Jews now, have to come through Jesus to enter into salvation, Amen. Praise God. Alright.\r\n\r\nLet\'s go to John, 1st John, I see we have lot\'s of scriptures which is good, it\'s good to me. I John chapter 3 starting at verse 1, <span style=\"color: #ff0000;\">\"Behold, what manner of love the Father hath bestowed upon us, that we should be called the sons of God: therefore the world knoweth us not, because it knew him not. <sup><span style=\"color: #000000;\">2</span> </sup>Beloved, now are we the sons of God, and it doth not yet appear what we shall be: but we know that, when he shall appear, we shall be like him; for we shall see him as he is.\"</span> Amen. So, guess what? Remember, we are not only His people and He is our God. But we are also His sons, and He is our Father, Amen. Eternal reward. Amen. Isn\'t it awesome! That we are His sons and daughters and He is our Father that relationship, eternal relationship. Amen. Eternal reward. Amen. Praise God.\r\n\r\nNow, let\'s go to James chapter 2 verse 23, alright, <span style=\"color: #ff0000;\">\"And the scripture was fulfilled which saith, Abraham believed God, and it was imputed unto him for righteousness: and he was called the Friend of God.\"</span> Amen. So, of course, I should walk with God. Of course, everybody may not be at the same level but if you walk with God continually, faithfully, and do what He call you to do and just don\'t deny Him you know you will become His friend, Amen. So. You\'ll not only be His people and He be your God. You\'ll not only be His son or daughter, He be your Father but He could be His friend and He will be your friend too. Amen. For eternity. Eternal reward. Who wants to be God\'s friend for eternity? Can you imagine that relationship? Can you imagine the race of His son or daughter, He takes you with His open arms, tell you personal thing, I mean that\'s amazing, or you to be His people or you to be, it\'s amazing. It is amazing because He is amazing, Amen. For eternity. Forever and ever and ever you will be with Jesus, you will be with the Father, you will be with the Holy Spirit, Amen. So, it\'s good as it was talk about Heaven, we talk about His other rewards but this is the best rewards, He\'s giving himself to us. And not just himself to us like a stand up relationship intimate personal relationship with our Lord, Amen. Forever. Amen. But guess what, this relationship starts right now, right now you could be His people. Amen. And He be your God, right now He could be His son His daughter and He be your Father, right now He could be His friend, and He will be your friend. Amen. And this relationship continue into eternity, Amen. So, what are we thinking, what are we plan about we have to be rejoicing I am rejoicing when I go to church, they talking about me, I don\'t care, I\'m with Jesus, I am my reward, talk more about me, it doesn\'t matter, I\'m with Jesus, He is my friend, He is my Father, He is my God, I don\'t care what they do to me. I don\'t care what they say to me. I don\'t care what I have to go through with Jesus because it\'s for Him. Amen. Praise God. Glory to God. Anyway, like I tell you, I was happy of you. Alright.\r\n\r\nNow let\'s go back to John 17:3,  And Jesus is talking, <span style=\"color: #ff0000;\">\"And this is life eternal, that they might know thee the only true God, and Jesus Christ, whom thou hast sent.\"</span> Amen. Now, this goes a little bit more \'bout what we are talking about. It\'s an intimate and personal relationship, now, that they might know thee the only true God, and Jesus Christ, so, alot the word no and thee greek and the greek word is Genosco and it means to allow to be aware of, feel, know, presee, be result, speak, be sure of, understand. To know by experience rather than by intuitively. Amen.  Now, what does rather intuitively mean? By guessing, you know, all I guess is I know who you are or hear who you are, or somebody told me who you was, no, He wants you to know Him in person, Amen. Intimately. By experience, that\'s the kind of knowing that you will have our Lord and our Father eternally. Amen. Eternally. Praise God. Praise God. Praise God. Praise God. So, you have this eternal fellowship, it\'s personal, intimate, relationship with our God, our Father, our Lord and Savior, the Holy Spirit, He is giving himself to us personally. Eternal reward. Which is the grace reward. Amen. Praise God. And that\'s the message for the day. Glory to God.\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','publish','open','open','','eternal-reward','','','2014-08-21 14:09:21','2014-08-21 14:09:21','',0,'http://raylsmith.org/?p=2217',0,'post','',0),(2218,1,'2014-02-12 12:47:22','2014-02-12 12:47:22','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-12 12:47:22','2014-02-12 12:47:22','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2219,1,'2014-02-12 13:04:21','2014-02-12 13:04:21','','raylsmith-instruments1','','inherit','open','open','','raylsmith-instruments1','','','2014-02-12 13:04:21','2014-02-12 13:04:21','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-instruments1.png',0,'attachment','image/png',0),(2220,1,'2014-02-12 13:08:35','2014-02-12 13:08:35','','raylsmith-instruments2','','inherit','open','open','','raylsmith-instruments2','','','2014-02-12 13:08:35','2014-02-12 13:08:35','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-instruments2.png',0,'attachment','image/png',0),(2221,1,'2014-02-12 13:12:26','2014-02-12 13:12:26','','raylsmith-eternal','','inherit','open','open','','raylsmith-eternal','','','2014-02-12 13:12:26','2014-02-12 13:12:26','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal.png',0,'attachment','image/png',0),(2222,1,'2014-02-12 13:16:20','2014-02-12 13:16:20','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/eternal-reward/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Eternal Reward\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Eternal Reward</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/instruments-of-fire/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Instruments of Fire Part 1\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-instruments1.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Instruments of Fire Part 1</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Instruments of Fire Part 2\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-instruments2.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Instruments of Fire Part 2</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-02-12 13:16:20','2014-02-12 13:16:20','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2271,1,'2014-02-24 08:17:09','2014-02-24 08:17:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-water/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Eternal Reward\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-godswater.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-02-24 08:17:09','2014-02-24 08:17:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2224,1,'2014-02-12 13:24:03','2014-02-12 13:24:03','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/eternal-reward/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Eternal Reward\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-eternalreward.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-02-12 13:24:03','2014-02-12 13:24:03','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2223,1,'2014-02-12 13:21:38','2014-02-12 13:21:38','','raylsmith-eternalreward','','inherit','open','open','','raylsmith-eternalreward','','','2014-02-12 13:21:38','2014-02-12 13:21:38','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-eternalreward.png',0,'attachment','image/png',0),(2225,1,'2014-02-12 13:48:18','2014-02-12 13:48:18','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-02-12 13:48:18','2014-02-12 13:48:18','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2226,1,'2014-02-12 13:57:12','2014-02-12 13:57:12','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]\r\n\r\n\r\n\r\n','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-02-12 13:57:12','2014-02-12 13:57:12','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2349,1,'2014-04-02 12:13:31','2014-04-02 12:13:31','','raylsmith-harvest','','inherit','open','open','','raylsmith-harvest','','','2014-04-02 12:13:31','2014-04-02 12:13:31','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-harvest.png',0,'attachment','image/png',0),(2337,1,'2014-03-26 06:26:26','2014-03-26 06:26:26','','raylsmith-iloveyousomuch','','inherit','open','open','','raylsmith-iloveyousomuch','','','2014-03-26 06:26:26','2014-03-26 06:26:26','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-iloveyousomuch.png',0,'attachment','image/png',0),(2336,1,'2014-03-26 06:24:09','2014-03-26 06:24:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/i-love-you-so-much/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"I Love You So Much\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-iloveyousomuch.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-03-26 06:24:09','2014-03-26 06:24:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2334,1,'2014-03-26 06:19:15','2014-03-26 06:19:15','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-03-26 06:19:15','2014-03-26 06:19:15','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2331,1,'2014-03-26 05:53:01','2014-03-26 05:53:01','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','I Love You So Much ','','inherit','open','open','','2330-revision-v1','','','2014-03-26 05:53:01','2014-03-26 05:53:01','',2330,'http://raylsmith.org/2330-revision-v1/',0,'revision','',0),(2332,1,'2014-03-26 06:11:36','2014-03-26 06:11:36','','raylsmith-iloveyou','','inherit','open','open','','raylsmith-iloveyou','','','2014-03-26 06:11:36','2014-03-26 06:11:36','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-iloveyou.png',0,'attachment','image/png',0),(2333,1,'2014-03-26 06:14:02','2014-03-26 06:14:02','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"I Love You So Much\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-iloveyou.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>I Love You So Much</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Pillars of the Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Pillars of the Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-resources/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Resources</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-26 06:14:02','2014-03-26 06:14:02','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2233,1,'2014-02-17 01:05:44','2014-02-17 01:05:44','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in  every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important  message, Amen. \r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, \"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\" Verse 17, \"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\" Amen. \r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, \"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\" Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen. \r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. \"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\" And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, \"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\" Verse 3, \"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\" Amen. Eternal Reward. Amen. \r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, \"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\" Of course Jesus is talking. \"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\" Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, \" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\" Verse 43, \"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\" Verse 44, \"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\" So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, \"Behold, I shew you a mystery; We shall not all sleep, (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.)  we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\" Amen. Eternal Reward. Amen. Verse 53, \"For this corruptible must put on incorruption, and this mortal must put on immortality.\" Amen. \"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality, ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen) then shall be brought to pass the saying that is written, Death is swallowed up in victory.\" Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen. \r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, \"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\" Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, \"And he that sat upon the throne said, Behold, I make all things new. (another words all things new that includes us, right? new! Amen! Amen!)And he said unto me, Write: for these words are true and faithful.\" Verse 6, \"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\" Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, \"He that overcometh shall inherit all things; (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) and I will be his God, and he shall be my son.\" Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen. Let\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, \"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life, ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\" \r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, \" The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\" That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, \"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\" Amen. Listen, as vanish hell is gonna be something evil, worst,  because after the judgement, everyone will be thrown \r\n','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 01:05:44','2014-02-17 01:05:44','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2234,1,'2014-02-17 01:07:18','2014-02-17 01:07:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in  every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important  message, Amen. \r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, \"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\" Verse 17, \"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\" Amen. \r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, \"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\" Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen. \r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. \"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\" And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, \"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\" Verse 3, \"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\" Amen. Eternal Reward. Amen. \r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, \"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\" Of course Jesus is talking. \"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\" Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, \" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\" Verse 43, \"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\" Verse 44, \"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\" So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, \"Behold, I shew you a mystery; We shall not all sleep, (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.)  we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\" Amen. Eternal Reward. Amen. Verse 53, \"For this corruptible must put on incorruption, and this mortal must put on immortality.\" Amen. \"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality, ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen) then shall be brought to pass the saying that is written, Death is swallowed up in victory.\" Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen. \r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, \"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\" Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, \"And he that sat upon the throne said, Behold, I make all things new. (another words all things new that includes us, right? new! Amen! Amen!)And he said unto me, Write: for these words are true and faithful.\" Verse 6, \"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\" Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, \"He that overcometh shall inherit all things; (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) and I will be his God, and he shall be my son.\" Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen. \r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, \"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life, ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\" \r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, \" The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\" That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, \"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\" Amen. Listen, as vanish hell is gonna be something evil, worst,  because after the judgement, everyone will be thrown \r\n','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 01:07:18','2014-02-17 01:07:18','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2235,1,'2014-02-20 15:50:17','2014-02-20 15:50:17','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\n\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\n\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\n\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\n\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\n\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\n\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\n\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\n\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\n\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\n\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\n\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\n\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\n\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\n\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\n\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\n\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\n\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\n\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know your kingsmanship or priesthoodt just starts right now is gonna continue in eternity, Amen. Amen. Praise God. Just like if he called to be prophet you know here on Earth, you\'re prophet in heaven. But if He made you a queen or king on earth, a priest on earth, you will gonna be one on heaven. It\'s eternal. The things He gives you are eternal. It\'s not like a someone who\'s gonna give and take away, I wanna give it to you now while you are on Earth and now I wanna take it away when you\'re on heaven. No. He gives it and it\'s yours forever. Amen. Praise God. Eternal reward.\n\nAlright, let\'s go to Genesis, so going back and forth, let\'s go to Genesis chapter 15, wow and is now the things we talk about is about all great cause this is all wonderful, this is all good, Amen. Is all worth it? Or we save the best thing for last, Amen. Genesis chapter 15 verse 1, <span style=\"color: #ff0000;\">\"After these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\"</span> Amen. So, guess what? The greatest reward that would ever had is Him. Amen. He has given himself to us is unspeakable that God would give himself to us sinners, you know, who has sin into all types of crazy things you know. But He gave His life for us, He gave himself to us. That\'s amazing! It\'s unspeakable, it\'s incredible! Wow! And that\'s the greatest reward of all. He gave himself to us for eternity. Not just one moment, not just for one day, not just whole weekend, not just, no, eternity, Amen.\n\nLet\'s go a little bit more, let\'s go to Exodus chapter 6, exodus chapter 6, and let\'s just prove it to you a little bit more, alright, let\'s see what the words says, alright, Exodus chapter 6 verse 7, and God is speaking, <span style=\"color: #ff0000;\">\"And I will take you to me for a people, and I will be to you a God: and ye shall know that I am the Lord your God, which bringeth you out from under the burdens of the Egyptians.\"</span> Amen. So, he said that you are, He is your God and you are His people, Amen.\n\nLet\'s go to Leviticus chapter 26, in Leviticus chapter 26 verse 12, <span style=\"color: #ff0000;\">\"And I will walk among you, and will be your God, and ye shall be my people.\"</span> Amen. So, he\'s given himself to you and He\'s taking you up into Himself, Amen. Praise God. There\'s no one like Him.\n\nNow, let\'s go to Jeremiah chapter 30 verse 22, <span style=\"color: #ff0000;\">\"And ye shall be my people, and I will be your God.\"</span> Amen. Praise God.\n\nNow, let\'s go to John, because some people maybe see guess what you know those are the Jewish talking to what about us? Was he talking about us? Or he just living with the Jewish, Jewish people. No! It\'s for us! John chapter 14 verse 6, <span style=\"color: #ff0000;\">\"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\"</span> So, guess what? If you want to be connected with the Father, you want to be restored to the Father, you want to be save, you got to come through Jesus, Amen. So, even the Jews now, have to come through Jesus to enter into salvation, Amen. Praise God. Alright.\n\nLet\'s go to John, 1st John, I see we have lot\'s of scriptures which is good, it\'s good to me. I John chapter 3 starting at verse 1, <span style=\"color: #ff0000;\">\"Behold, what manner of love the Father hath bestowed upon us, that we should be called the sons of God: therefore the world knoweth us not, because it knew him not. <sup><span style=\"color: #000000;\">2</span> </sup>Beloved, now are we the sons of God, and it doth not yet appear what we shall be: but we know that, when he shall appear, we shall be like him; for we shall see him as he is.\"</span> Amen. So, guess what? Remember, we are not only His people and He is our God. But we are also His sons, and He is our Father, Amen. Eternal reward. Amen. Isn\'t it awesome! That we are His sons and daughters and He is our Father that relationship, eternal relationship. Amen. Eternal reward. Amen. Praise God.\n\nNow, let\'s go to James chapter 2 verse 23, alright, <span style=\"color: #ff0000;\">\"And the scripture was fulfilled which saith, Abraham believed God, and it was imputed unto him for righteousness: and he was called the Friend of God.\"</span> Amen. So, of course, I should walk with God. Of course, everybody may not be at the same level but if you walk with God continually, faithfully, and do what He call you to do and just don\'t deny Him you know you will become His friend, Amen. So. You\'ll not only be His people and He be your God. You\'ll not only be His son or daughter, He be your Father but He could be His friend and He will be your friend too. Amen. For eternity. Eternal reward. Who wants to be God\'s friend for eternity? Can you imagine that relationship? Can you imagine the race of His son or daughter, He takes you with His open arms, tell you personal thing, I mean that\'s amazing, or you to be His people or you to be, it\'s amazing. It is amazing because He is amazing, Amen. For eternity. Forever and ever and ever you will be with Jesus, you will be with the Father, you will be with the Holy Spirit, Amen. So, it\'s good as it was talk about Heaven, we talk about His other rewards but this is the best rewards, He\'s giving himself to us. And not just himself to us like a stand up relationship intimate personal relationship with our Lord, Amen. Forever. Amen. But guess what, this relationship starts right now, right now you could be His people. Amen. And He be your God, right now He could be His son His daughter and He be your Father, right now He could be His friend, and He will be your friend. Amen. And this relationship continue into eternity, Amen. So, what are we thinking, what are we plan about we have to be rejoicing I am rejoicing when I go to church, they talking about me, I don\'t care, I\'m with Jesus, I am my reward, talk more about me, it doesn\'t matter, I\'m with Jesus, He is my friend, He is my Father, He is my God, I don\'t care what they do to me. I don\'t care what they say to me. I don\'t care what I have to go through with Jesus because it\'s for Him. Amen. Praise God. Glory to God. Anyway, like I tell you, I was happy of you. Alright.\n\nNow let\'s go back to John 17:3,  And Jesus is talking, <span style=\"color: #ff0000;\">\"And this is life eternal, that they might know thee the only true God, and Jesus Christ, whom thou hast sent.\"</span> Amen. Now, this goes a little bit more \'bout what we are talking about. It\'s an intimate and personal relationship, now, that they might know thee the only true God, and Jesus Christ, so, alot the word no and thee greek and the greek word is Genosco and it means to allow to be aware of, feel, know, presee, be result, speak, be sure of, understand. To know by experience rather than by intuitively. Amen.  Now, what does rather intuitively mean? By guessing, you know, all I guess is I know who you are or hear who you are, or somebody told me who you was, no, He wants you to know Him in person, Amen. Intimately. By experience, that\'s the kind of knowing that you will have our Lord and our Father eternally. Amen. Eternally. Praise God. Praise God. Praise God. Praise God. So, you have this eternal fellowship, it\'s personal, intimate, relationship with our God, our Father, our Lord and Savior, the Holy Spirit, He is giving himself to us personally. Eternal reward. Which is the grace reward. Amen. Praise God. And that\'s the message for the day. Glory to God.\n\n&nbsp;\n\n&nbsp;</td>\n</tr>\n</tbody>\n</table>','Eternal Reward','','inherit','open','open','','2217-autosave-v1','','','2014-02-20 15:50:17','2014-02-20 15:50:17','',2217,'http://raylsmith.org/2217-autosave-v1/',0,'revision','',0),(2236,1,'2014-02-17 01:12:48','2014-02-17 01:12:48','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone will be thrown','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 01:12:48','2014-02-17 01:12:48','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2237,1,'2014-02-17 03:11:13','2014-02-17 03:11:13','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, \"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 03:11:13','2014-02-17 03:11:13','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2238,1,'2014-02-17 04:03:32','2014-02-17 04:03:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen. Again, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 04:03:32','2014-02-17 04:03:32','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2239,1,'2014-02-17 04:42:30','2014-02-17 04:42:30','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 04:42:30','2014-02-17 04:42:30','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2240,1,'2014-02-17 06:08:36','2014-02-17 06:08:36','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"200\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 06:08:36','2014-02-17 06:08:36','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2241,1,'2014-02-17 06:09:06','2014-02-17 06:09:06','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"150\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 06:09:06','2014-02-17 06:09:06','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2242,1,'2014-02-17 06:11:04','2014-02-17 06:11:04','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"150\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 06:11:04','2014-02-17 06:11:04','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2243,1,'2014-02-17 06:11:26','2014-02-17 06:11:26','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"150\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table bgcolor=\"fbfbd4\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 06:11:26','2014-02-17 06:11:26','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2244,1,'2014-02-17 06:12:40','2014-02-17 06:12:40','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"150\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table cellpadding=\"20\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light but one eye into eye\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 06:12:40','2014-02-17 06:12:40','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2246,1,'2014-02-17 08:44:19','2014-02-17 08:44:19','<table cellpadding=\"20\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution,\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 08:44:19','2014-02-17 08:44:19','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2245,1,'2014-02-17 08:42:07','2014-02-17 08:42:07','<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"150\"></td>\r\n<td><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table cellpadding=\"20\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution,\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 08:42:07','2014-02-17 08:42:07','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2247,1,'2014-02-17 08:44:59','2014-02-17 08:44:59','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution,\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 08:44:59','2014-02-17 08:44:59','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2248,1,'2014-02-17 14:21:36','2014-02-17 14:21:36','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-17 14:21:36','2014-02-17 14:21:36','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2249,1,'2014-02-18 07:55:16','2014-02-18 07:55:16','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob,\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-18 07:55:16','2014-02-18 07:55:16','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2250,1,'2014-02-18 11:05:30','2014-02-18 11:05:30','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright. Now, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-18 11:05:30','2014-02-18 11:05:30','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2251,1,'2014-02-18 13:44:13','2014-02-18 13:44:13','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-18 13:44:13','2014-02-18 13:44:13','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2252,1,'2014-02-19 14:23:35','2014-02-19 14:23:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-19 14:23:35','2014-02-19 14:23:35','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2253,1,'2014-02-19 15:00:09','2014-02-19 15:00:09','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-19 15:00:09','2014-02-19 15:00:09','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2254,1,'2014-02-19 15:08:23','2014-02-19 15:08:23','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-19 15:08:23','2014-02-19 15:08:23','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2255,1,'2014-02-20 04:29:05','2014-02-20 04:29:05','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\r\n\r\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\r\n\r\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-20 04:29:05','2014-02-20 04:29:05','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2256,1,'2014-02-20 07:05:35','2014-02-20 07:05:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\r\n\r\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\r\n\r\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know your kingsmanship or priesthoodt just starts right now is gonna continue in eternity, Amen. Amen. Praise God. Just like if he called to be prophet you know here on Earth, you\'re prophet in heaven. But if He made you a queen or king on earth, a priest on earth, you will gonna be one on heaven. It\'s eternal. The things He gives you are eternal. It\'s not like a someone who\'s gonna give and take away, I wanna give it to you now while you are on Earth and now I wanna take it away when you\'re on heaven. No. He gives it and it\'s yours forever. Amen. Praise God. Eternal reward.\r\n\r\nAlright, let\'s go to Genesis, so going back and forth, let\'s go to Genesis chapter 15, wow and is now the things we talk about is about all great cause this is all wonderful, this is all good, Amen. Is all worth it? Or we save the best thing for last\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-20 07:05:35','2014-02-20 07:05:35','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2257,1,'2014-02-20 14:58:55','2014-02-20 14:58:55','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\r\n\r\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\r\n\r\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know your kingsmanship or priesthoodt just starts right now is gonna continue in eternity, Amen. Amen. Praise God. Just like if he called to be prophet you know here on Earth, you\'re prophet in heaven. But if He made you a queen or king on earth, a priest on earth, you will gonna be one on heaven. It\'s eternal. The things He gives you are eternal. It\'s not like a someone who\'s gonna give and take away, I wanna give it to you now while you are on Earth and now I wanna take it away when you\'re on heaven. No. He gives it and it\'s yours forever. Amen. Praise God. Eternal reward.\r\n\r\nAlright, let\'s go to Genesis, so going back and forth, let\'s go to Genesis chapter 15, wow and is now the things we talk about is about all great cause this is all wonderful, this is all good, Amen. Is all worth it? Or we save the best thing for last, Amen. Genesis chapter 15 verse 1, <span style=\"color: #ff0000;\">\"After these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\"</span> Amen. So, guess what? The greatest reward that would ever had is Him. Amen. He has given himself to us is unspeakable that God would give himself to us sinners, you know, who has sin into all types of crazy things you know. But He gave His life for us, He gave himself to us. That\'s amazing! It\'s unspeakable, it\'s incredible! Wow! And that\'s the greatest reward of all. He gave himself to us for eternity. Not just one moment, not just for one day, not just whole weekend, not just, no, eternity, Amen.\r\n\r\nLet\'s go a little bit more, let\'s go to Exodus chapter 6, exodus chapter 6, and let\'s just prove it to you a little bit more, alright, let\'s see what the words says, alright, Exodus chapter 6 verse 7, and God is speaking, <span style=\"color: #ff0000;\">\"And I will take you to me for a people, and I will be to you a God: and ye shall know that I am the Lord your God, which bringeth you out from under the burdens of the Egyptians.\"</span> Amen. So, he said that you are, He is your God and you are His people, Amen.\r\n\r\nLet\'s go to Leviticus chapter 26, in Leviticus chapter 26 verse 12, <span style=\"color: #ff0000;\">\"And I will walk among you, and will be your God, and ye shall be my people.\"</span> Amen. So, he\'s given himself to you and He\'s taking you up into Himself, Amen. Praise God. There\'s no one like Him.\r\n\r\nNow, let\'s go to Jeremiah chapter 30 verse 22, <span style=\"color: #ff0000;\">\"And ye shall be my people, and I will be your God.\"</span> Amen. Praise God.\r\n\r\nNow, let\'s go to John, because some people maybe see guess what you know those are the Jewish talking to what about us? Was he talking about us? Or he just living with the Jewish, Jewish people. No! It\'s for us! John chapter 14 verse 6, <span style=\"color: #ff0000;\">\"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\"</span> So, guess what? If you want to be connected with the Father, you want to be restored to the Father, you want to be save, you got to come through Jesus, Amen. So, even the Jews now, have to come through Jesus to enter into salvation, Amen. Praise God. Alright.\r\n\r\nLet\'s go to John, 1st John, I see we have lot\'s of scriptures which is good, it\'s good to me. I John chapter 3 starting at verse 1, <span style=\"color: #ff0000;\">\"Behold, what manner of love the Father hath bestowed upon us, that we should be called the sons of God: therefore the world knoweth us not, because it knew him not. <sup><span style=\"color: #000000;\">2</span> </sup>Beloved, now are we the sons of God, and it doth not yet appear what we shall be: but we know that, when he shall appear, we shall be like him; for we shall see him as he is.\"</span> Amen. So, guess what? Remember, we are not only His people and He is our God. But we are also His sons, and He is our Father, Amen. Eternal reward. Amen. Isn\'t it awesome! That we are His sons and daughters and He is our Father that relationship, eternal relationship. Amen. Eternal reward. Amen. Praise God.\r\n\r\nNow, let\'s go to James chapter 2 verse 23, alright, <span style=\"color: #ff0000;\">\"And the scripture was fulfilled which saith, Abraham believed God, and it was imputed unto him for righteousness: and he was called the Friend of God.\"</span> Amen. So, of course, I should walk with God. Of course, everybody may not be at the same level but if you walk with God continually, faithfully, and do what He call you to do and just don\'t deny Him you know you will become His friend, Amen. So. You\'ll not only be His people and He be your God. You\'ll not only be His son or daughter, He be your Father but He could be His friend and He will be your friend too. Amen. For eternity. Eternal reward. Who wants to be God\'s friend for eternity? Can you imagine that relationship? Can you imagine the ra\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-20 14:58:55','2014-02-20 14:58:55','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2258,1,'2014-02-20 15:50:18','2014-02-20 15:50:18','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL REWARD</h2>\r\nFor those who may be here for the first time, or the internet audience, if you listen at this live stream or video recording, the Lord always gives me the words before the service. So, I just wait until He gives it, so, if you want a title, the title of this would be Eternal Reward. I have a lot of scriptures, and in this message and in every message and if you don\'t know this, you know, the whole message makes the whole part, you don\'t wanna just take one part and just focus on that, you want to take the whole and all comes together for the message, Amen. So, as we read this, every part is good. But, you won\'t to stay in, stay aware on what is going on because you don\'t wanna stay on one place and this is what coming up next, Amen. So, this scriptures that you wanna keep so, this will be recorded if you don\'t write the scriptures this is a very very important message, Amen.\r\n\r\nAlright, turn with me to John chapter 3, and the name of this is Eternal Reward, Amen. John chapter 3, starting at verse 14, <span style=\"color: #ff0000;\">\"And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: That whosoever believeth in him should not perish, but have eternal life. For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\"</span> Verse 17, <span style=\"color: #ff0000;\">\"For God sent not his Son into the world to condemn the world; but that the world through him might be saved. He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God.\"</span> Amen.\r\n\r\nWe are talking about eternal reward. Amen. Eternal reward. Amen. Let\'s go to Romans 10:9, <span style=\"color: #ff0000;\">\"That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved.\"</span> Amen. So, we as Christians understands that we must receive Jesus as our Lord and Savior, Amen. Because, whatever the raptured comes first or we die we know that we are going to have eternal reward. Amen.\r\n\r\nLet\'s continue, let\'s go to Daniel 12, and again we have a lot of verses, starting at verse 1. <span style=\"color: #ff0000;\">\"And at that time shall Michael stand up, the great prince which standeth for the children of thy people: and there shall be a time of trouble, such as never was since there was a nation even to that same time: and at that time thy people shall be delivered, every one that shall be found written in the book.\"</span> And we are talking about the book of Life. Amen. It talks about in Revelation the Book of Life. Okay, let\'s continue. Verse 2, <span style=\"color: #ff0000;\">\"And many of them that sleep in the dust of the earth shall awake, some to everlasting life, and some to shame and everlasting contempt.\"</span> Verse 3, <span style=\"color: #ff0000;\">\"And they that be wise shall shine as the brightness of the firmament; and they that turn many to righteousness as the stars for ever and ever.\"</span> Amen. Eternal Reward. Amen.\r\n\r\nNow, part of your eternal reward is your life in Heaven, Amen. But those who have receive Jesus as his Lord and Savior. So, let\'s talk about this life a little bit and of course we have a lot of scriptures that I could have many more scriptures but this are just some I can give you that give you an ideal of some of what that is prepared for you. Amen.\r\n\r\nAlright, let\'s go to John chapter 14, eternal reward. John chapter 14 starting at verse 2, <span style=\"color: #ff0000;\">\"In my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\"</span> Of course Jesus is talking. <span style=\"color: #ff0000;\">\"And if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\"</span> Amen. Your life in heaven, eternal reward. Turn with me to 1st Corinthians chapter 15 starting at verse 40, <span style=\"color: #ff0000;\">\" There are also celestial bodies, and bodies terrestrial: but the glory of the celestial is one, and the glory of the terrestrial is another. There is one glory of the sun, and another glory of the moon, and another glory of the stars: for one star differeth from another star in glory. So also is the resurrection of the dead. It is sown in corruption; it is raised in incorruption:\"</span> Verse 43, <span style=\"color: #ff0000;\">\"It is sown in dishonour; it is raised in glory: it is sown in weakness; it is raised in power:\"</span> Verse 44, <span style=\"color: #ff0000;\">\"It is sown a natural body; it is raised a spiritual body. There is a natural body, and there is a spiritual body.\"</span> So another words, when we die, when we have this thing body, that we have right now. We\'re gonna have a body in, we will also have a body,Amen. Alright, let\'s continue, let\'s jump down on verse 51, <span style=\"color: #ff0000;\">\"Behold, I shew you a mystery; We shall not all sleep,</span> (Amen, do you know when you\'re in Heaven, you\'re not gonna sleep? You\'ll be wake all the time, you\'ll never get tired, you\'ll never get worry, you always have strength, you\'ll be glad, you don\'t wanna go to sleep, cause you are just happy, Amen. Alright.) <span style=\"color: #ff0000;\">we shall not all sleep but we shall all be changed. In a moment, in the twinkling of an eye, at the last trump: for the trumpet shall sound, and the dead shall be raised incorruptible, and we shall be changed.\"</span> Amen. Eternal Reward. Amen. Verse 53, <span style=\"color: #ff0000;\">\"For this corruptible must put on incorruption, and this mortal must put on immortality.\"</span> Amen. <span style=\"color: #ff0000;\">\"So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality,</span> ( another words in immortality, you live in whatever and ever and ever, no more debt, Amen, Amen)<span style=\"color: #ff0000;\"> then shall be brought to pass the saying that is written, Death is swallowed up in victory.\"</span> Amen. So, no more debt, we have the victory, no more debt, Amen. Your life in Heaven, eternal reward. Amen.\r\n\r\nNow, let\'s go to Revelations chapter 21, let\'s continue to talk about this life, and this is just a lotto of eternal reward. Amen. Alright. Chapter 21 starting verse 4, <span style=\"color: #ff0000;\">\"And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\"</span> Isn\'t it glorious? Amen. Glory to God, Amen. Who wants to go there now? Praise God. We\'ll you know, we gotta work to do before we get there. Amen. So, hey, alright. Praise God. Alright. Verse 5, <span style=\"color: #ff0000;\">\"And he that sat upon the throne said, Behold, I make all things new.</span> (another words all things new that includes us, right? new! Amen! Amen!) <span style=\"color: #ff0000;\">And he said unto me, Write: for these words are true and faithful.\"</span> Verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\"</span> Amen. Amen. Amen. Amen. I will give unto him that is athirst of the fountain of the water of life freely. Verse 7, <span style=\"color: #ff0000;\">\"He that overcometh shall inherit all things;</span> (Amen, and that is us! Amen. All things! and all this things are good things, Amen.) <span style=\"color: #ff0000;\">and I will be his God, and he shall be my son.\"</span> Amen! Amen! Now, we talk about this life in Heaven, we talk about eternal reward, Amen, for our gospel our message has to be complete, Amen, so if you have not receive Jesus as your Lord and Savior, we also receive another reward, Amen.\r\n\r\nLet\'s talk about what you will receive if you do not receive this life or if you do not receive Jesus as your Lord and Savior. Let\'s go to Mark chapter 9, those who refuse the gospel, those who refuse to receive Jesus as their Lord. Mark chapter 9 verse 42, <span style=\"color: #ff0000;\">\"And whosoever shall offend one of these little ones that believe in me, it is better for him that a millstone were hanged about his neck, and he were cast into the sea. And if thy hand offend thee, cut it off: it is better for thee to enter into life maimed, than having two hands to go into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched. And if thy foot offend thee, cut it off: it is better for thee to enter halt into life,</span> ( we are talking about life eternal life and this will talk about if you don\'t have an eternal life is eternal death, Amen, let\'s continue) <span style=\"color: #ff0000;\">than having two feet to be cast into hell, into the fire that never shall be quenched: Where their worm dieth not, and the fire is not quenched.</span> (And this is their life eternal or the death eternal, can you imagine how horrible that could be for eternity forever and ever, and again, verse 46), <span style=\"color: #ff0000;\">Where their worm dieth not, and the fire is not quenched. And if thine eye offend thee, pluck it out: it is better for thee to enter into the kingdom of God with one eye, than having two eyes to be cast into hell fire:\"</span>\r\n\r\nLet\'s go to Matthew chapter 13, we\'re talking about death in hell. So, we are talking about life in Heaven, but now we are talking about death in hell. If you have not receive or if you will not receive Jesus as your Lord and Savior, we\'re talking about eternal reward, Amen. So, everyone\'s gonna have reward, eternal reward, Amen. Alright, eternal reward. Life or eternal death. Alright, Matthew chapter 13, starting at verse 41, <span style=\"color: #ff0000;\">\"The Son of man shall send forth his angels, and they shall gather out of his kingdom all things that offend, and them which do iniquity; And shall cast them into a furnace of fire: there shall be wailing and gnashing of teeth.\"</span> That is something that you don\'t want to experience not for a moment for eternity, let\'s go back to Revelation. Chapter 21 verse 8, <span style=\"color: #ff0000;\">\"But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\"</span> Amen. Listen, as vanish hell is gonna be something evil, worst, because after the judgement, everyone is gonna be thrown that is not written in the Book of Life,  is gonna be thrown into this lake of fire and brimstone for all eternity. Okay, let\'s go back to Matthew chapter 25, eternal reward. Matthew chapter 25 verse 40, <span style=\"color: #ff0000;\">\"And the King shall answer and say unto them, Verily I say unto you, Inasmuch as ye have done it unto one of the least of these my brethren, ye have done it unto me. Then shall he say also unto them on the left hand, Depart from me, ye cursed, into everlasting fire, prepared for the devil and his angels:\"</span> So, another words just hailed and this and also the lake of fire was prepare for the devil and his angels, but if you don\'t receive Jesus as your Lord and Savior there\'s no other place for you, there\'s only one two places, either Heaven or the other places has been prepared for the devil and his angels, which you don\'t wanna go there. Eternal reward. Now, we talked about your life, eternal and hell, but those who receive Jesus as their Lord and who did not, but let\'s talk about who you are right now, Amen.\r\n\r\nAgain, let\'s stay on Matthew, let\'s go to chapter 6, where are you now? What\'s happening now? Matthew chapter 6 verse 18, <span style=\"color: #ff0000;\">\"<sup>18</sup>That thou appear not unto men to fast, but unto thy Father which is in secret: and thy Father, which seeth in secret, shall reward thee openly. <sup>19</sup>Lay not up for yourselves treasures upon earth, where moth and rust doth corrupt, and where thieves break through and steal: <sup>20</sup>But lay up for yourselves treasures in heaven, where neither moth nor rust doth corrupt, and where thieves do not break through nor steal:\"</span> Amen. So, another words, do you know right now, even though you on Earth that we use to it up the richest in Heaven, Amen. So, right now, you are affecting your eternal reward, Amen. By your actions here on Heaven, Amen. Now we are going to this deep okay, cause we know we are doing right now cause we\'re affecting our eternal reward, Amen.  Now,  let\'s go to Mark chapter 10 verse 21, <span style=\"color: #ff0000;\">\"<sup>21</sup>Then Jesus beholding him loved him, and said unto him, One thing thou lackest: go thy way, sell whatsoever thou hast, and give to the poor, and thou shalt have treasure in heaven: and come, take up the cross, and follow me.\"</span> We are all know the story, now let\'s go to Luke chapter 12 verse 33, <span style=\"color: #ff0000;\">\"<sup>33</sup>Sell that ye have, and give alms; provide yourselves bags which wax not old, a treasure in the heavens that faileth not, where no thief approacheth, neither moth corrupteth.\"</span> Alright, okay! So, shall we go and sell everything we have and give it all to the poor so that we can have treasures in Heaven? Alright, that\'s a question. Now, let\'s continue, Jesus explain things by parables, Amen. And He said this to a man, a rich man came to Him, and he said, what do I need to receive eternal life? And Jesus said to him, you know the scriptures and after he said I have done this things, he said one thing you need  more, He said, sell what you have, and follow me. And you will have treasures in Heaven, Amen. But this man already have treasures, okay. Alright, so that\'s we told just rich rule this young man. Alright, and the question was if we all goes to everything we have and follow Jesus. Now, this is a parable that explains the heart of the Lord. Amen. And let\'s go to Matthew chapter 13 verse 44, okay <span style=\"color: #ff0000;\">\"<sup>44</sup>Again,</span> (and again this is a parable) <span style=\"color: #ff0000;\">the kingdom of heaven is like unto treasure hid in a field; the which when a man hath found, he hideth, and for joy thereof goeth and selleth all that he hath, and buyeth that field.\"</span> Amen. So, this is a similar what Jesus has said to the rich rule but this was truly has been said, Amen. He said that you cannot trust anything  but Jesus. Amen. So, another words,  whatever you are trusting and you gotta get rid of it. Amen. At least in your heart, you know if you have wealth then it\'s great, but you can\'t let your wealth be your trust, Amen. You know, you may have a man, you may have friends in high places, but you can\'t let your friends in high places with your trust, you maybe handsome, you maybe beautiful, you may have fame,  we\'ll you can\'t let your fame be your trust, Amen. Amen. Jesus is the only thing that you can hang on to, He is your trust and that is it, Amen. And if you saw weak that you can handle your riches, or your fame or whatever, you should sell or cast it out, remember what He said, it\'s better to walk and go into light with one eye if your eye are friendly, if you have one eye pluck it out, it\'s better to walk into light you know with one eye, you know then it go into hell with 2 eyes but guess what, when you walk into light it just give you another eye, Amen. Alright. So, another words, God not said to pluck your eye out literally, He said to get rid off of what you\'re trusting in. If you can\'t handle it, Amen.  You gotta get rid off it. That\'s the best thing, but God will give you the strength to handle it but you just have to understand, nothing can come between you and God, He has be the most important thing in your life, there can be no other, whatever it is, Amen. Okay, so, this explains things to you, Amen. Cause we\'re talking about eternal reward. Amen. And what you are right now. Because you have the ability and God will lead you where you can saw up treasures, riches in Heaven, eternal reward.\r\n\r\nNow, let\'s go to Luke chapter 18, and this is what really all about, Amen. This is what all about, this is what we\'re doing. Alright, Luke chapter 18 verse 29, <span style=\"color: #ff0000;\">\"<sup>29</sup>And he said unto them, Verily I say unto you,<span style=\"color: #000000;\">(of course Jesus is talking)</span> There is no man that hath left house, or parents, or brethren, or wife, or children, for the kingdom of God\'s sake\"</span> Amen, so this people make a sacrifice for the Lord you know, for the Lord, Amen, not for fame, not for wealth, not for this, they did things, they sacrifice for the Lord,  for God\'s sake, Amen. Alright, now, verse 30, <span style=\"color: #ff0000;\">\"<sup>30</sup>Who shall not receive manifold more in this present time, and in the world to come life everlasting.\"</span> Amen, so, in another words, because they have sacrifice this things and they can change and talk about you will receive in this time lands and houses, and all this things, brothers and sisters, in this time and the life eternal life. Okay. Amen. With persecution, alright,  and lead that thankly that i\'m  with persecution, in another words, still, because your sacrifice with the Lord is gonna reward you now, Amen. But it\'s a reward that just not stay here on Earth but also continues in Heaven, Amen. Alright, now, let\'s go back to Matthew, Eternal Reward. So, we talk about your future life in Heaven, we are talking about your present time how you\'re affecting your life in Heaven, Amen. Your reward in Heaven, Amen. Okay. Now, Matthew chapter 10 verse 40, <span style=\"color: #ff0000;\">\"<sup>40</sup>He that receiveth you receiveth me, and he that receiveth me</span> (of course Jesus is talking) <span style=\"color: #ff0000;\">receiveth him that sent me.\"</span> (which is just the Father, the Father is Jesus), verses 41,<span style=\"color: #ff0000;\"> \"<sup>41</sup> He that receiveth a prophet in the name of a prophet shall receive a prophet\'s reward; and he that receiveth a righteous man in the name of a righteous man shall receive a righteous man\'s reward. <sup>42</sup> And whosoever shall give to drink unto one of these little ones a cup of cold water only in the name of a disciple, verily I say unto you, he shall in no wise lose his reward.\"</span> Amen. So, you gonna be rewarded if you blessed a prophet, or blessed a righteous man. Or even give a water to a  small one, Amen. And so, when you get to Heaven, those rewards are gonna be available for you, instead, Lord why do I have this golden cup? This cup is so beautiful, it\'s elegant, it\'s amazing, and He\'ll say, well son or daughter, we\'ll remember when you gave that cup of water to that little boy in my Name, this represents that the cup you gave me, you\'ll have all this things in your mansion, all this rewards, you know, all the things you did here on Earth in His Name, Amen. Because, in no while when you lose your reward anything that you for the Lord, Amen. And we\'re talking about eternal reward. Amen. Praise God.\r\n\r\nAlright, now, let\'s go to John chapter 8. John chapter 8, thank you Jesus, Praise God,  would you read verse 31, <span style=\"color: #ff0000;\">\"Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\"</span> Amen. So,  if you continue in His word, you are His disciples, Amen . So guess what, will you continue His words again in what you said twice or you said three times, you are His disciples, Amen. Guess what. Where you in Heaven are you still His disciples? Yes, you are! That\'s an eternal reward. And to be Jesus disciples, there is a great reward! Amen. And no while will you lose your reward, Amen. Praise God.\r\n\r\nNow, let\'s go to some examples. Let\'s go to Genesis, Eternal reward. Genesis chapter 12 , I wanna talk about plant, starting at verse one, Genesis chapter 12 verse 1, <span style=\"color: #ff0000;\">\"Now the Lord had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father\'s house, unto a land that I will shew thee: <span style=\"color: #000000;\"><sup>2</sup></span> And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing: <span style=\"color: #000000;\"><sup>3</sup></span> And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.\"</span> Amen. So, let\'s look at the blessings that God have gave them through rewards, and He may said that I will make thee a great nation so He made Abraham, Abram now, but He changed name to Abraham, He made Abraham a great nation, Amen. Guess what? Abraham is in Heaven right now, and still, he has a great nation, Amen. In heaven, Amen. And He say, I will bless thee and make thy name great, his name was great on Earth, but guess what, in Heaven, his name is also great. Amen. Amen. Name of all names. Amen. Jesus name is above all names. But who name is talking about, talking about Abraham, talking about Jacob, cause they are all in Heaven, but He\'s above all their names, Amen.  Alright. Praise God. See, He has made their names great, He will make your name great on Earth and in Heaven, but who has the greatest name? It\'s right, so His name is the greatest, but your name still great. Amen. Praise God. Alright.\r\n\r\nNow, and I will bless thee and make thy name great and thou shalt be a blessing, Amen. So, now he is a blessing on Earth, but guess who\'s on Heaven? And he still a blessing, Amen. And I will bless them that bless thee and curse him that curseth thee, so does the people in Heaven right now because of Abraham, because they follow Abraham and Abraham was following Jesus. Amen, So, they are blessed and they are in Heaven right now. Because of the relationship was Abraham and because Abraham relationship with the Father with Jesus, Amen. Just like with you, your witness with the people because you walk with the Lord, thus people on Heaven are gonna be there because of you, Amen. Amen.  But guess what, the bless are also blessy and those gonna be curse will be cursed, so some people who came against you right now are not gonna be in Heaven and they\'re gonna be in hell. Amen. Because of messing with you because they didn\'t know who you are or walking with. Alright. Eternal reward.\r\n\r\nSo, it\'s gonna be great when walk around, you have people come to say, I just thank God for you. Because I know that I was all this things coming against me but because you gave me God\'s Word, God use you, now I\'m right here in  Heaven with Jesus, because of you, you have all this all you know I was going through so much but you know Lord use you to heal me and then I was able to walk in my comb because of you, because your curse,  you don\'t have all this people around you that you have affected and because of God has use you, they have a better life in Heaven. Amen. They have a better reward, because you, because Jesus used you, Amen. Of course we know we can do anything without Jesus but remember this, in Isaiah 66:2, this is the one that he will look to, a person of a poor and a contrite spirit, one that trembleth at His word, Amen. Those are the people that He will use, Amen. Praise God. Glory to God. Alright, Okay, now we talk about Abraham, because God blessed him on Earth but while he is even more blessed in Heaven and his reward is eternal, Amen. Anybody have knows Abraham is, everybody knows who Abraham is because God made his name great, Amen. And for the person who just got saved, you know, a man have not done that much now as far as having go of course you know that understand into this knowledge and you knows this information so you may know who they are but it\'s not like their name, it\'s great because they didn\'t do anything on Earth that God will make their name great. But everybody knows who Abraham is, everybody in Heaven knows who David is, Amen, everybody in Heaven who knows Moses is, everybody in Heaven knows Elisha is, everybody in Heaven knows the 12 disciples, Amen. Because their name is great, Amen. And their reward is eternal, Amen. But guess what, remember God has not given all the good stuff to the people in the Bible, He says the good stuff for us, Amen. He\'s making our name great too. Amen., Do you know that the people in Heaven know who you are right now? They know who you are. The cloud of witnesses know who you are, they see what you\'re doing. They know how you walk in the Lord, they know what comes against you, and how you have stood. That\'s the time  as stood against the enemy and continue to do the things for God, Amen. And they are all proud of you, they are encouraging you, they\'re happy to see you doing this things with Jesus and they are ready for you to come and be with them, Amen. But they also know that you got to finish your work why you\'re here, Amen. Praise God. Alright, now, we talk about Abraham, God made his name great.\r\n\r\nLet\'s talk about Sarah, let\'s go to Genesis chapter  17 verse 15, <span style=\"color: #ff0000;\">\"And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be. <sup><span style=\"color: #000000;\">16</span> </sup>And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her. \"</span> Amen. So, she was a mother of nations on Earth, Amen. A mother of kings, Amen. Guess what, in Heaven, she\'s a mother of nations and she\'s a mother of kings, Amen. Praise God. Praise God. Praise God. Praise God. And you know this people in Heaven right now, that the king found through that linage Amen. And through that linage the most I mean wow Jesus came through that linage, Amen. If I remember it correctly,  David came through his linage, all this wonderful people who have great names, kings came through their linage, and they are kings and priest right now in Heaven, that came through her, Amen. Of course by Jesus, Amen.  Glory to God. Alright. So, she is blessed in Heaven, everybody knows who Sarah is in Heaven. Everybody knows who Sarah is, Amen. Praise God. Glory to God. Eternal reward. Amen. Alright.\r\n\r\nLet\'s go to Revelation chapter 22, and this is all sermons or teach that you want to keep and refer back to, Amen. Revelation chapter 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <sup><span style=\"color: #000000;\">2</span> </sup>In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <sup><span style=\"color: #000000;\">3</span> </sup>And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him: <sup><span style=\"color: #000000;\">4</span> </sup>And they shall see his face; and his name shall be in their foreheads. <sup><span style=\"color: #000000;\">5</span> </sup>And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.\"</span> Amen. Remember, eternal reward, this was your life is gonna be like, Amen.  You gotta serve Jesus, isn\'t this awesome? Praise God, Amen. You gotta have all in laws and they know darkness  is wonderful like, this is awesome, Amen. The river of life, the tree, it\'s just going amazing, Amen. Eternal reward. Alright, now, let\'s continue, verse 6, <span style=\"color: #ff0000;\">\"And he said unto me, These sayings are faithful and true: and the Lord God of the holy prophets sent his angel to shew unto his servants the things which must shortly be done. <sup><span style=\"color: #000000;\">7</span> </sup>Behold, I come quickly: blessed is he that keepeth the sayings of the prophecy of this book. <sup><span style=\"color: #000000;\">8</span> </sup>And I John saw these things, and heard them. And when I had heard and seen, I fell down to worship before the feet of the angel which shewed me these things. <sup><span style=\"color: #000000;\">9</span> </sup>Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, and of them which keep the sayings of this book: worship God.\"</span> So this is like a Revelation, Amen. Because it calls an angel against what? it says right here, I fell down to worship before the feet of the angel which shewed me these things. Then saith he unto me, See thou do it not: for I am thy fellow servant, and of thy brethren the prophets, so this person actually was one of the prophecy live on the Earth, Amen. But now he\'s in Heaven. So he was a prophet on Earth but guess what, he is still a prophet in Heaven, Amen. So, if God made you a teacher on Earth, you are gonna be a teacher in Heaven. Amen. if God has called you to be an evangelist on Earth, you will be an evangelist in Heaven.  And you say, why do I need to be an evangelist on Heaven? Don\'t get me wrong, God is going to use you, Amen. Use your gonna work to do, Amen. So, if God has called you to do on Earth, you still have that calling in Heaven. Amen. And with a great calling it will be, Amen. Praise God. Eternal reward, Amen. Amen, So, let\'s turn to Ephesians, Amen. So, who knows some examples, let\'s talk about you and me, of course we talk about your little bit because whatever calling you in, you gonna retain that calling in Heaven, Amen. And you will be  known for God that has called you to do, Amen. Praise God.\r\n\r\nTalking about you and me, Ephesians chapter 2 starting at verse 5, <span style=\"color: #ff0000;\">\"Even when we were dead in sins, hath quickened us together with Christ, (by grace ye are saved;), <sup><span style=\"color: #000000;\">6</span> </sup>And hath raised us up together, and made us sit together in heavenly places in Christ Jesus: <sup><span style=\"color: #000000;\">7</span> </sup>That in the ages to come he might shew the exceeding riches of his grace in his kindness toward us through Christ Jesus.\"</span> Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Amen. Praise God. That\'s a song. Amen. So, guess what? Even though you sit you right here sitting this sits, guess what, you also sits in Heaven just right now, see some of the things of God is just hard to explain in words, but right now you are sitted in heavenly places even though you are right here in Raleigh North Carolina, and those internet audience  wherever you are in the world, if you are Christian, you are also sitted in heavenly places right now, Amen. Praise God. And verse 7, that in the ages to come he might shew the exceeding riches of his grace in his kindness toward us, what age he is talking about? He\'s talking about eternity, Amen. So, as we on eternity with Christ,  we are gonna be people of his grace because we are all sinners, remember every we do is right, but Jesus came and die for us and because He came and die for us we receive Him as our Lord and Savior but we didn\'t deserve it but once it wow we are representatives of the grace of God, Amen. In heaven, so, when people see us when an angel see us, they say wow we are evidence of His grace and His mercy and His kindness because we didn\'t deserve to be here but we are right here in Heaven and have this eternal reward because of who, not because of ourselves but because of Jesus Christ, Amen. Praise God. Glory to God. Glory to God. So, just ask we are witness on Earth, we also witness in Heaven of who God is and what He is done for us, Amen. Praise God. Eternal Reward. Praise God. Amen. But anyway, Amen. Amen. Amen. Like I said, i\'m ready to go now Lord but I know I got do you work so  i\'ll stay till I have to stay. But i\'m looking forward, are you looking forward for this eternal reward? Amen. Are you looking for this things? But din\'t even make your life now even more effective because now you know what you\'re doing, Amen. You\'re not just here strong and true no you\'re working out yourself cause you\'re doing eternally, Amen. For your sacrifice for Jesus, Amen. Glory to God.\r\n\r\nAlright, now, let\'s go back to Revelation. Revelation chapter 1 verse 5, <span style=\"color: #ff0000;\">\"And from Jesus Christ, who is the faithful witness, and the first begotten of the dead, and the prince of the kings of the earth. Unto him that loved us, and washed us from our sins in his own blood, <sup><span style=\"color: #000000;\">6</span> </sup>And hath made us kings and priests unto God and his Father; to him be glory and dominion for ever and ever. Amen.\"</span> Amen, amen and amen. So, God has made you a king you know has made you a priest, Amen. Right now you\'re a king and you\'re a priest, Amen. Right now, Amen. Now you\'re kings and priests. But also, this is a eternal reward, Amen. So, you\'re king you know your kingsmanship or priesthoodt just starts right now is gonna continue in eternity, Amen. Amen. Praise God. Just like if he called to be prophet you know here on Earth, you\'re prophet in heaven. But if He made you a queen or king on earth, a priest on earth, you will gonna be one on heaven. It\'s eternal. The things He gives you are eternal. It\'s not like a someone who\'s gonna give and take away, I wanna give it to you now while you are on Earth and now I wanna take it away when you\'re on heaven. No. He gives it and it\'s yours forever. Amen. Praise God. Eternal reward.\r\n\r\nAlright, let\'s go to Genesis, so going back and forth, let\'s go to Genesis chapter 15, wow and is now the things we talk about is about all great cause this is all wonderful, this is all good, Amen. Is all worth it? Or we save the best thing for last, Amen. Genesis chapter 15 verse 1, <span style=\"color: #ff0000;\">\"After these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\"</span> Amen. So, guess what? The greatest reward that would ever had is Him. Amen. He has given himself to us is unspeakable that God would give himself to us sinners, you know, who has sin into all types of crazy things you know. But He gave His life for us, He gave himself to us. That\'s amazing! It\'s unspeakable, it\'s incredible! Wow! And that\'s the greatest reward of all. He gave himself to us for eternity. Not just one moment, not just for one day, not just whole weekend, not just, no, eternity, Amen.\r\n\r\nLet\'s go a little bit more, let\'s go to Exodus chapter 6, exodus chapter 6, and let\'s just prove it to you a little bit more, alright, let\'s see what the words says, alright, Exodus chapter 6 verse 7, and God is speaking, <span style=\"color: #ff0000;\">\"And I will take you to me for a people, and I will be to you a God: and ye shall know that I am the Lord your God, which bringeth you out from under the burdens of the Egyptians.\"</span> Amen. So, he said that you are, He is your God and you are His people, Amen.\r\n\r\nLet\'s go to Leviticus chapter 26, in Leviticus chapter 26 verse 12, <span style=\"color: #ff0000;\">\"And I will walk among you, and will be your God, and ye shall be my people.\"</span> Amen. So, he\'s given himself to you and He\'s taking you up into Himself, Amen. Praise God. There\'s no one like Him.\r\n\r\nNow, let\'s go to Jeremiah chapter 30 verse 22, <span style=\"color: #ff0000;\">\"And ye shall be my people, and I will be your God.\"</span> Amen. Praise God.\r\n\r\nNow, let\'s go to John, because some people maybe see guess what you know those are the Jewish talking to what about us? Was he talking about us? Or he just living with the Jewish, Jewish people. No! It\'s for us! John chapter 14 verse 6, <span style=\"color: #ff0000;\">\"Jesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\"</span> So, guess what? If you want to be connected with the Father, you want to be restored to the Father, you want to be save, you got to come through Jesus, Amen. So, even the Jews now, have to come through Jesus to enter into salvation, Amen. Praise God. Alright.\r\n\r\nLet\'s go to John, 1st John, I see we have lot\'s of scriptures which is good, it\'s good to me. I John chapter 3 starting at verse 1, <span style=\"color: #ff0000;\">\"Behold, what manner of love the Father hath bestowed upon us, that we should be called the sons of God: therefore the world knoweth us not, because it knew him not. <sup><span style=\"color: #000000;\">2</span> </sup>Beloved, now are we the sons of God, and it doth not yet appear what we shall be: but we know that, when he shall appear, we shall be like him; for we shall see him as he is.\"</span> Amen. So, guess what? Remember, we are not only His people and He is our God. But we are also His sons, and He is our Father, Amen. Eternal reward. Amen. Isn\'t it awesome! That we are His sons and daughters and He is our Father that relationship, eternal relationship. Amen. Eternal reward. Amen. Praise God.\r\n\r\nNow, let\'s go to James chapter 2 verse 23, alright, <span style=\"color: #ff0000;\">\"And the scripture was fulfilled which saith, Abraham believed God, and it was imputed unto him for righteousness: and he was called the Friend of God.\"</span> Amen. So, of course, I should walk with God. Of course, everybody may not be at the same level but if you walk with God continually, faithfully, and do what He call you to do and just don\'t deny Him you know you will become His friend, Amen. So. You\'ll not only be His people and He be your God. You\'ll not only be His son or daughter, He be your Father but He could be His friend and He will be your friend too. Amen. For eternity. Eternal reward. Who wants to be God\'s friend for eternity? Can you imagine that relationship? Can you imagine the race of His son or daughter, He takes you with His open arms, tell you personal thing, I mean that\'s amazing, or you to be His people or you to be, it\'s amazing. It is amazing because He is amazing, Amen. For eternity. Forever and ever and ever you will be with Jesus, you will be with the Father, you will be with the Holy Spirit, Amen. So, it\'s good as it was talk about Heaven, we talk about His other rewards but this is the best rewards, He\'s giving himself to us. And not just himself to us like a stand up relationship intimate personal relationship with our Lord, Amen. Forever. Amen. But guess what, this relationship starts right now, right now you could be His people. Amen. And He be your God, right now He could be His son His daughter and He be your Father, right now He could be His friend, and He will be your friend. Amen. And this relationship continue into eternity, Amen. So, what are we thinking, what are we plan about we have to be rejoicing I am rejoicing when I go to church, they talking about me, I don\'t care, I\'m with Jesus, I am my reward, talk more about me, it doesn\'t matter, I\'m with Jesus, He is my friend, He is my Father, He is my God, I don\'t care what they do to me. I don\'t care what they say to me. I don\'t care what I have to go through with Jesus because it\'s for Him. Amen. Praise God. Glory to God. Anyway, like I tell you, I was happy of you. Alright.\r\n\r\nNow let\'s go back to John 17:3,  And Jesus is talking, <span style=\"color: #ff0000;\">\"And this is life eternal, that they might know thee the only true God, and Jesus Christ, whom thou hast sent.\"</span> Amen. Now, this goes a little bit more \'bout what we are talking about. It\'s an intimate and personal relationship, now, that they might know thee the only true God, and Jesus Christ, so, alot the word no and thee greek and the greek word is Genosco and it means to allow to be aware of, feel, know, presee, be result, speak, be sure of, understand. To know by experience rather than by intuitively. Amen.  Now, what does rather intuitively mean? By guessing, you know, all I guess is I know who you are or hear who you are, or somebody told me who you was, no, He wants you to know Him in person, Amen. Intimately. By experience, that\'s the kind of knowing that you will have our Lord and our Father eternally. Amen. Eternally. Praise God. Praise God. Praise God. Praise God. So, you have this eternal fellowship, it\'s personal, intimate, relationship with our God, our Father, our Lord and Savior, the Holy Spirit, He is giving himself to us personally. Eternal reward. Which is the grace reward. Amen. Praise God. And that\'s the message for the day. Glory to God.\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Reward','','inherit','open','open','','2217-revision-v1','','','2014-02-20 15:50:18','2014-02-20 15:50:18','',2217,'http://raylsmith.org/2217-revision-v1/',0,'revision','',0),(2371,1,'2014-10-27 12:57:36','2014-10-27 12:57:36','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\n[/wpcol_1third_end]\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/supernatural-lifestyle.jpg\" alt=\"Supernatural Lifestyle\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>Supernatural Lifestyle</strong></p>\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg\" alt=\"Living Water\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>Living Water</strong></p>\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg\" alt=\"Heaven\" width=\"293\" height=\"163\" /></a></p>\n<p style=\"text-align: center;\"><strong>Heaven</strong></p>\n[/wpcol_1third_end]\n\n<hr />\n\n<table>\n<tbody>\n<tr>\n<td width=\"300\">\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\n\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-water/\">Living Water</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heaven/\">Heaven</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\n</ul>\n</td>\n<td width=\"300\">\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\n\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\n</ul>\n</td>\n<td width=\"300\">\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\n\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 19, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 12, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\n</ul>\n<ul>\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Video Library','','inherit','open','open','','888-autosave-v1','','','2014-10-27 12:57:36','2014-10-27 12:57:36','',888,'http://raylsmith.org/888-autosave-v1/',0,'revision','',0),(2330,1,'2014-03-26 05:53:01','2014-03-26 05:53:01','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\r\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nNow let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\r\n\r\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup> <span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span> <sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span> <sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span> <sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span> <sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span> <sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span> <sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span> <sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\r\n\r\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span> <sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\r\n\r\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"<span style=\"color: #ff0000;\">It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom;</span> <sup>2 </sup><span style=\"color: #ff0000;\">And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage.</span> <sup>3 </sup><span style=\"color: #ff0000;\">Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm.</span> <sup>4 </sup><span style=\"color: #ff0000;\">Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him.</span> <sup>5 </sup><span style=\"color: #ff0000;\">Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever.</span> <sup>7 </sup><span style=\"color: #ff0000;\">All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions.</span> <sup>8 </sup><span style=\"color: #ff0000;\">Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Wherefore king Darius signed the writing and the decree.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.</span>\" So, it didn\'t matter what the king said, it didn\'t matter that he\'s going be thrown to the  lions den, it didn\'t matter and he couldn\'t even close his windows so people come and see it, as always he didn\'t hid it, he didn\'t fear it, his windows is open and he pray 3 times a day, Amen. Praise God. Alright. Verse 13, \"<sup>13 </sup><span style=\"color: #ff0000;\">Then answered they and said before the king, That Daniel, which is of the children of the captivity of Judah, regardeth not thee, O king, nor the decree that thou hast signed, but maketh his petition three times a day.</span> <sup>14 </sup><span style=\"color: #ff0000;\">Then the king, when he heard these words, was sore displeased with himself, and set his heart on Daniel to deliver him: and he laboured till the going down of the sun to deliver him.</span>\" But don\'t you know, the way things has said, the king had make the decree he could change himself, Amen. Alright. Okay. And this is something, even though you may have people who love you, people who fought for you, there\'s certain things that people can\'t do, only God can. Amen. Alright. Now, verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">Then these men assembled unto the king, and said unto the king, Know, O king, that the law of the Medes and Persians is, That no decree nor statute which the king establisheth may be changed.</span> <sup>16 </sup><span style=\"color: #ff0000;\">Then the king commanded, and they brought Daniel, and cast him into the den of lions. Now the king spake and said unto Daniel, Thy God whom thou servest continually, he will deliver thee.</span>\" Amen. Praise God. Event eh king had faith. Praise God. Okay, praise God. Verse 17, \"<sup>17 </sup><span style=\"color: #ff0000;\">And a stone was brought, and laid upon the mouth of the den; and the king sealed it with his own signet, and with the signet of his lords; that the purpose might not be changed concerning Daniel.</span> <sup>18 </sup><span style=\"color: #ff0000;\">Then the king went to his palace, and passed the night fasting: neither were instruments of musick brought before him: and his sleep went from him.</span> <sup>19 </sup><span style=\"color: #ff0000;\">Then the king arose very early in the morning, and went in haste unto the den of lions.</span> <sup>20 </sup><span style=\"color: #ff0000;\">And when he came to the den, he cried with a lamentable voice unto Daniel: and the king spake and said to Daniel, O Daniel, servant of the living God, is thy God, whom thou servest continually, able to deliver thee from the lions?</span> <sup>21 </sup><span style=\"color: #ff0000;\">Then said Daniel unto the king, O king, live for ever.</span> <sup>22 </sup><span style=\"color: #ff0000;\">My God hath sent his angel, and hath shut the lions\' mouths, that they have not hurt me: forasmuch as before him innocency was found in me; and also before thee, O king, have I done no hurt.</span> <sup>23 </sup><span style=\"color: #ff0000;\">Then was the king exceedingly glad for him, and commanded that they should take Daniel up out of the den.</span>\" So Daniel was taken up out of the den, and no manner of hurt was found upon him, because he believed in his God.</td>\r\n</tr>\r\n</tbody>\r\n</table>','I Love You So Much','','publish','open','open','','i-love-you-so-much','','','2014-08-21 14:06:28','2014-08-21 14:06:28','',0,'http://raylsmith.org/?p=2330',0,'post','',0),(2260,1,'2014-02-21 14:43:22','2014-02-21 14:43:22','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center></td>\r\n</tr>\r\n</tbody>\r\n</table>','Giving','','publish','open','open','','giving-sermon','','','2014-08-21 14:06:37','2014-08-21 14:06:37','',0,'http://raylsmith.org/?p=2260',0,'post','',0),(2261,1,'2014-02-21 14:43:22','2014-02-21 14:43:22','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center></td>\r\n</tr>\r\n</tbody>\r\n</table>','Giving','','inherit','open','open','','2260-revision-v1','','','2014-02-21 14:43:22','2014-02-21 14:43:22','',2260,'http://raylsmith.org/2260-revision-v1/',0,'revision','',0),(2262,1,'2014-02-24 06:58:26','2014-02-24 06:58:26','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WATER</h2>\r\nWelcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen.\r\n\r\nYou know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\r\n\r\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back.\r\n\r\nLet\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen. So, you have to enter in by the way the Lord\'s gonna need you. Amen. Amen, Okay. This are spiritual things, this are not natural. In other words, you can\'t buy what God has with money. You know, there\'s another way to receive Him, Amen. And He\'s gonna show you. And said, \"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? Why do you spend your time to other things you know. Your bind and bread,  you know you\'ll do this things which shall good but it\'s not gonna satisfy you. Amen. So, why you do this things that it won\'t satisfy you and make a difference in your life, Amen. Amen. Okay. How can you listen to me, Listen to me, which is the Lord is speaking, <em>\"and eat ye that which is good, and let your soul delight itself in fatness\"</em> so listen, listen to me, Amen. This gonna show you how. Alright. <em>\"Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.” </em>Amen. <em>\"Behold, I have given him for a witness to the people, a leader and commander to the people.\" </em>Amen. And it goes to the blessings that David God, Amen.  So, what we gonna do? Is do what God tells us, Amen.\r\n\r\nAnd like I said, I won\'t leave you for long. Don\'t you want God to make a difference in your life? I mean, the day that you get save, you know you get this wonderful presence and you love the Lord and you like this change, Amen. But it doesn\'t stop, don\'t  you want something  this change in your life forever that put you on that level that is like you\'re almost like flying on the wings of the Lord, Amen. Praise God. Okay, what the Lord is gonna do, everyone close your eyes and hear what the spirit saying to you.  And see if there\'s a bareness witness to your spirit. The Lord is gonna flood this place of water. Amen. And He\'s gonna meet the needs of the people. Alright. As our pray and after our prayer you can come and ask the Lord for anything that you want. And it would be given. That is bare witness with your spirit or am I just talking, yes I spend time with the Lord today and another message is kinda hard to come and it came. Lord you know, what do you want to do this, what do you want to do with this? And it didn\'t come for a while, but any starting to share that wow am I hearing you correctly? And I checked and He say yes. He\'s gonna do this wonderful things for you because He sometimes we need to be refresh, we\'ve been walking, we\'ve been faithful, and you know we\'ve do what He call us to do but sometimes we need to be refresh, we need this living water that we can continue on with the Lord. But also we need this water reveals that we can ride the way that the Lord is providing for us on right level that Jesus want that nothing is impossible that nothing will be impossible for us. And we will be truly be His witnesses, Amen. So, and also even though you\'ve been faithful for the things you\'ve been praying for that you know the Lord is promising you. And you know it\'s gonna be happen but it hasn\'t happen yet. But now He\'s giving our release and she come in faith remember, you have come in faith remember how it talks common to me you have to come and faith, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','publish','open','open','','gods-water','','','2014-08-21 14:59:57','2014-08-21 14:59:57','',0,'http://raylsmith.org/?p=2262',0,'post','',0),(2263,1,'2014-02-24 06:58:26','2014-02-24 06:58:26','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center></td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-24 06:58:26','2014-02-24 06:58:26','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2266,1,'2014-02-24 07:55:52','2014-02-24 07:55:52','','raylsmith-godswater','','inherit','open','open','','raylsmith-godswater','','','2014-02-24 07:55:52','2014-02-24 07:55:52','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godswater.png',0,'attachment','image/png',0),(2267,1,'2014-02-24 08:01:41','2014-02-24 08:01:41','','raylsmith-giving','','inherit','open','open','','raylsmith-giving-3','','','2014-02-24 08:01:41','2014-02-24 08:01:41','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-giving.png',0,'attachment','image/png',0),(2268,1,'2014-02-24 08:04:45','2014-02-24 08:04:45','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Water\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godswater.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/giving-sermon/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-giving.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Giving</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/eternal-reward/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Eternal Reward\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Eternal Reward</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-02-24 08:04:45','2014-02-24 08:04:45','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2269,1,'2014-02-24 08:10:49','2014-02-24 08:10:49','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-02-24 08:10:49','2014-02-24 08:10:49','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2270,1,'2014-02-24 08:16:14','2014-02-24 08:16:14','','raylsmith-godswater','','inherit','open','open','','raylsmith-godswater-2','','','2014-02-24 08:16:14','2014-02-24 08:16:14','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-godswater.png',0,'attachment','image/png',0),(2272,1,'2014-02-24 10:50:28','2014-02-24 10:50:28','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-02-24 10:50:28','2014-02-24 10:50:28','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2273,1,'2014-03-03 13:36:37','2014-03-03 13:36:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">GOD\'S WATER</h2>\nWelcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\n\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen.\n\nYou know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\n\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back. Let\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen. So, you have to enter in by the way the Lord\'s gonna need you. Amen. Amen, Okay. This are spiritual things, this are not natural. In other words, you can\'t buy what God has with money. You know, there\'s another way to receive Him, Amen. And He\'s gonna show you. And said, \"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? Why do you spend your time to other things you know. Your bind and bread,  you know you\'ll do this things which shall good but it\'s not gonna satisfy you. Amen. So, why you do this things that it won\'t satisfy you and make a difference in your life, Amen. Amen. Okay. How can you listen to me, Listen to me, which is the Lord is speaking, <em>\"and eat ye that which is good, and let your soul delight itself in fatness\"</em> so listen, listen to me, Amen. This gonna show you how. Alright. <em>\"Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.” </em>Amen. <em>\"Behold, I have given him for a witness to the people, a leader and commander to the people.\" </em>Amen. And it goes to the blessings that David God, Amen.  So, what we gonna do? Is do what God tells us, Amen.\n\nAnd like I said, I won\'t leave you for long. Don\'t you want God to make a difference in your life? I mean, the day that you get save, you know you get this wonderful presence and you love the Lord and you like this change, Amen. But it doesn\'t stop, don\'t  you want something  this change in your life forever that put you on that level that is like you\'re almost like flying on the wings of the Lord, Amen. Praise God. Okay, what the Lord is gonna do, everyone close your eyes and hear what the spirit saying to you.  And see if there\'s a bareness witness to your spirit. The Lord is gonna flood this place of water. Amen. And He\'s gonna meet the needs of the people. Alright. As our pray and after our prayer you can come and ask the Lord for anything that you want. And it would be given. That is bare witness with your spirit or am I just talking, yes I spend time with the Lord today and another message is kinda hard to come and it came. Lord you know, what do you want to do this, what do you want to do with this? And it didn\'t come for a while, but any starting to share that wow am I hearing you correctly? And I checked and He say yes. He\'s gonna do this wonderful things for you because He sometimes we need to be refresh, we\'ve been walking, we\'ve been faithful, and you know we\'ve do what He call us to do but sometimes we need to be refresh, we need this living water that we can continue on with the Lord. But also we need this water reveals that we can ride the way that the Lord is providing for us on right level that Jesus want that nothing is impossible that nothing will be impossible for us. And we will be truly be His witnesses, Amen. So, and also even though you\'ve been faithful for the things you\'ve been praying for that you know the Lord is promising you. And you know it\'s gonna be happen but it hasn\'t happen yet. But now He\'s giving our release and she come in faith remember, you have come in faith remember how it talks common to me you have to come and faith, Amen.</td>\n</tr>\n</tbody>\n</table>','God\'s Water','','inherit','open','open','','2262-autosave-v1','','','2014-03-03 13:36:37','2014-03-03 13:36:37','',2262,'http://raylsmith.org/2262-autosave-v1/',0,'revision','',0),(2274,1,'2014-02-25 16:09:11','2014-02-25 16:09:11','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>Welcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.\r\n\r\nAnd again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.\r\n\r\nAlright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-25 16:09:11','2014-02-25 16:09:11','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2275,1,'2014-02-25 16:21:00','2014-02-25 16:21:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>&nbsp;\r\n\r\nWelcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.\r\n\r\nAnd again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.\r\n\r\nAlright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-25 16:21:00','2014-02-25 16:21:00','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2276,1,'2014-02-26 09:38:24','2014-02-26 09:38:24','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>Welcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.\r\n\r\nAnd again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.\r\n\r\nAlright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember?</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-26 09:38:24','2014-02-26 09:38:24','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2277,1,'2014-02-26 15:37:16','2014-02-26 15:37:16','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>Welcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.\r\n\r\nAlright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\r\n\r\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back. Let\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-26 15:37:16','2014-02-26 15:37:16','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2278,1,'2014-02-27 15:08:17','2014-02-27 15:08:17','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>Welcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\r\n\r\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back. Let\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-27 15:08:17','2014-02-27 15:08:17','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2279,1,'2014-02-27 15:50:39','2014-02-27 15:50:39','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>Welcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.Alright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\r\n\r\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back. Let\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen. So, you have to enter in by the way the Lord\'s gonna need you. Amen. Amen, Okay. This are spiritual things, this are not natural. In other words, you can\'t buy what God has with money. You know, there\'s another way to receive Him, Amen. And He\'s gonna show you. And said, \"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? Why do you spend your time to other things you know. Your bind and bread,  you know you\'ll do this things which shall good but it\'s not gonna satisfy you. Amen. So, why you do this things that it won\'t satisfy you and make a difference in your life, Amen. Amen. Okay. How can you listen to me, Listen to me, which is the Lord is speaking, <em>\"and eat ye that which is good, and let your soul delight itself in fatness\"</em> so listen, listen to me, Amen. This gonna show you how. Alright. <em>\"Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.” </em>Amen. <em>\"Behold, I have given him for a witness to the people, a leader and commander to the people.\" </em>Amen. And it goes to the blessings that David God, Amen.  So, what we gonna do? Is do what God tells us, Amen.\r\n\r\nAnd like I said, I won\'t leave you for long. Don\'t you want God to make a difference in your life? I mean, the day that you get save, you know you get this wonderful presence and you love the Lord and you like this change, Amen. But it doesn\'t stop, don\'t  you want something  this change in your life forever that put you on that level that is like you\'re almost like flying on the wings of the Lord, Amen. Praise God. Okay, what the Lord is gonna do, everyone close your eyes and hear what the spirit saying to you.  And see if there\'s a bareness witness to your spirit. The Lord is gonna flood this place of water. Amen. And He\'s gonna meet the needs of the people. Alright. As our pray and after our prayer you can come and ask the Lord for anything that you want. And it would be given. That is bare witness with your spirit or am I just talking, yes I spend time with the Lord today and another message is kinda hard to come and it came. Lord you know, what do you want to do this, what do you want to do with this? And it didn\'t come for a while, but any starting to share that wow am I hearing you correctly? And I checked and He say yes. He\'s gonna do this wonderful things for you because He sometimes we need to be refresh, we\'ve been walking, we\'ve been faithful, and you know we\'ve do what He call us to do but sometimes we need to be refresh, we need this living water that we can continue on with the Lord. But also we need this water reveals that we can ride the way that the Lord is providing for us on right level that Jesus want that nothing is impossible that nothing will be impossible for us. And we will be truly be His witnesses, Amen. So, and also even though you\'ve been faithful for the things you\'ve been praying for that you know the Lord is promising you. And you know it\'s gonna be happen but it hasn\'t happen yet. But now He\'s giving our release and she come in faith remember, you have come in faith remember how it talks common to me you have to come and faith, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-02-27 15:50:39','2014-02-27 15:50:39','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2281,1,'2014-03-03 13:34:51','2014-03-03 13:34:51','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WATER</h2>\r\nWelcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.Alright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen. You know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.Turn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back. Let\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen. So, you have to enter in by the way the Lord\'s gonna need you. Amen. Amen, Okay. This are spiritual things, this are not natural. In other words, you can\'t buy what God has with money. You know, there\'s another way to receive Him, Amen. And He\'s gonna show you. And said, \"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? Why do you spend your time to other things you know. Your bind and bread,  you know you\'ll do this things which shall good but it\'s not gonna satisfy you. Amen. So, why you do this things that it won\'t satisfy you and make a difference in your life, Amen. Amen. Okay. How can you listen to me, Listen to me, which is the Lord is speaking, <em>\"and eat ye that which is good, and let your soul delight itself in fatness\"</em> so listen, listen to me, Amen. This gonna show you how. Alright. <em>\"Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.” </em>Amen. <em>\"Behold, I have given him for a witness to the people, a leader and commander to the people.\" </em>Amen. And it goes to the blessings that David God, Amen.  So, what we gonna do? Is do what God tells us, Amen.\r\n\r\nAnd like I said, I won\'t leave you for long. Don\'t you want God to make a difference in your life? I mean, the day that you get save, you know you get this wonderful presence and you love the Lord and you like this change, Amen. But it doesn\'t stop, don\'t  you want something  this change in your life forever that put you on that level that is like you\'re almost like flying on the wings of the Lord, Amen. Praise God. Okay, what the Lord is gonna do, everyone close your eyes and hear what the spirit saying to you.  And see if there\'s a bareness witness to your spirit. The Lord is gonna flood this place of water. Amen. And He\'s gonna meet the needs of the people. Alright. As our pray and after our prayer you can come and ask the Lord for anything that you want. And it would be given. That is bare witness with your spirit or am I just talking, yes I spend time with the Lord today and another message is kinda hard to come and it came. Lord you know, what do you want to do this, what do you want to do with this? And it didn\'t come for a while, but any starting to share that wow am I hearing you correctly? And I checked and He say yes. He\'s gonna do this wonderful things for you because He sometimes we need to be refresh, we\'ve been walking, we\'ve been faithful, and you know we\'ve do what He call us to do but sometimes we need to be refresh, we need this living water that we can continue on with the Lord. But also we need this water reveals that we can ride the way that the Lord is providing for us on right level that Jesus want that nothing is impossible that nothing will be impossible for us. And we will be truly be His witnesses, Amen. So, and also even though you\'ve been faithful for the things you\'ve been praying for that you know the Lord is promising you. And you know it\'s gonna be happen but it hasn\'t happen yet. But now He\'s giving our release and she come in faith remember, you have come in faith remember how it talks common to me you have to come and faith, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-03-03 13:34:51','2014-03-03 13:34:51','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2282,1,'2014-03-03 13:36:47','2014-03-03 13:36:47','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WATER</h2>\r\nWelcome to the House of Prayer Ministries. God is so good. Glory to God. Glory to God. And for those who are on internet, everything, even if you are watching as a video recording, or you are watching as live stream, everything that am, happens here is for you. Amen. Amen. Praise God. Alright. So, for those who have been here before you know that the Lord has always gives me the message before the service. So, I just wait on Him and He gives me the title and He\'s been faithful again to give me what He wants me to teach. So, if you want a title, the title would be God\'s Water. God\'s Water. And again, this is a different type of service, Amen. Turn with me on Revelations 22, in Jesus name, like what I said, this is a different type of service, hold on, we have a beautiful baby here. And we\'ll just gonna blessed the baby before she leaves. Like I said this is a different type of service.And again, God is good! And again, this is a different type of service as God was giving me message. You\'re gonna be glad you are here. This is a very special service. Amen. Alright, now, turn with me on Revelations chapter 22 and the name of this message is God\'s water. God\'s water, Amen. Revelation 22 starting at verse 1, <span style=\"color: #ff0000;\">\"And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb. <span style=\"color: #000000;\"><sup>2</sup></span> In the midst of the street of it, and on either side of the river, was there the tree of life, which bare twelve manner of fruits, and yielded her fruit every month: and the leaves of the tree were for the healing of the nations. <span style=\"color: #000000;\"><sup>3</sup></span> And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\"</span> Amen.Alright, now let\'s go Revelation chapter 7. And again the name of the message is God\'s water. God\'s water. Revelation chapter 7 starting at verse 16, <span style=\"color: #ff0000;\">\"They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat. <span style=\"color: #000000;\"><sup>17 </sup></span>For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\"</span> Amen. Amen and Amen. Praise God. Does it sound great? Wonderful! This are things that only God\'s children can have. Amen. Amen. Praise God. Alright.\r\n\r\nAlright, now let\'s go to John chapter 4, and we want before you long. John chapter 4 starting at verse 5, <span style=\"color: #ff0000;\">\"Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph. <sup><span style=\"color: #000000;\">6</span> </sup>Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour. \"</span> Amen. Now as we talk about God\'s water, even just in the natural water is symbolic of life, you can go without food but you can\'t go without water for a long time, Amen. So, water is not only a symbol of life but it\'s a something that we just have to have to live, Amen. Alright. And what is refresh, it not only washes you, it refreshes you, you know and if you wanna be health, you have to have clean water, if you have dirty water then that\'s it, dirty waters is a significant on sickness or symbolic of sickness, Amen. If you think about any of the third war country, there\'s a lot of sickness it\'s because of water is dirty or contaminated, Amen. Alright, so, water is important but we\'re talking about God\'s water. Amen. Alright. Now let\'s continue. Verse 7, <span style=\"color: #ff0000;\">\"There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink. <sup><span style=\"color: #000000;\">8</span> </sup>(For his disciples were gone away unto the city to buy meat.) <sup><span style=\"color: #000000;\">9</span> </sup>Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans. <sup><span style=\"color: #000000;\">10</span> </sup>Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\"</span> Don\'t you know that God\'s word is living? Amen. Everything God has is living. Nothing He has is dead. Amen. Praise God. Alright. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle? <sup><span style=\"color: #000000;\">13</span> </sup>Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again: <sup><span style=\"color: #000000;\">14</span> </sup>But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\"</span> Amen. Isn\'t this awesome water? Amen. Who wants this water? Praise God Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">15</span> </sup>The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw. <sup><span style=\"color: #000000;\">16</span> </sup>Jesus saith unto her, Go, call thy husband, and come hither.\"</span> What did Jesus do? He change the subject, He change the subject. Alright. Okay. But, she shouldn\'t continue for the water, Amen.\r\n\r\nYou know, when someone is about to give you something wonderful, Amen. And it\'s okay, I wanna do this for you, I wanna do this for you, or my wife really gets me, we talk about this great subject. So, she wanna talks about maybe or we should talk about, that\'s okay, we\'ll but when she said no, we\'re not changing the subject. We wanna discuss this and finish this, Amen. So, this is a discussion, that this woman should have finish, Amen. And said, give me, what she did is right, but she shouldn\'t continue with the Lord give me this water, give me this water, give me this water, remember this, for this woman, that she went to a disciples to get her daughter healed, but they couldn\'t heal them. So, disciples came to Jesus, get this woman away from us, cause she keeps crying out , she keeps crying out. And you know, so this woman who had a daughter who want it her daughter to be healed. Her daughter was possessed, yes she was possessed, Amen. So she came to the disciples, to get the spirit cast out. They couldn\'t do and she kept crying after the disciples, so the disciples said Jesus send this woman away, she keeps calling after us. So, anyway the woman got to Jesus and the woman wanted healing for her daughter.  And Jesus saw this and look you know, it\'s not meat for us to cast  the food for the children to the dogs. Amen. So, how does that she may have her feel? But guess what? She continues and look even the dogs eat from the crowns of the table, Amen. Great faith. She should have continue, Amen. How many times have Jesus told you so that you continue or do you forget about it? You continue to come back and Lord remember? Lord, remember? Lord, remember! Remember? It\'s nothing wrong with when you praise it, God is giving you a promise, Lord remember, remember this promise you gave me, Lord, I\'m looking for this promise, Amen. Now, God says it\'s settle and just wait for it then it\'s settled. There\'s nothing wrong with continue asking. As a matter of fact you can come back and ask Him ask again. Just like the unrighteous judge this is a parable that Jesus gave. The unrighteous judge, He said that this woman came to this unrighteous judge and she kept coming back and back and coming back. And this unrighteous judge is gonna give her justice, why? Not because he is a just person but because he kept bothering him, how much more your Heavenly Father will come and give you what you ask for, if you continually pray, Amen. Do you all understand that? Amen. Praise God. Glory to God. Amen. So, what Jesus talking about living water, Amen. Now, do we want this living water? Praise God.\r\n\r\nTurn with me to Isaiah 55,  and I said this is a special service and you on internet is or you also. Isaiah 55 starting at verse 1, <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> It\'s awesome! Buy wine without money? Buy milk without money? Amen. Okay, verse 2, <span style=\"color: #ff0000;\">\"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? hearken diligently unto me, and eat ye that which is good, and let your soul delight itself in fatness.\"</span> Amen. Amen. Praise God. \"<span style=\"color: #ff0000;\"><sup><span style=\"color: #000000;\">3</span> </sup>Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.\"</span> Amen. Do you, don\'t you know that God made David  some promises that stood until now? Amen. Praise God. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">4</span> </sup>Behold, I have given him for a witness to the people, a leader and commander to the people. <sup><span style=\"color: #000000;\">5</span> </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the Lord thy God, and for the Holy One of Israel; for he hath glorified thee. <sup><span style=\"color: #000000;\">6</span> </sup>Seek ye the Lord while he may be found, call ye upon him while he is near:\"</span> Amen. Be persistent. Amen. Like that one, she shouldn\'t been persistent. Alright. Alright verse 7, <span style=\"color: #ff0000;\">\"Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the Lord, and he will have mercy upon him; and to our God, for he will abundantly pardon.\"</span> So, if you haven\'t doing it right here, when you put yourself unto Him, get back where you we\'re before and pursue Him, Amen. Okay. Alright. Verse 9, <span style=\"color: #ff0000;\">\"For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts. <sup><span style=\"color: #000000;\">10</span> </sup>For as the rain cometh down, and the snow from heaven, and returneth not thither, but watereth the earth, and maketh it bring forth and bud, that it may give seed to the sower, and bread to the eater:\"</span> Amen. Amen. Amen and Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">11</span> </sup>So shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it. <sup><span style=\"color: #000000;\">12</span> </sup>For ye shall go out with joy, and be led forth with peace: the mountains and the hills shall break forth before you into singing, and all the trees of the field shall clap their hands.\"</span> Amen. <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">13</span> </sup>Instead of the thorn shall come up the fir tree, and instead of the brier shall come up the myrtle tree: and it shall be to the Lord for a name, for an everlasting sign that shall not be cut off.\"</span> Amen. Amen and amen. Praise God. So, let\'s go back.\r\n\r\nLet\'s go back to verse 1, Amen. <span style=\"color: #ff0000;\">\"Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.\"</span> So, another words, you gonna get this in natural way, you know, you know like, you wanna go to the  store and buy, no,  this is God\'s way,  Amen. So, you have to enter in by the way the Lord\'s gonna need you. Amen. Amen, Okay. This are spiritual things, this are not natural. In other words, you can\'t buy what God has with money. You know, there\'s another way to receive Him, Amen. And He\'s gonna show you. And said, \"Wherefore do ye spend money for that which is not bread? and your labour for that which satisfieth not? Why do you spend your time to other things you know. Your bind and bread,  you know you\'ll do this things which shall good but it\'s not gonna satisfy you. Amen. So, why you do this things that it won\'t satisfy you and make a difference in your life, Amen. Amen. Okay. How can you listen to me, Listen to me, which is the Lord is speaking, <em>\"and eat ye that which is good, and let your soul delight itself in fatness\"</em> so listen, listen to me, Amen. This gonna show you how. Alright. <em>\"Incline your ear, and come unto me: hear, and your soul shall live; and I will make an everlasting covenant with you, even the sure mercies of David.” </em>Amen. <em>\"Behold, I have given him for a witness to the people, a leader and commander to the people.\" </em>Amen. And it goes to the blessings that David God, Amen.  So, what we gonna do? Is do what God tells us, Amen.\r\n\r\nAnd like I said, I won\'t leave you for long. Don\'t you want God to make a difference in your life? I mean, the day that you get save, you know you get this wonderful presence and you love the Lord and you like this change, Amen. But it doesn\'t stop, don\'t  you want something  this change in your life forever that put you on that level that is like you\'re almost like flying on the wings of the Lord, Amen. Praise God. Okay, what the Lord is gonna do, everyone close your eyes and hear what the spirit saying to you.  And see if there\'s a bareness witness to your spirit. The Lord is gonna flood this place of water. Amen. And He\'s gonna meet the needs of the people. Alright. As our pray and after our prayer you can come and ask the Lord for anything that you want. And it would be given. That is bare witness with your spirit or am I just talking, yes I spend time with the Lord today and another message is kinda hard to come and it came. Lord you know, what do you want to do this, what do you want to do with this? And it didn\'t come for a while, but any starting to share that wow am I hearing you correctly? And I checked and He say yes. He\'s gonna do this wonderful things for you because He sometimes we need to be refresh, we\'ve been walking, we\'ve been faithful, and you know we\'ve do what He call us to do but sometimes we need to be refresh, we need this living water that we can continue on with the Lord. But also we need this water reveals that we can ride the way that the Lord is providing for us on right level that Jesus want that nothing is impossible that nothing will be impossible for us. And we will be truly be His witnesses, Amen. So, and also even though you\'ve been faithful for the things you\'ve been praying for that you know the Lord is promising you. And you know it\'s gonna be happen but it hasn\'t happen yet. But now He\'s giving our release and she come in faith remember, you have come in faith remember how it talks common to me you have to come and faith, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Water','','inherit','open','open','','2262-revision-v1','','','2014-03-03 13:36:47','2014-03-03 13:36:47','',2262,'http://raylsmith.org/2262-revision-v1/',0,'revision','',0),(2283,1,'2014-03-03 13:49:59','2014-03-03 13:49:59','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\r\n\r\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\r\n\r\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he has to me. Greater manifestation, even maybe settle, but his manifestation of the Lord wow so as we we\'re sharing more and more and more what he has, and  this is what he sharing as we speak right now, God\'s horses. II Kings 6:8, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">8</span> </sup>Then the king of Syria warred against Israel, (and don\'t we know Israel is God\'s people) and took counsel with his servants, saying, In such and such a place shall be my camp. <sup><span style=\"color: #000000;\">9</span> </sup>And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down. <sup><span style=\"color: #000000;\">10</span> </sup>And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice. <sup><span style=\"color: #000000;\">11</span> </sup>Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not shew me which of us is for the king of Israel?\"</span> So another words, this enemy king was coming against Israel. And it was set and trap but every time he set a trap Israel knew exactly what was going on so they didn\'t go to the trap and so now this enemy king, this king of Syria, he say, which of you of betraying me because it has to be inside job somebody is telling Israel what\'s going on telling all my plans because they cannot be following into my trap somebody is telling them what\'s going on. So he send to his people to the ones close to which one is betraying me, okay. Now, verse 12, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>And one of his servants said, None, my lord, O king: but Elisha, the prophet that is in Israel, telleth the king of Israel the words that thou speakest in thy bedchamber. <sup><span style=\"color: #000000;\">13</span> </sup>And he said, Go and spy where he is, that I may send and fetch him. And it was told him, saying, Behold, he is in Dothan. <sup><span style=\"color: #000000;\">14</span> </sup>Therefore sent he thither horses, and chariots, and a great host: and they came by night, and compassed the city about. <sup><span style=\"color: #000000;\">15</span> </sup>And when the servant of the man of God was risen early, and gone forth, behold, an host compassed the city both with horses and chariots. And his servant said unto him, Alas, my master! how shall we do?\"</span> Amen. So, what\'s happening is, Elisha, the man of God, the prophet of God, Amen. Is sharing with the king of Israel the enemies plans amen. And now this enemy king is coming to destroy Elisha, now, what does Elisha have? In the natural, he\'s there by himself,  Amen. Only thing he has is one servant alright, at least the source we know right now. And the servant goes out and sees that this whole camp this whole army is coming to get one men. And the servant fear and reported to Elisha, what we\'ll gonna do. Now, alright, verse 17, the man of God, he did not fear, he said, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">17</span> </sup>And Elisha prayed, and said, Lord, I pray thee\"</span> excuse me verse 16, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">16</span> </sup>And he answered, Fear not: for they that be with us are more than they that be with them.\"</span> Amen. So anything enemy put against  you, you don\'t have to worry about it, it doesn\'t matter what it looks like,  doesn\'t matter what it said, God\'s got you, Amen. He has got you, alright. Amen. Verse 17, \"<sup>17 </sup>And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\" Amen. That\'s part of God\'s hosts, it\'s just part of His hosts, Amen. Let me read again, And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha, Amen. So, horses, chariots of fire, Amen. So, why would this forces to cherish them, Amen. Because this enemy king of Syria seek his arm but God have an army also, Amen. So, God\'s army was there that Elisha will not only protected but have the victory, Amen. Why his army sent not just for protection but have war and overcome, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','publish','open','open','','gods-horses','','','2014-08-21 15:00:15','2014-08-21 15:00:15','',0,'http://raylsmith.org/?p=2283',0,'post','',0),(2284,1,'2014-03-03 13:49:59','2014-03-03 13:49:59','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" \"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-03 13:49:59','2014-03-03 13:49:59','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2285,1,'2014-03-03 13:50:55','2014-03-03 13:50:55','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-03 13:50:55','2014-03-03 13:50:55','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2286,1,'2014-03-03 14:07:32','2014-03-03 14:07:32','','raylsmith-godshorses','','inherit','open','open','','raylsmith-godshorses','','','2014-03-03 14:07:32','2014-03-03 14:07:32','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png',0,'attachment','image/png',0),(2287,1,'2014-03-03 14:09:18','2014-03-03 14:09:18','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-horses/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Water\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godswater.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/giving-sermon/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-giving.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Giving</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-03 14:09:18','2014-03-03 14:09:18','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2288,1,'2014-03-03 14:15:02','2014-03-03 14:15:02','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-03-03 14:15:02','2014-03-03 14:15:02','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2387,1,'2014-04-21 14:37:55','2014-04-21 14:37:55','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/hidden-wonder/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Hidden Wonder\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hidden-wonder.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-21 14:37:55','2014-04-21 14:37:55','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2306,1,'2014-03-11 14:38:43','2014-03-11 14:38:43','','raylsmith-godsresources','','inherit','open','open','','raylsmith-godsresources','','','2014-03-11 14:38:43','2014-03-11 14:38:43','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-godsresources.png',0,'attachment','image/png',0),(2289,1,'2014-03-03 14:19:53','2014-03-03 14:19:53','','raylsmith-horses','','inherit','open','open','','raylsmith-horses','','','2014-03-03 14:19:53','2014-03-03 14:19:53','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-horses.png',0,'attachment','image/png',0),(2290,1,'2014-03-03 14:20:45','2014-03-03 14:20:45','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-horses/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-horses.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-03-03 14:20:45','2014-03-03 14:20:45','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2291,1,'2014-03-09 09:24:57','2014-03-09 09:24:57','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\n\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\n\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\n\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\n\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he has to me. Greater manifestation, even maybe settle, but his manifestation of the Lord wow so as we we\'re sharing more and more and more what he has, and  this is what he sharing as we speak right now, God\'s horses. II Kings 6:8, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">8</span> </sup>Then the king of Syria warred against Israel, (and don\'t we know Israel is God\'s people) and took counsel with his servants, saying, In such and such a place shall be my camp. <sup><span style=\"color: #000000;\">9</span> </sup>And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down. <sup><span style=\"color: #000000;\">10</span> </sup>And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice. <sup><span style=\"color: #000000;\">11</span> </sup>Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not shew me which of us is for the king of Israel?\"</span> So another words, this enemy king was coming against Israel. And it was set and trap but every time he set a trap Israel knew exactly what was going on so they didn\'t go to the trap and so now this enemy king, this king of Syria, he say, which of you of betraying me because it has to be inside job somebody is telling Israel what\'s going on telling all my plans because they cannot be following into my trap somebody is telling them what\'s going on. So he send to his people to the ones close to which one is betraying me, okay. Now, verse 12, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>And one of his servants said, None, my lord, O king: but Elisha, the prophet that is in Israel, telleth the king of Israel the words that thou speakest in thy bedchamber. <sup><span style=\"color: #000000;\">13</span> </sup>And he said, Go and spy where he is, that I may send and fetch him. And it was told him, saying, Behold, he is in Dothan. <sup><span style=\"color: #000000;\">14</span> </sup>Therefore sent he thither horses, and chariots, and a great host: and they came by night, and compassed the city about. <sup><span style=\"color: #000000;\">15</span> </sup>And when the servant of the man of God was risen early, and gone forth, behold, an host compassed the city both with horses and chariots. And his servant said unto him, Alas, my master! how shall we do?\"</span> Amen. So, what\'s happening is, Elisha, the man of God, the prophet of God, Amen. Is sharing with the king of Israel the enemies plans amen. And now this enemy king is coming to destroy Elisha, now, what does Elisha have? In the natural, he\'s there by himself,  Amen. Only thing he has is one servant alright, at least the source we know right now. And the servant goes out and sees that this whole camp this whole army is coming to get one men. And the servant fear and reported to Elisha, what we\'ll gonna do. Now, alright, verse 17, the man of God, he did not fear, he said, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">17</span> </sup>And Elisha prayed, and said, Lord, I pray thee\"</span> excuse me verse 16, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">16</span> </sup>And he answered, Fear not: for they that be with us are more than they that be with them.\"</span> Amen. So anything enemy put against  you, you don\'t have to worry about it, it doesn\'t matter what it looks like,  doesn\'t matter what it said, God\'s got you, Amen. He has got you, alright. Amen. Verse 17, \"<sup>17 </sup>And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\" Amen. That\'s part of God\'s hosts, it\'s just part of His hosts, Amen. Let me read again, And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha, Amen. So, horses, chariots of fire, Amen. So, why would this forces to cherish them, Amen. Because this enemy king of Syria seek his arm but God have an army also, Amen. So, God\'s army was there that Elisha will not only protected but have the victory, Amen. Why his army sent not</td>\n</tr>\n</tbody>\n</table>','God\'s Horses','','inherit','open','open','','2283-autosave-v1','','','2014-03-09 09:24:57','2014-03-09 09:24:57','',2283,'http://raylsmith.org/2283-autosave-v1/',0,'revision','',0),(2292,1,'2014-03-05 15:44:13','2014-03-05 15:44:13','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place  of the Lord.  And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. amen. \r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-05 15:44:13','2014-03-05 15:44:13','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2293,1,'2014-03-07 08:12:39','2014-03-07 08:12:39','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-07 08:12:39','2014-03-07 08:12:39','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2294,1,'2014-03-07 08:53:01','2014-03-07 08:53:01','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-07 08:53:01','2014-03-07 08:53:01','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2295,1,'2014-03-07 09:12:49','2014-03-07 09:12:49','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\r\n\r\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\r\n\r\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he had to me. Greater manifestation, even\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-07 09:12:49','2014-03-07 09:12:49','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2296,1,'2014-03-07 09:23:09','2014-03-07 09:23:09','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\r\n\r\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\r\n\r\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he has to me. Greater manifestation, even maybe settle, but his manifestation of the Lord wow so as we we\'re sharing more and more and more what he has, and  this is what he sharing as we speak right now, God\'s horses. II Kings 6:8, \"<sup>8 </sup>Then the king of Syria warred against Israel, (and don\'t we know Israel is God\'s people) and took counsel with his servants, saying, In such and such a place shall be my camp. <sup>9 </sup>And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down. <sup>10 </sup>And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice. <sup>11 </sup>Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not shew me which of us is for the king of Israel?\" So another words, this enemy king was coming against Israel.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-07 09:23:09','2014-03-07 09:23:09','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2297,1,'2014-03-07 15:16:32','2014-03-07 15:16:32','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S HORSES</h2>\r\nWelcome to the House of Prayer Ministries, where Father God is glorified, Jesus Christ is Lord and the Holy Spirit is welcome. Praise God. Glory to God. We welcome you, for those whore are online, we welcome you as far those who are in the congregation. And again, we just thank God for what He\'s doing, now, I have a job to do, everyone knows, everyone who has been here knows that the Lord always gives me the message and it\'s my job to give you what He\'s giving me. And now, He has given me messages, I realized some other things I already knew it but I realized some other things. Whether you see me for the first time, you see me for months, or for the years. I really have walked faithfully for the Lord. And, I have gone in some deep things, So, first I have to get there myself, I have to go this deep areas a secret places a hidden place of the Lord. And once I have been faithfully doing that the Lord has call me help others. Get into the deep places. Amen. So, it\'s not a note that I get there myself, it\'s even better that I help others get to those places. Amen. Now, as I was going to deep places, the certain things that I have to do first, I believe that one of the most important things: you must truly love the Lord. If you wanna go to this places. Some people say they love the Lord, but you truly have to love Him that enter Him to His places. There\'s other things that you have to do or not do. Another, you have to believe Him. Amen. You have to truly believe Him and then other things you do you have to take things up like the things that things like flesh or your natural mind to enter the things to God. And as I have presented the word to the people to you I have instruct you and share with you on how to do this things as you enter in. And many of you now or in the greater place today, Amen. Because of what God has given me. Amen. Praise God. Of course some have gone deeper than others but everybody is called to a different level, not everyone is called in different level or deepness but you just wanna be faithful what God has called you. Amen. And as we enter into this things into this places you have to cherish what God has given you. You can not lack a days ago and the things of God. It has  to be important to you, the things of God has to be first, Amen. Okay now, we\'ll start this message. Praise God.\r\n\r\nNow, as I was seeking the Lord, and it took me a little while to get it you know I was up late you know and it took me a while and then when I got the title you know, first it gives me title then He gives me direction, So, when I got the title I said well I have to pray again, is this really the title that you want me to give your people? I ask Him 2 to 3 times and as we continue, this is the title. I said, I didn\'t want to worry the Lord to continue ask Him, I said well, how am I going to go with this, I mean this is, of course I can talk about it, but this is some kinda deep you know to go into just a message you know of course some people are here for the first time on the internet. How can we gonna go this deeper if you wanna talk about this things and I said well you know how am I going to talk about this? And then He, then I just, He gave me a vision. I saw in the spirit and it help me. Now, I know which way to go, Amen. Now, if you want a title of this, if you want a title on this message, the title is \"God\'s Horses\". God\'s horses. Amen.\r\n\r\nTurn with me to Psalms 24 verse 10, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">10</span> </sup>Who is this King of glory? The Lord of hosts, he is the King of glory. Selah.\"</span> Now, there\'s many names of God but one name of God who is known for is the Lord of hosts, Amen. Why did they call Him the Lord of host? Well the reason is because if you can see, if you can see God in heaven you know, He has his host around him and behind him and all yes, angels, a number of angels, he has cherubim , he has servants, he has all types of living creatures. It\'s also, you can\'t even count the hosts, it\'s impossible to count what God has, Amen. He is the Lord of Hosts, Amen. Praise God. Glory to God.\r\n\r\nTurn with me on Zechariah 10 and again the name of this message is God\'s horses. Zechariah 10:3, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">3</span> </sup>Mine anger was kindled against the shepherds, and I punished the goats: for the Lord of hosts hath visited his flock the house of Judah, and hath made them as his goodly horse in the battle.\"</span> Amen. So, God has a goodly horse in the battle, Amen. He has a goodly horse, he Has a horse that is for battle. Amen. Praise God.\r\n\r\nNow, turn with me on II Kings, and as I continue you know the Lord is passed well it\'s really be continue while we save the last month or so maybe. It\'s really revealing more  things. How many have you been revealing more things to you. I\'ve been going deep not he\'s been revealing more himself to me, even revealing more what he has to me. Greater manifestation, even maybe settle, but his manifestation of the Lord wow so as we we\'re sharing more and more and more what he has, and  this is what he sharing as we speak right now, God\'s horses. II Kings 6:8, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">8</span> </sup>Then the king of Syria warred against Israel, (and don\'t we know Israel is God\'s people) and took counsel with his servants, saying, In such and such a place shall be my camp. <sup><span style=\"color: #000000;\">9</span> </sup>And the man of God sent unto the king of Israel, saying, Beware that thou pass not such a place; for thither the Syrians are come down. <sup><span style=\"color: #000000;\">10</span> </sup>And the king of Israel sent to the place which the man of God told him and warned him of, and saved himself there, not once nor twice. <sup><span style=\"color: #000000;\">11</span> </sup>Therefore the heart of the king of Syria was sore troubled for this thing; and he called his servants, and said unto them, Will ye not shew me which of us is for the king of Israel?\"</span> So another words, this enemy king was coming against Israel. And it was set and trap but every time he set a trap Israel knew exactly what was going on so they didn\'t go to the trap and so now this enemy king, this king of Syria, he say, which of you of betraying me because it has to be inside job somebody is telling Israel what\'s going on telling all my plans because they cannot be following into my trap somebody is telling them what\'s going on. So he send to his people to the ones close to which one is betraying me, okay. Now, verse 12, <span style=\"color: #ff0000;\">\"<sup><span style=\"color: #000000;\">12</span> </sup>And one of his servants said, None, my lord, O king: but Elisha, the prophet that is in Israel, telleth the king of Israel the words that thou speakest in thy bedchamber. <sup><span style=\"color: #000000;\">13</span> </sup>And he said, Go and spy where he is, that I may send and fetch him. And it was told him, saying, Behold, he is in Dothan. <sup><span style=\"color: #000000;\">14</span> </sup>Therefore sent he thither horses, and chariots, and a great host: and they came by night, and compassed the city about. <sup><span style=\"color: #000000;\">15</span> </sup>And when the servant of the man of God was risen early, and gone forth, behold, an host compassed the city both with horses and chariots. And his servant said unto him, Alas, my master! how shall we do?\"</span> Amen. So, what\'s happening is, Elisha, the man of God, the prophet of God, Amen. Is sharing with the king of Israel the enemies plans amen. And now this enemy king is coming to destroy Elisha, now, what does Elisha have? In the natural, he\'s there by himself,  Amen. Only thing he has is one servant alright, at least the source we know right now. And the servant goes out and sees that this whole camp this whole army\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Horses','','inherit','open','open','','2283-revision-v1','','','2014-03-07 15:16:32','2014-03-07 15:16:32','',2283,'http://raylsmith.org/2283-revision-v1/',0,'revision','',0),(2304,1,'2014-03-11 14:28:14','2014-03-11 14:28:14','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-03-11 14:28:14','2014-03-11 14:28:14','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2305,1,'2014-03-11 14:29:31','2014-03-11 14:29:31','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-03-11 14:29:31','2014-03-11 14:29:31','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2395,1,'2014-04-29 07:32:43','2014-04-29 07:32:43','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-angel/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Angel\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hidden-wonder.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-29 07:32:43','2014-04-29 07:32:43','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2307,1,'2014-03-11 14:39:36','2014-03-11 14:39:36','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-resources/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-godsresources.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-03-11 14:39:36','2014-03-11 14:39:36','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2308,1,'2014-03-14 07:58:27','2014-03-14 07:58:27','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\n\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God.\n\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage.\n\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations, there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. But they have to find out, a lot of them didn\'t know about this resources. Amen. So we have to tell them about it. Amen. So, we should told them that they have to go after, Amen. Because even if in some resources if they are available doesn\'t mean necessary coming to you, you have to go after, Amen. Praise God. Amen. Okay, now we\'re talking about God\'s resources.\n\nTurn with me on James chapter 1:17, God\'s resources, do you know that God  has everything that you need? He does! Everything! Chapter 1 verse 17, \"<sup>17 </sup>Every good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\" Amen. So another words every  good and perfect gift comes from above which comes from God, Amen. So, if you have a good gift, if you have something that is good, guess who gave it to you? God gave it to you, Amen! Praise God. Alright.\n\nNow, turn with me to Matthew chapter 19, so God has everything, everything! And everything good comes from Him, Amen. Now, we\'ll talk about His ability, His ability, Amen. Matthew 19:26, \"<sup>26 </sup>But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible.\" Amen. So, nothing is impossible for God, who believes in that? That nothing is impossible? Amen. Praise God. Nothing. So, another words, every good and perfect gift comes from Him and nothing is impossible. Alright. So, He can do anything, Amen. Alright. Now,  how does it help us? How does it help us to attain God\'s resources?\n\nNow, turn with me to Mark chapter 9 and we have a lot of scriptures, okay, you don\'t mind turning the scriptures do you? Praise God. Mark 9:23 \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" Amen. So, God will nothing with men this is impossible, some things men just can\'t do. but all things are possible to God, Amen.  So, how do we get connected to this things which are impossible to be possible to us? Amen. We enter in by believing, we enter in by faith, and we enter in by believing by faith and nothing is impossible for us also. Amen. Mark chapter 9:23, \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" How many things are possible? Amen. How many things? Amen. Repeat after me, I believe, I believe, everything you tell me God. Amen. Praise God. Alright. Alright. Now, believing is the beginning, Amen. Alright.\n\nNow, turn with me on Matthew chapter 7, cause when you start believing now that set you out on journey, Amen. Remember, the certain resources are here, Amen. So, this resource we have to go get it, just because God got what you need it doesn\'t necessarily mean you\'re going to get it , Amen. So, first we got the lead that it has it. Amen. And then we have to believe it\'s for us. Amen.  Praise God. Now, let\'s go after this things God has for us. What we\'ll gonna do?</td>\n</tr>\n</tbody>\n</table>','God\'s Resources','','inherit','open','open','','2300-autosave-v1','','','2014-03-14 07:58:27','2014-03-14 07:58:27','',2300,'http://raylsmith.org/2300-autosave-v1/',0,'revision','',0),(2309,1,'2014-03-11 15:05:25','2014-03-11 15:05:25','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\n\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording \r\neverything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you.\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-11 15:05:25','2014-03-11 15:05:25','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2310,1,'2014-03-13 06:58:03','2014-03-13 06:58:03','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-resources/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Resources</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-horses/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Water\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godswater.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Water</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-13 06:58:03','2014-03-13 06:58:03','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2311,1,'2014-03-13 11:07:02','2014-03-13 11:07:02','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\n\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God. \r\n\r\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage. \r\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations,  there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. but they have to find out, a lot of them \r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-13 11:07:02','2014-03-13 11:07:02','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2312,1,'2014-03-13 11:07:52','2014-03-13 11:07:52','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God.\r\n\r\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage.\r\n\r\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations, there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. but they have to find out, a lot of them</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-13 11:07:52','2014-03-13 11:07:52','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2313,1,'2014-03-13 15:02:48','2014-03-13 15:02:48','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God.\r\n\r\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage.\r\n\r\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations, there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. But they have to find out, a lot of them didn\'t know about this resources. Amen. So we have to tell them about it. Amen. So, we should told them that they have to go after, Amen. Because even if in some resources if they are available doesn\'t mean necessary coming to you, you have to go after, Amen. Praise God. Amen. Okay, now we\'re talking about God\'s resources.\r\n\r\nTurn with me on James chapter 1:17, God\'s resources, do you know that God  has everything that you need? He does! Everything! Chapter 1 verse 17, \"<sup>17 </sup>Every good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\" Amen. So another words every  good and perfect gift comes from above which comes from God, Amen. So, if you have a good gift, if you have something that is good, guess who gave it to you? God gave it to you, Amen! Praise God. Alright.\r\n\r\nNow, turn with me to Matthew chapter 19, so God has everything, everything! And everything good comes from Him, Amen. Now, we\'ll talk about His ability, His ability, Amen. Matthew 19:26, \"<sup>26 </sup>But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible.\" Amen. So, nothing is impossible for God, who believes in that? That nothing is impossible? Amen. Praise God. Nothing. So, another words, every good and perfect gift comes from Him and nothing is impossible. Alright. So, He can do anything, Amen. Alright. Now,  how does it help us? How does it help us to attain God\'s resources?\r\n\r\nNow, turn with me to Mark chapter 9 and we have a lot of scriptures, okay, you don\'t mind turning the scriptures do you? Praise God. Mark 9:23 \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" Amen. So, God will nothing with men this is impossible, some things men just can\'t do. but all things are possible to God, Amen.  So, how do we get connected to this things which are impossible to be possible to us? Amen. We enter in by believing, we enter in by faith, and we enter in by believing by faith and nothing is impossible for us also. Amen. Mark chapter 9:23, \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" How many things are possible? Amen. How many things? Amen. Repeat after me, I believe, I believe, everything you tell me God. Amen. Praise God. Alright. Alright. Now, believing is the beginning, Amen. Alright.\r\n\r\nNow, turn with me on Matthew chapter 7, cause when you start believing now that set you out on journey, Amen. Remember, the certain resources are here, Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-13 15:02:48','2014-03-13 15:02:48','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2314,1,'2014-03-14 07:58:58','2014-03-14 07:58:58','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S RESOURCES</h2>\r\nThe name of the message is God\'s Resources, Amen. God\'s Resources! And again I\'ll always wait the Lord to give me the message, I only preach what He wants me to preach. So this is what He has for you. Amen. Praise God. And glory to God. God\'s Resources.\r\n\r\nAnd again, we welcome you to the House of Prayer Ministries and if you are watching this online livestream or if you are watching this as a video recording everything does here is for you. Amen. If you are a believer it\'s yours. Amen. Amen. God Bless you. Amen. Praise God.\r\n\r\nNow, God\'s Resources. Lets\' talk about resources in the natural, Amen. So, we can understand God\'s resources. Now, there are several things that kinda make up your life you know what is available to you, Amen. You know we live in America and there\'s so many things that we kinda take a branded it\'s just provided like clean water but in third world countries you know clean water is not a resource that is available to them readily specially depending on where they live. But in America clean water is a resource as pretty much you know provided for everyone, Amen. And they don\'t have to work for it, they don\'t have to apply for it, they don\'t have to press to get it. It\'s just available. Amen. And the certain resource is depending where you are, where you live, your family, depending what\'s available to you, Amen. Amen. Praise God. So, if you live in a house and let\'s say if your father is a doctor and your grandfather was a doctor, your great grandfather was a doctor, there certain visions that you have in your household, Amen. Amen. First is wisdom on how to be a doctor. And usually if you are a doctor, you live a pretty good lifestyle so there\'s finances there, so more than likely you don\'t have to worry about your college tuition, you don\'t have to worry going to a private school because it\'s provided for you. Amen. So, those are resources that relatively available to you because of your family. Well, let\'s say, you grandfather has not been doctor, your father has bot been a doctor, and you maybe the first person that wants to be a doctor in your family, Amen. And many of you, have been the first to your family, I mean some of you may have been the first to graduate college you know in your family. Or maybe you may have been the first person to your family to reach the level of some type of natural manager or whatever, Amen. And if either can even in some things you know you maybe the first person in your family who has successful marriage.\r\n\r\nBecause in your life, your living, they just don\'t have successful marriage. So, another words, there\'s your parents are broken but then again that\'s resources that you can enter in, Amen. Praise God. Glory to God. Do you understand? Glory to God. Alright, resources, resources and recent I and Alice teach a class at the salvation army. And the class was The Right Steps, we show people what this place in head that situation some of the things they have done to themselves some things that happen to them was beyond their control. But we had to help to get a better place, Amen. And one of the things that we talk to them about resources that are available to them so that resources that are available by the state, there\'s resources that are available by charitable organizations, there\'s resources that\'s available that you maybe not aware of, you know, and because of their state maybe because of the finances it was given to them just because of the position where did they have to pay for. But they have to find out, a lot of them didn\'t know about this resources. Amen. So we have to tell them about it. Amen. So, we should told them that they have to go after, Amen. Because even if in some resources if they are available doesn\'t mean necessary coming to you, you have to go after, Amen. Praise God. Amen. Okay, now we\'re talking about God\'s resources.\r\n\r\nTurn with me on James chapter 1:17, God\'s resources, do you know that God  has everything that you need? He does! Everything! Chapter 1 verse 17, \"<sup>17 </sup>Every good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\" Amen. So another words every  good and perfect gift comes from above which comes from God, Amen. So, if you have a good gift, if you have something that is good, guess who gave it to you? God gave it to you, Amen! Praise God. Alright.\r\n\r\nNow, turn with me to Matthew chapter 19, so God has everything, everything! And everything good comes from Him, Amen. Now, we\'ll talk about His ability, His ability, Amen. Matthew 19:26, \"<sup>26 </sup>But Jesus beheld them, and said unto them, With men this is impossible; but with God all things are possible.\" Amen. So, nothing is impossible for God, who believes in that? That nothing is impossible? Amen. Praise God. Nothing. So, another words, every good and perfect gift comes from Him and nothing is impossible. Alright. So, He can do anything, Amen. Alright. Now,  how does it help us? How does it help us to attain God\'s resources?\r\n\r\nNow, turn with me to Mark chapter 9 and we have a lot of scriptures, okay, you don\'t mind turning the scriptures do you? Praise God. Mark 9:23 \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" Amen. So, God will nothing with men this is impossible, some things men just can\'t do. but all things are possible to God, Amen.  So, how do we get connected to this things which are impossible to be possible to us? Amen. We enter in by believing, we enter in by faith, and we enter in by believing by faith and nothing is impossible for us also. Amen. Mark chapter 9:23, \"<sup>23 </sup>Jesus said unto him, If thou canst believe, all things are possible to him that believeth.\" How many things are possible? Amen. How many things? Amen. Repeat after me, I believe, I believe, everything you tell me God. Amen. Praise God. Alright. Alright. Now, believing is the beginning, Amen. Alright.\r\n\r\nNow, turn with me on Matthew chapter 7, cause when you start believing now that set you out on journey, Amen. Remember, the certain resources are here, Amen. So, this resource we have to go get it, just because God got what you need it doesn\'t necessarily mean you\'re going to get it , Amen. So, first we got the lead that it has it. Amen. And then we have to believe it\'s for us. Amen.  Praise God. Now, let\'s go after this things God has for us. What we\'ll gonna do?</td>\r\n</tr>\r\n</tbody>\r\n</table>','God\'s Resources','','inherit','open','open','','2300-revision-v1','','','2014-03-14 07:58:58','2014-03-14 07:58:58','',2300,'http://raylsmith.org/2300-revision-v1/',0,'revision','',0),(2315,1,'2014-03-18 07:21:42','2014-03-18 07:21:42','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer.jpg\"><img class=\"alignleft size-medium wp-image-2316\" alt=\"Bria Summer\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer-230x300.jpg\" width=\"230\" height=\"300\" /></a>Age: 20\n\nAddress: North Carolina Central Univesity, Junior\n\nBirthplace: Greensboro, NC\n\nHouse of Prayer Member\n\nSince I have joined House of Prayer Ministries, my walk with Christ has become tremendously more profound and stronger than ever. Before joining my new church family, I had recently left my former church and was in the midst of searching for a new church home. During my search for a new church home, I had been going through a lot of doubt that had kept me from being in community with my brothers and sisters in the faith. Because of that, it  hindered my relationship with God in the process. Over the summer, this past May, I had worked at the University that I currently attend, to pay off my tuition. Unfortunately, I had been in a hostile environment, living with a former church member who had blessed me with free stay, but was experiencing a lot spiritually as well, which had hurt our relationship more than helped. Because I did not have my own transportation, I was forced to walk to and from work each day. Thankfully, Carlton, a brother in Christ, had been instructed to invite me to Watch Night Prayer - unaware that I was in the area at the time. I accepted Carlton\'s invitation to watch night prayer at the Worship Center, believing something amazing would happen.\n\nI had hoped and prayed to get my relationship back on track with God, but I needed to be in an environment that welcomed the presence of God faithfully. When I got there I began to pray for hours. I began to talk to God and He had heard my prayers. My prayers to release doubt, confusion, unhappiness and bitterness toward the woman I was currently living with. After I had prayed, I felt a long-awaited release. I felt like I was floating on a cloud, even though I was physically here on Earth. In that moment, I had an overwhelming sense of peace, and my joy and faith in God was restored. While leaving the Worship center, my second encounter with Ms. Tinita, (currently one of the ministers at the House of Prayer) was a confirmation of God\'s Word. I immediately knew, while talking with Ms. Tinita, God shared with her my struggles.\n\nShe said, \"You know you need to be in a place where God will take you higher right? You know where you need to be.\" Since my first visit to House of Prayer in February, I\'ve known that am to be part of a ministry that is solely reliant on God\'s Word. In fact, God had spoken to me and wanted me to read the book of Acts in the beginning of February. During my fasting and reading Acts, it became clear to me what the church was supposed to be like specifically. House of Prayer matched that description like a glove. This ministry allows the Holy Spirit to be in control of everything; from the sermon to the music selection. Pastor Ray and Pastor Alice Smith are faithful, allowing God to control every aspect of their ministry. They are not boastful, nor traditional; leaving God the opportunity to do as He pleases. Every visit to House of Prayer, is filled with love and most importantly God\'s overflowing presence. This experience completey changed my demeanor and perpetually uplifts and motivates me to remain steadfast in the Lord.\n\nThe presence of God strenthened me and compelled me to gird myself with His truth. I no longer experienced pieces of God, I now experience all of God. We are all on one accord. God is present in this ministry; not for one person or a few people, but for all of us. Over the course of eight months at House of Prayer, I have seen an angel for the first time, heard a word of wisdom from God Himself, receive the gift of tongues, and my spiritual eyes have been opened as well. I now attend a church where my experience far exceeds my expectations. Pastor Ray and Alice\'s mission is not just to motivate us, but to usher us into God\'s presence. This is what God was showing me in the book of Acts. The church is God\'s people, allowing God to take complete and utter authority, not over a few things, but over everything; and because of that we will always triumph and grow stronger in our faith everyday.\n\nI am so grateful that God has blessed me with such a faithful and strong church family and community. He loved me enough to take me out of the hostile enviroment I was living in and placed me in an environment surrounded by love, peace, and joy. God even blessed me with a new car, so that I no longer have to walk or constantly get a ride. He has truly given me the desires of my heart, which are mostly spiritual (love, joy and peace) but even physically, God continues to provide me with all the things that I\'ve needed and even the things that I want. Even through my time of struggle or discomfort, God is there, comforting me, strengthening me, and giving me brothers and sisters in the faith to encourage me; and that is the best thing any believer in Christ could ever have.','Bria Adams','','inherit','open','open','','2044-autosave-v1','','','2014-03-18 07:21:42','2014-03-18 07:21:42','',2044,'http://raylsmith.org/2044-autosave-v1/',0,'revision','',0),(2316,1,'2014-03-18 07:20:20','2014-03-18 07:20:20','','Bria Summer','','inherit','open','open','','bria-summer','','','2014-03-18 07:20:20','2014-03-18 07:20:20','',2044,'http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer.jpg',0,'attachment','image/jpeg',0),(2317,1,'2014-03-18 07:22:56','2014-03-18 07:22:56','<img class=\"alignleft size-medium wp-image-2316\" alt=\"Bria Summer\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer-230x300.jpg\" width=\"230\" height=\"300\" />Age: 20\r\n\r\nAddress: North Carolina Central Univesity, Junior\r\n\r\nBirthplace: Greensboro, NC\r\n\r\nHouse of Prayer Member\r\n\r\nSince I have joined House of Prayer Ministries, my walk with Christ has become tremendously more profound and stronger than ever. Before joining my new church family, I had recently left my former church and was in the midst of searching for a new church home. During my search for a new church home, I had been going through a lot of doubt that had kept me from being in community with my brothers and sisters in the faith. Because of that, it  hindered my relationship with God in the process. Over the summer, this past May, I had worked at the University that I currently attend, to pay off my tuition. Unfortunately, I had been in a hostile environment, living with a former church member who had blessed me with free stay, but was experiencing a lot spiritually as well, which had hurt our relationship more than helped. Because I did not have my own transportation, I was forced to walk to and from work each day. Thankfully, Carlton, a brother in Christ, had been instructed to invite me to Watch Night Prayer - unaware that I was in the area at the time. I accepted Carlton\'s invitation to watch night prayer at the Worship Center, believing something amazing would happen.\r\n\r\nI had hoped and prayed to get my relationship back on track with God, but I needed to be in an environment that welcomed the presence of God faithfully. When I got there I began to pray for hours. I began to talk to God and He had heard my prayers. My prayers to release doubt, confusion, unhappiness and bitterness toward the woman I was currently living with. After I had prayed, I felt a long-awaited release. I felt like I was floating on a cloud, even though I was physically here on Earth. In that moment, I had an overwhelming sense of peace, and my joy and faith in God was restored. While leaving the Worship center, my second encounter with Ms. Tinita, (currently one of the ministers at the House of Prayer) was a confirmation of God\'s Word. I immediately knew, while talking with Ms. Tinita, God shared with her my struggles.\r\n\r\nShe said, \"You know you need to be in a place where God will take you higher right? You know where you need to be.\" Since my first visit to House of Prayer in February, I\'ve known that am to be part of a ministry that is solely reliant on God\'s Word. In fact, God had spoken to me and wanted me to read the book of Acts in the beginning of February. During my fasting and reading Acts, it became clear to me what the church was supposed to be like specifically. House of Prayer matched that description like a glove. This ministry allows the Holy Spirit to be in control of everything; from the sermon to the music selection. Pastor Ray and Pastor Alice Smith are faithful, allowing God to control every aspect of their ministry. They are not boastful, nor traditional; leaving God the opportunity to do as He pleases. Every visit to House of Prayer, is filled with love and most importantly God\'s overflowing presence. This experience completey changed my demeanor and perpetually uplifts and motivates me to remain steadfast in the Lord.\r\n\r\nThe presence of God strenthened me and compelled me to gird myself with His truth. I no longer experienced pieces of God, I now experience all of God. We are all on one accord. God is present in this ministry; not for one person or a few people, but for all of us. Over the course of eight months at House of Prayer, I have seen an angel for the first time, heard a word of wisdom from God Himself, receive the gift of tongues, and my spiritual eyes have been opened as well. I now attend a church where my experience far exceeds my expectations. Pastor Ray and Alice\'s mission is not just to motivate us, but to usher us into God\'s presence. This is what God was showing me in the book of Acts. The church is God\'s people, allowing God to take complete and utter authority, not over a few things, but over everything; and because of that we will always triumph and grow stronger in our faith everyday.\r\n\r\nI am so grateful that God has blessed me with such a faithful and strong church family and community. He loved me enough to take me out of the hostile enviroment I was living in and placed me in an environment surrounded by love, peace, and joy. God even blessed me with a new car, so that I no longer have to walk or constantly get a ride. He has truly given me the desires of my heart, which are mostly spiritual (love, joy and peace) but even physically, God continues to provide me with all the things that I\'ve needed and even the things that I want. Even through my time of struggle or discomfort, God is there, comforting me, strengthening me, and giving me brothers and sisters in the faith to encourage me; and that is the best thing any believer in Christ could ever have.','Bria Adams','','inherit','open','open','','2044-revision-v1','','','2014-03-18 07:22:56','2014-03-18 07:22:56','',2044,'http://raylsmith.org/2044-revision-v1/',0,'revision','',0),(2318,1,'2014-03-19 05:31:37','2014-03-19 05:31:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">PILLARS OF THE FAITH</h2>\r\nWelcome to the House of Prayer Ministries, Amen. And if you\'re watching this livestream or you\'re watching this as a video recording everything in this service if you are a believer it\'s for you, it\'s available so just believe it and receive it and watch it enter your life, Amen. Praise God. Glory to God. Glory to God. Thank you Jesus. Thank you Father for your presence.\r\n\r\nAnd again, for those maybe viewing for the first time, the Lord always gives me the message, the title and the directions of the message. Hours before the service. And again, He\'s been faithful to do that. If you want a topic or a title, the topic is \"Pillars of Faith\". Amen. Praise God. And we have lot of scriptures. Amen. Okay. Now. Pillars of faith. What is a pillar?  And I was gonna do a demonstration but for safety reasons I\'ll just mention with me. Okay. Alright. Praise God. A pillar is a type of foundation, Amen. A structural platform, foundation that helps a building or something stand up right. Amen. So, if you can imagine a small block of cement right here. And if I was stand up on this  depending on how solid it was you know I will have safety, it can support my weight or support whatever I put up on it. If I stood up on it and it can support me and I feel comfortable, i\'m safe, and it will hold me up, Amen. Amen. But if there\'s a crack in the cement or if there\'s something wrong with this block then it will give way and it will be shaken, Amen. So I don\'t have much confidence, Amen. Alright.\r\n\r\nNow, let me give you the direction of I mean the let me give you  what it says about the Bible\'s excuse me the dictionary says about pillar. A pillar is a upright shelf or structure or stone, brick, or other material relatively slender and proportioned to it\'s height and if any shape any section, it has a building support or standing alone as for a monument. And another definition is natural formation, resembling such a construction, a pillar of rock, a pillar of smoke, Amen. And those who cannot symbolic me it\'s ok. Now, think about this house, there\'s certain there\'s blocks in America most houses that are built in America have a foundation, Amen. So, there\'s a little cement blocks  so many cement blocks under this house Amen. Alright. And there\'s a type of pillar or type of foundation, now the pillars that we are talking about are seen and if you ever seen a column, a column is like a pillar, Amen. So, what\'s the difference between a pillar like a column or something that stands under the house  that you cannot see, Amen. A pillar is something that is also helps the foundation in another words it helps the house or helps the buildings stand. But you can\'t see it. And because of columns they make it decorative, Amen. So, it looks good but it\'s there for structural reason, Amen. And let\'s get back to pillar thing, Amen. Now, why is the Lord saying pillars of faith? Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','Pillars of the Faith','','publish','open','open','','pillars-of-the-faith','','','2014-08-21 14:27:12','2014-08-21 14:27:12','',0,'http://raylsmith.org/?p=2318',0,'post','',0),(2319,1,'2014-03-19 05:31:37','2014-03-19 05:31:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">PILLARS OF THE FAITH</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Pillars of the Faith','','inherit','open','open','','2318-revision-v1','','','2014-03-19 05:31:37','2014-03-19 05:31:37','',2318,'http://raylsmith.org/2318-revision-v1/',0,'revision','',0),(2320,1,'2014-03-19 05:40:08','2014-03-19 05:40:08','','raylsmith-pillars','','inherit','open','open','','raylsmith-pillars','','','2014-03-19 05:40:08','2014-03-19 05:40:08','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png',0,'attachment','image/png',0),(2321,1,'2014-03-19 05:44:22','2014-03-19 05:44:22','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Pillars of the Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Pillars of the Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-resources/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Resources</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-horses/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-19 05:44:22','2014-03-19 05:44:22','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2322,1,'2014-03-19 05:46:03','2014-03-19 05:46:03','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Pillars of the Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Pillars of the Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-resources/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-resources.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Resources</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-horses/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"God\'s Horses\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godshorses.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Horses</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-03-19 05:46:03','2014-03-19 05:46:03','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2323,1,'2014-03-19 05:50:19','2014-03-19 05:50:19','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-03-19 05:50:19','2014-03-19 05:50:19','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2324,1,'2014-03-19 05:55:09','2014-03-19 05:55:09','','raylsmith-pillarsoffaith','','inherit','open','open','','raylsmith-pillarsoffaith','','','2014-03-19 05:55:09','2014-03-19 05:55:09','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-pillarsoffaith.png',0,'attachment','image/png',0),(2368,1,'2014-04-10 01:50:36','2014-04-10 01:50:36','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/eternal-life/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Lord of the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-eternallife.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-10 01:50:36','2014-04-10 01:50:36','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2325,1,'2014-03-19 05:55:59','2014-03-19 05:55:59','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Resources\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-pillarsoffaith.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-03-19 05:55:59','2014-03-19 05:55:59','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2327,1,'2014-03-21 15:01:23','2014-03-21 15:01:23','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">PILLARS OF THE FAITH</h2>\nWelcome to the House of Prayer Ministries, Amen. And if you\'re watching this livestream or you\'re watching this as a video recording everything in this service if you are a believer it\'s for you, it\'s available so just believe it and receive it and watch it enter your life, Amen. Praise God. Glory to God. Glory to God. Thank you Jesus. Thank you Father for your presence.\n\nAnd again, for those maybe viewing for the first time, the Lord always gives me the message, the title and the directions of the message. Hours before the service. And again, He\'s been faithful to do that. If you want a topic or a title, the topic is \"Pillars of Faith\". Amen. Praise God. And we have lot of scriptures. Amen. Okay. Now. Pillars of faith. What is a pillar?  And I was gonna do a demonstration but for safety reasons I\'ll just mention with me. Okay. Alright. Praise God. A pillar is a type of foundation, Amen. A structural platform, foundation that helps a building or something stand up right. Amen. So, if you can imagine a small block of cement right here. And if I was stand up on this  depending on how solid it was you know I will have safety, it can support my weight or support whatever I put up on it. If I stood up on it and it can support me and I feel comfortable, i\'m safe, and it will hold me up, Amen. Amen. But if there\'s a crack in the cement or if there\'s something wrong with this block then it will give way and it will be shaken, Amen. So I don\'t have much confidence, Amen. Alright.\n\nNow, let me give you the direction of I mean the let me give you  what it says about the Bible\'s excuse me the dictionary says about pillar. A pillar is a upright shelf or structure or stone, brick, or other material relatively slender and proportioned to it\'s height and if any shape any section, it has a building support or standing alone as for a monument. And another definition is natural formation, resembling such a construction, a pillar of rock, a pillar of smoke, Amen. And those who cannot symbolic me it\'s ok. Now, think about this house, there\'s certain there\'s blocks in America most houses that are built in America have a foundation, Amen. So, there\'s a little cement blocks  so many cement blocks under this house Amen. Alright. And there\'s a type of pillar or type of foundation, now the pillars that we are talking about are seen and if you ever seen a column, a column is like a pillar, Amen. So, what\'s the difference between a pillar like a column or something that stands under the house  that you cannot see, Amen. A pillar is something that is also helps the foundation in another words it helps the house or helps the buildings stand. But you can\'t see it. And because of columns they make it decorative, Amen. So, it looks good but it\'s there for structural reason, Amen. And let\'s get back to pillar thing, Amen. Now, why is the Lord saying pillars of faith? Amen.</td>\n</tr>\n</tbody>\n</table>','Pillars of the Faith','','inherit','open','open','','2318-autosave-v1','','','2014-03-21 15:01:23','2014-03-21 15:01:23','',2318,'http://raylsmith.org/2318-autosave-v1/',0,'revision','',0),(2328,1,'2014-03-20 09:00:13','2014-03-20 09:00:13','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">PILLARS OF THE FAITH</h2>\r\nWelcome to the House of Prayer Ministries, Amen. And if you\'re watching this livestream or you\'re watching this as a video recording everything in this service if you are a believer it\'s for you, it\'s available so just believe it and receive it and watch it enter your life, Amen. Praise God. Glory to God. Glory to God. Thank you Jesus. Thank you Father for your presence.\r\n\r\nAnd again, for those maybe viewing for the first time, the Lord always gives me the message, the title and the directions of the message. Hours before the service. And again, He\'s been faithful to do that. If you want a topic or a title, the topic is \"Pillars of Faith\". Amen. Praise God. And we have lot of scriptures. Amen. Okay. Now. Pillars of faith. What is a pillar?  And I was gonna do a demonstration but for safety reasons I\'ll just mention with me. Okay. Alright. Praise God. A pillar is a type of foundation, Amen. A structural platform, foundation that helps a building or something stand up right. Amen. So, if you can imagine a small block of cement right here. And if I was stand up on this  depending on how solid it was you know I will have safety, it can support my weight or support whatever I put up on it. If I stood up on it and it can support me and I feel comfortable, i\'m safe, and it will hold me up, Amen. Amen. But if there\'s a crack in the cement or if there\'s something wrong with this block then it will give way and it will be shaken, Amen. So I don\'t have much confidence, Amen. Alright.\r\n\r\nNow, let me give you the direction of I mean the let me give you  what it says about the Bible\'s excuse me the dictionary says about pillar. A pillar is a upright shelf or structure or stone, brick, or other material relatively slender and proportioned to it\'s height and if any shape any section, it has a building support or standing alone as for a monument. And another definition is natural formation, resembling such a construction, a pillar of rock, a pillar of smoke, Amen. And those who cannot symbolic me</td>\r\n</tr>\r\n</tbody>\r\n</table>','Pillars of the Faith','','inherit','open','open','','2318-revision-v1','','','2014-03-20 09:00:13','2014-03-20 09:00:13','',2318,'http://raylsmith.org/2318-revision-v1/',0,'revision','',0),(2329,1,'2014-03-21 15:10:02','2014-03-21 15:10:02','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">PILLARS OF THE FAITH</h2>\r\nWelcome to the House of Prayer Ministries, Amen. And if you\'re watching this livestream or you\'re watching this as a video recording everything in this service if you are a believer it\'s for you, it\'s available so just believe it and receive it and watch it enter your life, Amen. Praise God. Glory to God. Glory to God. Thank you Jesus. Thank you Father for your presence.\r\n\r\nAnd again, for those maybe viewing for the first time, the Lord always gives me the message, the title and the directions of the message. Hours before the service. And again, He\'s been faithful to do that. If you want a topic or a title, the topic is \"Pillars of Faith\". Amen. Praise God. And we have lot of scriptures. Amen. Okay. Now. Pillars of faith. What is a pillar?  And I was gonna do a demonstration but for safety reasons I\'ll just mention with me. Okay. Alright. Praise God. A pillar is a type of foundation, Amen. A structural platform, foundation that helps a building or something stand up right. Amen. So, if you can imagine a small block of cement right here. And if I was stand up on this  depending on how solid it was you know I will have safety, it can support my weight or support whatever I put up on it. If I stood up on it and it can support me and I feel comfortable, i\'m safe, and it will hold me up, Amen. Amen. But if there\'s a crack in the cement or if there\'s something wrong with this block then it will give way and it will be shaken, Amen. So I don\'t have much confidence, Amen. Alright.\r\n\r\nNow, let me give you the direction of I mean the let me give you  what it says about the Bible\'s excuse me the dictionary says about pillar. A pillar is a upright shelf or structure or stone, brick, or other material relatively slender and proportioned to it\'s height and if any shape any section, it has a building support or standing alone as for a monument. And another definition is natural formation, resembling such a construction, a pillar of rock, a pillar of smoke, Amen. And those who cannot symbolic me it\'s ok. Now, think about this house, there\'s certain there\'s blocks in America most houses that are built in America have a foundation, Amen. So, there\'s a little cement blocks  so many cement blocks under this house Amen. Alright. And there\'s a type of pillar or type of foundation, now the pillars that we are talking about are seen and if you ever seen a column, a column is like a pillar, Amen. So, what\'s the difference between a pillar like a column or something that stands under the house  that you cannot see, Amen. A pillar is something that is also helps the foundation in another words it helps the house or helps the buildings stand. But you can\'t see it. And because of columns they make it decorative, Amen. So, it looks good but it\'s there for structural reason, Amen. And let\'s get back to pillar thing, Amen. Now, why is the Lord saying pillars of faith? Amen.</td>\r\n</tr>\r\n</tbody>\r\n</table>','Pillars of the Faith','','inherit','open','open','','2318-revision-v1','','','2014-03-21 15:10:02','2014-03-21 15:10:02','',2318,'http://raylsmith.org/2318-revision-v1/',0,'revision','',0),(2339,1,'2014-03-30 14:07:56','2014-03-30 14:07:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\n\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\n\nNow let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\n\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup> <span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span> <sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span> <sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span> <sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span> <sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span> <sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span> <sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span> <sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\n\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span> <sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\n\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"<span style=\"color: #ff0000;\">It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom;</span> <sup>2 </sup><span style=\"color: #ff0000;\">And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage.</span> <sup>3 </sup><span style=\"color: #ff0000;\">Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm.</span> <sup>4 </sup><span style=\"color: #ff0000;\">Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him.</span> <sup>5 </sup><span style=\"color: #ff0000;\">Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever.</span> <sup>7 </sup><span style=\"color: #ff0000;\">All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions.</span> <sup>8 </sup><span style=\"color: #ff0000;\">Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Wherefore king Darius signed the writing and the decree.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.</span>\" So, it didn\'t matter what the king said, it didn\'t matter that he\'s going be thrown to the  lions den, it didn\'t matter and he couldn\'t even close his windows so people come and see it, as always he didn\'t hid it, he didn\'t fear it, his windows is open and he pray 3 times a day, Amen. Praise God. Alright. Verse 13, \"<sup>13 </sup><span style=\"color: #ff0000;\">Then answered they and said before the king, That Daniel, which is of the children of the captivity of Judah, regardeth not thee, O king, nor the decree that thou hast signed, but maketh his petition three times a day.</span> <sup>14 </sup><span style=\"color: #ff0000;\">Then the king, when he heard these words, was sore displeased with himself, and set his heart on Daniel to deliver him: and he laboured till the going down of the sun to deliver him.</span>\" But don\'t you know, the way things has said, the king had make the decree he could change himself, Amen. Alright. Okay. And this is something, even though you may have people who love you, people who fought for you, there\'s certain things that people can\'t do, only God can. Amen. Alright. Now, verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">Then these men assembled unto the king, and said unto the king, Know, O king, that the law of the Medes and Persians is, That no decree nor statute which the king establisheth may be changed.</span> <sup>16 </sup><span style=\"color: #ff0000;\">Then the king commanded, and they brought Daniel, and cast him into the den of lions. Now the king spake and said unto Daniel, Thy God whom thou servest continually, he will deliver thee.</span>\" Amen. Praise God. Event eh king had faith. Praise God. Okay, praise God. Verse 17, \"<sup>17 </sup><span style=\"color: #ff0000;\">And a stone was brought, and laid upon the mouth of the den; and the king sealed it with his own signet, and with the signet of his lords; that the purpose might not be changed concerning Daniel.</span> <sup>18 </sup><span style=\"color: #ff0000;\">Then the king went to his palace, and passed the night fasting: neither were instruments of musick brought before him: and his sleep went from him.</span> <sup>19 </sup><span style=\"color: #ff0000;\">Then the king arose very early in the morning, and went in haste unto the den of lions.</span> <sup>20 </sup><span style=\"color: #ff0000;\">And when he came to the den, he cried with a lamentable voice unto Daniel: and the king spake and said to Daniel, O Daniel, servant of the living God, is thy God, whom thou servest continually, able to deliver thee from the lions?</span> <sup>21 </sup><span style=\"color: #ff0000;\">Then said Daniel unto the king, O king, live for ever.</span> <sup>22 </sup><span style=\"color: #ff0000;\">My God hath sent his angel, and hath shut the lions\' mouths, that they have not hurt me: forasmuch as before him innocency was found in me; and also before thee, O king, have I done no hurt.</span> <sup>23 </sup>Then was the king exceedingly glad for him, and commanded that they should take Daniel up out of the den.\" So Daniel was taken up out of the den, and no manner of hurt was found upon him, because he believed in his God.</td>\n</tr>\n</tbody>\n</table>','I Love You So Much ','','inherit','open','open','','2330-autosave-v1','','','2014-03-30 14:07:56','2014-03-30 14:07:56','',2330,'http://raylsmith.org/2330-autosave-v1/',0,'revision','',0),(2341,1,'2014-03-30 13:27:52','2014-03-30 13:27:52','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\r\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nNow let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\r\n\r\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup> <span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span> <sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span> <sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span> <sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span> <sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span> <sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span> <sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span> <sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\r\n\r\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span> <sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\r\n\r\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom; <sup>2 </sup>And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage. <sup>3 </sup>Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm. <sup>4 </sup>Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him. <sup>5 </sup>Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God. <sup>6 </sup>Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever. <sup>7 </sup>All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions. <sup>8 </sup>Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not. <sup>9 </sup>Wherefore king Darius signed the writing and the decree. <sup>10 </sup>Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.</td>\r\n</tr>\r\n</tbody>\r\n</table>','I Love You So Much ','','inherit','open','open','','2330-revision-v1','','','2014-03-30 13:27:52','2014-03-30 13:27:52','',2330,'http://raylsmith.org/2330-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2340,1,'2014-03-30 13:24:21','2014-03-30 13:24:21','Now let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup><span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span><sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span><sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span><sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span><sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span><sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span><sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span><sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span><sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span><sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span><sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span><sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom; <sup>2 </sup>And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage. <sup>3 </sup>Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm. <sup>4 </sup>Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him. <sup>5 </sup>Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God. <sup>6 </sup>Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever. <sup>7 </sup>All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions. <sup>8 </sup>Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not. <sup>9 </sup>Wherefore king Darius signed the writing and the decree. <sup>10 </sup>Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.\n<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center></td>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.</td>\n</tr>\n</tbody>\n</table>','I Love You So Much ','','inherit','open','open','','2330-revision-v1','','','2014-03-30 13:24:21','2014-03-30 13:24:21','',2330,'http://raylsmith.org/2330-revision-v1/',0,'revision','',0),(2342,1,'2014-03-30 13:47:57','2014-03-30 13:47:57','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\r\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nNow let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\r\n\r\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup> <span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span> <sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span> <sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span> <sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span> <sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span> <sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span> <sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span> <sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\r\n\r\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span> <sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\r\n\r\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"<span style=\"color: #ff0000;\">It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom;</span> <sup>2 </sup><span style=\"color: #ff0000;\">And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage.</span> <sup>3 </sup><span style=\"color: #ff0000;\">Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm.</span> <sup>4 </sup><span style=\"color: #ff0000;\">Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him.</span> <sup>5 </sup><span style=\"color: #ff0000;\">Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever.</span> <sup>7 </sup><span style=\"color: #ff0000;\">All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions.</span> <sup>8 </sup><span style=\"color: #ff0000;\">Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Wherefore king Darius signed the writing and the decree.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.</span>\" So, it didn\'t matter what the king said, it didn\'t matter that he\'s going be thrown to the  lions den, it didn\'t matter and he couldn\'t even close his windows so people come and see it, as always he didn\'t hid it, he didn\'t fear it, his windows is open and he pray 3 times a day, Amen. Praise God. Alright. Verse 13, \"<sup>13 </sup><span style=\"color: #ff0000;\">Then answered they and said before the king, That Daniel, which is of the children of the captivity of Judah, regardeth not thee, O king, nor the decree that thou hast signed, but maketh his petition three times a day.</span> <sup>14 </sup><span style=\"color: #ff0000;\">Then the king, when he heard these words, was sore displeased with himself, and set his heart on Daniel to deliver him: and he laboured till the going down of the sun to deliver him.</span>\" But don\'t you know, the way things has said, the king had make the</td>\r\n</tr>\r\n</tbody>\r\n</table>','I Love You So Much ','','inherit','open','open','','2330-revision-v1','','','2014-03-30 13:47:57','2014-03-30 13:47:57','',2330,'http://raylsmith.org/2330-revision-v1/',0,'revision','',0),(2343,1,'2014-03-30 14:07:59','2014-03-30 14:07:59','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">I LOVE YOU SO MUCH</h2>\r\nIf you want a title of this message, the title of this message is \"I love you so much\". Amen. I love you so much. Okay. Turn with me to James chapter 5 and we have a lot of scriptures, okay. Alright. James 5:15, and again I have a lot of reading to do. Amen. Alright. James 5:15, thank you for those who on the internet audience, thank you if you are watching this by livestream or you are watching by a video recording. Welcome and everything\'s here is for you, everything does here is service is for you, Amen. Praise God. Alright. James 5:15, <sup>15 </sup><span style=\"color: #ff0000;\">And the prayer of faith shall save the sick, and the Lord shall raise him up; and if he have committed sins, they shall be forgiven him.</span>\" Amen.\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nLet\'s go to Matthew 8 and again I\'m gonna go a lot of scriptures and go quickly. Alright. Matthew chapter 8 starting at verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">And when Jesus was come into Peter\'s house, he saw his wife\'s mother laid, and sick of a fever. And he touched her hand, and the fever left her: and she arose, and ministered unto them.</span>\" Amen.\r\n\r\nNow let\'s go to 1st Peter chapter 2 verse 24, \"<sup>24 </sup><span style=\"color: #ff0000;\">Who his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.</span>\" Amen. amen. So, we thank God for His bare, for us.\r\n\r\nNow let\'s go to Acts, alright, so, those scriptures we just read was scriptures according to the promise, according to God\'s provision, Amen. Now lets see this scriptures in action, Amen. And as we read this scriptures I pray that you will remember your own story, Amen. And what God has done for you or for your family, Amen. Alright praise God. Acts chapter 3 starting at verse 1, \"<sup>1</sup> <span style=\"color: #ff0000;\">Now Peter and John went up together into the temple at the hour of prayer, being the ninth hour.</span> <sup>2 </sup><span style=\"color: #ff0000;\">And a certain man lame from his mother\'s womb was carried, whom they laid daily at the gate of the temple which is called Beautiful, to ask alms of them that entered into the temple;</span> <sup>3 </sup><span style=\"color: #ff0000;\">Who seeing Peter and John about to go into the temple asked an alms.</span> <sup>4 </sup><span style=\"color: #ff0000;\">And Peter, fastening his eyes upon him with John, said, Look on us.</span> <sup>5 </sup><span style=\"color: #ff0000;\">And he gave heed unto them, expecting to receive something of them.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then Peter said, Silver and gold have I none; but such as I have give I thee: In the name of Jesus Christ of Nazareth rise up and walk.</span> <sup>7 </sup><span style=\"color: #ff0000;\">And he took him by the right hand, and lifted him up: and immediately his feet and ankle bones received strength.</span> <sup>8 </sup><span style=\"color: #ff0000;\">And he leaping up stood, and walked, and entered with them into the temple, walking, and leaping, and praising God.</span> <sup>9 </sup><span style=\"color: #ff0000;\">And all the people saw him walking and praising God:\"</span> Amen. Amen and amen. So, I want to say this with one heart, Amen and what you have miraculous healing of God just touch you and you and your headache whatever it was I know that everyone here has been healed one way or another, amen. So, let\'s say with one heart. Jesus thank you for healing, Amen. Alright, let\'s say it one more time. Jesus, thank you for healing me, Amen. Okay, praise God.\r\n\r\nNow, let\'s go to Psalms chapter 105 starting at verse 14, \"<sup>14 </sup><span style=\"color: #ff0000;\">He suffered no man to do them wrong: yea, he reproved kings for their sakes;</span> <sup>15 </sup><span style=\"color: #ff0000;\">Saying, Touch not mine anointed, and do my prophets no harm.</span>\" Amen. Now, let\'s continue on Psalms 141 starting at verse 8, \"<sup>8 </sup><span style=\"color: #ff0000;\">But mine eyes are unto thee, O God the Lord: in thee is my trust; leave not my soul destitute.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Keep me from the snares which they have laid for me, and the gins of the workers of iniquity.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Let the wicked fall into their own nets, whilst that I withal escape.</span>\" Amen. Amen. And again that is a scriptures that\'s a promise, that\'s provision, Amen. Let\'s see it in action. Amen.\r\n\r\nTurn with me to Daniel chapter 6, Amen. And remember, as we read this, as we read the Bible here and see the scriptures of God\'s promise and action, how He ministers us, how He has provided for us, remember your own story, Amen. Okay now, Daniel chapter 6 verse 1, \"<span style=\"color: #ff0000;\">It pleased Darius to set over the kingdom an hundred and twenty princes, which should be over the whole kingdom;</span> <sup>2 </sup><span style=\"color: #ff0000;\">And over these three presidents; of whom Daniel was first: that the princes might give accounts unto them, and the king should have no damage.</span> <sup>3 </sup><span style=\"color: #ff0000;\">Then this Daniel was preferred above the presidents and princes, because an excellent spirit was in him; and the king thought to set him over the whole realm.</span> <sup>4 </sup><span style=\"color: #ff0000;\">Then the presidents and princes sought to find occasion against Daniel concerning the kingdom; but they could find none occasion nor fault; forasmuch as he was faithful, neither was there any error or fault found in him.</span> <sup>5 </sup><span style=\"color: #ff0000;\">Then said these men, We shall not find any occasion against this Daniel, except we find it against him concerning the law of his God.</span> <sup>6 </sup><span style=\"color: #ff0000;\">Then these presidents and princes assembled together to the king, and said thus unto him, King Darius, live for ever.</span> <sup>7 </sup><span style=\"color: #ff0000;\">All the presidents of the kingdom, the governors, and the princes, the counsellors, and the captains, have consulted together to establish a royal statute, and to make a firm decree, that whosoever shall ask a petition of any God or man for thirty days, save of thee, O king, he shall be cast into the den of lions.</span> <sup>8 </sup><span style=\"color: #ff0000;\">Now, O king, establish the decree, and sign the writing, that it be not changed, according to the law of the Medes and Persians, which altereth not.</span> <sup>9 </sup><span style=\"color: #ff0000;\">Wherefore king Darius signed the writing and the decree.</span> <sup>10 </sup><span style=\"color: #ff0000;\">Now when Daniel knew that the writing was signed, he went into his house; and his windows being open in his chamber toward Jerusalem, he kneeled upon his knees three times a day, and prayed, and gave thanks before his God, as he did aforetime.</span>\" So, it didn\'t matter what the king said, it didn\'t matter that he\'s going be thrown to the  lions den, it didn\'t matter and he couldn\'t even close his windows so people come and see it, as always he didn\'t hid it, he didn\'t fear it, his windows is open and he pray 3 times a day, Amen. Praise God. Alright. Verse 13, \"<sup>13 </sup><span style=\"color: #ff0000;\">Then answered they and said before the king, That Daniel, which is of the children of the captivity of Judah, regardeth not thee, O king, nor the decree that thou hast signed, but maketh his petition three times a day.</span> <sup>14 </sup><span style=\"color: #ff0000;\">Then the king, when he heard these words, was sore displeased with himself, and set his heart on Daniel to deliver him: and he laboured till the going down of the sun to deliver him.</span>\" But don\'t you know, the way things has said, the king had make the decree he could change himself, Amen. Alright. Okay. And this is something, even though you may have people who love you, people who fought for you, there\'s certain things that people can\'t do, only God can. Amen. Alright. Now, verse 15, \"<sup>15 </sup><span style=\"color: #ff0000;\">Then these men assembled unto the king, and said unto the king, Know, O king, that the law of the Medes and Persians is, That no decree nor statute which the king establisheth may be changed.</span> <sup>16 </sup><span style=\"color: #ff0000;\">Then the king commanded, and they brought Daniel, and cast him into the den of lions. Now the king spake and said unto Daniel, Thy God whom thou servest continually, he will deliver thee.</span>\" Amen. Praise God. Event eh king had faith. Praise God. Okay, praise God. Verse 17, \"<sup>17 </sup><span style=\"color: #ff0000;\">And a stone was brought, and laid upon the mouth of the den; and the king sealed it with his own signet, and with the signet of his lords; that the purpose might not be changed concerning Daniel.</span> <sup>18 </sup><span style=\"color: #ff0000;\">Then the king went to his palace, and passed the night fasting: neither were instruments of musick brought before him: and his sleep went from him.</span> <sup>19 </sup><span style=\"color: #ff0000;\">Then the king arose very early in the morning, and went in haste unto the den of lions.</span> <sup>20 </sup><span style=\"color: #ff0000;\">And when he came to the den, he cried with a lamentable voice unto Daniel: and the king spake and said to Daniel, O Daniel, servant of the living God, is thy God, whom thou servest continually, able to deliver thee from the lions?</span> <sup>21 </sup><span style=\"color: #ff0000;\">Then said Daniel unto the king, O king, live for ever.</span> <sup>22 </sup><span style=\"color: #ff0000;\">My God hath sent his angel, and hath shut the lions\' mouths, that they have not hurt me: forasmuch as before him innocency was found in me; and also before thee, O king, have I done no hurt.</span> <sup>23 </sup><span style=\"color: #ff0000;\">Then was the king exceedingly glad for him, and commanded that they should take Daniel up out of the den.</span>\" So Daniel was taken up out of the den, and no manner of hurt was found upon him, because he believed in his God.</td>\r\n</tr>\r\n</tbody>\r\n</table>','I Love You So Much ','','inherit','open','open','','2330-revision-v1','','','2014-03-30 14:07:59','2014-03-30 14:07:59','',2330,'http://raylsmith.org/2330-revision-v1/',0,'revision','',0),(2344,1,'2014-04-02 11:46:19','2014-04-02 11:46:19','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\r\n\r\nAnd again, Luke chapter 5 starting at verse 1,\r\n\r\n<span style=\"color: #ff0000;\"><sup>1</sup><em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em></span>\r\n\r\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Starting at verse 18.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\r\n\r\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\r\n\r\nNow, let\'s go to Luke again. Luke chapter 10 starting at verse 1.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\r\n\r\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen. And then  after Jesus preached, then He told Peter on what to do, Amen. So, there\'s something the Lord of the Harvest has a job to do, Amen. Now, if you will one of His laborers then you will get everything that you need to fulfill the job. Amen. Give me an example. Lord, I want to be a death free, I just want to be death free you know I won\'t, I wanna death free and I want enough money to live a life that I want to live you know. And that maybe a hundred thousand year or maybe 500 thousand or maybe a million year, I don\'t know whatever it is. Lord, I want to be death free, I want to be prosperous, Amen. And you gonna pray the scriptures Amen.  And you can have some success and praying scriptures but if you are going to say Lord, I\'m going to build your house, I know that you want to build your house build or I know that you want this project done or I know that you want this done. Amen. Once you said, okay look, I\'m gonna give you, I\'m gonna do this when you give me the means, Amen, to do the job that you call me to do, amen. Guess what, when you pray for it, then you get it, why? Because you\'re doing what God has call you to do. Amen. Jesus is about the work, amen. He is going to bless you. But there\'s a job to do. I know, listen to this testimony, and it was a person in, you know the life of spirit, mourn and prosperity, Amen. But you know prosper is part of it. Listen to his testimony said he really was warning to be prosper , he just yet praying and praying and seen God and seen God. And he just happened. He was giving doing all he could. But it was just happened. So, one day, they we\'re having something at the church and saying that, the Lord say he want him to do something or is building something and he went to the Lord saying, Lord, if you bless me, I will bless this church and guess what? Then the blessings begun to come on his life. Why? Because now, the things that he was doing was part of God\'s work, amen. So, if you wanna take, now don\'t take me wrong God will bless you, He will bless you, but you wanna take your blessing go over here and live a good life. That\'s okay.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','publish','open','open','','lord-of-the-harvest','','','2014-04-06 14:55:29','2014-04-06 14:55:29','',0,'http://raylsmith.org/?p=2344',0,'post','',0),(2345,1,'2014-04-02 11:46:19','2014-04-02 11:46:19','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-02 11:46:19','2014-04-02 11:46:19','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2346,1,'2014-04-02 12:01:52','2014-04-02 12:01:52','','raylsmith-lordoftheharvest','','inherit','open','open','','raylsmith-lordoftheharvest','','','2014-04-02 12:01:52','2014-04-02 12:01:52','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordoftheharvest.png',0,'attachment','image/png',0),(2366,1,'2014-04-09 09:15:29','2014-04-09 09:15:29','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/eternal-life/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Eternal Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal-life.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Eternal Life</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"I Love You So Much\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-iloveyou.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>I Love You So Much</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Pillars of the Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Pillars of the Faith</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-04-09 09:15:29','2014-04-09 09:15:29','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2347,1,'2014-04-02 12:03:14','2014-04-02 12:03:14','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/lord-of-the-harvest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Lord of the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordoftheharvest.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Lord of the Harvest</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"I Love You So Much\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-iloveyou.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>I Love You So Much</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Pillars of the Faith\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-pillars.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Pillars of the Faith</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/lord-of-the-harvest/\">Lord of the Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>March 30, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-04-02 12:03:14','2014-04-02 12:03:14','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2348,1,'2014-04-02 12:07:40','2014-04-02 12:07:40','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Lord of the Harvest</strong>\r\n<strong>March 30, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-02 12:07:40','2014-04-02 12:07:40','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2350,1,'2014-04-02 12:14:22','2014-04-02 12:14:22','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/lord-of-the-harvest/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Lord of the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-harvest.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-02 12:14:22','2014-04-02 12:14:22','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2351,1,'2014-04-06 14:55:05','2014-04-06 14:55:05','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\n\nAnd again, Luke chapter 5 starting at verse 1,\n\n<span style=\"color: #ff0000;\"><sup>1</sup><em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em></span>\n\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Starting at verse 18.\n\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\n\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\n\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\n\nNow, let\'s go to Luke again. Luke chapter 10 starting at verse 1.\n\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\n\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\n\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen. And then  after Jesus preached, then He told Peter on what to do, Amen. So, there\'s something the Lord of the Harvest has a job to do, Amen. Now, if you will one of His laborers then you will get everything that you need to fulfill the job. Amen. Give me an example. Lord, I want to be a death free, I just want to be death free you know I won\'t, I wanna death free and I want enough money to live a life that I want to live you know. And that maybe a hundred thousand year or maybe 500 thousand or maybe a million year, I don\'t know whatever it is. Lord, I want to be death free, I want to be prosperous, Amen. And you gonna pray the scriptures Amen.  And you can have some success and praying scriptures but if you are going to say Lord, I\'m going to build your house, I know that you want to build your house build or I know that you want this project done or I know that you want this done. Amen. Once you said, okay look, I\'m gonna give you, I\'m gonna do this when you give me the means, Amen, to do the job that you call me to do, amen. Guess what, when you pray for it, then you get it, why? Because you\'re doing what God has call you to do. Amen. Jesus is about the work, amen. He is going to bless you. But there\'s a job to do. I know, listen to this testimony, and it was a person in, you know the life of spirit, mourn and prosperity, Amen. But you know prosper is part of it. Listen to his testimony said he really was warning to be prosper , he just yet praying and praying and seen God and seen God. And he just happened. He was giving doing all he could. But it was just happened. So, one day, they we\'re having something at the church and saying that, the Lord say he want him to do something or is building something and he went to the Lord saying, Lord, if you bless me, I will bless this church and guess what? Then the blessings begun to come on his life. Why? Because now, the things that he was doing was part of God\'s work, amen. So, if you wanna take, now don\'t take me wrong God will bless you, He will bless you, but you wanna take your blessing go over here and live a good life. That\'s okay. But if you gonna be\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;</td>\n</tr>\n</tbody>\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-autosave-v1','','','2014-04-06 14:55:05','2014-04-06 14:55:05','',2344,'http://raylsmith.org/2344-autosave-v1/',0,'revision','',0),(2352,1,'2014-04-03 13:12:13','2014-04-03 13:12:13','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"420\" height=\"315\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-04-03 13:12:13','2014-04-03 13:12:13','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2353,1,'2014-04-03 13:14:20','2014-04-03 13:14:20','[ezcol_1half]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n[/ezcol_1half] \r\n\r\n\r\n[ezcol_1half_end]\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\"> <allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n\r\n\r\n[/ezcol_1half_end]\r\n<hr>\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n&nbsp; [/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-04-03 13:14:20','2014-04-03 13:14:20','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2354,1,'2014-04-04 14:32:36','2014-04-04 14:32:36','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no,\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-04 14:32:36','2014-04-04 14:32:36','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2355,1,'2014-04-06 13:43:35','2014-04-06 13:43:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\r\n\r\nAnd again, Luke chapter 5 starting at verse 1, \"<em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em>\r\n\r\n<em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em>\r\n\r\n<em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em>\r\n\r\n<em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em>\r\n\r\n<em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em>\r\n\r\n<em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em>\r\n\r\n<em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em>\r\n\r\n<em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em>\r\n\r\n<em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em>\r\n\r\n<em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em>\r\n\r\n<em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em>\r\n\r\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Staring at verse 18.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\r\n\r\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\r\n\r\nNow, let\'s go to Luke again. Luke chapter 10 staring at verse 1.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\r\n\r\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-06 13:43:35','2014-04-06 13:43:35','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2356,1,'2014-04-06 13:45:32','2014-04-06 13:45:32','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\r\n\r\nAnd again, Luke chapter 5 starting at verse 1,\r\n\r\n<span style=\"color: #ff0000;\"><sup>1</sup><em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em></span>\r\n\r\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Staring at verse 18.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\r\n\r\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\r\n\r\nNow, let\'s go to Luke again. Luke chapter 10 staring at verse 1.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\r\n\r\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-06 13:45:32','2014-04-06 13:45:32','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2357,1,'2014-04-06 13:46:55','2014-04-06 13:46:55','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\r\n\r\nAnd again, Luke chapter 5 starting at verse 1,\r\n\r\n<span style=\"color: #ff0000;\"><sup>1</sup><em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em></span>\r\n\r\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Starting at verse 18.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\r\n\r\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\r\n\r\nNow, let\'s go to Luke again. Luke chapter 10 starting at verse 1.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\r\n\r\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-06 13:46:55','2014-04-06 13:46:55','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2358,1,'2014-04-06 14:55:29','2014-04-06 14:55:29','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"650\" height=\"400\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/2RdmZZzds5A?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></center>\r\n<h2 style=\"text-align: center;\">LORD OF THE HARVEST</h2>\r\nWelcome to the House of Prayer Ministries..... actually easy to enter in. Amen. So if you don\'t make it complicated, it\'s easy for you to get what God has for you, Amen. So, let\'s get what God has, Amen. Who wanna get what God has today? Let\'s get it, Amen. Now, we thank God for His manifestation, we thank God for His glory, we thank God for just coming through us and it\'s been so many things that God has done for us over the months and over the years. And those things are wonderful. I wanna prepare you for this because you know you can come and get  no, even when God is doing good things for you, Amen. You can get it taken for granted, or I just want to go, and just enjoys presence, I just wanna go and just relax, I just wanna go and hear the word but no, the more you listen in you want to enter in to what he has, Amen. Even if God was good last  week, two weeks, 3 weeks ago, 4 weeks ago, you want to come in, fresh but great expectations what God receive you, Amen. Amen. Praise God. Glory to the Lord of the Harvest. The reason why I\'m preparing your harvest is  many of you having waiting for blessing Amen. And this is the final piece, now you are gonna enter to a new place, you to enter a new life, many of you have begun your new life, Amen. But if you\'ve waiting on something from the Lord, pay very close attention to this message, Amen.\r\n\r\nAnd again, Luke chapter 5 starting at verse 1,\r\n\r\n<span style=\"color: #ff0000;\"><sup>1</sup><em>And it came to pass, that, as the people pressed upon him to hear the word of God, he stood by the lake of Gennesaret, </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>And saw two ships standing by the lake: but the fishermen were gone out of them, and were washing their nets. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>And he entered into one of the ships, which was Simon\'s, and prayed him that he would thrust out a little from the land. And he sat down, and taught the people out of the ship.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>4 </sup>Now when he had left speaking, he said unto Simon, Launch out into the deep, and let down your nets for a draught. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>5 </sup>And Simon answering said unto him, Master, we have toiled all the night, and have taken nothing: nevertheless at thy word I will let down the net. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>6 </sup>And when they had this done, they inclosed a great multitude of fishes: and their net brake. </em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>7 </sup>And they beckoned unto their partners, which were in the other ship, that they should come and help them. And they came, and filled both the ships, so that they began to sink.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>8 </sup>When Simon Peter saw it, he fell down at Jesus\' knees, saying, Depart from me; for I am a sinful man, O Lord.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>9 </sup>For he was astonished, and all that were with him, at the draught of the fishes which they had taken:</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>10 </sup>And so was also James, and John, the sons of Zebedee, which were partners with Simon. And Jesus said unto Simon, Fear not; from henceforth thou shalt catch men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>11 </sup>And when they had brought their ships to land, they forsook all, and followed him.</em></span>\r\n\r\nAmen. Let\'s turn to Matthew chapter 4, remember the Lord of the Harvest, Lord of the Harvest, Amen. Amen. Starting at verse 18.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>18 </sup>And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and Andrew his brother, casting a net into the sea: for they were fishers.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>19 </sup>And he saith unto them, Follow me, and I will make you fishers of men.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>20 </sup>And they straightway left their nets, and followed him.</em></span> (Amen. Amen and Amen and Amen. Praise God)\r\n\r\nNow, in the first one and Luke chapter 5, Simon was Peter was fishing, Amen. And he had not taken anything, alright. Another words, he had not catch any fish. And Jesus said, cast out your net on the other side. And Simon said, I\'m taken nothing all night but at your Word I will. And he did. And guess what? He had a great draw of fishes, so much that net begun to break, Amen. Alright. Now, how many of you had tried to apply the Word of God? You applied it or you\'re not getting the results that you want at least all the time. Amen. Because we applied the Word of God you will get results but sometimes Lord I\'m applying your Word but I\'m not getting the results that I thought I should get, Amen. Okay, let\'s continue. Because Peter obey the Word of God he got a drop, right? For the something extra here, Amen. Lord of the Harvest! Alright, now,  let\'s go to Matthew chapter 9. And remember, the gospel is simple, Amen. So, let\'s just enter in to the simple message and get what God has for us? Let\'s begin at verse 37. Matthew chapter 9 verse 37.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>37 </sup>Then saith he unto his disciples, The harvest truly is plenteous, but the labourers are few;</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>38 </sup>Pray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.</em> </span>(Amen. Amen!)\r\n\r\nNow, let\'s go to Luke again. Luke chapter 10 starting at verse 1.\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>1</sup> After these things the Lord appointed other seventy also, and sent them two and two before his face into every city and place, whither he himself would come.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>2 </sup>Therefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.</em></span>\r\n\r\n<span style=\"color: #ff0000;\"><em><sup>3 </sup>Go your ways: behold, I send you forth as lambs among wolves.</em></span> (Amen)\r\n\r\nNow, as we read the story, and I gonna bring you back to when Peter was at the, Peter was fishing. Amen. What happened before he cast out the net? We\'ll I\'m gonna tell you what happened, before that he let Jesus enter into his ship and Jesus preach, Amen. And then  after Jesus preached, then He told Peter on what to do, Amen. So, there\'s something the Lord of the Harvest has a job to do, Amen. Now, if you will one of His laborers then you will get everything that you need to fulfill the job. Amen. Give me an example. Lord, I want to be a death free, I just want to be death free you know I won\'t, I wanna death free and I want enough money to live a life that I want to live you know. And that maybe a hundred thousand year or maybe 500 thousand or maybe a million year, I don\'t know whatever it is. Lord, I want to be death free, I want to be prosperous, Amen. And you gonna pray the scriptures Amen.  And you can have some success and praying scriptures but if you are going to say Lord, I\'m going to build your house, I know that you want to build your house build or I know that you want this project done or I know that you want this done. Amen. Once you said, okay look, I\'m gonna give you, I\'m gonna do this when you give me the means, Amen, to do the job that you call me to do, amen. Guess what, when you pray for it, then you get it, why? Because you\'re doing what God has call you to do. Amen. Jesus is about the work, amen. He is going to bless you. But there\'s a job to do. I know, listen to this testimony, and it was a person in, you know the life of spirit, mourn and prosperity, Amen. But you know prosper is part of it. Listen to his testimony said he really was warning to be prosper , he just yet praying and praying and seen God and seen God. And he just happened. He was giving doing all he could. But it was just happened. So, one day, they we\'re having something at the church and saying that, the Lord say he want him to do something or is building something and he went to the Lord saying, Lord, if you bless me, I will bless this church and guess what? Then the blessings begun to come on his life. Why? Because now, the things that he was doing was part of God\'s work, amen. So, if you wanna take, now don\'t take me wrong God will bless you, He will bless you, but you wanna take your blessing go over here and live a good life. That\'s okay.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','Lord Of The Harvest','','inherit','open','open','','2344-revision-v1','','','2014-04-06 14:55:29','2014-04-06 14:55:29','',2344,'http://raylsmith.org/2344-revision-v1/',0,'revision','',0),(2360,1,'2014-04-07 12:59:39','2014-04-07 12:59:39','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-04-07 12:59:39','2014-04-07 12:59:39','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2361,1,'2014-04-09 06:49:43','2014-04-09 06:49:43','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-04-09 06:49:43','2014-04-09 06:49:43','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2362,1,'2014-04-09 07:46:38','2014-04-09 07:46:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-09 07:46:38','2014-04-09 07:46:38','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2363,1,'2014-04-09 09:05:37','2014-04-09 09:05:37','','raylsmith-eternal-life','','inherit','open','open','','raylsmith-eternal-life','','','2014-04-09 09:05:37','2014-04-09 09:05:37','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal-life.png',0,'attachment','image/png',0),(2367,1,'2014-04-10 01:39:54','2014-04-10 01:39:54','','raylsmith-eternallife','','inherit','open','open','','raylsmith-eternallife','','','2014-04-10 01:39:54','2014-04-10 01:39:54','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-eternallife.png',0,'attachment','image/png',0),(2364,1,'2014-04-09 09:11:31','2014-04-09 09:11:31','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL LIFE</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Life','','publish','open','open','','eternal-life','','','2014-08-21 14:07:55','2014-08-21 14:07:55','',0,'http://raylsmith.org/?p=2364',0,'post','',0),(2365,1,'2014-04-09 09:11:31','2014-04-09 09:11:31','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">ETERNAL LIFE</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Eternal Life','','inherit','open','open','','2364-revision-v1','','','2014-04-09 09:11:31','2014-04-09 09:11:31','',2364,'http://raylsmith.org/2364-revision-v1/',0,'revision','',0),(2372,1,'2014-04-16 03:01:17','2014-04-16 03:01:17','','raylsmith-makeiteasy','','inherit','open','open','','raylsmith-makeiteasy','','','2014-04-16 03:01:17','2014-04-16 03:01:17','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-makeiteasy.png',0,'attachment','image/png',0),(2373,1,'2014-04-16 03:04:24','2014-04-16 03:04:24','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/making-it-easy/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Making It Easy\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-makeiteasy.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Making It Easy</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/eternal-life/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Eternal Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal-life.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Eternal Life</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"I Love You So Much\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-iloveyou.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>I Love You So Much</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-04-16 03:04:24','2014-04-16 03:04:24','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2374,1,'2014-04-16 03:09:43','2014-04-16 03:09:43','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-16 03:09:43','2014-04-16 03:09:43','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2375,1,'2014-04-16 03:10:57','2014-04-16 03:10:57','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-16 03:10:57','2014-04-16 03:10:57','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2386,1,'2014-04-21 14:36:59','2014-04-21 14:36:59','','raylsmith-hidden-wonder','','inherit','open','open','','raylsmith-hidden-wonder','','','2014-04-21 14:36:59','2014-04-21 14:36:59','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-hidden-wonder.png',0,'attachment','image/png',0),(2376,1,'2014-04-16 03:15:03','2014-04-16 03:15:03','','raylsmith-makingiteasy','','inherit','open','open','','raylsmith-makingiteasy','','','2014-04-16 03:15:03','2014-04-16 03:15:03','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-makingiteasy.png',0,'attachment','image/png',0),(2377,1,'2014-04-16 03:16:01','2014-04-16 03:16:01','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/making-it-easy/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Making It Easy\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-makingiteasy.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-16 03:16:01','2014-04-16 03:16:01','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2378,1,'2014-04-16 05:07:56','2014-04-16 05:07:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">MAKING IT EASY</h2>\n\nWelcome to the House of Prayer Ministries, welcome everyone who is online and everyone in the congregation. Now if you are tuning in for the first time or if you are listening via livestream, again everything that has in the service is for you. Amen! If you ave receive Jesus as your Lord and Savior, everything that has happen here this morning is available to you. So just believe it and receive it. Amen! And again, for those who maybe here for the first time online or listening to video recording, the Lord always gives me the Word hours before the service and it\'s been faithful to give it to me again, Praise God! So, as I was seeking to the Lord for the message, I had this doubt process, I think this helps many of you, because due this christian life or just like in general you have a lot of decisions to make, you have lot of doubts, a lot of things you have to consider and think about. So, let\'s just take a parent, now me and my wife have four children and as our children are growing up, there\'s so much that I have to consider, there\'s so many things that in this world that possibilities: good possibilities - bad possibilities. And when your children are growing up, you just wanna to protect them, you wanna keep them, you don\'t want them have any harm or danger or anything. But we as parents understand that we can\'t shield our children for e\n\n</td>\n</tr>\n</tbody>\n</table>','Making it Easy','','inherit','open','open','','2369-autosave-v1','','','2014-04-16 05:07:56','2014-04-16 05:07:56','',2369,'http://raylsmith.org/2369-autosave-v1/',0,'revision','',0),(2379,1,'2014-04-16 05:08:06','2014-04-16 05:08:06','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">MAKING IT EASY</h2>\r\n\r\nWelcome to the House of Prayer Ministries, welcome everyone who is online and everyone in the congregation. Now if you are tuning in for the first time or if you are listening via livestream, again everything that has in the service is for you. Amen! If you ave receive Jesus as your Lord and Savior, everything that has happen here this morning is available to you. So just believe it and receive it. Amen! And again, for those who maybe here for the first time online or listening to video recording, the Lord always gives me the Word hours before the service and it\'s been faithful to give it to me again, Praise God! So, as I was seeking to the Lord for the message, I had this doubt process, I think this helps many of you, because due this christian life or just like in general you have a lot of decisions to make, you have lot of doubts, a lot of things you have to consider and think about. So, let\'s just take a parent, now me and my wife have four children and as our children are growing up, there\'s so much that I have to consider, there\'s so many things that in this world that possibilities: good possibilities - bad possibilities. And when your children are growing up, you just wanna to protect them, you wanna keep them, you don\'t want them have any harm or danger or anything. But we as parents understand that we can\'t shield our children for everything. \r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Making it Easy','','inherit','open','open','','2369-revision-v1','','','2014-04-16 05:08:06','2014-04-16 05:08:06','',2369,'http://raylsmith.org/2369-revision-v1/',0,'revision','',0),(2381,1,'2014-04-21 07:16:42','2014-04-21 07:16:42','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HIDDEN WONDER</h2>\r\nWelcome to the House of Prayer Ministries and as my wife says where Father God is glorified where Jesus Christ is Lord and where the Holy Spirit is welcome welcome welcome. Praise God. Now, again for those who are internet audience, if you have receive Jesus as your Lord and Savior, everything that presented here is for you, so even though you maybe millions of miles away, thousands of miles or hundreds of miles away you can receive this morning. Now, again for those who may not been here, those who may hear for the first time, I always wait on the Lord and ask Him what He want me to present to His people, what He want me to teach or He want me to preach. And again, He has been faithful to give me the message for you. So, if you want a title\r\nthe title will be \"Hidden Wonder\".\r\n\r\nTurn with me on Isaiah chapter 55 starting at verse 5:\r\n\r\n<span id=\"en-KJV-18746\" class=\"text Isa-55-5\"><sup class=\"versenum\">5 </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> thy God, and for the Holy One of Israel; for he hath glorified thee.</span>\r\n\r\n<span id=\"en-KJV-18747\" class=\"text Isa-55-6\"><sup class=\"versenum\">6 </sup>Seek ye the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> while he may be found, call ye upon him while he is near:</span>\r\n\r\n<span id=\"en-KJV-18748\" class=\"text Isa-55-7\"><sup class=\"versenum\">7 </sup>Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>, and he will have mercy upon him; and to our God, for he will abundantly pardon.</span>\r\n\r\n<span id=\"en-KJV-18749\" class=\"text Isa-55-8\"><sup class=\"versenum\">8 </sup>For my thoughts are not your thoughts, neither are your ways my ways, saith the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>.</span>\r\n\r\n<span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">9 </sup>For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts.</span>\r\n\r\nAmen. His thought, His ways , your thoughts your ways. Turn with me on I Corinthians chapter 2, HIDDEN WONDER, I Corinthians chapter 2:1;\r\n\r\n<span id=\"en-KJV-28396\" class=\"text 1Cor-2-1\"><span class=\"chapternum\"><span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">1</sup></span> </span>And I, brethren, when I came to you, came not with excellency of speech or of wisdom, declaring unto you the testimony of God.</span>\r\n\r\n<span id=\"en-KJV-28397\" class=\"text 1Cor-2-2\"><sup class=\"versenum\">2 </sup>For I determined not to know any thing among you, save Jesus Christ, and him crucified.</span>\r\n\r\n<span id=\"en-KJV-28398\" class=\"text 1Cor-2-3\"><sup class=\"versenum\">3 </sup>And I was with you in weakness, and in fear, and in much trembling.</span>\r\n\r\n<span id=\"en-KJV-28399\" class=\"text 1Cor-2-4\"><sup class=\"versenum\">4 </sup>And my speech and my preaching was not with enticing words of man\'s wisdom, but in demonstration of the Spirit and of power:</span>\r\n\r\n<span id=\"en-KJV-28400\" class=\"text 1Cor-2-5\"><sup class=\"versenum\">5 </sup>That your faith should not stand in the wisdom of men, but in the power of God.</span>\r\n\r\n<span id=\"en-KJV-28401\" class=\"text 1Cor-2-6\"><sup class=\"versenum\">6 </sup>Howbeit we speak wisdom among them that are perfect: yet not the wisdom of this world, nor of the princes of this world, that come to nought:</span>\r\n\r\n<span id=\"en-KJV-28402\" class=\"text 1Cor-2-7\"><sup class=\"versenum\">7 </sup>But we speak the wisdom of God in a mystery, even the hidden wisdom, which God ordained before the world unto our glory:</span>\r\n\r\n<span id=\"en-KJV-28403\" class=\"text 1Cor-2-8\"><sup class=\"versenum\">8 </sup>Which none of the princes of this world knew: for had they known it, they would not have crucified the Lord of glory.</span>\r\n\r\n<span id=\"en-KJV-28404\" class=\"text 1Cor-2-9\"><sup class=\"versenum\">9 </sup>But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him.</span>\r\n\r\n<span id=\"en-KJV-28405\" class=\"text 1Cor-2-10\"><sup class=\"versenum\">10 </sup>But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God.</span>\r\n\r\n<span id=\"en-KJV-28406\" class=\"text 1Cor-2-11\"><sup class=\"versenum\">11 </sup>For what man knoweth the things of a man, save the spirit of man which is in him? even so the things of God knoweth no man, but the Spirit of God.</span>\r\n\r\n<span id=\"en-KJV-28407\" class=\"text 1Cor-2-12\"><sup class=\"versenum\">12 </sup>Now we have received, not the spirit of the world, but the spirit which is of God; that we might know the things that are freely given to us of God.</span>\r\n\r\n<span id=\"en-KJV-28408\" class=\"text 1Cor-2-13\"><sup class=\"versenum\">13 </sup>Which things also we speak, not in the words which man\'s wisdom teacheth, but which the Holy Ghost teacheth; comparing spiritual things with spiritual.</span>\r\n\r\n<span id=\"en-KJV-28409\" class=\"text 1Cor-2-14\"><sup class=\"versenum\">14 </sup>But the natural man receiveth not the things of the Spirit of God: for they are foolishness unto him: neither can he know them, because they are spiritually discerned.</span>\r\n\r\n<span id=\"en-KJV-28410\" class=\"text 1Cor-2-15\"><sup class=\"versenum\">15 </sup>But he that is spiritual judgeth all things, yet he himself is judged of no man.</span>\r\n\r\n<span id=\"en-KJV-28411\" class=\"text 1Cor-2-16\"><sup class=\"versenum\">16 </sup>For who hath known the mind of the Lord, that he may instruct him? but we have the mind of Christ. (Amen! Amen!)\r\n</span>\r\n\r\nso, as we were read in Isaiah and I Corinthians, His thoughts, His ways, men\'s thoughts, men\'s ways. Also, in I Corinthians, talking about God\'s wisdom,  and men\'s wisdom and the world\'s wisdom. Now, the Lord God</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Hidden Wonder','','publish','open','open','','hidden-wonder','','','2014-08-21 14:06:15','2014-08-21 14:06:15','',0,'http://raylsmith.org/?p=2381',0,'post','',0),(2382,1,'2014-04-21 07:16:42','2014-04-21 07:16:42','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HIDDEN WONDER</h2>\r\n\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Hidden Wonder','','inherit','open','open','','2381-revision-v1','','','2014-04-21 07:16:42','2014-04-21 07:16:42','',2381,'http://raylsmith.org/2381-revision-v1/',0,'revision','',0),(2383,1,'2014-04-21 08:55:02','2014-04-21 08:55:02','','raylsmith-hiddenwonder','','inherit','open','open','','raylsmith-hiddenwonder','','','2014-04-21 08:55:02','2014-04-21 08:55:02','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hiddenwonder.png',0,'attachment','image/png',0),(2384,1,'2014-04-21 08:56:37','2014-04-21 08:56:37','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" alt=\"Gift From God\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" alt=\"Trouble\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" alt=\"Hearing God\'s Voice\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hidden-wonder/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Hidden Wonder\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hiddenwonder.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hidden Wonder</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/making-it-easy/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Making It Easy\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-makeiteasy.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Making It Easy</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/eternal-life/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" alt=\"Eternal Life\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-eternal-life.png\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Eternal Life</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-04-21 08:56:37','2014-04-21 08:56:37','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2385,1,'2014-04-21 09:01:58','2014-04-21 09:01:58','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-21 09:01:58','2014-04-21 09:01:58','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2388,1,'2014-04-22 07:48:42','2014-04-22 07:48:42','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">HIDDEN WONDER</h2>\nWelcome to the House of Prayer Ministries and as my wife says where Father God is glorified where Jesus Christ is Lord and where the Holy Spirit is welcome welcome welcome. Praise God. Now, again for those who are internet audience, if you have receive Jesus as your Lord and Savior, everything that presented here is for you, so even though you maybe millions of miles away, thousands of miles or hundreds of miles away you can receive this morning. Now, again for those who may not been here, those who may hear for the first time, I always wait on the Lord and ask Him what He want me to present to His people, what He want me to teach or He want me to preach. And again, He has been faithful to give me the message for you. So, if you want a title\nthe title will be \"Hidden Wonder\".\n\nTurn with me on Isaiah chapter 55 starting at verse 5:\n\n<span id=\"en-KJV-18746\" class=\"text Isa-55-5\"><sup class=\"versenum\">5 </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> thy God, and for the Holy One of Israel; for he hath glorified thee.</span>\n\n<span id=\"en-KJV-18747\" class=\"text Isa-55-6\"><sup class=\"versenum\">6 </sup>Seek ye the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> while he may be found, call ye upon him while he is near:</span>\n\n<span id=\"en-KJV-18748\" class=\"text Isa-55-7\"><sup class=\"versenum\">7 </sup>Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>, and he will have mercy upon him; and to our God, for he will abundantly pardon.</span>\n\n<span id=\"en-KJV-18749\" class=\"text Isa-55-8\"><sup class=\"versenum\">8 </sup>For my thoughts are not your thoughts, neither are your ways my ways, saith the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>.</span>\n\n<span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">9 </sup>For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts.</span>\n\nAmen. His thought, His ways , your thoughts your ways. Turn with me on I Corinthians chapter 2, HIDDEN WONDER, I Corinthians chapter 2:1;\n\n<span id=\"en-KJV-28396\" class=\"text 1Cor-2-1\"><span class=\"chapternum\"><span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">1</sup></span> </span>And I, brethren, when I came to you, came not with excellency of speech or of wisdom, declaring unto you the testimony of God.</span>\n\n<span id=\"en-KJV-28397\" class=\"text 1Cor-2-2\"><sup class=\"versenum\">2 </sup>For I determined not to know any thing among you, save Jesus Christ, and him crucified.</span>\n\n<span id=\"en-KJV-28398\" class=\"text 1Cor-2-3\"><sup class=\"versenum\">3 </sup>And I was with you in weakness, and in fear, and in much trembling.</span>\n\n<span id=\"en-KJV-28399\" class=\"text 1Cor-2-4\"><sup class=\"versenum\">4 </sup>And my speech and my preaching was not with enticing words of man\'s wisdom, but in demonstration of the Spirit and of power:</span>\n\n<span id=\"en-KJV-28400\" class=\"text 1Cor-2-5\"><sup class=\"versenum\">5 </sup>That your faith should not stand in the wisdom of men, but in the power of God.</span>\n\n<span id=\"en-KJV-28401\" class=\"text 1Cor-2-6\"><sup class=\"versenum\">6 </sup>Howbeit we speak wisdom among them that are perfect: yet not the wisdom of this world, nor of the princes of this world, that come to nought:</span>\n\n<span id=\"en-KJV-28402\" class=\"text 1Cor-2-7\"><sup class=\"versenum\">7 </sup>But we speak the wisdom of God in a mystery, even the hidden wisdom, which God ordained before the world unto our glory:</span>\n\n<span id=\"en-KJV-28403\" class=\"text 1Cor-2-8\"><sup class=\"versenum\">8 </sup>Which none of the princes of this world knew: for had they known it, they would not have crucified the Lord of glory.</span>\n\n<span id=\"en-KJV-28404\" class=\"text 1Cor-2-9\"><sup class=\"versenum\">9 </sup>But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him.</span>\n\n<span id=\"en-KJV-28405\" class=\"text 1Cor-2-10\"><sup class=\"versenum\">10 </sup>But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God.</span>\n\n<span id=\"en-KJV-28406\" class=\"text 1Cor-2-11\"><sup class=\"versenum\">11 </sup>For what man knoweth the things of a man, save the spirit of man which is in him? even so the things of God knoweth no man, but the Spirit of God.</span>\n\n<span id=\"en-KJV-28407\" class=\"text 1Cor-2-12\"><sup class=\"versenum\">12 </sup>Now we have received, not the spirit of the world, but the spirit which is of God; that we might know the things that are freely given to us of God.</span>\n\n<span id=\"en-KJV-28408\" class=\"text 1Cor-2-13\"><sup class=\"versenum\">13 </sup>Which things also we speak, not in the words which man\'s wisdom teacheth, but which the Holy Ghost teacheth; comparing spiritual things with spiritual.</span>\n\n<span id=\"en-KJV-28409\" class=\"text 1Cor-2-14\"><sup class=\"versenum\">14 </sup>But the natural man receiveth not the things of the Spirit of God: for they are foolishness unto him: neither can he know them, because they are spiritually discerned.</span>\n\n<span id=\"en-KJV-28410\" class=\"text 1Cor-2-15\"><sup class=\"versenum\">15 </sup>But he that is spiritual judgeth all things, yet he himself is judged of no man.</span>\n\n<span id=\"en-KJV-28411\" class=\"text 1Cor-2-16\"><sup class=\"versenum\">16 </sup>For who hath known the mind of the Lord, that he may instruct him? but we have the mind of Christ. (Amen! Amen!)\n</span>\n\nso, as we were read in Isaiah and I Corinthians, His thoughts, His ways, men\'s thoughts, men\'s ways. Also, in I Corinthians, talking about God\'s wisdom,  and men\'s wisdom and the world\'s wisdom. Now, the Lord God</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Hidden Wonder','','inherit','open','open','','2381-autosave-v1','','','2014-04-22 07:48:42','2014-04-22 07:48:42','',2381,'http://raylsmith.org/2381-autosave-v1/',0,'revision','',0),(2389,1,'2014-04-22 07:49:29','2014-04-22 07:49:29','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HIDDEN WONDER</h2>\r\nWelcome to the House of Prayer Ministries and as my wife says where Father God is glorified where Jesus Christ is Lord and where the Holy Spirit is welcome welcome welcome. Praise God. Now, again for those who are internet audience, if you have receive Jesus as your Lord and Savior, everything that presented here is for you, so even though you maybe millions of miles away, thousands of miles or hundreds of miles away you can receive this morning. Now, again for those who may not been here, those who may hear for the first time, I always wait on the Lord and ask Him what He want me to present to His people, what He want me to teach or He want me to preach. And again, He has been faithful to give me the message for you. So, if you want a title\r\nthe title will be \"Hidden Wonder\".\r\n\r\nTurn with me on Isaiah chapter 55 starting at verse 5:\r\n\r\n<span id=\"en-KJV-18746\" class=\"text Isa-55-5\"><sup class=\"versenum\">5 </sup>Behold, thou shalt call a nation that thou knowest not, and nations that knew not thee shall run unto thee because of the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> thy God, and for the Holy One of Israel; for he hath glorified thee.</span>\r\n\r\n<span id=\"en-KJV-18747\" class=\"text Isa-55-6\"><sup class=\"versenum\">6 </sup>Seek ye the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span> while he may be found, call ye upon him while he is near:</span>\r\n\r\n<span id=\"en-KJV-18748\" class=\"text Isa-55-7\"><sup class=\"versenum\">7 </sup>Let the wicked forsake his way, and the unrighteous man his thoughts: and let him return unto the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>, and he will have mercy upon him; and to our God, for he will abundantly pardon.</span>\r\n\r\n<span id=\"en-KJV-18749\" class=\"text Isa-55-8\"><sup class=\"versenum\">8 </sup>For my thoughts are not your thoughts, neither are your ways my ways, saith the <span class=\"small-caps\" style=\"font-variant: small-caps;\">Lord</span>.</span>\r\n\r\n<span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">9 </sup>For as the heavens are higher than the earth, so are my ways higher than your ways, and my thoughts than your thoughts.</span>\r\n\r\nAmen. His thought, His ways , your thoughts your ways. Turn with me on I Corinthians chapter 2, HIDDEN WONDER, I Corinthians chapter 2:1;\r\n\r\n<span id=\"en-KJV-28396\" class=\"text 1Cor-2-1\"><span class=\"chapternum\"><span id=\"en-KJV-18750\" class=\"text Isa-55-9\"><sup class=\"versenum\">1</sup></span> </span>And I, brethren, when I came to you, came not with excellency of speech or of wisdom, declaring unto you the testimony of God.</span>\r\n\r\n<span id=\"en-KJV-28397\" class=\"text 1Cor-2-2\"><sup class=\"versenum\">2 </sup>For I determined not to know any thing among you, save Jesus Christ, and him crucified.</span>\r\n\r\n<span id=\"en-KJV-28398\" class=\"text 1Cor-2-3\"><sup class=\"versenum\">3 </sup>And I was with you in weakness, and in fear, and in much trembling.</span>\r\n\r\n<span id=\"en-KJV-28399\" class=\"text 1Cor-2-4\"><sup class=\"versenum\">4 </sup>And my speech and my preaching was not with enticing words of man\'s wisdom, but in demonstration of the Spirit and of power:</span>\r\n\r\n<span id=\"en-KJV-28400\" class=\"text 1Cor-2-5\"><sup class=\"versenum\">5 </sup>That your faith should not stand in the wisdom of men, but in the power of God.</span>\r\n\r\n<span id=\"en-KJV-28401\" class=\"text 1Cor-2-6\"><sup class=\"versenum\">6 </sup>Howbeit we speak wisdom among them that are perfect: yet not the wisdom of this world, nor of the princes of this world, that come to nought:</span>\r\n\r\n<span id=\"en-KJV-28402\" class=\"text 1Cor-2-7\"><sup class=\"versenum\">7 </sup>But we speak the wisdom of God in a mystery, even the hidden wisdom, which God ordained before the world unto our glory:</span>\r\n\r\n<span id=\"en-KJV-28403\" class=\"text 1Cor-2-8\"><sup class=\"versenum\">8 </sup>Which none of the princes of this world knew: for had they known it, they would not have crucified the Lord of glory.</span>\r\n\r\n<span id=\"en-KJV-28404\" class=\"text 1Cor-2-9\"><sup class=\"versenum\">9 </sup>But as it is written, Eye hath not seen, nor ear heard, neither have entered into the heart of man, the things which God hath prepared for them that love him.</span>\r\n\r\n<span id=\"en-KJV-28405\" class=\"text 1Cor-2-10\"><sup class=\"versenum\">10 </sup>But God hath revealed them unto us by his Spirit: for the Spirit searcheth all things, yea, the deep things of God.</span>\r\n\r\n<span id=\"en-KJV-28406\" class=\"text 1Cor-2-11\"><sup class=\"versenum\">11 </sup>For what man knoweth the things of a man, save the spirit of man which is in him? even so the things of God knoweth no man, but the Spirit of God.</span>\r\n\r\n<span id=\"en-KJV-28407\" class=\"text 1Cor-2-12\"><sup class=\"versenum\">12 </sup>Now we have received, not the spirit of the world, but the spirit which is of God; that we might know the things that are freely given to us of God.</span>\r\n\r\n<span id=\"en-KJV-28408\" class=\"text 1Cor-2-13\"><sup class=\"versenum\">13 </sup>Which things also we speak, not in the words which man\'s wisdom teacheth, but which the Holy Ghost teacheth; comparing spiritual things with spiritual.</span>\r\n\r\n<span id=\"en-KJV-28409\" class=\"text 1Cor-2-14\"><sup class=\"versenum\">14 </sup>But the natural man receiveth not the things of the Spirit of God: for they are foolishness unto him: neither can he know them, because they are spiritually discerned.</span>\r\n\r\n<span id=\"en-KJV-28410\" class=\"text 1Cor-2-15\"><sup class=\"versenum\">15 </sup>But he that is spiritual judgeth all things, yet he himself is judged of no man.</span>\r\n\r\n<span id=\"en-KJV-28411\" class=\"text 1Cor-2-16\"><sup class=\"versenum\">16 </sup>For who hath known the mind of the Lord, that he may instruct him? but we have the mind of Christ. (Amen! Amen!)\r\n</span>\r\n\r\nso, as we were read in Isaiah and I Corinthians, His thoughts, His ways, men\'s thoughts, men\'s ways. Also, in I Corinthians, talking about God\'s wisdom,  and men\'s wisdom and the world\'s wisdom. Now, the Lord God</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Hidden Wonder','','inherit','open','open','','2381-revision-v1','','','2014-04-22 07:49:29','2014-04-22 07:49:29','',2381,'http://raylsmith.org/2381-revision-v1/',0,'revision','',0),(2390,1,'2014-04-29 07:14:53','2014-04-29 07:14:53','','raylsmith-godsangel','','inherit','open','open','','raylsmith-godsangel','','','2014-04-29 07:14:53','2014-04-29 07:14:53','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsangel.png',0,'attachment','image/png',0),(2391,1,'2014-04-29 07:18:00','2014-04-29 07:18:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S ANGELS</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Angel','','publish','open','open','','gods-angel','','','2014-08-21 14:07:43','2014-08-21 14:07:43','',0,'http://raylsmith.org/?p=2391',0,'post','',0),(2392,1,'2014-04-29 07:18:00','2014-04-29 07:18:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S ANGELS</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Angel','','inherit','open','open','','2391-revision-v1','','','2014-04-29 07:18:00','2014-04-29 07:18:00','',2391,'http://raylsmith.org/2391-revision-v1/',0,'revision','',0),(2393,1,'2014-04-29 07:19:32','2014-04-29 07:19:32','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-angel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsangel.png\" alt=\"God\'s Angel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Angel</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hidden-wonder/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hiddenwonder.png\" alt=\"Hidden Wonder\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hidden Wonder</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/making-it-easy/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-makeiteasy.png\" alt=\"Making It Easy\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Making It Easy</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-04-29 07:19:32','2014-04-29 07:19:32','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2394,1,'2014-04-29 07:25:51','2014-04-29 07:25:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-04-29 07:25:51','2014-04-29 07:25:51','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2428,1,'2014-05-05 09:11:46','2014-05-05 09:11:46','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-provision/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Provision\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gods-provision.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-05-05 09:11:46','2014-05-05 09:11:46','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2396,1,'2014-04-29 07:35:15','2014-04-29 07:35:15','','raylsmith-gods-angel','','inherit','open','open','','raylsmith-gods-angel','','','2014-04-29 07:35:15','2014-04-29 07:35:15','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gods-angel.png',0,'attachment','image/png',0),(2397,1,'2014-04-29 07:35:47','2014-04-29 07:35:47','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-angel/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"God\'s Angel\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gods-angel.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-04-29 07:35:47','2014-04-29 07:35:47','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2400,1,'2014-04-30 08:54:17','2014-04-30 08:54:17','<b><span style=\"text-decoration: underline;\"><img class=\"alignleft size-full wp-image-2202\" alt=\"tinita-Jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png\" width=\"250\" height=\"300\" />Family</span></b>\r\n\r\nSingle; Oldest daughter of Vernelle B. and John H. Jones; Born in Chapel Hill, NC on July 31, 1968\r\n\r\n<b><span style=\"text-decoration: underline;\">Career/Professional Activities</span></b>\r\n\r\n<b>1998 – Present:</b> Bookkeeper for AllStar Cleaning Services: Create bids, fax invoices to customers and produce P&amp;L sheet every tax year.\r\n\r\n<b>1995-2009:</b> Pricing Analyst for Nortel: Over her 15 year career with the telecommunication company, she worked as an Administrative Assistant, Senior Administrative Assistant and finally promoted to Pricing Analyst.\r\n\r\n<b><span style=\"text-decoration: underline;\">Volunteer Activities/Hobbies/Interest</span></b>\r\n\r\n<b>2010 –2011</b> Volunteer and worked as a financial analyst for 5 months at Christian Faith Center and Academy as a Teacher Assistant, and Administrative Assistant for the academy office, Kingdom Church Advisory Board and Couple’s Ministry for Pastor Brenda Timberlake\r\n\r\n<b>1996-2001</b>: Covenant Care Elder, Christian Faith Center: She  was an assistant for the first two years, promoted to covenant care elder which called and ministered to 33 households assigned  her area of Chapel Hill, Hillsborough, Mebane, and Durham.\r\n\r\n<b>1995-2000</b>: Outreach Minister with Dr. B. Roach; Ministered to the homeless in the Raleigh Area every Saturday morning for about 2 – 3 hours.\r\n\r\n<b><span style=\"text-decoration: underline;\">Degrees</span></b>\r\n\r\nB.S, Computer Science, Hampton University\r\n\r\n<b><span style=\"text-decoration: underline;\">Career Memories</span></b>\r\n\r\nTinita has over 20 years of computer support, network support, administrative, customer service, teaching, and problem solving experience.  She also has bookkeeping, teaching and project management skills.  She has written training manuals for two companies and trained several administrators during her work career.  She is a person that always finds a way to make things easier and simple for everyone in the work environment.\r\n\r\nAs an elder/covenant care castor, Tinita called 33 households assigned to her every Tuesday and ministered to the homeless in Raleigh every Saturday.  She continued to pray on the things she needed to do as a covenant care elder and follow the directions of the late Bishop Mack and Pastor Brenda Timberlake for the lessons every 4<sup>th</sup> Sunday. She started the Soul Explosion as an idea she participated in while attending church in Virginia before coming back home to North Carolina in 1992.  This event still continues today as a part of the outreach ministry at Christian Faith Center.\r\n\r\n<b><span style=\"text-decoration: underline;\">Reflections/Other Thoughts</span></b>\r\n\r\nTinita was laid off in 2009, she has learned over the last year how to trust God in all things and every area of her life. She has seen a tremendous change in her walk with the Lord.  She is truly seeking Him on every direction He has for her life.  She is learning what it truly means to be a daughter, handmaiden, servant, and follower of God.  She has learned to rest in Him and know that He is the Author and Finisher of her Faith in Christ Jesus.\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Tinita Jones','','inherit','open','open','','2024-revision-v1','','','2014-04-30 08:54:17','2014-04-30 08:54:17','',2024,'http://raylsmith.org/2024-revision-v1/',0,'revision','',0),(2401,1,'2014-04-30 09:00:51','2014-04-30 09:00:51','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/QPImkwh60QI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/QPImkwh60QI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Aaron Smith','','inherit','open','open','','2029-revision-v1','','','2014-04-30 09:00:51','2014-04-30 09:00:51','',2029,'http://raylsmith.org/2029-revision-v1/',0,'revision','',0),(2402,1,'2014-04-30 09:02:56','2014-04-30 09:02:56','<img class=\"alignleft size-medium wp-image-2316\" alt=\"Bria Summer\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Bria-Summer-230x300.jpg\" width=\"230\" height=\"300\" />Age: 20\r\n\r\nAddress: North Carolina Central Univesity, Junior\r\n\r\nBirthplace: Greensboro, NC\r\n\r\nHouse of Prayer Member\r\n\r\nSince I have joined House of Prayer Ministries, my walk with Christ has become tremendously more profound and stronger than ever. Before joining my new church family, I had recently left my former church and was in the midst of searching for a new church home. During my search for a new church home, I had been going through a lot of doubt that had kept me from being in community with my brothers and sisters in the faith. Because of that, it  hindered my relationship with God in the process. Over the summer, this past May, I had worked at the University that I currently attend, to pay off my tuition. Unfortunately, I had been in a hostile environment, living with a former church member who had blessed me with free stay, but was experiencing a lot spiritually as well, which had hurt our relationship more than helped. Because I did not have my own transportation, I was forced to walk to and from work each day. Thankfully, Carlton, a brother in Christ, had been instructed to invite me to Watch Night Prayer - unaware that I was in the area at the time. I accepted Carlton\'s invitation to watch night prayer at the Worship Center, believing something amazing would happen.\r\n\r\nI had hoped and prayed to get my relationship back on track with God, but I needed to be in an environment that welcomed the presence of God faithfully. When I got there I began to pray for hours. I began to talk to God and He had heard my prayers. My prayers to release doubt, confusion, unhappiness and bitterness toward the woman I was currently living with. After I had prayed, I felt a long-awaited release. I felt like I was floating on a cloud, even though I was physically here on Earth. In that moment, I had an overwhelming sense of peace, and my joy and faith in God was restored. While leaving the Worship center, my second encounter with Ms. Tinita, (currently one of the ministers at the House of Prayer) was a confirmation of God\'s Word. I immediately knew, while talking with Ms. Tinita, God shared with her my struggles.\r\n\r\nShe said, \"You know you need to be in a place where God will take you higher right? You know where you need to be.\" Since my first visit to House of Prayer in February, I\'ve known that am to be part of a ministry that is solely reliant on God\'s Word. In fact, God had spoken to me and wanted me to read the book of Acts in the beginning of February. During my fasting and reading Acts, it became clear to me what the church was supposed to be like specifically. House of Prayer matched that description like a glove. This ministry allows the Holy Spirit to be in control of everything; from the sermon to the music selection. Pastor Ray and Pastor Alice Smith are faithful, allowing God to control every aspect of their ministry. They are not boastful, nor traditional; leaving God the opportunity to do as He pleases. Every visit to House of Prayer, is filled with love and most importantly God\'s overflowing presence. This experience completey changed my demeanor and perpetually uplifts and motivates me to remain steadfast in the Lord.\r\n\r\nThe presence of God strenthened me and compelled me to gird myself with His truth. I no longer experienced pieces of God, I now experience all of God. We are all on one accord. God is present in this ministry; not for one person or a few people, but for all of us. Over the course of eight months at House of Prayer, I have seen an angel for the first time, heard a word of wisdom from God Himself, receive the gift of tongues, and my spiritual eyes have been opened as well. I now attend a church where my experience far exceeds my expectations. Pastor Ray and Alice\'s mission is not just to motivate us, but to usher us into God\'s presence. This is what God was showing me in the book of Acts. The church is God\'s people, allowing God to take complete and utter authority, not over a few things, but over everything; and because of that we will always triumph and grow stronger in our faith everyday.\r\n\r\nI am so grateful that God has blessed me with such a faithful and strong church family and community. He loved me enough to take me out of the hostile enviroment I was living in and placed me in an environment surrounded by love, peace, and joy. God even blessed me with a new car, so that I no longer have to walk or constantly get a ride. He has truly given me the desires of my heart, which are mostly spiritual (love, joy and peace) but even physically, God continues to provide me with all the things that I\'ve needed and even the things that I want. Even through my time of struggle or discomfort, God is there, comforting me, strengthening me, and giving me brothers and sisters in the faith to encourage me; and that is the best thing any believer in Christ could ever have.\r\n\r\n<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/aZaO3jKFVi8?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/aZaO3jKFVi8?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Bria Adams','','inherit','open','open','','2044-revision-v1','','','2014-04-30 09:02:56','2014-04-30 09:02:56','',2044,'http://raylsmith.org/2044-revision-v1/',0,'revision','',0),(2482,1,'2014-06-11 09:52:53','2014-06-11 09:52:53','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">THE HEART, YOUR HEART, HIS HEART</h2>\n\nFor those who are online, if you are here for the first time, communicate with us, does anyone here who may have rededicated himself or may God save for the first time,  let us know okay. Does anybody rededicated themselves for the first time? I mean rededicating themselves and save for the first time. Okay, so everybody here is good, right? Sure? Okay. Alright. Now we are gonna prepare for communion. Can you just pray softly, really softly. God is good, as we are preparing for communion, just reflect back on your own relationship with the Lord, you know, it\'s so wonderful that when you hear the sermon, or you\'re in worship you know God takes you to your own relationship or maybe like everybody is worshiping together\n\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','The Heart, Your Heart, His Heart ','','inherit','open','open','','2473-autosave-v1','','','2014-06-11 09:52:53','2014-06-11 09:52:53','',2473,'http://raylsmith.org/2473-autosave-v1/',0,'revision','',0),(2456,1,'2014-06-02 05:48:39','2014-06-02 05:48:39','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object> <object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Susan Valles','','inherit','open','open','','2409-autosave-v1','','','2014-06-02 05:48:39','2014-06-02 05:48:39','',2409,'http://raylsmith.org/2409-autosave-v1/',0,'revision','',0),(2405,1,'2014-05-01 14:51:38','2014-05-01 14:51:38','','DesiRhea','','inherit','open','open','','desirhea','','','2014-05-01 14:51:38','2014-05-01 14:51:38','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/DesiRhea.png',0,'attachment','image/png',0),(2406,1,'2014-05-01 14:54:51','2014-05-01 14:54:51','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/2RwnjkclaVw?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2RwnjkclaVw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','DesiRhea Odom','','draft','open','closed','','desirhea-odom','','','2014-09-18 22:59:29','2014-09-18 22:59:29','',1995,'http://raylsmith.org/?page_id=2406',0,'page','',0),(2407,1,'2014-05-01 14:54:51','2014-05-01 14:54:51','','DesiRhea Odom','','inherit','open','open','','2406-revision-v1','','','2014-05-01 14:54:51','2014-05-01 14:54:51','',2406,'http://raylsmith.org/2406-revision-v1/',0,'revision','',0),(2408,1,'2014-05-01 14:55:38','2014-05-01 14:55:38','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" alt=\"Vanessa\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" alt=\"Tinita\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" alt=\"Nicholas\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" alt=\"Raina\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" alt=\"Nakeda\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" alt=\"Aaron\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" alt=\"Carlton\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" alt=\"Vernelle\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" alt=\"Fannie\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/yvonne-adams/\"><img class=\"alignnone size-full wp-image-2175\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/yvonne.png\" alt=\"Yvonne\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" alt=\"Jeremy\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" alt=\"Jenna\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/bria-adams/\"><img class=\"alignnone size-full wp-image-2178\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/bria.png\" alt=\"Bria\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/desirhea-odom/\"><img class=\"alignnone size-full wp-image-2405\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/DesiRhea.png\" alt=\"DesiRhea\" width=\"223\" height=\"67\" /></a></p>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-05-01 14:55:38','2014-05-01 14:55:38','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2409,1,'2014-05-01 14:57:18','2014-05-01 14:57:18','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Susan Valles','','publish','open','open','','susan-valles','','','2014-06-02 05:51:23','2014-06-02 05:51:23','',1995,'http://raylsmith.org/?page_id=2409',0,'page','',0),(2410,1,'2014-05-01 14:57:18','2014-05-01 14:57:18','','Susan Valles','','inherit','open','open','','2409-revision-v1','','','2014-05-01 14:57:18','2014-05-01 14:57:18','',2409,'http://raylsmith.org/2409-revision-v1/',0,'revision','',0),(2411,1,'2014-05-01 14:58:20','2014-05-01 14:58:20','','Susan','','inherit','open','open','','susan','','','2014-05-01 14:58:20','2014-05-01 14:58:20','',1995,'http://raylsmith.org/wp-content/uploads/2013/12/Susan.png',0,'attachment','image/png',0),(2700,1,'2014-10-02 08:25:53','2014-10-02 08:25:53','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" alt=\"Vanessa\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" alt=\"Tinita\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" alt=\"Nicholas\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" alt=\"Raina\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" alt=\"Nakeda\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" alt=\"Aaron\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" alt=\"Carlton\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" alt=\"Vernelle\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" alt=\"Fannie\" width=\"223\" height=\"67\" /></a>  <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" alt=\"Jeremy\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" alt=\"Jenna\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/susan-valles/\"><img class=\"alignnone size-full wp-image-2411\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Susan.png\" alt=\"Susan\" width=\"223\" height=\"67\" /></a></p>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-10-02 08:25:53','2014-10-02 08:25:53','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2412,1,'2014-05-01 15:07:40','2014-05-01 15:07:40','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/vanessa-hurston/\"><img class=\"alignnone  wp-image-2167\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vanessa.png\" alt=\"Vanessa\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/tinita-jones/\"><img class=\"alignnone size-full wp-image-2166\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita.png\" alt=\"Tinita\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/nicholas-wilder/\"><img class=\"alignnone size-full wp-image-2165\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas.png\" alt=\"Nicholas\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/raina-smith/\"><img class=\"alignnone size-full wp-image-2168\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina.png\" alt=\"Raina\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/nakeda-johnson/\"><img class=\"alignnone  wp-image-2170\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nakeda.png\" alt=\"Nakeda\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/aaron-smith/\"><img class=\"alignnone size-full wp-image-2171\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/aaron.png\" alt=\"Aaron\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/carlton-cogdell/\"><img class=\"alignnone size-full wp-image-2172\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/carlton.png\" alt=\"Carlton\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/vernelle-jones/\"><img class=\"alignnone size-full wp-image-2173\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/vernelle.png\" alt=\"Vernelle\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/fannie-adams/\"><img class=\"alignnone size-full wp-image-2174\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/fannie.png\" alt=\"Fannie\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/yvonne-adams/\"><img class=\"alignnone size-full wp-image-2175\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/yvonne.png\" alt=\"Yvonne\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jeremy-smith/\"><img class=\"alignnone size-full wp-image-2176\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jeremy.png\" alt=\"Jeremy\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/jenna-smith/\"><img class=\"alignnone size-full wp-image-2177\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/jenna.png\" alt=\"Jenna\" width=\"223\" height=\"67\" /></a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/ministers/bria-adams/\"><img class=\"alignnone size-full wp-image-2178\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/bria.png\" alt=\"Bria\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/desirhea-odom/\"><img class=\"alignnone size-full wp-image-2405\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/DesiRhea.png\" alt=\"DesiRhea\" width=\"223\" height=\"67\" /></a> <a href=\"http://raylsmith.org/ministers/susan-valles/\"><img class=\"alignnone size-full wp-image-2411\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/Susan.png\" alt=\"Susan\" width=\"223\" height=\"67\" /></a></p>','Ministers','','inherit','open','open','','1995-revision-v1','','','2014-05-01 15:07:40','2014-05-01 15:07:40','',1995,'http://raylsmith.org/1995-revision-v1/',0,'revision','',0),(2413,1,'2014-05-01 15:10:13','2014-05-01 15:10:13','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/2RwnjkclaVw?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2RwnjkclaVw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','DesiRhea Odom','','inherit','open','open','','2406-revision-v1','','','2014-05-01 15:10:13','2014-05-01 15:10:13','',2406,'http://raylsmith.org/2406-revision-v1/',0,'revision','',0),(2414,1,'2014-05-01 15:11:34','2014-05-01 15:11:34','<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Susan Valles','','inherit','open','open','','2409-revision-v1','','','2014-05-01 15:11:34','2014-05-01 15:11:34','',2409,'http://raylsmith.org/2409-revision-v1/',0,'revision','',0),(2415,1,'2014-05-02 12:16:09','2014-05-02 12:16:09','<b><span style=\"text-decoration: underline;\"><img class=\"alignleft size-full wp-image-2202\" alt=\"tinita-Jones\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/tinita-Jones.png\" width=\"250\" height=\"300\" />Family</span></b>\r\n\r\nSingle; Oldest daughter of Vernelle B. and John H. Jones; Born in Chapel Hill, NC on July 31, 1968\r\n\r\n<b><span style=\"text-decoration: underline;\">Career/Professional Activities</span></b>\r\n\r\n<b>1998 – Present:</b> Bookkeeper for AllStar Cleaning Services: Create bids, fax invoices to customers and produce P&amp;L sheet every tax year.\r\n\r\n<b>1995-2009:</b> Pricing Analyst for Nortel: Over her 15 year career with the telecommunication company, she worked as an Administrative Assistant, Senior Administrative Assistant and finally promoted to Pricing Analyst.\r\n\r\n<b><span style=\"text-decoration: underline;\">Volunteer Activities/Hobbies/Interest</span></b>\r\n\r\n<b>2010 –2011</b> Volunteer and worked as a financial analyst for 5 months at Christian Faith Center and Academy as a Teacher Assistant, and Administrative Assistant for the academy office, Kingdom Church Advisory Board and Couple’s Ministry for Pastor Brenda Timberlake\r\n\r\n<b>1996-2001</b>: Covenant Care Elder, Christian Faith Center: She  was an assistant for the first two years, promoted to covenant care elder which called and ministered to 33 households assigned  her area of Chapel Hill, Hillsborough, Mebane, and Durham.\r\n\r\n<b>1995-2000</b>: Outreach Minister with Dr. B. Roach; Ministered to the homeless in the Raleigh Area every Saturday morning for about 2 – 3 hours.\r\n\r\n<b><span style=\"text-decoration: underline;\">Degrees</span></b>\r\n\r\nB.S, Computer Science, Hampton University\r\n\r\n<b><span style=\"text-decoration: underline;\">Career Memories</span></b>\r\n\r\nTinita has over 20 years of computer support, network support, administrative, customer service, teaching, and problem solving experience.  She also has bookkeeping, teaching and project management skills.  She has written training manuals for two companies and trained several administrators during her work career.  She is a person that always finds a way to make things easier and simple for everyone in the work environment.\r\n\r\nAs an elder/covenant care castor, Tinita called 33 households assigned to her every Tuesday and ministered to the homeless in Raleigh every Saturday.  She continued to pray on the things she needed to do as a covenant care elder and follow the directions of the late Bishop Mack and Pastor Brenda Timberlake for the lessons every 4<sup>th</sup> Sunday. She started the Soul Explosion as an idea she participated in while attending church in Virginia before coming back home to North Carolina in 1992.  This event still continues today as a part of the outreach ministry at Christian Faith Center.\r\n\r\n<b><span style=\"text-decoration: underline;\">Reflections/Other Thoughts</span></b>\r\n\r\nTinita was laid off in 2009, she has learned over the last year how to trust God in all things and every area of her life. She has seen a tremendous change in her walk with the Lord.  She is truly seeking Him on every direction He has for her life.  She is learning what it truly means to be a daughter, handmaiden, servant, and follower of God.  She has learned to rest in Him and know that He is the Author and Finisher of her Faith in Christ Jesus.\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/BllnYgxjaeY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/KGkZQJaRMf8?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KGkZQJaRMf8?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Tinita Jones','','inherit','open','open','','2024-revision-v1','','','2014-05-02 12:16:09','2014-05-02 12:16:09','',2024,'http://raylsmith.org/2024-revision-v1/',0,'revision','',0),(2501,1,'2014-06-26 07:27:58','2014-06-26 07:27:58','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">FINDING JESUS</h2>\n<strong>Matthew 16:24-26</strong>\n<sup>24</sup> Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.\n\n<sup>25</sup> For whosoever will save his life shall lose it: and whosoever will lose his life for my sake shall find it.\n\n<sup>26</sup> For what is a man profited, if he shall gain the whole world, and lose his own soul? or what shall a man give in exchange for his soul?\n\n<strong>Isaiah 45:15</strong>\n<sup>15</sup> Verily thou art a God that hidest thyself, O God of Israel, the Saviour.\n\nHe could appear\n\n<strong>1 Corinthians 15:1-6</strong>\n<sup>15</sup> Moreover, brethren, I declare unto you the gospel which I preached unto you, which also ye have received, and wherein ye stand;\n\n<sup>2</sup> By which also ye are saved, if ye keep in memory what I preached unto you, unless ye have believed in vain.\n\n<sup>3</sup> For I delivered unto you first of all that which I also received, how that Christ died for our sins according to the scriptures;\n\n<sup>4</sup> And that he was buried, and that he rose again the third day according to the scriptures:\n\n<sup>5</sup> And that he was seen of Cephas, then of the twelve:\n\n<sup>6</sup> After that, he was seen of above five hundred brethren at once; of whom the greater part remain unto this present, but some are fallen asleep.\n\nIf you have found Him continue with Him.\n\nIt could be literal\n\nStory of Abram\n<strong>Genesis 18:1-5</strong>\n\nKing James Version (KJV)\n\n<sup>18</sup> And the Lord appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day;\n\n<sup>2</sup> And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground,\n\n<sup>3</sup> And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant:\n\n<sup>4</sup> Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree:\n\n<sup>5</sup> And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said.\n\nLifestyle\n\n<strong>John 8:31</strong>\n<sup>31</sup> Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\n\n<strong>Matthew 24:13</strong>\nBut he that shall endure unto the end, the same shall be saved.\n\nSeek Jesus for you life situations, plans, goals\n<strong>Matthew 20:20</strong>\nThen came to him the mother of Zebedees children with her sons, worshipping him, and desiring a certain thing of him.\n\n<strong>Matthew 15:22-28</strong>\n<sup>22</sup> And, behold, a woman of Canaan came out of the same coasts, and cried unto him, saying, Have mercy on me, O Lord, thou son of David; my daughter is grievously vexed with a devil.\n\n<sup>23</sup> But he answered her not a word. And his disciples came and besought him, saying, Send her away; for she crieth after us.\n\n<sup>24</sup> But he answered and said, I am not sent but unto the lost sheep of the house of Israel.\n\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\n\n<sup>26</sup> But he answered and said, It is not meet to take the children\'s bread, and to cast it to dogs.\n\n<sup>27</sup> And she said, Truth, Lord: yet the dogs eat of the crumbs which fall from their masters\' table.\n\n<sup>28</sup> Then Jesus answered and said unto her, O woman, great is thy faith: be it unto thee even as thou wilt. And her daughter was made whole from that very hour.\n\nBack to verse 25\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\n\nHow to find Jesus\n\n<strong>Jeremiah 29:12-14</strong>\n<sup>12</sup> Then shall ye call upon me, and ye shall go and pray unto me, and I will hearken unto you.\n\n13 And ye shall seek me, and find me, when ye shall search for me with all your heart.\n\n14 And I will be found of you, saith the Lord: and I will turn away your captivity, and I will gather you from all the nations, and from all the places whither I have driven you, saith the Lord; and I will bring you again into the place whence I caused you to be carried away captive.\n\nWhy is it good to find Him?\nJohn 10:10\n10 The thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\n\nRomans 6:23\nFor the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.\n\nMark 10:29-30\n29 And Jesus answered and said, Verily I say unto you, There is no man that hath left house, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my sake, and the gospel\'s,\n\n30 But he shall receive an hundredfold now in this time, houses, and brethren, and sisters, and mothers, and children, and lands, with persecutions; and in the world to come eternal life.\n\nMatthew 10:38-40\n38 And he that taketh not his cross, and followeth after me, is not worthy of me.\n\n39 He that findeth his life shall lose it: and he that loseth his life for my sake shall find it.\n\n40 He that receiveth you receiveth me, and he that receiveth me receiveth him that sent me.\n\nJohn 14:6\nJesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\n\nJames 1:17\nEvery good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\n\nRomans 8:32\n32 He that spared not his own Son, but delivered him up for us all, how shall he not with him also freely give us all things?\n\nHe is seeking you. Example of Jesus talking to me.\n\nThe Holy Spirit will help you.\n\nHoly Spirit reminds you of what Jesus has spoken.\n\nJohn 16:13\n13 Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\n\n14 He shall glorify me: for he shall receive of mine, and shall shew it unto you.\n\n15 All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\n\nWe must respond to the Lord.\nHebrews 3:15\nWhile it is said, To day if ye will hear his voice, harden not your hearts, as in the provocation.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Finding Jesus','','inherit','open','open','','2486-autosave-v1','','','2014-06-26 07:27:58','2014-06-26 07:27:58','',2486,'http://raylsmith.org/2486-autosave-v1/',0,'revision','',0),(2466,1,'2014-06-04 11:34:01','2014-06-04 11:34:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-04 11:34:01','2014-06-04 11:34:01','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2420,1,'2014-05-05 06:10:47','2014-05-05 06:10:47','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-05-05 06:10:47','2014-05-05 06:10:47','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2418,1,'2014-05-05 05:34:17','2014-05-05 05:34:17','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;</object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-05-05 05:34:17','2014-05-05 05:34:17','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2419,1,'2014-05-05 06:05:38','2014-05-05 06:05:38','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" /> &lt;allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-05-05 06:05:38','2014-05-05 06:05:38','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2421,1,'2014-05-05 06:22:50','2014-05-05 06:22:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S PROVISION</h2>\r\n\r\nWelcome to the House of Prayer Ministries, anyone who come online, if you are viewing this online we don\'t want you to, you know the Lord wants you to know that He\'s with you, so everything that\'s here in the service, there\'s no distance, it\'s available to you, Amen. Now, for those who have maybe viewing for the first time the Lord always gives me the message \r\n\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Provision','','publish','open','open','','gods-provision','','','2014-08-21 14:59:41','2014-08-21 14:59:41','',0,'http://raylsmith.org/?p=2421',0,'post','',0),(2422,1,'2014-05-05 06:22:50','2014-05-05 06:22:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S PROVISION</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Provision ','','inherit','open','open','','2421-revision-v1','','','2014-05-05 06:22:50','2014-05-05 06:22:50','',2421,'http://raylsmith.org/2421-revision-v1/',0,'revision','',0),(2423,1,'2014-05-05 07:46:33','2014-05-05 07:46:33','','raylsmith-godsprovision','','inherit','open','open','','raylsmith-godsprovision','','','2014-05-05 07:46:33','2014-05-05 07:46:33','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsprovision.png',0,'attachment','image/png',0),(2424,1,'2014-05-05 07:48:00','2014-05-05 07:48:00','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-provision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsprovision.png\" alt=\"God\'s Provision\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Provision</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-angel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsangel.png\" alt=\"God\'s Angel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Angel</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hidden-wonder/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-hiddenwonder.png\" alt=\"Hidden Wonder\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Hidden Wonder</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-05-05 07:48:00','2014-05-05 07:48:00','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2425,1,'2014-05-05 09:02:24','2014-05-05 09:02:24','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"560\" height=\"315\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-05-05 09:02:24','2014-05-05 09:02:24','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2426,1,'2014-05-05 09:04:01','2014-05-05 09:04:01','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-05-05 09:04:01','2014-05-05 09:04:01','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2427,1,'2014-05-05 09:10:37','2014-05-05 09:10:37','','raylsmith-gods-provision','','inherit','open','open','','raylsmith-gods-provision','','','2014-05-05 09:10:37','2014-05-05 09:10:37','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-gods-provision.png',0,'attachment','image/png',0),(2429,1,'2014-05-07 08:15:36','2014-05-07 08:15:36','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">GOD\'S PROVISION</h2>\n\nWelcome to the House of Prayer Ministries, anyone who come online, if you are viewing this online we don\'t want you to, you know the Lord wants you to know that He\'s with you, so everything that\'s here in the service, there\'s no distance, it\'s available to you, Amen. Now, for those who have maybe viewing for the first time the Lord always gives me the message \n\n\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','God\'s Provision ','','inherit','open','open','','2421-autosave-v1','','','2014-05-07 08:15:36','2014-05-07 08:15:36','',2421,'http://raylsmith.org/2421-autosave-v1/',0,'revision','',0),(2430,1,'2014-05-07 13:36:33','2014-05-07 13:36:33','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S PROVISION</h2>\r\n\r\nWelcome to the House of Prayer Ministries, anyone who come online, if you are viewing this online we don\'t want you to, you know the Lord wants you to know that He\'s with you, so everything that\'s here in the service, there\'s no distance, it\'s available to you, Amen. Now, for those who have maybe viewing for the first time the Lord always gives me the message \r\n\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Provision ','','inherit','open','open','','2421-revision-v1','','','2014-05-07 13:36:33','2014-05-07 13:36:33','',2421,'http://raylsmith.org/2421-revision-v1/',0,'revision','',0),(2432,1,'2014-05-13 05:45:43','2014-05-13 05:45:43','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE LORDSHIP OF JESUS</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Lordship of Jesus','','publish','open','open','','the-lordship-of-jesus','','','2014-08-21 14:07:30','2014-08-21 14:07:30','',0,'http://raylsmith.org/?p=2432',0,'post','',0),(2433,1,'2014-05-13 05:45:43','2014-05-13 05:45:43','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE LORDSHIP OF JESUS</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Lordship of Jesus','','inherit','open','open','','2432-revision-v1','','','2014-05-13 05:45:43','2014-05-13 05:45:43','',2432,'http://raylsmith.org/2432-revision-v1/',0,'revision','',0),(2434,1,'2014-05-13 07:34:27','2014-05-13 07:34:27','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-05-13 07:34:27','2014-05-13 07:34:27','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2435,1,'2014-05-13 07:45:21','2014-05-13 07:45:21','','raylsmith-lordshipjesus','','inherit','open','open','','raylsmith-lordshipjesus','','','2014-05-13 07:45:21','2014-05-13 07:45:21','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordshipjesus.png',0,'attachment','image/png',0),(2436,1,'2014-05-13 07:47:01','2014-05-13 07:47:01','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordshipjesus.png\" alt=\"The Lordship of Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Lordship of Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-provision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsprovision.png\" alt=\"God\'s Provision\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Provision</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-angel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsangel.png\" alt=\"God\'s Angel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Angel</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-05-13 07:47:01','2014-05-13 07:47:01','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2438,1,'2014-05-13 07:52:09','2014-05-13 07:52:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/the-lordship-of-jesus/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"The Lordship of Jesus\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-lordshipofjesus.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-05-13 07:52:09','2014-05-13 07:52:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2437,1,'2014-05-13 07:51:14','2014-05-13 07:51:14','','raylsmith-lordshipofjesus','','inherit','open','open','','raylsmith-lordshipofjesus','','','2014-05-13 07:51:14','2014-05-13 07:51:14','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-lordshipofjesus.png',0,'attachment','image/png',0),(2439,1,'2014-05-19 08:52:44','2014-05-19 08:52:44','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">MARCHING TOWARDS MANIFESTATION</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Marching Towards Manifestation','','publish','open','open','','marching-towards-manifestation','','','2014-05-19 08:52:44','2014-05-19 08:52:44','',0,'http://raylsmith.org/?p=2439',0,'post','',0),(2440,1,'2014-05-19 08:52:44','2014-05-19 08:52:44','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">MARCHING TOWARDS MANIFESTATION</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Marching Towards Manifestation','','inherit','open','open','','2439-revision-v1','','','2014-05-19 08:52:44','2014-05-19 08:52:44','',2439,'http://raylsmith.org/2439-revision-v1/',0,'revision','',0),(2448,1,'2014-05-26 15:03:18','2014-05-26 15:03:18','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/marching-towards-manifestation/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Reaping the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-reaping.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-05-26 15:03:18','2014-05-26 15:03:18','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2441,1,'2014-05-20 06:36:48','2014-05-20 06:36:48','','raylsmith-towards-manifestation','','inherit','open','open','','raylsmith-towards-manifestation','','','2014-05-20 06:36:48','2014-05-20 06:36:48','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-towards-manifestation.png',0,'attachment','image/png',0),(2442,1,'2014-05-20 06:37:49','2014-05-20 06:37:49','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/marching-towards-manifestation/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Marching Towards Manifestation\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-towards-manifestation.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-05-20 06:37:49','2014-05-20 06:37:49','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2443,1,'2014-05-20 06:45:16','2014-05-20 06:45:16','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/qpLuFofo4vo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Marching Towards Manifestation</strong>\r\n<strong>May 18, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-05-20 06:45:16','2014-05-20 06:45:16','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2444,1,'2014-05-20 07:48:29','2014-05-20 07:48:29','','raylsmith-Marching-Towards-Manifestation','','inherit','open','open','','raylsmith-marching-towards-manifestation','','','2014-05-20 07:48:29','2014-05-20 07:48:29','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-Marching-Towards-Manifestation.png',0,'attachment','image/png',0),(2454,1,'2014-05-27 14:31:17','2014-05-27 14:31:17','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-reapingtheharvest.png\" alt=\"Marching Towards Manifestation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Reaping The Harvest</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordshipjesus.png\" alt=\"The Lordship of Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Lordship of Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-provision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsprovision.png\" alt=\"God\'s Provision\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Provision</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-05-27 14:31:17','2014-05-27 14:31:17','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2445,1,'2014-05-20 07:50:38','2014-05-20 07:50:38','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/marching-towards-manifestation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-Marching-Towards-Manifestation.png\" alt=\"Marching Towards Manifestation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Marching Towards Manifestation</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordshipjesus.png\" alt=\"The Lordship of Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Lordship of Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-provision/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-godsprovision.png\" alt=\"God\'s Provision\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Provision</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/marching-towards-manifestation/\">Marching Towards Manifestation</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>May 18, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-05-20 07:50:38','2014-05-20 07:50:38','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2447,1,'2014-05-26 15:02:14','2014-05-26 15:02:14','','raylsmith-reaping','','inherit','open','open','','raylsmith-reaping','','','2014-05-26 15:02:14','2014-05-26 15:02:14','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-reaping.png',0,'attachment','image/png',0),(2449,1,'2014-05-27 07:36:09','2014-05-27 07:36:09','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">REAPING THE HARVEST</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Reaping the Harvest','','publish','open','open','','reaping-the-harvest','','','2014-08-21 14:59:27','2014-08-21 14:59:27','',0,'http://raylsmith.org/?p=2449',0,'post','',0),(2450,1,'2014-05-27 07:36:09','2014-05-27 07:36:09','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">REAPING THE HARVEST</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Reaping the Harvest','','inherit','open','open','','2449-revision-v1','','','2014-05-27 07:36:09','2014-05-27 07:36:09','',2449,'http://raylsmith.org/2449-revision-v1/',0,'revision','',0),(2451,1,'2014-05-27 07:41:04','2014-05-27 07:41:04','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/reaping-the-harvest/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Reaping the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-reaping.png\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-05-27 07:41:04','2014-05-27 07:41:04','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2452,1,'2014-05-27 07:55:02','2014-05-27 07:55:02','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-05-27 07:55:02','2014-05-27 07:55:02','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2453,1,'2014-05-27 14:29:44','2014-05-27 14:29:44','','raylsmith-reapingtheharvest','','inherit','open','open','','raylsmith-reapingtheharvest','','','2014-05-27 14:29:44','2014-05-27 14:29:44','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-reapingtheharvest.png',0,'attachment','image/png',0),(2457,1,'2014-06-02 05:49:42','2014-06-02 05:49:42','<object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object> <object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Susan Valles','','inherit','open','open','','2409-revision-v1','','','2014-06-02 05:49:42','2014-06-02 05:49:42','',2409,'http://raylsmith.org/2409-revision-v1/',0,'revision','',0),(2458,1,'2014-06-02 05:51:23','2014-06-02 05:51:23','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TjXly_PvY50?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/TFM7PZjhbl0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n</tr>\r\n</tbody>\r\n</table>','Susan Valles','','inherit','open','open','','2409-revision-v1','','','2014-06-02 05:51:23','2014-06-02 05:51:23','',2409,'http://raylsmith.org/2409-revision-v1/',0,'revision','',0),(2459,1,'2014-06-02 07:32:14','2014-06-02 07:32:14','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n<strong>2 Corinthians 4:6-7</strong>\r\n<sup>6</sup> For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n<sup>7</sup> But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n<em><strong>1. Receive true power from God</strong></em>\r\n\r\n<strong>Acts 2:1-4</strong>\r\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\n<sup>3</sup> And there appeared unto them cloven tongues like as of fire, and it sat upon each of them.\r\n\r\n<sup>4</sup> And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\r\n\r\n<em><strong>2. Know Jesus personally</strong></em>\r\n\r\n<strong>Ephesians 1:17</strong>\r\nThat the God of our Lord Jesus Christ, the Father of glory, may give unto you the spirit of wisdom and revelation in the knowledge of him:\r\n\r\n<em><strong>3. Understanding the hard things of the Lord bring His glory</strong></em>\r\n\r\n<strong>2 Corinthians 12:1-10</strong>\r\n<sup>12</sup> It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\r\n\r\n<sup>2</sup> I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\n<sup>3</sup> And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\r\n\r\n<sup>4</sup> How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\r\n\r\n<sup>5</sup> Of such an one will I glory: yet of myself I will not glory, but in mine infirmities.\r\n\r\n<sup>6</sup> For though I would desire to glory, I shall not be a fool; for I will say the truth: but now I forbear, lest any man should think of me above that which he seeth me to be, or that he heareth of me.\r\n\r\n<sup>7</sup> And lest I should be exalted above measure through the abundance of the revelations, there was given to me a thorn in the flesh, the messenger of Satan to buffet me, lest I should be exalted above measure.\r\n\r\n<sup>8</sup> For this thing I besought the Lord thrice, that it might depart from me.\r\n\r\n<sup>9</sup> And he said unto me, My grace is sufficient for thee: for my strength is made perfect in weakness. Most gladly therefore will I rather glory in my infirmities, that the power of Christ may rest upon me.\r\n\r\n<sup>10</sup> Therefore I take pleasure in infirmities, in reproaches, in necessities, in persecutions, in distresses for Christ\'s sake: for when I am weak, then am I strong.\r\n\r\n<em><strong>4. No fear, Love, soundness of mind</strong></em>\r\n\r\n<strong>2 Timothy 1:5-7</strong>\r\n<sup>5</sup> When I call to remembrance the unfeigned faith that is in thee, which dwelt first in thy grandmother Lois, and thy mother Eunice; and I am persuaded that in thee also.\r\n\r\n<sup>6</sup> Wherefore I put thee in remembrance that thou stir up the gift of God, which is in thee by the putting on of my hands.\r\n\r\n<sup>7</sup> For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind.\r\n\r\n<em><strong>5. Holy Spirit will move upon you</strong></em>\r\n\r\n<strong>Mark 1:40-42</strong>\r\n<sup>40</sup> And there came a leper to him, beseeching him, and kneeling down to him, and saying unto him, If thou wilt, thou canst make me clean.\r\n\r\n<sup>41</sup> And Jesus, moved with compassion, put forth his hand, and touched him, and saith unto him, I will; be thou clean.\r\n\r\n<sup>42</sup> And as soon as he had spoken, immediately the leprosy departed from him, and he was cleansed.\r\n\r\n<strong>Acts 2:1-4</strong>\r\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\nEarthen Vessels\r\n\r\n<strong>2 Corinthians 4:1-18</strong>\r\n<sup>1</sup> Therefore seeing we have this ministry, as we have received mercy, we faint not;\r\n\r\n<sup>2</sup> But have renounced the hidden things of dishonesty, not walking in craftiness, nor handling the word of God deceitfully; but by manifestation of the truth commending ourselves to every man\'s conscience in the sight of God.\r\n\r\n<sup>3</sup> But if our gospel be hid, it is hid to them that are lost:\r\n\r\n<sup>4</sup> In whom the god of this world hath blinded the minds of them which believe not, lest the light of the glorious gospel of Christ, who is the image of God, should shine unto them.\r\n\r\n<sup>5</sup> For we preach not ourselves, but Christ Jesus the Lord; and ourselves your servants for Jesus\' sake.\r\n\r\n<sup>6</sup> For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n<sup>7</sup> But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n<sup>8</sup> We are troubled on every side, yet not distressed; we are perplexed, but not in despair;\r\n\r\n<sup>9</sup> Persecuted, but not forsaken; cast down, but not destroyed;\r\n\r\n<sup>10</sup> Always bearing about in the body the dying of the Lord Jesus, that the life also of Jesus might be made manifest in our body.\r\n\r\n<sup>11</sup> For we which live are always delivered unto death for Jesus\' sake, that the life also of Jesus might be made manifest in our mortal flesh.\r\n\r\n<sup>12</sup> So then death worketh in us, but life in you.\r\n\r\n<sup>13</sup> We having the same spirit of faith, according as it is written, I believed, and therefore have I spoken; we also believe, and therefore speak;\r\n\r\n<sup>14</sup> Knowing that he which raised up the Lord Jesus shall raise up us also by Jesus, and shall present us with you.\r\n\r\n<sup>15</sup> For all things are for your sakes, that the abundant grace might through the thanksgiving of many redound to the glory of God.\r\n\r\n<sup>16</sup> For which cause we faint not; but though our outward man perish, yet the inward man is renewed day by day.\r\n\r\n<sup>17</sup> For our light affliction, which is but for a moment, worketh for us a far more exceeding and eternal weight of glory;\r\n\r\n<sup>18</sup> While we look not at the things which are seen, but at the things which are not seen: for the things which are seen are temporal; but the things which are not seen are eternal.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Earthen Vessel','','publish','open','open','','earthen-vessel','','','2014-08-21 14:05:58','2014-08-21 14:05:58','',0,'http://raylsmith.org/?p=2459',0,'post','',0),(2460,1,'2014-06-02 07:27:58','2014-06-02 07:27:58','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png\"><img class=\"alignleft  wp-image-2181\" alt=\"raina smith\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith-295x300.png\" width=\"236\" height=\"240\" /></a><strong>Raina Smith</strong> fell in love with music and Jesus at a very young age. “I’ve always loved the sound of different instruments playing and immediately I wanted to learn how to play the guitar.” She didn’t really get serious about playing the guitar until recently this year. “I’ve always wanted to be able to express how I feel towards Jesus through music, and I’m so glad I’m finally able to do that.” My prayer and desire is to love God with all my heart, all my soul, and all my mind and to live my life to please my Savior. “Lord, not my will, but yours be done in my life, amen.”\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Raina Smith','','inherit','open','open','','2028-revision-v1','','','2014-06-02 07:27:58','2014-06-02 07:27:58','',2028,'http://raylsmith.org/2028-revision-v1/',0,'revision','',0),(2461,1,'2014-06-02 07:29:21','2014-06-02 07:29:21','<a href=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith.png\"><img class=\"alignleft  wp-image-2181\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/raina-smith-295x300.png\" alt=\"raina smith\" width=\"236\" height=\"240\" /></a><strong>Raina Smith</strong> fell in love with music and Jesus at a very young age.\r\n\r\n“I’ve always loved the sound of different instruments playing and immediately I wanted to learn how to play the guitar.” She didn’t really get serious about playing the guitar until recently this year.\r\n\r\n“I’ve always wanted to be able to express how I feel towards Jesus through music, and I’m so glad I’m finally able to do that.”\r\n\r\nMy prayer and desire is to love God with all my heart, all my soul, and all my mind and to live my life to please my Savior. “Lord, not my will, but yours be done in my life, amen.”\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Raina Smith','','inherit','open','open','','2028-revision-v1','','','2014-06-02 07:29:21','2014-06-02 07:29:21','',2028,'http://raylsmith.org/2028-revision-v1/',0,'revision','',0),(2462,1,'2014-06-02 07:32:14','2014-06-02 07:32:14','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Earthen Vessel','','inherit','open','open','','2459-revision-v1','','','2014-06-02 07:32:14','2014-06-02 07:32:14','',2459,'http://raylsmith.org/2459-revision-v1/',0,'revision','',0),(2463,1,'2014-06-02 08:31:50','2014-06-02 08:31:50','','raylsmith-earthen','','inherit','open','open','','raylsmith-earthen','','','2014-06-02 08:31:50','2014-06-02 08:31:50','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-earthen.png',0,'attachment','image/png',0),(2464,1,'2014-06-02 08:33:37','2014-06-02 08:33:37','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/earthen-vessel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-earthen.png\" alt=\"Earthen Vessel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Earthen Vessel</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-reapingtheharvest.png\" alt=\"Marching Towards Manifestation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Reaping The Harvest</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-lordshipjesus.png\" alt=\"The Lordship of Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Lordship of Jesus</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-02 08:33:37','2014-06-02 08:33:37','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2467,1,'2014-06-04 11:39:00','2014-06-04 11:39:00','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-04 11:39:00','2014-06-04 11:39:00','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2468,1,'2014-06-04 11:42:35','2014-06-04 11:42:35','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-04 11:42:35','2014-06-04 11:42:35','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2469,1,'2014-06-04 12:13:08','2014-06-04 12:13:08','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Earthen Vessel','','inherit','open','open','','2459-revision-v1','','','2014-06-04 12:13:08','2014-06-04 12:13:08','',2459,'http://raylsmith.org/2459-revision-v1/',0,'revision','',0),(2470,1,'2014-06-04 12:24:10','2014-06-04 12:24:10','','raylsmith-earthenvessel','','inherit','open','open','','raylsmith-earthenvessel','','','2014-06-04 12:24:10','2014-06-04 12:24:10','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-earthenvessel.jpg',0,'attachment','image/jpeg',0),(2471,1,'2014-06-04 12:25:20','2014-06-04 12:25:20','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/earthen-vessel/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Reaping the Harvest\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-earthenvessel.jpg\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-06-04 12:25:20','2014-06-04 12:25:20','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2472,1,'2014-06-09 14:07:00','2014-06-09 14:07:00','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-06-09 14:07:00','2014-06-09 14:07:00','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2473,1,'2014-06-09 14:14:47','2014-06-09 14:14:47','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE HEART, YOUR HEART, HIS HEART</h2>\r\n\r\nFor those who are online, if you are here for the first time, communicate with us, does anyone here who may have rededicated himself or may God save for the first time,  let us know okay. Does anybody rededicated themselves for the first time? I mean rededicating themselves and save for the first time. Okay, so everybody here is good, right? Sure? Okay. Alright. Now we are gonna prepare for communion. Can you just pray softly, really softly. God is good, as we are preparing for communion, just reflect back on your own relationship with the Lord, you know, it\'s so wonderful that when you hear the sermon, or you\'re in worship you know God takes you to your own relationship or maybe like everybody is worshiping together\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Heart, Your Heart, His Heart','','publish','open','open','','the-heart-your-heart-his-heart','','','2014-08-21 14:05:47','2014-08-21 14:05:47','',0,'http://raylsmith.org/?p=2473',0,'post','',0),(2474,1,'2014-06-09 14:14:47','2014-06-09 14:14:47','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Heart, Your Heart, His Heart ','','inherit','open','open','','2473-revision-v1','','','2014-06-09 14:14:47','2014-06-09 14:14:47','',2473,'http://raylsmith.org/2473-revision-v1/',0,'revision','',0),(2488,1,'2014-06-17 14:23:29','2014-06-17 14:23:29','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Finding Jesus\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/finding-jesus.jpg\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-06-17 14:23:29','2014-06-17 14:23:29','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2476,1,'2014-06-09 14:26:42','2014-06-09 14:26:42','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"The Heart, Your Heart, His Heart\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-the-heart.jpg\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-06-09 14:26:42','2014-06-09 14:26:42','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2475,1,'2014-06-09 14:25:20','2014-06-09 14:25:20','','raylsmith-the-heart','','inherit','open','open','','raylsmith-the-heart','','','2014-06-09 14:25:20','2014-06-09 14:25:20','',2,'http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-the-heart.jpg',0,'attachment','image/jpeg',0),(2477,1,'2014-06-09 14:37:18','2014-06-09 14:37:18','','raylsmith-your-heart','','inherit','open','open','','raylsmith-your-heart','','','2014-06-09 14:37:18','2014-06-09 14:37:18','',888,'http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png',0,'attachment','image/png',0),(2478,1,'2014-06-09 14:39:31','2014-06-09 14:39:31','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png\" alt=\"The Heart, Your Heart, His Heart\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Earthen Vessel</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/earthen-vessel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-earthen.png\" alt=\"Earthen Vessel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Earthen Vessel</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-reapingtheharvest.png\" alt=\"Marching Towards Manifestation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Reaping The Harvest</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-09 14:39:31','2014-06-09 14:39:31','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2479,1,'2014-06-09 14:40:41','2014-06-09 14:40:41','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png\" alt=\"The Heart, Your Heart, His Heart\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Heart, Your Heart, His Heart</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/earthen-vessel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-earthen.png\" alt=\"Earthen Vessel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Earthen Vessel</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-reapingtheharvest.png\" alt=\"Marching Towards Manifestation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Reaping The Harvest</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-09 14:40:41','2014-06-09 14:40:41','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2480,1,'2014-06-09 14:46:21','2014-06-09 14:46:21','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-09 14:46:21','2014-06-09 14:46:21','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2481,1,'2014-06-10 05:38:00','2014-06-10 05:38:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE HEART, YOUR HEART, HIS HEART</h2>\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Heart, Your Heart, His Heart ','','inherit','open','open','','2473-revision-v1','','','2014-06-10 05:38:00','2014-06-10 05:38:00','',2473,'http://raylsmith.org/2473-revision-v1/',0,'revision','',0),(2483,1,'2014-06-11 09:53:48','2014-06-11 09:53:48','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE HEART, YOUR HEART, HIS HEART</h2>\r\n\r\nFor those who are online, if you are here for the first time, communicate with us, does anyone here who may have rededicated himself or may God save for the first time,  let us know okay. Does anybody rededicated themselves for the first time? I mean rededicating themselves and save for the first time. Okay, so everybody here is good, right? Sure? Okay. Alright. Now we are gonna prepare for communion. Can you just pray softly, really softly. God is good, as we are preparing for communion, just reflect back on your own relationship with the Lord, you know, it\'s so wonderful that when you hear the sermon, or you\'re in worship you know God takes you to your own relationship or maybe like everybody is worshiping together\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Heart, Your Heart, His Heart ','','inherit','open','open','','2473-revision-v1','','','2014-06-11 09:53:48','2014-06-11 09:53:48','',2473,'http://raylsmith.org/2473-revision-v1/',0,'revision','',0),(2487,1,'2014-06-17 14:20:53','2014-06-17 14:20:53','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">FINDING JESUS</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Finding Jesus','','inherit','open','open','','2486-revision-v1','','','2014-06-17 14:20:53','2014-06-17 14:20:53','',2486,'http://raylsmith.org/2486-revision-v1/',0,'revision','',0),(2485,1,'2014-06-17 14:18:28','2014-06-17 14:18:28','','finding-jesus','','inherit','open','open','','finding-jesus','','','2014-06-17 14:18:28','2014-06-17 14:18:28','',2,'http://raylsmith.org/wp-content/uploads/2012/06/finding-jesus.jpg',0,'attachment','image/jpeg',0),(2486,1,'2014-06-17 14:20:53','2014-06-17 14:20:53','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">FINDING JESUS</h2>\r\n<strong>Matthew 16:24-26</strong>\r\n<sup>24</sup> Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.\r\n\r\n<sup>25</sup> For whosoever will save his life shall lose it: and whosoever will lose his life for my sake shall find it.\r\n\r\n<sup>26</sup> For what is a man profited, if he shall gain the whole world, and lose his own soul? or what shall a man give in exchange for his soul?\r\n\r\n<strong>Isaiah 45:15</strong>\r\n<sup>15</sup> Verily thou art a God that hidest thyself, O God of Israel, the Saviour.\r\n\r\nHe could appear\r\n\r\n<strong>1 Corinthians 15:1-6</strong>\r\n<sup>15</sup> Moreover, brethren, I declare unto you the gospel which I preached unto you, which also ye have received, and wherein ye stand;\r\n\r\n<sup>2</sup> By which also ye are saved, if ye keep in memory what I preached unto you, unless ye have believed in vain.\r\n\r\n<sup>3</sup> For I delivered unto you first of all that which I also received, how that Christ died for our sins according to the scriptures;\r\n\r\n<sup>4</sup> And that he was buried, and that he rose again the third day according to the scriptures:\r\n\r\n<sup>5</sup> And that he was seen of Cephas, then of the twelve:\r\n\r\n<sup>6</sup> After that, he was seen of above five hundred brethren at once; of whom the greater part remain unto this present, but some are fallen asleep.\r\n\r\nIf you have found Him continue with Him.\r\n\r\nIt could be literal\r\n\r\nStory of Abram\r\n<strong>Genesis 18:1-5</strong>\r\n\r\nKing James Version (KJV)\r\n\r\n<sup>18</sup> And the Lord appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day;\r\n\r\n<sup>2</sup> And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground,\r\n\r\n<sup>3</sup> And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant:\r\n\r\n<sup>4</sup> Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree:\r\n\r\n<sup>5</sup> And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said.\r\n\r\nLifestyle\r\n\r\n<strong>John 8:31</strong>\r\n<sup>31</sup> Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\r\n\r\n<strong>Matthew 24:13</strong>\r\nBut he that shall endure unto the end, the same shall be saved.\r\n\r\nSeek Jesus for you life situations, plans, goals\r\n<strong>Matthew 20:20</strong>\r\nThen came to him the mother of Zebedees children with her sons, worshipping him, and desiring a certain thing of him.\r\n\r\n<strong>Matthew 15:22-28</strong>\r\n<sup>22</sup> And, behold, a woman of Canaan came out of the same coasts, and cried unto him, saying, Have mercy on me, O Lord, thou son of David; my daughter is grievously vexed with a devil.\r\n\r\n<sup>23</sup> But he answered her not a word. And his disciples came and besought him, saying, Send her away; for she crieth after us.\r\n\r\n<sup>24</sup> But he answered and said, I am not sent but unto the lost sheep of the house of Israel.\r\n\r\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\r\n\r\n<sup>26</sup> But he answered and said, It is not meet to take the children\'s bread, and to cast it to dogs.\r\n\r\n<sup>27</sup> And she said, Truth, Lord: yet the dogs eat of the crumbs which fall from their masters\' table.\r\n\r\n<sup>28</sup> Then Jesus answered and said unto her, O woman, great is thy faith: be it unto thee even as thou wilt. And her daughter was made whole from that very hour.\r\n\r\nBack to verse 25\r\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\r\n\r\nHow to find Jesus\r\n\r\n<strong>Jeremiah 29:12-14</strong>\r\n<sup>12</sup> Then shall ye call upon me, and ye shall go and pray unto me, and I will hearken unto you.\r\n\r\n<sup>13</sup> And ye shall seek me, and find me, when ye shall search for me with all your heart.\r\n\r\n<sup>14</sup> And I will be found of you, saith the Lord: and I will turn away your captivity, and I will gather you from all the nations, and from all the places whither I have driven you, saith the Lord; and I will bring you again into the place whence I caused you to be carried away captive.\r\n\r\nWhy is it good to find Him?\r\n<strong>John 10:10</strong>\r\n<sup>10</sup> The thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\r\n\r\n<strong>Romans 6:23</strong>\r\nFor the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.\r\n\r\n<strong>Mark 10:29-30</strong>\r\n<sup>29</sup> And Jesus answered and said, Verily I say unto you, There is no man that hath left house, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my sake, and the gospel\'s,\r\n\r\n<sup>30</sup> But he shall receive an hundredfold now in this time, houses, and brethren, and sisters, and mothers, and children, and lands, with persecutions; and in the world to come eternal life.\r\n\r\n<strong>Matthew 10:38-40</strong>\r\n<sup>38</sup> And he that taketh not his cross, and followeth after me, is not worthy of me.\r\n\r\n<sup>39</sup> He that findeth his life shall lose it: and he that loseth his life for my sake shall find it.\r\n\r\n<sup>40</sup> He that receiveth you receiveth me, and he that receiveth me receiveth him that sent me.\r\n\r\n<strong>John 14:6</strong>\r\nJesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n<strong>James 1:17</strong>\r\nEvery good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\r\n\r\n<strong>Romans 8:32</strong>\r\n<sup>32</sup> He that spared not his own Son, but delivered him up for us all, how shall he not with him also freely give us all things?\r\n\r\nHe is seeking you. Example of Jesus talking to me.\r\n\r\nThe Holy Spirit will help you.\r\n\r\nHoly Spirit reminds you of what Jesus has spoken.\r\n\r\n<strong>John 16:13</strong>\r\n<sup>13</sup> Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\r\n\r\n<sup>14</sup> He shall glorify me: for he shall receive of mine, and shall shew it unto you.\r\n\r\n<sup>15</sup> All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\r\n\r\nWe must respond to the Lord.\r\n<strong>Hebrews 3:15</strong>\r\nWhile it is said, To day if ye will hear his voice, harden not your hearts, as in the provocation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Finding Jesus','','publish','open','open','','finding-jesus','','','2014-08-21 14:08:51','2014-08-21 14:08:51','',0,'http://raylsmith.org/?p=2486',0,'post','',0),(2489,1,'2014-06-17 14:32:59','2014-06-17 14:32:59','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-17 14:32:59','2014-06-17 14:32:59','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2490,1,'2014-06-18 08:57:33','2014-06-18 08:57:33','','finding-jesus','','inherit','open','open','','finding-jesus-2','','','2014-06-18 08:57:33','2014-06-18 08:57:33','',888,'http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg',0,'attachment','image/jpeg',0),(2491,1,'2014-06-18 09:02:31','2014-06-18 09:02:31','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg\" alt=\"Finding Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Finding Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png\" alt=\"The Heart, Your Heart, His Heart\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Heart, Your Heart, His Heart</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/earthen-vessel/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-earthen.png\" alt=\"Earthen Vessel\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Earthen Vessel</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-18 09:02:31','2014-06-18 09:02:31','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2492,1,'2014-06-23 08:29:02','2014-06-23 08:29:02','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-06-23 08:29:02','2014-06-23 08:29:02','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2493,1,'2014-06-23 08:37:49','2014-06-23 08:37:49','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">DAILY BREAD</h2>\r\nBread is symbolic of the word of God.\r\n\r\nJust as watching is symbolic of praying.\r\n\r\nExample of mother cooking.\r\n\r\nThe Lord prepares your spiritual food daily.\r\n\r\n<strong>Hebrews 6:5</strong>\r\n<sup>5</sup> And have tasted the good word of God, and the powers of the world to come,\r\n\r\n<strong>Luke 11:1-3</strong>\r\n<sup>1</sup> And it came to pass, that, as he was praying in a certain place, when he ceased, one of his disciples said unto him, Lord, teach us to pray, as John also taught his disciples.\r\n\r\n<sup>2</sup> And he said unto them, When ye pray, say, Our Father which art in heaven, Hallowed be thy name. Thy kingdom come. Thy will be done, as in heaven, so in earth.\r\n\r\n<sup>3</sup> Give us day by day our daily bread.\r\n\r\n<strong>Matthew 6:11</strong>\r\nGive us this day our daily bread.\r\n\r\n<strong>Luke 4:1-4</strong>\r\n<sup>1</sup> And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,\r\n\r\n<sup>2</sup> Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered.\r\n\r\n<sup>3</sup> And the devil said unto him, If thou be the Son of God, command this stone that it be made bread.\r\n\r\n<sup>4</sup> And Jesus answered him, saying, It is written, That man shall not live by bread alone, but by every word of God.\r\n\r\n<strong>Deuteronomy 8:3</strong>\r\n<sup>3</sup> And he humbled thee, and suffered thee to hunger, and fed thee with manna, which thou knewest not, neither did thy fathers know; that he might make thee know that man doth not live by bread only, but by every word that proceedeth out of the mouth of the Lord doth man\r\nlive.\r\n\r\n<strong>Job 23:11-12</strong>\r\n<sup>11</sup> My foot hath held his steps, his way have I kept, and not declined.\r\n\r\n<sup>12</sup> Neither have I gone back from the commandment of his lips; I have esteemed the words of his mouth more than my necessary food.\r\n\r\n<strong>1 Peter 2:2</strong>\r\n<sup>2</sup> As newborn babes, desire the sincere milk of the word, that ye may grow thereby:\r\n\r\n<strong>2 Timothy 3:16-17</strong>\r\n<sup>16</sup> All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness:\r\n\r\n<sup>17</sup> That the man of God may be perfect, thoroughly furnished unto all good works.\r\n\r\n<strong>Hebrews 5:11-14</strong>\r\n<sup>11</sup> Of whom we have many things to say, and hard to be uttered, seeing ye are dull of hearing.\r\n\r\n<sup>12</sup> For when for the time ye ought to be teachers, ye have need that one teach you again which be the first principles of the oracles of God; and are become such as have need of milk, and not of strong meat.\r\n\r\n<sup>13</sup> For every one that useth milk is unskilful in the word of righteousness: for he is a babe.\r\n\r\n<sup>14</sup> But strong meat belongeth to them that are of full age, even those who by reason of use have their senses exercised to discern both good and evil.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Daily Bread','','publish','open','open','','daily-bread','','','2014-08-21 14:43:01','2014-08-21 14:43:01','',0,'http://raylsmith.org/?p=2493',0,'post','',0),(2494,1,'2014-06-23 08:37:49','2014-06-23 08:37:49','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">DAILY BREAD</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Daily Bread','','inherit','open','open','','2493-revision-v1','','','2014-06-23 08:37:49','2014-06-23 08:37:49','',2493,'http://raylsmith.org/2493-revision-v1/',0,'revision','',0),(2513,1,'2014-06-30 07:53:04','2014-06-30 07:53:04','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Finding Jesus\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/riveroflife.jpg\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-06-30 07:53:04','2014-06-30 07:53:04','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2495,1,'2014-06-23 08:43:23','2014-06-23 08:43:23','','daily-bread','','inherit','open','open','','daily-bread-2','','','2014-06-23 08:43:23','2014-06-23 08:43:23','',2,'http://raylsmith.org/wp-content/uploads/2012/06/daily-bread.jpg',0,'attachment','image/jpeg',0),(2496,1,'2014-06-23 08:43:53','2014-06-23 08:43:53','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" alt=\"RayLSmith\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/daily-bread/\"><img class=\"alignnone size-full wp-image-2005\" alt=\"Finding Jesus\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/daily-bread.jpg\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" alt=\"Connection\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" alt=\"Sermons\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" alt=\"Messages\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" alt=\"Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" alt=\"Womens Bible Study\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" alt=\"Giving\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" alt=\"Online Assembly\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" alt=\"International\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" alt=\"Ray Smith Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" alt=\"Womens Bible Study Facebook\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" alt=\"Ray Smith Youtube\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" alt=\"Ray Smith Twitter\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-06-23 08:43:53','2014-06-23 08:43:53','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2497,1,'2014-06-23 08:54:30','2014-06-23 08:54:30','','daily-bread','','inherit','open','open','','daily-bread-3','','','2014-06-23 08:54:30','2014-06-23 08:54:30','',888,'http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png',0,'attachment','image/png',0),(2498,1,'2014-06-23 08:56:28','2014-06-23 08:56:28','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/daily-bread/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png\" alt=\"Daily Bread\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Daily Bread</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg\" alt=\"Finding Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Finding Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png\" alt=\"The Heart, Your Heart, His Heart\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Heart, Your Heart, His Heart</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-23 08:56:28','2014-06-23 08:56:28','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2499,1,'2014-06-23 08:57:20','2014-06-23 08:57:20','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/daily-bread/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png\" alt=\"Daily Bread\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Daily Bread</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg\" alt=\"Finding Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Finding Jesus</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/raylsmith-your-heart.png\" alt=\"The Heart, Your Heart, His Heart\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Heart, Your Heart, His Heart</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-23 08:57:20','2014-06-23 08:57:20','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2500,1,'2014-06-23 09:01:48','2014-06-23 09:01:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-23 09:01:48','2014-06-23 09:01:48','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2502,1,'2014-06-26 02:45:12','2014-06-26 02:45:12','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">FINDING JESUS</h2>\r\n<strong>Matthew 16:24-26</strong>\r\n24 Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.\r\n\r\n25 For whosoever will save his life shall lose it: and whosoever will lose his life for my sake shall find it.\r\n\r\n26 For what is a man profited, if he shall gain the whole world, and lose his own soul? or what shall a man give in exchange for his soul?\r\n\r\nIsaiah 45:15\r\n15 Verily thou art a God that hidest thyself, O God of Israel, the Saviour.\r\n\r\nHe could appear\r\n\r\n1 Corinthians 15:1-6\r\n15 Moreover, brethren, I declare unto you the gospel which I preached unto you, which also ye have received, and wherein ye stand;\r\n\r\n2 By which also ye are saved, if ye keep in memory what I preached unto you, unless ye have believed in vain.\r\n\r\n3 For I delivered unto you first of all that which I also received, how that Christ died for our sins according to the scriptures;\r\n\r\n4 And that he was buried, and that he rose again the third day according to the scriptures:\r\n\r\n5 And that he was seen of Cephas, then of the twelve:\r\n\r\n6 After that, he was seen of above five hundred brethren at once; of whom the greater part remain unto this present, but some are fallen asleep.\r\n\r\nIf you have found Him continue with Him.\r\n\r\nIt could be literal\r\n\r\nStory of Abram\r\nGenesis 18:1-5\r\n\r\nKing James Version (KJV)\r\n\r\n18 And the Lord appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day;\r\n\r\n2 And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground,\r\n\r\n3 And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant:\r\n\r\n4 Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree:\r\n\r\n5 And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said.\r\n\r\nLifestyle\r\n\r\nJohn 8:31\r\n31 Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\r\n\r\nMatthew 24:13\r\nBut he that shall endure unto the end, the same shall be saved.\r\n\r\nSeek Jesus for you life situations, plans, goals\r\nMatthew 20:20\r\nThen came to him the mother of Zebedees children with her sons, worshipping him, and desiring a certain thing of him.\r\n\r\nMatthew 15:22-28\r\n22 And, behold, a woman of Canaan came out of the same coasts, and cried unto him, saying, Have mercy on me, O Lord, thou son of David; my daughter is grievously vexed with a devil.\r\n\r\n23 But he answered her not a word. And his disciples came and besought him, saying, Send her away; for she crieth after us.\r\n\r\n24 But he answered and said, I am not sent but unto the lost sheep of the house of Israel.\r\n\r\n25 Then came she and worshipped him, saying, Lord, help me.\r\n\r\n26 But he answered and said, It is not meet to take the children\'s bread, and to cast it to dogs.\r\n\r\n27 And she said, Truth, Lord: yet the dogs eat of the crumbs which fall from their masters\' table.\r\n\r\n28 Then Jesus answered and said unto her, O woman, great is thy faith: be it unto thee even as thou wilt. And her daughter was made whole from that very hour.\r\n\r\nBack to verse 25\r\n25 Then came she and worshipped him, saying, Lord, help me.\r\n\r\nHow to find Jesus\r\n\r\nJeremiah 29:12-14\r\n12 Then shall ye call upon me, and ye shall go and pray unto me, and I will hearken unto you.\r\n\r\n13 And ye shall seek me, and find me, when ye shall search for me with all your heart.\r\n\r\n14 And I will be found of you, saith the Lord: and I will turn away your captivity, and I will gather you from all the nations, and from all the places whither I have driven you, saith the Lord; and I will bring you again into the place whence I caused you to be carried away captive.\r\n\r\nWhy is it good to find Him?\r\nJohn 10:10\r\n10 The thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\r\n\r\nRomans 6:23\r\nFor the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.\r\n\r\nMark 10:29-30\r\n29 And Jesus answered and said, Verily I say unto you, There is no man that hath left house, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my sake, and the gospel\'s,\r\n\r\n30 But he shall receive an hundredfold now in this time, houses, and brethren, and sisters, and mothers, and children, and lands, with persecutions; and in the world to come eternal life.\r\n\r\nMatthew 10:38-40\r\n38 And he that taketh not his cross, and followeth after me, is not worthy of me.\r\n\r\n39 He that findeth his life shall lose it: and he that loseth his life for my sake shall find it.\r\n\r\n40 He that receiveth you receiveth me, and he that receiveth me receiveth him that sent me.\r\n\r\nJohn 14:6\r\nJesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\nJames 1:17\r\nEvery good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\r\n\r\nRomans 8:32\r\n32 He that spared not his own Son, but delivered him up for us all, how shall he not with him also freely give us all things?\r\n\r\nHe is seeking you. Example of Jesus talking to me.\r\n\r\nThe Holy Spirit will help you.\r\n\r\nHoly Spirit reminds you of what Jesus has spoken.\r\n\r\nJohn 16:13\r\n13 Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\r\n\r\n14 He shall glorify me: for he shall receive of mine, and shall shew it unto you.\r\n\r\n15 All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\r\n\r\nWe must respond to the Lord.\r\nHebrews 3:15\r\nWhile it is said, To day if ye will hear his voice, harden not your hearts, as in the provocation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Finding Jesus','','inherit','open','open','','2486-revision-v1','','','2014-06-26 02:45:12','2014-06-26 02:45:12','',2486,'http://raylsmith.org/2486-revision-v1/',0,'revision','',0),(2503,1,'2014-06-26 07:29:18','2014-06-26 07:29:18','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">FINDING JESUS</h2>\r\n<strong>Matthew 16:24-26</strong>\r\n<sup>24</sup> Then said Jesus unto his disciples, If any man will come after me, let him deny himself, and take up his cross, and follow me.\r\n\r\n<sup>25</sup> For whosoever will save his life shall lose it: and whosoever will lose his life for my sake shall find it.\r\n\r\n<sup>26</sup> For what is a man profited, if he shall gain the whole world, and lose his own soul? or what shall a man give in exchange for his soul?\r\n\r\n<strong>Isaiah 45:15</strong>\r\n<sup>15</sup> Verily thou art a God that hidest thyself, O God of Israel, the Saviour.\r\n\r\nHe could appear\r\n\r\n<strong>1 Corinthians 15:1-6</strong>\r\n<sup>15</sup> Moreover, brethren, I declare unto you the gospel which I preached unto you, which also ye have received, and wherein ye stand;\r\n\r\n<sup>2</sup> By which also ye are saved, if ye keep in memory what I preached unto you, unless ye have believed in vain.\r\n\r\n<sup>3</sup> For I delivered unto you first of all that which I also received, how that Christ died for our sins according to the scriptures;\r\n\r\n<sup>4</sup> And that he was buried, and that he rose again the third day according to the scriptures:\r\n\r\n<sup>5</sup> And that he was seen of Cephas, then of the twelve:\r\n\r\n<sup>6</sup> After that, he was seen of above five hundred brethren at once; of whom the greater part remain unto this present, but some are fallen asleep.\r\n\r\nIf you have found Him continue with Him.\r\n\r\nIt could be literal\r\n\r\nStory of Abram\r\n<strong>Genesis 18:1-5</strong>\r\n\r\nKing James Version (KJV)\r\n\r\n<sup>18</sup> And the Lord appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day;\r\n\r\n<sup>2</sup> And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground,\r\n\r\n<sup>3</sup> And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant:\r\n\r\n<sup>4</sup> Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree:\r\n\r\n<sup>5</sup> And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said.\r\n\r\nLifestyle\r\n\r\n<strong>John 8:31</strong>\r\n<sup>31</sup> Then said Jesus to those Jews which believed on him, If ye continue in my word, then are ye my disciples indeed;\r\n\r\n<strong>Matthew 24:13</strong>\r\nBut he that shall endure unto the end, the same shall be saved.\r\n\r\nSeek Jesus for you life situations, plans, goals\r\n<strong>Matthew 20:20</strong>\r\nThen came to him the mother of Zebedees children with her sons, worshipping him, and desiring a certain thing of him.\r\n\r\n<strong>Matthew 15:22-28</strong>\r\n<sup>22</sup> And, behold, a woman of Canaan came out of the same coasts, and cried unto him, saying, Have mercy on me, O Lord, thou son of David; my daughter is grievously vexed with a devil.\r\n\r\n<sup>23</sup> But he answered her not a word. And his disciples came and besought him, saying, Send her away; for she crieth after us.\r\n\r\n<sup>24</sup> But he answered and said, I am not sent but unto the lost sheep of the house of Israel.\r\n\r\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\r\n\r\n<sup>26</sup> But he answered and said, It is not meet to take the children\'s bread, and to cast it to dogs.\r\n\r\n<sup>27</sup> And she said, Truth, Lord: yet the dogs eat of the crumbs which fall from their masters\' table.\r\n\r\n<sup>28</sup> Then Jesus answered and said unto her, O woman, great is thy faith: be it unto thee even as thou wilt. And her daughter was made whole from that very hour.\r\n\r\nBack to verse 25\r\n<sup>25</sup> Then came she and worshipped him, saying, Lord, help me.\r\n\r\nHow to find Jesus\r\n\r\n<strong>Jeremiah 29:12-14</strong>\r\n<sup>12</sup> Then shall ye call upon me, and ye shall go and pray unto me, and I will hearken unto you.\r\n\r\n<sup>13</sup> And ye shall seek me, and find me, when ye shall search for me with all your heart.\r\n\r\n<sup>14</sup> And I will be found of you, saith the Lord: and I will turn away your captivity, and I will gather you from all the nations, and from all the places whither I have driven you, saith the Lord; and I will bring you again into the place whence I caused you to be carried away captive.\r\n\r\nWhy is it good to find Him?\r\n<strong>John 10:10</strong>\r\n<sup>10</sup> The thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\r\n\r\n<strong>Romans 6:23</strong>\r\nFor the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord.\r\n\r\n<strong>Mark 10:29-30</strong>\r\n<sup>29</sup> And Jesus answered and said, Verily I say unto you, There is no man that hath left house, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my sake, and the gospel\'s,\r\n\r\n<sup>30</sup> But he shall receive an hundredfold now in this time, houses, and brethren, and sisters, and mothers, and children, and lands, with persecutions; and in the world to come eternal life.\r\n\r\n<strong>Matthew 10:38-40</strong>\r\n<sup>38</sup> And he that taketh not his cross, and followeth after me, is not worthy of me.\r\n\r\n<sup>39</sup> He that findeth his life shall lose it: and he that loseth his life for my sake shall find it.\r\n\r\n<sup>40</sup> He that receiveth you receiveth me, and he that receiveth me receiveth him that sent me.\r\n\r\n<strong>John 14:6</strong>\r\nJesus saith unto him, I am the way, the truth, and the life: no man cometh unto the Father, but by me.\r\n\r\n<strong>James 1:17</strong>\r\nEvery good gift and every perfect gift is from above, and cometh down from the Father of lights, with whom is no variableness, neither shadow of turning.\r\n\r\n<strong>Romans 8:32</strong>\r\n<sup>32</sup> He that spared not his own Son, but delivered him up for us all, how shall he not with him also freely give us all things?\r\n\r\nHe is seeking you. Example of Jesus talking to me.\r\n\r\nThe Holy Spirit will help you.\r\n\r\nHoly Spirit reminds you of what Jesus has spoken.\r\n\r\n<strong>John 16:13</strong>\r\n<sup>13</sup> Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\r\n\r\n<sup>14</sup> He shall glorify me: for he shall receive of mine, and shall shew it unto you.\r\n\r\n<sup>15</sup> All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\r\n\r\nWe must respond to the Lord.\r\n<strong>Hebrews 3:15</strong>\r\nWhile it is said, To day if ye will hear his voice, harden not your hearts, as in the provocation.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Finding Jesus','','inherit','open','open','','2486-revision-v1','','','2014-06-26 07:29:18','2014-06-26 07:29:18','',2486,'http://raylsmith.org/2486-revision-v1/',0,'revision','',0),(2504,1,'2014-06-26 07:33:41','2014-06-26 07:33:41','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n\r\n2 Corinthians 4:6-7\r\n6 For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n7 But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n\r\n1. Receive true power from God\r\n\r\nActs 2:1-4\r\n1 And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n2 And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\n3 And there appeared unto them cloven tongues like as of fire, and it sat upon each of them.\r\n\r\n4 And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\r\n\r\n2. Know Jesus personally\r\n\r\nEphesians 1:17\r\nThat the God of our Lord Jesus Christ, the Father of glory, may give unto you the spirit of wisdom and revelation in the knowledge of him:\r\n\r\n\r\n3.  Understanding the hard things of the Lord bring His glory\r\n\r\n2 Corinthians 12:1-10\r\n12 It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\r\n\r\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\n3 And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\r\n\r\n4 How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\r\n\r\n5 Of such an one will I glory: yet of myself I will not glory, but in mine infirmities.\r\n\r\n6 For though I would desire to glory, I shall not be a fool; for I will say the truth: but now I forbear, lest any man should think of me above that which he seeth me to be, or that he heareth of me.\r\n\r\n7 And lest I should be exalted above measure through the abundance of the revelations, there was given to me a thorn in the flesh, the messenger of Satan to buffet me, lest I should be exalted above measure.\r\n\r\n8 For this thing I besought the Lord thrice, that it might depart from me.\r\n\r\n9 And he said unto me, My grace is sufficient for thee: for my strength is made perfect in weakness. Most gladly therefore will I rather glory in my infirmities, that the power of Christ may rest upon me.\r\n\r\n10 Therefore I take pleasure in infirmities, in reproaches, in necessities, in persecutions, in distresses for Christ\'s sake: for when I am weak, then am I strong.\r\n\r\n4. No fear, Love, soundness of mind\r\n\r\n2 Timothy 1:5-7\r\n5 When I call to remembrance the unfeigned faith that is in thee, which dwelt first in thy grandmother Lois, and thy mother Eunice; and I am persuaded that in thee also.\r\n\r\n6 Wherefore I put thee in remembrance that thou stir up the gift of God, which is in thee by the putting on of my hands.\r\n\r\n7 For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind.\r\n\r\n5. Holy Spirit will move apon you\r\n\r\nMark 1:40-42\r\n40 And there came a leper to him, beseeching him, and kneeling down to him, and saying unto him, If thou wilt, thou canst make me clean.\r\n\r\n41 And Jesus, moved with compassion, put forth his hand, and touched him, and saith unto him, I will; be thou clean.\r\n\r\n42 And as soon as he had spoken, immediately the leprosy departed from him, and he was cleansed.\r\n\r\n\r\nActs 2:1-4\r\n1 And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n2 And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\nEarthen Vessels\r\n\r\n2 Corinthians 4:1-18\r\n1 Therefore seeing we have this ministry, as we have received mercy, we faint not;\r\n\r\n2 But have renounced the hidden things of dishonesty, not walking in craftiness, nor handling the word of God deceitfully; but by manifestation of the truth commending ourselves to every man\'s conscience in the sight of God.\r\n\r\n3 But if our gospel be hid, it is hid to them that are lost:\r\n\r\n4 In whom the god of this world hath blinded the minds of them which believe not, lest the light of the glorious gospel of Christ, who is the image of God, should shine unto them.\r\n\r\n5 For we preach not ourselves, but Christ Jesus the Lord; and ourselves your servants for Jesus\' sake.\r\n\r\n6 For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n7 But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n8 We are troubled on every side, yet not distressed; we are perplexed, but not in despair;\r\n\r\n9 Persecuted, but not forsaken; cast down, but not destroyed;\r\n\r\n10 Always bearing about in the body the dying of the Lord Jesus, that the life also of Jesus might be made manifest in our body.\r\n\r\n11 For we which live are always delivered unto death for Jesus\' sake, that the life also of Jesus might be made manifest in our mortal flesh.\r\n\r\n12 So then death worketh in us, but life in you.\r\n\r\n13 We having the same spirit of faith, according as it is written, I believed, and therefore have I spoken; we also believe, and therefore speak;\r\n\r\n14 Knowing that he which raised up the Lord Jesus shall raise up us also by Jesus, and shall present us with you.\r\n\r\n15 For all things are for your sakes, that the abundant grace might through the thanksgiving of many redound to the glory of God.\r\n\r\n16 For which cause we faint not; but though our outward man perish, yet the inward man is renewed day by day.\r\n\r\n17 For our light affliction, which is but for a moment, worketh for us a far more exceeding and eternal weight of glory;\r\n\r\n18 While we look not at the things which are seen, but at the things which are not seen: for the things which are seen are temporal; but the things which are not seen are eternal.\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Earthen Vessel','','inherit','open','open','','2459-revision-v1','','','2014-06-26 07:33:41','2014-06-26 07:33:41','',2459,'http://raylsmith.org/2459-revision-v1/',0,'revision','',0),(2505,1,'2014-06-26 07:38:56','2014-06-26 07:38:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\n<strong>2 Corinthians 4:6-7</strong>\n<sup>6</sup> For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\n\n<sup>7</sup> But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\n\n<em><strong>1. Receive true power from God</strong></em>\n\n<strong>Acts 2:1-4</strong>\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\n\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\n\n<sup>3</sup> And there appeared unto them cloven tongues like as of fire, and it sat upon each of them.\n\n<sup>4</sup> And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\n\n<em><strong>2. Know Jesus personally</strong></em>\n\n<strong>Ephesians 1:17</strong>\nThat the God of our Lord Jesus Christ, the Father of glory, may give unto you the spirit of wisdom and revelation in the knowledge of him:\n\n<em><strong>3. Understanding the hard things of the Lord bring His glory</strong></em>\n\n<strong>2 Corinthians 12:1-10</strong>\n<sup>12</sup> It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\n\n<sup>2</sup> I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\n\n<sup>3</sup> And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\n\n<sup>4</sup> How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\n\n<sup>5</sup> Of such an one will I glory: yet of myself I will not glory, but in mine infirmities.\n\n<sup>6</sup> For though I would desire to glory, I shall not be a fool; for I will say the truth: but now I forbear, lest any man should think of me above that which he seeth me to be, or that he heareth of me.\n\n<sup>7</sup> And lest I should be exalted above measure through the abundance of the revelations, there was given to me a thorn in the flesh, the messenger of Satan to buffet me, lest I should be exalted above measure.\n\n<sup>8</sup> For this thing I besought the Lord thrice, that it might depart from me.\n\n<sup>9</sup> And he said unto me, My grace is sufficient for thee: for my strength is made perfect in weakness. Most gladly therefore will I rather glory in my infirmities, that the power of Christ may rest upon me.\n\n<sup>10</sup> Therefore I take pleasure in infirmities, in reproaches, in necessities, in persecutions, in distresses for Christ\'s sake: for when I am weak, then am I strong.\n\n<em><strong>4. No fear, Love, soundness of mind</strong></em>\n\n<strong>2 Timothy 1:5-7</strong>\n<sup>5</sup> When I call to remembrance the unfeigned faith that is in thee, which dwelt first in thy grandmother Lois, and thy mother Eunice; and I am persuaded that in thee also.\n\n<sup>6</sup> Wherefore I put thee in remembrance that thou stir up the gift of God, which is in thee by the putting on of my hands.\n\n<sup>7</sup> For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind.\n\n<em><strong>5. Holy Spirit will move upon you</strong></em>\n\n<strong>Mark 1:40-42</strong>\n<sup>40</sup> And there came a leper to him, beseeching him, and kneeling down to him, and saying unto him, If thou wilt, thou canst make me clean.\n\n<sup>41</sup> And Jesus, moved with compassion, put forth his hand, and touched him, and saith unto him, I will; be thou clean.\n\n<sup>42</sup> And as soon as he had spoken, immediately the leprosy departed from him, and he was cleansed.\n\n<strong>Acts 2:1-4</strong>\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\n\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\n\nEarthen Vessels\n\n<strong>2 Corinthians 4:1-18</strong>\n<sup>1</sup> Therefore seeing we have this ministry, as we have received mercy, we faint not;\n\n<sup>2</sup> But have renounced the hidden things of dishonesty, not walking in craftiness, nor handling the word of God deceitfully; but by manifestation of the truth commending ourselves to every man\'s conscience in the sight of God.\n\n3 But if our gospel be hid, it is hid to them that are lost:\n\n4 In whom the god of this world hath blinded the minds of them which believe not, lest the light of the glorious gospel of Christ, who is the image of God, should shine unto them.\n\n5 For we preach not ourselves, but Christ Jesus the Lord; and ourselves your servants for Jesus\' sake.\n\n6 For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\n\n7 But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\n\n8 We are troubled on every side, yet not distressed; we are perplexed, but not in despair;\n\n9 Persecuted, but not forsaken; cast down, but not destroyed;\n\n10 Always bearing about in the body the dying of the Lord Jesus, that the life also of Jesus might be made manifest in our body.\n\n11 For we which live are always delivered unto death for Jesus\' sake, that the life also of Jesus might be made manifest in our mortal flesh.\n\n12 So then death worketh in us, but life in you.\n\n13 We having the same spirit of faith, according as it is written, I believed, and therefore have I spoken; we also believe, and therefore speak;\n\n14 Knowing that he which raised up the Lord Jesus shall raise up us also by Jesus, and shall present us with you.\n\n15 For all things are for your sakes, that the abundant grace might through the thanksgiving of many redound to the glory of God.\n\n16 For which cause we faint not; but though our outward man perish, yet the inward man is renewed day by day.\n\n17 For our light affliction, which is but for a moment, worketh for us a far more exceeding and eternal weight of glory;\n\n18 While we look not at the things which are seen, but at the things which are not seen: for the things which are seen are temporal; but the things which are not seen are eternal.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Earthen Vessel','','inherit','open','open','','2459-autosave-v1','','','2014-06-26 07:38:56','2014-06-26 07:38:56','',2459,'http://raylsmith.org/2459-autosave-v1/',0,'revision','',0),(2506,1,'2014-06-26 07:40:05','2014-06-26 07:40:05','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">EARTHEN VESSEL</h2>\r\n<strong>2 Corinthians 4:6-7</strong>\r\n<sup>6</sup> For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n<sup>7</sup> But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n<em><strong>1. Receive true power from God</strong></em>\r\n\r\n<strong>Acts 2:1-4</strong>\r\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\n<sup>3</sup> And there appeared unto them cloven tongues like as of fire, and it sat upon each of them.\r\n\r\n<sup>4</sup> And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\r\n\r\n<em><strong>2. Know Jesus personally</strong></em>\r\n\r\n<strong>Ephesians 1:17</strong>\r\nThat the God of our Lord Jesus Christ, the Father of glory, may give unto you the spirit of wisdom and revelation in the knowledge of him:\r\n\r\n<em><strong>3. Understanding the hard things of the Lord bring His glory</strong></em>\r\n\r\n<strong>2 Corinthians 12:1-10</strong>\r\n<sup>12</sup> It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\r\n\r\n<sup>2</sup> I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\n<sup>3</sup> And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\r\n\r\n<sup>4</sup> How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\r\n\r\n<sup>5</sup> Of such an one will I glory: yet of myself I will not glory, but in mine infirmities.\r\n\r\n<sup>6</sup> For though I would desire to glory, I shall not be a fool; for I will say the truth: but now I forbear, lest any man should think of me above that which he seeth me to be, or that he heareth of me.\r\n\r\n<sup>7</sup> And lest I should be exalted above measure through the abundance of the revelations, there was given to me a thorn in the flesh, the messenger of Satan to buffet me, lest I should be exalted above measure.\r\n\r\n<sup>8</sup> For this thing I besought the Lord thrice, that it might depart from me.\r\n\r\n<sup>9</sup> And he said unto me, My grace is sufficient for thee: for my strength is made perfect in weakness. Most gladly therefore will I rather glory in my infirmities, that the power of Christ may rest upon me.\r\n\r\n<sup>10</sup> Therefore I take pleasure in infirmities, in reproaches, in necessities, in persecutions, in distresses for Christ\'s sake: for when I am weak, then am I strong.\r\n\r\n<em><strong>4. No fear, Love, soundness of mind</strong></em>\r\n\r\n<strong>2 Timothy 1:5-7</strong>\r\n<sup>5</sup> When I call to remembrance the unfeigned faith that is in thee, which dwelt first in thy grandmother Lois, and thy mother Eunice; and I am persuaded that in thee also.\r\n\r\n<sup>6</sup> Wherefore I put thee in remembrance that thou stir up the gift of God, which is in thee by the putting on of my hands.\r\n\r\n<sup>7</sup> For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind.\r\n\r\n<em><strong>5. Holy Spirit will move upon you</strong></em>\r\n\r\n<strong>Mark 1:40-42</strong>\r\n<sup>40</sup> And there came a leper to him, beseeching him, and kneeling down to him, and saying unto him, If thou wilt, thou canst make me clean.\r\n\r\n<sup>41</sup> And Jesus, moved with compassion, put forth his hand, and touched him, and saith unto him, I will; be thou clean.\r\n\r\n<sup>42</sup> And as soon as he had spoken, immediately the leprosy departed from him, and he was cleansed.\r\n\r\n<strong>Acts 2:1-4</strong>\r\n<sup>1</sup> And when the day of Pentecost was fully come, they were all with one accord in one place.\r\n\r\n<sup>2</sup> And suddenly there came a sound from heaven as of a rushing mighty wind, and it filled all the house where they were sitting.\r\n\r\nEarthen Vessels\r\n\r\n<strong>2 Corinthians 4:1-18</strong>\r\n<sup>1</sup> Therefore seeing we have this ministry, as we have received mercy, we faint not;\r\n\r\n<sup>2</sup> But have renounced the hidden things of dishonesty, not walking in craftiness, nor handling the word of God deceitfully; but by manifestation of the truth commending ourselves to every man\'s conscience in the sight of God.\r\n\r\n<sup>3</sup> But if our gospel be hid, it is hid to them that are lost:\r\n\r\n<sup>4</sup> In whom the god of this world hath blinded the minds of them which believe not, lest the light of the glorious gospel of Christ, who is the image of God, should shine unto them.\r\n\r\n<sup>5</sup> For we preach not ourselves, but Christ Jesus the Lord; and ourselves your servants for Jesus\' sake.\r\n\r\n<sup>6</sup> For God, who commanded the light to shine out of darkness, hath shined in our hearts, to give the light of the knowledge of the glory of God in the face of Jesus Christ.\r\n\r\n<sup>7</sup> But we have this treasure in earthen vessels, that the excellency of the power may be of God, and not of us.\r\n\r\n<sup>8</sup> We are troubled on every side, yet not distressed; we are perplexed, but not in despair;\r\n\r\n<sup>9</sup> Persecuted, but not forsaken; cast down, but not destroyed;\r\n\r\n<sup>10</sup> Always bearing about in the body the dying of the Lord Jesus, that the life also of Jesus might be made manifest in our body.\r\n\r\n<sup>11</sup> For we which live are always delivered unto death for Jesus\' sake, that the life also of Jesus might be made manifest in our mortal flesh.\r\n\r\n<sup>12</sup> So then death worketh in us, but life in you.\r\n\r\n<sup>13</sup> We having the same spirit of faith, according as it is written, I believed, and therefore have I spoken; we also believe, and therefore speak;\r\n\r\n<sup>14</sup> Knowing that he which raised up the Lord Jesus shall raise up us also by Jesus, and shall present us with you.\r\n\r\n<sup>15</sup> For all things are for your sakes, that the abundant grace might through the thanksgiving of many redound to the glory of God.\r\n\r\n<sup>16</sup> For which cause we faint not; but though our outward man perish, yet the inward man is renewed day by day.\r\n\r\n<sup>17</sup> For our light affliction, which is but for a moment, worketh for us a far more exceeding and eternal weight of glory;\r\n\r\n<sup>18</sup> While we look not at the things which are seen, but at the things which are not seen: for the things which are seen are temporal; but the things which are not seen are eternal.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Earthen Vessel','','inherit','open','open','','2459-revision-v1','','','2014-06-26 07:40:05','2014-06-26 07:40:05','',2459,'http://raylsmith.org/2459-revision-v1/',0,'revision','',0),(2507,1,'2014-06-26 07:47:17','2014-06-26 07:47:17','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">DAILY BREAD</h2>\nBread is symbolic of the word of God.\n\nJust as watching is symbolic of praying.\n\nExample of mother cooking.\n\nThe Lord prepares your spiritual food daily.\n\n<strong>Hebrews 6:5</strong>\n<sup>5</sup> And have tasted the good word of God, and the powers of the world to come,\n\n<strong>Luke 11:1-3</strong>\n<sup>1</sup> And it came to pass, that, as he was praying in a certain place, when he ceased, one of his disciples said unto him, Lord, teach us to pray, as John also taught his disciples.\n\n<sup>2</sup> And he said unto them, When ye pray, say, Our Father which art in heaven, Hallowed be thy name. Thy kingdom come. Thy will be done, as in heaven, so in earth.\n\n<sup>3</sup> Give us day by day our daily bread.\n\n<strong>Matthew 6:11</strong>\nGive us this day our daily bread.\n\n<strong>Luke 4:1-4</strong>\n<sup>1</sup> And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,\n\n<sup>2</sup> Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered.\n\n<sup>3</sup> And the devil said unto him, If thou be the Son of God, command this stone that it be made bread.\n\n<sup>4</sup> And Jesus answered him, saying, It is written, That man shall not live by bread alone, but by every word of God.\n\n<strong>Deuteronomy 8:3</strong>\n<sup>3</sup> And he humbled thee, and suffered thee to hunger, and fed thee with manna, which thou knewest not, neither did thy fathers know; that he might make thee know that man doth not live by bread only, but by every word that proceedeth out of the mouth of the Lord doth man\nlive.\n\n<strong>Job 23:11-12</strong>\n<sup>11</sup> My foot hath held his steps, his way have I kept, and not declined.\n\n<sup>12</sup> Neither have I gone back from the commandment of his lips; I have esteemed the words of his mouth more than my necessary food.\n\n<strong>1 Peter 2:2</strong>\n<sup>2</sup> As newborn babes, desire the sincere milk of the word, that ye may grow thereby:\n\n<strong>2 Timothy 3:16-17</strong>\n<sup>16</sup> All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness:\n\n<sup>17</sup> That the man of God may be perfect, thoroughly furnished unto all good works.\n\n<strong>Hebrews 5:11-14</strong>\n<sup>11</sup> Of whom we have many things to say, and hard to be uttered, seeing ye are dull of hearing.\n\n<sup>12</sup> For when for the time ye ought to be teachers, ye have need that one teach you again which be the first principles of the oracles of God; and are become such as have need of milk, and not of strong meat.\n\n<sup>13</sup> For every one that useth milk is unskilful in the word of righteousness: for he is a babe.\n\n14 But strong meat belongeth to them that are of full age, even those who by reason of use have their senses exercised to discern both good and evil.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Daily Bread','','inherit','open','open','','2493-autosave-v1','','','2014-06-26 07:47:17','2014-06-26 07:47:17','',2493,'http://raylsmith.org/2493-autosave-v1/',0,'revision','',0),(2508,1,'2014-06-26 07:47:24','2014-06-26 07:47:24','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">DAILY BREAD</h2>\r\nBread is symbolic of the word of God.\r\n\r\nJust as watching is symbolic of praying.\r\n\r\nExample of mother cooking.\r\n\r\nThe Lord prepares your spiritual food daily.\r\n\r\n<strong>Hebrews 6:5</strong>\r\n<sup>5</sup> And have tasted the good word of God, and the powers of the world to come,\r\n\r\n<strong>Luke 11:1-3</strong>\r\n<sup>1</sup> And it came to pass, that, as he was praying in a certain place, when he ceased, one of his disciples said unto him, Lord, teach us to pray, as John also taught his disciples.\r\n\r\n<sup>2</sup> And he said unto them, When ye pray, say, Our Father which art in heaven, Hallowed be thy name. Thy kingdom come. Thy will be done, as in heaven, so in earth.\r\n\r\n<sup>3</sup> Give us day by day our daily bread.\r\n\r\n<strong>Matthew 6:11</strong>\r\nGive us this day our daily bread.\r\n\r\n<strong>Luke 4:1-4</strong>\r\n<sup>1</sup> And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,\r\n\r\n<sup>2</sup> Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered.\r\n\r\n<sup>3</sup> And the devil said unto him, If thou be the Son of God, command this stone that it be made bread.\r\n\r\n<sup>4</sup> And Jesus answered him, saying, It is written, That man shall not live by bread alone, but by every word of God.\r\n\r\n<strong>Deuteronomy 8:3</strong>\r\n<sup>3</sup> And he humbled thee, and suffered thee to hunger, and fed thee with manna, which thou knewest not, neither did thy fathers know; that he might make thee know that man doth not live by bread only, but by every word that proceedeth out of the mouth of the Lord doth man\r\nlive.\r\n\r\n<strong>Job 23:11-12</strong>\r\n<sup>11</sup> My foot hath held his steps, his way have I kept, and not declined.\r\n\r\n<sup>12</sup> Neither have I gone back from the commandment of his lips; I have esteemed the words of his mouth more than my necessary food.\r\n\r\n<strong>1 Peter 2:2</strong>\r\n<sup>2</sup> As newborn babes, desire the sincere milk of the word, that ye may grow thereby:\r\n\r\n<strong>2 Timothy 3:16-17</strong>\r\n<sup>16</sup> All scripture is given by inspiration of God, and is profitable for doctrine, for reproof, for correction, for instruction in righteousness:\r\n\r\n<sup>17</sup> That the man of God may be perfect, thoroughly furnished unto all good works.\r\n\r\n<strong>Hebrews 5:11-14</strong>\r\n<sup>11</sup> Of whom we have many things to say, and hard to be uttered, seeing ye are dull of hearing.\r\n\r\n<sup>12</sup> For when for the time ye ought to be teachers, ye have need that one teach you again which be the first principles of the oracles of God; and are become such as have need of milk, and not of strong meat.\r\n\r\n<sup>13</sup> For every one that useth milk is unskilful in the word of righteousness: for he is a babe.\r\n\r\n<sup>14</sup> But strong meat belongeth to them that are of full age, even those who by reason of use have their senses exercised to discern both good and evil.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Daily Bread','','inherit','open','open','','2493-revision-v1','','','2014-06-26 07:47:24','2014-06-26 07:47:24','',2493,'http://raylsmith.org/2493-revision-v1/',0,'revision','',0),(2572,1,'2014-08-11 13:18:25','2014-08-11 13:18:25','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY TRANSFORMATION</h2>\r\nExample: Life experiences have made you.\r\n\r\nBut when you give you life to Christ\r\n\r\n<strong>2 Corinthians 5:16-17</strong>\r\n16 Wherefore henceforth know we no man after the flesh: yea, though we have known Christ after the flesh, yet now henceforth know we him no more.\r\n\r\n17 Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new.\r\n\r\nIt is a process.\r\n\r\n<strong>Jeremiah 18:1-6</strong>\r\n1 The word which came to Jeremiah from the Lord, saying,\r\n\r\n2 Arise, and go down to the potter\'s house, and there I will cause thee to hear my words.\r\n\r\n3 Then I went down to the potter\'s house, and, behold, he wrought a work on the wheels.\r\n\r\n4 And the vessel that he made of clay was marred in the hand of the potter: so he made it again another vessel, as seemed good to the potter to make it.\r\n\r\n5 Then the word of the Lord came to me, saying,\r\n\r\n6 O house of Israel, cannot I do with you as this potter? saith the Lord. Behold, as the clay is in the potter\'s hand, so are ye in mine hand, O house of Israel.\r\n\r\n<strong>Luke 6:27</strong>\r\n27 But I say unto you which hear, Love your enemies, do good to them which hate you,\r\n\r\n28 Bless them that curse you, and pray for them which despitefully use you.\r\n\r\n29 And unto him that smiteth thee on the one cheek offer also the other; and him that taketh away thy cloak forbid not to take thy coat also.\r\n\r\n30 Give to every man that asketh of thee; and of him that taketh away thy goods ask them not again.\r\n\r\n31 And as ye would that men should do to you, do ye also to them likewise.\r\n\r\n32 For if ye love them which love you, what thank have ye? for sinners also love those that love them.\r\n\r\n33 And if ye do good to them which do good to you, what thank have ye? for sinners also do even the same.\r\n\r\n34 And if ye lend to them of whom ye hope to receive, what thank have ye? for sinners also lend to sinners, to receive as much again.\r\n\r\n35 But love ye your enemies, and do good, and lend, hoping for nothing again; and your reward shall be great, and ye shall be the children of the Highest: for he is kind unto the unthankful and to the evil.\r\n\r\n36 Be ye therefore merciful, as your Father also is merciful.\r\n\r\n37 Judge not, and ye shall not be judged: condemn not, and ye shall not be condemned: forgive, and ye shall be forgiven:\r\n\r\n<strong>Matthew 5:38-48</strong>\r\n38 Ye have heard that it hath been said, An eye for an eye, and a tooth for a tooth:\r\n\r\n39 But I say unto you, That ye resist not evil: but whosoever shall smite thee on thy right cheek, turn to him the other also.\r\n\r\n40 And if any man will sue thee at the law, and take away thy coat, let him have thy cloak also.\r\n\r\n41 And whosoever shall compel thee to go a mile, go with him twain.\r\n\r\n42 Give to him that asketh thee, and from him that would borrow of thee turn not thou away.\r\n\r\n43 Ye have heard that it hath been said, Thou shalt love thy neighbour, and hate thine enemy.\r\n\r\n44 But I say unto you, Love your enemies, bless them that curse you, do good to them that hate you, and pray for them which despitefully use you, and persecute you;\r\n\r\n45 That ye may be the children of your Father which is in heaven: for he maketh his sun to rise on the evil and on the good, and sendeth rain on the just and on the unjust.\r\n\r\n46 For if ye love them which love you, what reward have ye? do not even the publicans the same?\r\n\r\n47 And if ye salute your brethren only, what do ye more than others? do not even the publicans so?\r\n\r\n48 Be ye therefore perfect, even as your Father which is in heaven is perfect.\r\n\r\nIn conclusion\r\n\r\n<strong>Luke 6:48</strong> Be ye therefore perfect, even as your Father which is in heaven is perfect.\r\n\r\n<strong>Matthew 5:35</strong> But love ye your enemies, and do good, and lend, hoping for nothing again; and your reward shall be great, and ye shall be the children of the Highest: for he is kind unto the unthankful and to the evil.\r\n\r\n<strong>John 13:34-35</strong>\r\n\r\n34 A new commandment I give unto you, That ye love one another; as I have loved you, that ye also love one another.\r\n\r\n35 By this shall all men know that ye are my disciples, if ye have love one to another.\r\n\r\n<em>1. So when people see you they will see the change.</em>\r\n\r\n<em>2. You don\'t want people to see that you are the same when something happens to you and haven\'t truly changed.</em>\r\n\r\nLet\'s go back to the example of the potter.\r\n\r\n<strong>Jeremiah 18:6</strong>\r\nO house of Israel, cannot I do with you as this potter? saith the Lord. Behold, as the clay is in the potter\'s hand, so are ye in mine hand, O house of Israel.\r\n\r\nDon\"t fight the process.\r\n\r\n<strong>Isaiah 64:8</strong>\r\nBut now, O Lord, thou art our father; we are the clay, and thou our potter; and we all are the work of thy hand.\r\n\r\nAs you follow the Lord and do your part, He will do what you can\'t and change you into the person that you were created to be.\r\nSomeone not of this world.\r\n\r\nRemember:\r\n<em>1. Don\'t fight the process.</em>\r\n<em> 2. Once God has changed you don\'t let anything change you back.</em>\r\n<em> 3. By you obeying the scriptures God will do something in you, you can\"t do for yourself.</em>\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Transformation','','publish','open','open','','holy-transformation','','','2014-08-21 14:26:00','2014-08-21 14:26:00','',0,'http://raylsmith.org/?p=2572',0,'post','',0),(2510,1,'2014-06-30 07:44:50','2014-06-30 07:44:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">RIVER OF FIRE</h2>\r\n<strong>Daniel 7:1-28</strong>\r\n\r\n<sup>1</sup> In the first year of Belshazzar king of Babylon Daniel had a dream and visions of his head upon his bed: then he wrote the dream, and told the sum of the matters.\r\n\r\n<sup>2</sup> Daniel spake and said, I saw in my vision by night, and, behold, the four winds of the heaven strove upon the great sea.\r\n\r\n<sup>3</sup> And four great beasts came up from the sea, diverse one from another.\r\n\r\n<sup>4</sup> The first was like a lion, and had eagle\'s wings: I beheld till the wings thereof were plucked, and it was lifted up from the earth, and made stand upon the feet as a man, and a man\'s heart was given to it.\r\n\r\n<sup>5</sup> And behold another beast, a second, like to a bear, and it raised up itself on one side, and it had three ribs in the mouth of it between the teeth of it: and they said thus unto it, Arise, devour much flesh.\r\n\r\n<sup>6</sup> After this I beheld, and lo another, like a leopard, which had upon the back of it four wings of a fowl; the beast had also four heads; and dominion was given to it.\r\n\r\n<sup>7</sup> After this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\r\n\r\n<sup>8</sup> I considered the horns, and, behold, there came up among them another little horn, before whom there were three of the first horns plucked up by the roots: and, behold, in this horn were eyes like the eyes of man, and a mouth speaking great things.\r\n\r\n<sup>9</sup> I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire.\r\n\r\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<sup>11</sup> I beheld then because of the voice of the great words which the horn spake: I beheld even till the beast was slain, and his body destroyed, and given to the burning flame.\r\n\r\n<sup>12</sup> As concerning the rest of the beasts, they had their dominion taken away: yet their lives were prolonged for a season and time.\r\n\r\n<sup>13</sup> I saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\r\n\r\n<sup>14</sup> And there was given him dominion, and glory, and a kingdom, that all people, nations, and languages, should serve him: his dominion is an everlasting dominion, which shall not pass away, and his kingdom that which shall not be destroyed.\r\n\r\n<sup>15</sup> I Daniel was grieved in my spirit in the midst of my body, and the visions of my head troubled me.\r\n\r\n<sup>16</sup> I came near unto one of them that stood by, and asked him the truth of all this. So he told me, and made me know the interpretation of the things.\r\n\r\n<sup>17</sup> These great beasts, which are four, are four kings, which shall arise out of the earth.\r\n\r\n<sup>18</sup> But the saints of the most High shall take the kingdom, and possess the kingdom for ever, even for ever and ever.\r\n\r\n<sup>19</sup> Then I would know the truth of the fourth beast, which was diverse from all the others, exceeding dreadful, whose teeth were of iron, and his nails of brass; which devoured, brake in pieces, and stamped the residue with his feet;\r\n\r\n<sup>20</sup> And of the ten horns that were in his head, and of the other which came up, and before whom three fell; even of that horn that had eyes, and a mouth that spake very great things, whose look was more stout than his fellows.\r\n\r\n<sup>21</sup> I beheld, and the same horn made war with the saints, and prevailed against them;\r\n\r\n<sup>22</sup> Until the Ancient of days came, and judgment was given to the saints of the most High; and the time came that the saints possessed the kingdom.\r\n\r\n<sup>23</sup> Thus he said, The fourth beast shall be the fourth kingdom upon earth, which shall be diverse from all kingdoms, and shall devour the whole earth, and shall tread it down, and break it in pieces.\r\n\r\n<sup>24</sup> And the ten horns out of this kingdom are ten kings that shall arise: and another shall rise after them; and he shall be diverse from the first, and he shall subdue three kings.\r\n\r\n<sup>25</sup> And he shall speak great words against the most High, and shall wear out the saints of the most High, and think to change times and laws: and they shall be given into his hand until a time and times and the dividing of time.\r\n\r\n<sup>26</sup> But the judgment shall sit, and they shall take away his dominion, to consume and to destroy it unto the end.\r\n\r\n<sup>27</sup> And the kingdom and dominion, and the greatness of the kingdom under the whole heaven, shall be given to the people of the saints of the most High, whose kingdom is an everlasting kingdom, and all dominions shall serve and obey him.\r\n\r\n<sup>28</sup> Hitherto is the end of the matter. As for me Daniel, my cogitations much troubled me, and my countenance changed in me: but I kept the matter in my heart.\r\n\r\n<strong>Psalm 50:3</strong>\r\n<sup>3</sup> Our God shall come, and shall not keep silence: a fire shall devour before him, and it shall be very tempestuous round about him.\r\n\r\n<strong>Psalm 97:3</strong>\r\n<sup>3</sup> A fire goeth before him, and burneth up his enemies round about.\r\n\r\n<strong>Isaiah 30:33</strong>\r\n<sup>33</sup> For Tophet is ordained of old; yea, for the king it is prepared; he hath made it deep and large: the pile thereof is fire and much wood; the breath of the Lord, like a stream of brimstone, doth kindle it.\r\n\r\n<strong>Isaiah 66:15</strong>\r\n<sup>15</sup> For, behold, the Lord will come with fire, and with his chariots like a whirlwind, to render his anger with fury, and his rebuke with flames of fire.\r\n\r\n<strong>Daniel 7:10</strong>\r\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<strong>Revelation 20:10-12</strong>\r\n<sup>10</sup> And the devil that deceived them was cast into the lake of fire and brimstone, where the beast and the false prophet are, and shall be tormented day and night for ever and ever.\r\n\r\n<sup>11</sup> And I saw a great white throne, and him that sat on it, from whose face the earth and the heaven fled away; and there was found no place for them.\r\n\r\n<sup>12</sup> And I saw the dead, small and great, stand before God; and the books were opened: and another book was opened, which is the book of life: and the dead were judged out of those things which were written in the books, according to their works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','River of Fire','','publish','open','open','','river-of-fire','','','2014-08-21 14:08:37','2014-08-21 14:08:37','',0,'http://raylsmith.org/?p=2510',0,'post','',0),(2511,1,'2014-06-30 07:44:50','2014-06-30 07:44:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">RIVER OF LIFE</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','River of Fire','','inherit','open','open','','2510-revision-v1','','','2014-06-30 07:44:50','2014-06-30 07:44:50','',2510,'http://raylsmith.org/2510-revision-v1/',0,'revision','',0),(2512,1,'2014-06-30 07:52:13','2014-06-30 07:52:13','','riveroflife','','inherit','open','open','','riveroflife','','','2014-06-30 07:52:13','2014-06-30 07:52:13','',2,'http://raylsmith.org/wp-content/uploads/2012/06/riveroflife.jpg',0,'attachment','image/jpeg',0),(2514,1,'2014-06-30 08:05:22','2014-06-30 08:05:22','','river-of-life','','inherit','open','open','','river-of-life','','','2014-06-30 08:05:22','2014-06-30 08:05:22','',888,'http://raylsmith.org/wp-content/uploads/2012/11/river-of-life.jpg',0,'attachment','image/jpeg',0),(2515,1,'2014-06-30 08:07:25','2014-06-30 08:07:25','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/river-of-life.jpg\" alt=\"River of Life\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>River of Life</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/daily-bread/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png\" alt=\"Daily Bread\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Daily Bread</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg\" alt=\"Finding Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Finding Jesus</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-30 08:07:25','2014-06-30 08:07:25','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2516,1,'2014-06-30 08:09:01','2014-06-30 08:09:01','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/river-of-life.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>River of Fire</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/daily-bread/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png\" alt=\"Daily Bread\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Daily Bread</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/finding-jesus/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/finding-jesus.jpg\" alt=\"Finding Jesus\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Finding Jesus</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-06-30 08:09:01','2014-06-30 08:09:01','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2517,1,'2014-06-30 08:13:05','2014-06-30 08:13:05','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-06-30 08:13:05','2014-06-30 08:13:05','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2518,1,'2014-07-01 06:51:14','2014-07-01 06:51:14','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">RIVER OF FIRE</h2>\n<strong>Daniel 7:1-28</strong>\n\n<sup>1</sup> In the first year of Belshazzar king of Babylon Daniel had a dream and visions of his head upon his bed: then he wrote the dream, and told the sum of the matters.\n\n<sup>2</sup> Daniel spake and said, I saw in my vision by night, and, behold, the four winds of the heaven strove upon the great sea.\n\n<sup>3</sup> And four great beasts came up from the sea, diverse one from another.\n\n<sup>4</sup> The first was like a lion, and had eagle\'s wings: I beheld till the wings thereof were plucked, and it was lifted up from the earth, and made stand upon the feet as a man, and a man\'s heart was given to it.\n\n<sup>5</sup> And behold another beast, a second, like to a bear, and it raised up itself on one side, and it had three ribs in the mouth of it between the teeth of it: and they said thus unto it, Arise, devour much flesh.\n\n<sup>6</sup> After this I beheld, and lo another, like a leopard, which had upon the back of it four wings of a fowl; the beast had also four heads; and dominion was given to it.\n\n<sup>7</sup> After this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\n\n<sup>8</sup> I considered the horns, and, behold, there came up among them another little horn, before whom there were three of the first horns plucked up by the roots: and, behold, in this horn were eyes like the eyes of man, and a mouth speaking great things.\n\n<sup>9</sup> I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire.\n\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\n\n<sup>11</sup> I beheld then because of the voice of the great words which the horn spake: I beheld even till the beast was slain, and his body destroyed, and given to the burning flame.\n\n<sup>12</sup> As concerning the rest of the beasts, they had their dominion taken away: yet their lives were prolonged for a season and time.\n\n<sup>13</sup> I saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\n\n<sup>14</sup> And there was given him dominion, and glory, and a kingdom, that all people, nations, and languages, should serve him: his dominion is an everlasting dominion, which shall not pass away, and his kingdom that which shall not be destroyed.\n\n<sup>15</sup> I Daniel was grieved in my spirit in the midst of my body, and the visions of my head troubled me.\n\n<sup>16</sup> I came near unto one of them that stood by, and asked him the truth of all this. So he told me, and made me know the interpretation of the things.\n\n<sup>17</sup> These great beasts, which are four, are four kings, which shall arise out of the earth.\n\n<sup>18</sup> But the saints of the most High shall take the kingdom, and possess the kingdom for ever, even for ever and ever.\n\n<sup>19</sup> Then I would know the truth of the fourth beast, which was diverse from all the others, exceeding dreadful, whose teeth were of iron, and his nails of brass; which devoured, brake in pieces, and stamped the residue with his feet;\n\n<sup>20</sup> And of the ten horns that were in his head, and of the other which came up, and before whom three fell; even of that horn that had eyes, and a mouth that spake very great things, whose look was more stout than his fellows.\n\n<sup>21</sup> I beheld, and the same horn made war with the saints, and prevailed against them;\n\n<sup>22</sup> Until the Ancient of days came, and judgment was given to the saints of the most High; and the time came that the saints possessed the kingdom.\n\n<sup>23</sup> Thus he said, The fourth beast shall be the fourth kingdom upon earth, which shall be diverse from all kingdoms, and shall devour the whole earth, and shall tread it down, and break it in pieces.\n\n<sup>24</sup> And the ten horns out of this kingdom are ten kings that shall arise: and another shall rise after them; and he shall be diverse from the first, and he shall subdue three kings.\n\n<sup>25</sup> And he shall speak great words against the most High, and shall wear out the saints of the most High, and think to change times and laws: and they shall be given into his hand until a time and times and the dividing of time.\n\n<sup>26</sup> But the judgment shall sit, and they shall take away his dominion, to consume and to destroy it unto the end.\n\n<sup>27</sup> And the kingdom and dominion, and the greatness of the kingdom under the whole heaven, shall be given to the people of the saints of the most High, whose kingdom is an everlasting kingdom, and all dominions shall serve and obey him.\n\n<sup>28</sup> Hitherto is the end of the matter. As for me Daniel, my cogitations much troubled me, and my countenance changed in me: but I kept the matter in my heart.\n\n<strong>Psalm 50:3</strong>\n<sup>3</sup> Our God shall come, and shall not keep silence: a fire shall devour before him, and it shall be very tempestuous round about him.\n\n<strong>Psalm 97:3</strong>\n<sup>3</sup> A fire goeth before him, and burneth up his enemies round about.\n\n<strong>Isaiah 30:33</strong>\n<sup>33</sup> For Tophet is ordained of old; yea, for the king it is prepared; he hath made it deep and large: the pile thereof is fire and much wood; the breath of the Lord, like a stream of brimstone, doth kindle it.\n\n<strong>Isaiah 66:15</strong>\n<sup>15</sup> For, behold, the Lord will come with fire, and with his chariots like a whirlwind, to render his anger with fury, and his rebuke with flames of fire.\n\n<strong>Daniel 7:10</strong>\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\n\n<strong>Revelation 20:10-12</strong>\n<sup>10</sup> And the devil that deceived them was cast into the lake of fire and brimstone, where the beast and the false prophet are, and shall be tormented day and night for ever and ever.\n\n<sup>11</sup> And I saw a great white throne, and him that sat on it, from whose face the earth and the heaven fled away; and there was found no place for them.\n\n<sup>12</sup> And I saw the dead, small and great, stand before God; and the books were opened: and another book was opened, which is the book of life: and the dead were judged out of those things which were written in the books, according to their works.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','River of Fire','','inherit','open','open','','2510-autosave-v1','','','2014-07-01 06:51:14','2014-07-01 06:51:14','',2510,'http://raylsmith.org/2510-autosave-v1/',0,'revision','',0),(2519,1,'2014-07-01 06:51:20','2014-07-01 06:51:20','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">RIVER OF FIRE</h2>\r\n<strong>Daniel 7:1-28</strong>\r\n\r\n<sup>1</sup> In the first year of Belshazzar king of Babylon Daniel had a dream and visions of his head upon his bed: then he wrote the dream, and told the sum of the matters.\r\n\r\n<sup>2</sup> Daniel spake and said, I saw in my vision by night, and, behold, the four winds of the heaven strove upon the great sea.\r\n\r\n<sup>3</sup> And four great beasts came up from the sea, diverse one from another.\r\n\r\n<sup>4</sup> The first was like a lion, and had eagle\'s wings: I beheld till the wings thereof were plucked, and it was lifted up from the earth, and made stand upon the feet as a man, and a man\'s heart was given to it.\r\n\r\n<sup>5</sup> And behold another beast, a second, like to a bear, and it raised up itself on one side, and it had three ribs in the mouth of it between the teeth of it: and they said thus unto it, Arise, devour much flesh.\r\n\r\n<sup>6</sup> After this I beheld, and lo another, like a leopard, which had upon the back of it four wings of a fowl; the beast had also four heads; and dominion was given to it.\r\n\r\n<sup>7</sup> After this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\r\n\r\n<sup>8</sup> I considered the horns, and, behold, there came up among them another little horn, before whom there were three of the first horns plucked up by the roots: and, behold, in this horn were eyes like the eyes of man, and a mouth speaking great things.\r\n\r\n<sup>9</sup> I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire.\r\n\r\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<sup>11</sup> I beheld then because of the voice of the great words which the horn spake: I beheld even till the beast was slain, and his body destroyed, and given to the burning flame.\r\n\r\n<sup>12</sup> As concerning the rest of the beasts, they had their dominion taken away: yet their lives were prolonged for a season and time.\r\n\r\n<sup>13</sup> I saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\r\n\r\n<sup>14</sup> And there was given him dominion, and glory, and a kingdom, that all people, nations, and languages, should serve him: his dominion is an everlasting dominion, which shall not pass away, and his kingdom that which shall not be destroyed.\r\n\r\n<sup>15</sup> I Daniel was grieved in my spirit in the midst of my body, and the visions of my head troubled me.\r\n\r\n<sup>16</sup> I came near unto one of them that stood by, and asked him the truth of all this. So he told me, and made me know the interpretation of the things.\r\n\r\n<sup>17</sup> These great beasts, which are four, are four kings, which shall arise out of the earth.\r\n\r\n<sup>18</sup> But the saints of the most High shall take the kingdom, and possess the kingdom for ever, even for ever and ever.\r\n\r\n<sup>19</sup> Then I would know the truth of the fourth beast, which was diverse from all the others, exceeding dreadful, whose teeth were of iron, and his nails of brass; which devoured, brake in pieces, and stamped the residue with his feet;\r\n\r\n<sup>20</sup> And of the ten horns that were in his head, and of the other which came up, and before whom three fell; even of that horn that had eyes, and a mouth that spake very great things, whose look was more stout than his fellows.\r\n\r\n<sup>21</sup> I beheld, and the same horn made war with the saints, and prevailed against them;\r\n\r\n<sup>22</sup> Until the Ancient of days came, and judgment was given to the saints of the most High; and the time came that the saints possessed the kingdom.\r\n\r\n<sup>23</sup> Thus he said, The fourth beast shall be the fourth kingdom upon earth, which shall be diverse from all kingdoms, and shall devour the whole earth, and shall tread it down, and break it in pieces.\r\n\r\n<sup>24</sup> And the ten horns out of this kingdom are ten kings that shall arise: and another shall rise after them; and he shall be diverse from the first, and he shall subdue three kings.\r\n\r\n<sup>25</sup> And he shall speak great words against the most High, and shall wear out the saints of the most High, and think to change times and laws: and they shall be given into his hand until a time and times and the dividing of time.\r\n\r\n<sup>26</sup> But the judgment shall sit, and they shall take away his dominion, to consume and to destroy it unto the end.\r\n\r\n<sup>27</sup> And the kingdom and dominion, and the greatness of the kingdom under the whole heaven, shall be given to the people of the saints of the most High, whose kingdom is an everlasting kingdom, and all dominions shall serve and obey him.\r\n\r\n<sup>28</sup> Hitherto is the end of the matter. As for me Daniel, my cogitations much troubled me, and my countenance changed in me: but I kept the matter in my heart.\r\n\r\n<strong>Psalm 50:3</strong>\r\n<sup>3</sup> Our God shall come, and shall not keep silence: a fire shall devour before him, and it shall be very tempestuous round about him.\r\n\r\n<strong>Psalm 97:3</strong>\r\n<sup>3</sup> A fire goeth before him, and burneth up his enemies round about.\r\n\r\n<strong>Isaiah 30:33</strong>\r\n<sup>33</sup> For Tophet is ordained of old; yea, for the king it is prepared; he hath made it deep and large: the pile thereof is fire and much wood; the breath of the Lord, like a stream of brimstone, doth kindle it.\r\n\r\n<strong>Isaiah 66:15</strong>\r\n<sup>15</sup> For, behold, the Lord will come with fire, and with his chariots like a whirlwind, to render his anger with fury, and his rebuke with flames of fire.\r\n\r\n<strong>Daniel 7:10</strong>\r\n<sup>10</sup> A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<strong>Revelation 20:10-12</strong>\r\n<sup>10</sup> And the devil that deceived them was cast into the lake of fire and brimstone, where the beast and the false prophet are, and shall be tormented day and night for ever and ever.\r\n\r\n<sup>11</sup> And I saw a great white throne, and him that sat on it, from whose face the earth and the heaven fled away; and there was found no place for them.\r\n\r\n<sup>12</sup> And I saw the dead, small and great, stand before God; and the books were opened: and another book was opened, which is the book of life: and the dead were judged out of those things which were written in the books, according to their works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','River of Fire','','inherit','open','open','','2510-revision-v1','','','2014-07-01 06:51:20','2014-07-01 06:51:20','',2510,'http://raylsmith.org/2510-revision-v1/',0,'revision','',0),(2521,1,'2014-07-08 06:53:50','2014-07-08 06:53:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">BROKEN FOR CHRIST</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Broken For Christ','','publish','open','open','','broken-for-christ','','','2014-08-21 14:39:11','2014-08-21 14:39:11','',0,'http://raylsmith.org/?p=2521',0,'post','',0),(2522,1,'2014-07-08 06:53:50','2014-07-08 06:53:50','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">BROKEN FOR CHRIST</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Broken For Christ ','','inherit','open','open','','2521-revision-v1','','','2014-07-08 06:53:50','2014-07-08 06:53:50','',2521,'http://raylsmith.org/2521-revision-v1/',0,'revision','',0),(2523,1,'2014-07-08 07:01:10','2014-07-08 07:01:10','','broken-for-christ','','inherit','open','open','','broken-for-christ-2','','','2014-07-08 07:01:10','2014-07-08 07:01:10','',2,'http://raylsmith.org/wp-content/uploads/2012/06/broken-for-christ.jpg',0,'attachment','image/jpeg',0),(2533,1,'2014-07-14 08:39:56','2014-07-14 08:39:56','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/heavens-gates/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heavens-gate.jpg\" alt=\"Heaven\'s Gates\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-07-14 08:39:56','2014-07-14 08:39:56','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2524,1,'2014-07-08 07:03:45','2014-07-08 07:03:45','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/broken-for-christ.jpg\" alt=\"Broken for Christ\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-07-08 07:03:45','2014-07-08 07:03:45','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2525,1,'2014-07-08 07:18:19','2014-07-08 07:18:19','','brokenforchrist','','inherit','open','open','','brokenforchrist','','','2014-07-08 07:18:19','2014-07-08 07:18:19','',888,'http://raylsmith.org/wp-content/uploads/2012/11/brokenforchrist.jpg',0,'attachment','image/jpeg',0),(2526,1,'2014-07-08 07:24:35','2014-07-08 07:24:35','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/broken-for-christ/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/brokenforchrist.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Broken For Christ</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/river-of-life.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>River of Fire</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/daily-bread/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/daily-bread.png\" alt=\"Daily Bread\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Daily Bread</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-07-08 07:24:35','2014-07-08 07:24:35','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2527,1,'2014-07-08 07:32:08','2014-07-08 07:32:08','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-07-08 07:32:08','2014-07-08 07:32:08','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2528,1,'2014-07-08 08:27:55','2014-07-08 08:27:55','<strong><img class=\"alignleft  wp-image-2183\" alt=\"nicholas-wilder\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas-wilder-230x300.png\" width=\"184\" height=\"240\" />Psalms 27:4 (NASB)</strong> One thing I have asked from the LORD, that I shall seek: That I may dwell in the House of the LORD all the days of my life, To behold the beauty of the LORD And to meditate in His temple.\n\nThis verse, though a mere glimpse into the deep passionate love that David had for God, reveals the true heart of a worshipper. David longed to stay in His presence and in His glory because he understood that this is the source of life. This verse is one that describes my life-long inner heart desire to live and walk in deep intimate fellowship with the Lord.\n\nWorship is meant to draw us into unity with each other as we come on one accord before a Holy, Loving, and Awesome God who deserves our fear and reverence. From childhood until the present day music has been an avenue of passionate expression for me. From choirs, to musical singing groups, to school bands music has always had a major impact upon my life.\n\nAfter receiving Jesus into my heart as a teenager and an encounter with Him while in college this passion for music was redirected to giving Him all of the glory that Heaven may manifest upon the Earth. Every opportunity to worship the Lord is truly a privilege and an honor. Like David said in Psalms 27:4 I long to behold the beauty of the Lord and meditate (Hebrew meaning is to plough into, break forth, inspect, and inquire) in His temple. Simply put the more He reveals the more I long to know Him more.\n\nMy prayer is that a harvest of worshipers will come forth with these same desires. May Heaven invade the Earth in the lives of all who have given their entire lives to worship Him. In Jesus’ name Amen!\n\n&nbsp;\n\n<table>\n<tbody>\n<tr>\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/E6fTbeVlwts?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\n<td></td>\n</tr>\n</tbody>\n</table>','Nicholas Wilder','','inherit','open','open','','2026-autosave-v1','','','2014-07-08 08:27:55','2014-07-08 08:27:55','',2026,'http://raylsmith.org/2026-autosave-v1/',0,'revision','',0),(2529,1,'2014-07-08 08:28:59','2014-07-08 08:28:59','<strong><img class=\"alignleft  wp-image-2183\" alt=\"nicholas-wilder\" src=\"http://raylsmith.org/wp-content/uploads/2013/12/nicholas-wilder-230x300.png\" width=\"184\" height=\"240\" />Psalms 27:4 (NASB)</strong> One thing I have asked from the LORD, that I shall seek: That I may dwell in the House of the LORD all the days of my life, To behold the beauty of the LORD And to meditate in His temple.\r\n\r\nThis verse, though a mere glimpse into the deep passionate love that David had for God, reveals the true heart of a worshipper. David longed to stay in His presence and in His glory because he understood that this is the source of life. This verse is one that describes my life-long inner heart desire to live and walk in deep intimate fellowship with the Lord.\r\n\r\nWorship is meant to draw us into unity with each other as we come on one accord before a Holy, Loving, and Awesome God who deserves our fear and reverence. From childhood until the present day music has been an avenue of passionate expression for me. From choirs, to musical singing groups, to school bands music has always had a major impact upon my life.\r\n\r\nAfter receiving Jesus into my heart as a teenager and an encounter with Him while in college this passion for music was redirected to giving Him all of the glory that Heaven may manifest upon the Earth. Every opportunity to worship the Lord is truly a privilege and an honor. Like David said in Psalms 27:4 I long to behold the beauty of the Lord and meditate (Hebrew meaning is to plough into, break forth, inspect, and inquire) in His temple. Simply put the more He reveals the more I long to know Him more.\r\n\r\nMy prayer is that a harvest of worshipers will come forth with these same desires. May Heaven invade the Earth in the lives of all who have given their entire lives to worship Him. In Jesus’ name Amen!\r\n\r\n&nbsp;\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"480\" height=\"280\"><param name=\"movie\" value=\"//www.youtube.com/v/lK3dlzCASNo?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lK3dlzCASNo?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"280\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Nicholas Wilder','','inherit','open','open','','2026-revision-v1','','','2014-07-08 08:28:59','2014-07-08 08:28:59','',2026,'http://raylsmith.org/2026-revision-v1/',0,'revision','',0),(2530,1,'2014-07-14 08:27:46','2014-07-14 08:27:46','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN\'S GATES</h2>\r\nI saw a golden gate inside the gate was God\'s glory.\r\n\r\nName of the message is Heaven\'s Gates.\r\n\r\nHeaven is a place where God lives\r\n\r\nGate is an built entrance.\r\n\r\n<strong>Revelation 21</strong>\r\n\r\n1 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\r\n\r\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\r\n\r\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\r\n\r\n4 And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\r\n\r\n5 And he that sat upon the throne said, Behold, I make all things new. And he said unto me, Write: for these words are true and faithful.\r\n\r\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\r\n\r\n7 He that overcometh shall inherit all things; and I will be his God, and he shall be my son.\r\n\r\n8 But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\r\n\r\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\r\n\r\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\r\n\r\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\r\n\r\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\r\n\r\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\r\n\r\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\r\n\r\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\r\n\r\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\r\n\r\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\r\n\r\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\r\n\r\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\r\n\r\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\r\n\r\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\r\n\r\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\r\n\r\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\r\n\r\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\r\n\r\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\r\n\r\n26 And they shall bring the glory and honour of the nations into it.\r\n\r\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\r\n\r\nRevelation 22:13-15\r\n13 I am Alpha and Omega, the beginning and the end, the first and the last.\r\n\r\n14 Blessed are they that do his commandments, that they may have right to the tree of life, and may enter in through the gates into the city.\r\n\r\n15 For without are dogs, and sorcerers, and whoremongers, and murderers, and idolaters, and whosoever loveth and maketh a lie.\r\n\r\nI present to you that there are gates in heaven now.\r\n\r\nGates meaning more than one way in.\r\n\r\nand\r\n\r\nBelievers have the rights now to access heaven.\r\n\r\nLearn the spirital by the natural\r\n\r\n<strong>Genesis 19:1</strong>\r\n19 And there came two angels to Sodom at even; and Lot sat in the gate of Sodom: and Lot seeing them rose up to meet them; and he bowed himself with his face toward the ground;\r\n\r\n<strong>Deuteronomy 21:18-21</strong>\r\n18 If a man have a stubborn and rebellious son, which will not obey the voice of his father, or the voice of his mother, and that, when they have chastened him, will not hearken unto them:\r\n\r\n19 Then shall his father and his mother lay hold on him, and bring him out unto the elders of his city, and unto the gate of his place;\r\n\r\n20 And they shall say unto the elders of his city, This our son is stubborn and rebellious, he will not obey our voice; he is a glutton, and a drunkard.\r\n\r\n21 And all the men of his city shall stone him with stones, that he die: so shalt thou put evil away from among you; and all Israel shall hear, and fear.\r\n\r\n<strong>Ruth 4</strong>\r\n\r\n4 Then went Boaz up to the gate, and sat him down there: and, behold, the kinsman of whom Boaz spake came by; unto whom he said, Ho, such a one! turn aside, sit down here. And he turned aside, and sat down.\r\n\r\n2 And he took ten men of the elders of the city, and said, Sit ye down here. And they sat down.\r\n\r\nGate is the entrance to the city, town or area\r\nTo enter is to have access\r\n\r\nIs it possible to enter now?\r\n\r\n<strong>2 Corinthians12:1-4</strong>\r\n1 It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\r\n\r\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\n3 And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\r\n\r\n4 How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\r\n\r\nGates:\r\nPortal\r\n<strong>2 Corithians 12:2</strong>\r\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\nDream\r\n\r\n<strong>Genesis 28:11-13</strong>\r\n11 And he lighted upon a certain place, and tarried there all night, because the sun was set; and he took of the stones of that place, and put them for his pillows, and lay down in that place to sleep.\r\n\r\n12 And he dreamed, and behold a ladder set up on the earth, and the top of it reached to heaven: and behold the angels of God ascending and descending on it.\r\n\r\n13 And, behold, the Lord stood above it, and said, I am the Lord God of Abraham thy father, and the God of Isaac: the land whereon thou liest, to thee will I give it, and to thy seed;\r\n\r\n<strong>Genesis 31:10-12</strong>\r\n10 And it came to pass at the time that the cattle conceived, that I lifted up mine eyes, and saw in a dream, and, behold, the rams which leaped upon the cattle were ringstraked, speckled, and grisled.\r\n11 And the angel of God spake unto me in a dream, saying, Jacob: And I said, Here am I.\r\n12 And he said, Lift up now thine eyes, and see, all the rams which leap upon the cattle are ringstraked, speckled, and grisled: for I have seen all that Laban doeth unto thee.\r\n\r\n<strong>1 Kings 3:4-6</strong>\r\n4 And the king went to Gibeon to sacrifice there; for that was the great high place: a thousand burnt offerings did Solomon offer upon that altar.\r\n\r\n5 In Gibeon the Lord appeared to Solomon in a dream by night: and God said, Ask what I shall give thee.\r\n\r\nVision\r\n\r\n<strong>Genesis 15:1</strong>\r\nAfter these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\r\n\r\n<strong>Ezekiel 40:2-3</strong>\r\n2 In the visions of God brought he me into the land of Israel, and set me upon a very high mountain, by which was as the frame of a city on the south.\r\n\r\n3 And he brought me thither, and, behold, there was a man, whose appearance was like the appearance of brass, with a line of flax in his hand, and a measuring reed; and he stood in the gate.\r\n\r\n<strong>2 Chronicles 26:5</strong>\r\nAnd he sought God in the days of Zechariah, who had understanding in the visions of God: and as long as he sought the Lord, God made him to prosper.\r\n\r\nNight Vision\r\n\r\n<strong>Daniel 7:13</strong>\r\nI saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\r\n\r\n<strong>Acts 18:9-10</strong>\r\n9 Then spake the Lord to Paul in the night by a vision, Be not afraid, but speak, and hold not thy peace:\r\n\r\n10 For I am with thee, and no man shall set on thee to hurt thee: for I have much people in this city.\r\n\r\n<strong>Daniel 7:7</strong>\r\nAfter this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\r\n\r\nRevelation\r\n\r\n<strong>Galatians 1:12</strong>\r\nFor I neither received it of man, neither was I taught it, but by the revelation of Jesus Christ.\r\n\r\n<strong>Ephesians 3:2-4</strong>\r\n2 If ye have heard of the dispensation of the grace of God which is given me to you-ward:\r\n3 How that by revelation he made known unto me the mystery; (as I wrote afore in few words,\r\n4 Whereby, when ye read, ye may understand my knowledge in the mystery of Christ)\r\n\r\n<strong>Revelation 1:1</strong>\r\nThe Revelation of Jesus Christ, which God gave unto him, to shew unto his servants things which must shortly come to pass; and he sent and signified it by his angel unto his servant John:\r\n\r\nNot a gate but can give you access to a gate.\r\n\r\nMove of Holy Spirit\r\n\r\n<strong>Ezekiel 11:1</strong>\r\nMoreover the spirit lifted me up, and brought me unto the east gate of the Lord\'s house, which looketh eastward: and behold at the door of the gate five and twenty men; among whom I saw Jaazaniah the son of Azur, and Pelatiah the son of Benaiah, princes of the people.\r\n\r\n<strong>Acts 7:55-56</strong>\r\n55 But he, being full of the Holy Ghost, looked up stedfastly into heaven, and saw the glory of God, and Jesus standing on the right hand of God,\r\n\r\n56 And said, Behold, I see the heavens opened, and the Son of man standing on the right hand of God.\r\n\r\nNow why did God not say a door or a window. Because these things are also available. But God didn\'t show me a door or a window. He show me a giant gate. I believe it is because what He has is so large\r\nto access it it will take a large gate.\r\n\r\nMany of you have access now.\r\n\r\nGod is saying go!\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heaven\'s Gates','','publish','open','open','','heavens-gates','','','2014-08-21 14:08:19','2014-08-21 14:08:19','',0,'http://raylsmith.org/?p=2530',0,'post','',0),(2531,1,'2014-07-14 08:27:46','2014-07-14 08:27:46','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN\'S GATES</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Heaven\'s Gates','','inherit','open','open','','2530-revision-v1','','','2014-07-14 08:27:46','2014-07-14 08:27:46','',2530,'http://raylsmith.org/2530-revision-v1/',0,'revision','',0),(2532,1,'2014-07-14 08:38:50','2014-07-14 08:38:50','','heavens-gate','','inherit','open','open','','heavens-gate','','','2014-07-14 08:38:50','2014-07-14 08:38:50','',2,'http://raylsmith.org/wp-content/uploads/2012/06/heavens-gate.jpg',0,'attachment','image/jpeg',0),(2534,1,'2014-07-14 08:47:13','2014-07-14 08:47:13','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-07-14 08:47:13','2014-07-14 08:47:13','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2535,1,'2014-07-14 09:08:54','2014-07-14 09:08:54','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-07-14 09:08:54','2014-07-14 09:08:54','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2536,1,'2014-07-14 09:28:13','2014-07-14 09:28:13','','heavensgates','','inherit','open','open','','heavensgates','','','2014-07-14 09:28:13','2014-07-14 09:28:13','',888,'http://raylsmith.org/wp-content/uploads/2012/11/heavensgates.jpg',0,'attachment','image/jpeg',0),(2537,1,'2014-07-14 09:29:38','2014-07-14 09:29:38','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavens-gates/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavensgates.jpg\" alt=\"Heaven\'s Gates\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven\'s Gates</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/broken-for-christ/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/brokenforchrist.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Broken For Christ</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/river-of-fire/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/river-of-life.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>River of Fire</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-07-14 09:29:38','2014-07-14 09:29:38','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2539,1,'2014-07-21 03:19:37','2014-07-21 03:19:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">PERFECTING FAITH</h2>\r\n&nbsp;\r\n\r\nAbility\r\n\r\nMatthew 17:20\r\nAnd Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you.\r\n\r\nAcceptance\r\n\r\nHebrews 11:1-2\r\n11 Now faith is the substance of things hoped for, the evidence of things not seen.\r\n\r\n2 For by it the elders obtained a good report.\r\n\r\nPleases God\r\n\r\nHebrews 11:6\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him.\r\n\r\nFaith\r\n\r\nHebrews 11:1\r\nNow faith is the substance of things hoped for, the evidence of things not seen.\r\n\r\nFaith is what you believe in action.\r\n\r\nGod\'s Word is perfect.\r\n\r\n2 Samuel 22:31\r\nAs for God, his way is perfect; the word of the Lord is tried: he is a buckler to all them that trust in him.\r\n\r\nPsalm 18:30\r\nAs for God, his way is perfect: the word of the Lord is tried: he is a buckler to all those that trust in him.\r\n\r\nIsaiah 55:11\r\nSo shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it.\r\n\r\nHebrews 4:12\r\nFor the word of God is quick, and powerful, and sharper than any twoedged sword, piercing even to the dividing asunder of soul and spirit, and of the joints and marrow, and is a discerner of the thoughts and intents of the heart.\r\n\r\nMatthew 24:35\r\nHeaven and earth shall pass away, but my words shall not pass away.\r\n\r\nJohn 6:63\r\nIt is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life.\r\n\r\nMark 14:49\r\nI was daily with you in the temple teaching, and ye took me not: but the scriptures must be fulfilled.\r\n\r\nGod\'s Word is perfect.\r\n\r\nTalk about more Faith\r\n\r\nFruit of Faith\r\n\r\nGalatians 5:22\r\nBut the fruit of the Spirit is love, joy, peace, longsuffering, gentleness, goodness, faith,\r\n\r\nGift of Faith\r\n\r\n1 Corinthians 12:9\r\nTo another faith by the same Spirit; to another the gifts of healing by the same Spirit;\r\n\r\nMatthew 24:35\r\nHeaven and earth shall pass away, but my words shall not pass away.\r\n\r\nYour Faith line up with God\'s word (Perfecting your faith)\r\n\r\nExample of a child\r\n\r\nMom she always cooks at 6 you see\r\nChair you have set in the chair for years experience\r\nFather He always does you know\r\n\r\nMind\r\n\r\nProverbs 23:7\r\n7 For as he thinketh in his heart, so is he: Eat and drink, saith he to thee; but his heart is not with thee.\r\n\r\nRomans 12:2\r\nAnd be not conformed to this world: but be ye transformed by the renewing of your mind, that ye may prove what is that good, and acceptable, and perfect, will of God.\r\n\r\nBody\r\n\r\nJames 2:17-18\r\n17 Even so faith, if it hath not works, is dead, being alone.\r\n\r\n18 Yea, a man may say, Thou hast faith, and I have works: shew me thy faith without thy works, and I will shew thee my faith by my works.\r\n\r\nHeart\r\n\r\nMark 11:23\r\nFor verily I say unto you, That whosoever shall say unto this mountain, Be thou removed, and be thou cast into the sea; and shall not doubt in his heart, but shall believe that those things which he saith shall come to pass; he shall have whatsoever he saith.\r\n\r\nMark 5:36\r\nAs soon as Jesus heard the word that was spoken, he saith unto the ruler of the synagogue, Be not afraid, only believe.\r\n\r\nGenesis 17:1\r\nAnd when Abram was ninety years old and nine, the Lord appeared to Abram, and said unto him, I am the Almighty God; walk before me, and be thou perfect.\r\n\r\nOfferring\r\n\r\n1 Kings 17:8\r\nArise, get thee to Zarephath, which belongeth to Zidon, and dwell there: behold, I have commanded a widow woman there to sustain thee.\r\n\r\n8 And the word of the Lord came unto him, saying,\r\n\r\n9 Arise, get thee to Zarephath, which belongeth to Zidon, and dwell there: behold, I have commanded a widow woman there to sustain thee.\r\n\r\n10 So he arose and went to Zarephath. And when he came to the gate of the city, behold, the widow woman was there gathering of sticks: and he called to her, and said, Fetch me, I pray thee, a little water in a vessel, that I may drink.\r\n\r\n11 And as she was going to fetch it, he called to her, and said, Bring me, I pray thee, a morsel of bread in thine hand.\r\n\r\n12 And she said, As the Lord thy God liveth, I have not a cake, but an handful of meal in a barrel, and a little oil in a cruse: and, behold, I am gathering two sticks, that I may go in and dress it for me and my son, that we may eat it, and die.\r\n\r\n13 And Elijah said unto her, Fear not; go and do as thou hast said: but make me thereof a little cake first, and bring it unto me, and after make for thee and for thy son.\r\n\r\n14 For thus saith the Lord God of Israel, The barrel of meal shall not waste, neither shall the cruse of oil fail, until the day that the Lord sendeth rain upon the earth.\r\n\r\n15 And she went and did according to the saying of Elijah: and she, and he, and her house, did eat many days.\r\n\r\n16 And the barrel of meal wasted not, neither did the cruse of oil fail, according to the word of the Lord, which he spake by Elijah.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Perfecting Faith','','publish','open','open','','perfecting-faith','','','2014-08-21 14:26:58','2014-08-21 14:26:58','',0,'http://raylsmith.org/?p=2539',0,'post','',0),(2540,1,'2014-07-21 03:19:37','2014-07-21 03:19:37','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">PERFECTING FAITH</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','Perfecting Faith ','','inherit','open','open','','2539-revision-v1','','','2014-07-21 03:19:37','2014-07-21 03:19:37','',2539,'http://raylsmith.org/2539-revision-v1/',0,'revision','',0),(2556,1,'2014-07-29 14:55:40','2014-07-29 14:55:40','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-way/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/gods-way.jpg\" alt=\"God\'s Way\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-07-29 14:55:40','2014-07-29 14:55:40','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2542,1,'2014-07-21 10:01:56','2014-07-21 10:01:56','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/perfecting-faith/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/perfectingfaith.jpg\" alt=\"Perfecting Faith\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-07-21 10:01:56','2014-07-21 10:01:56','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2541,1,'2014-07-21 10:01:14','2014-07-21 10:01:14','','perfectingfaith','','inherit','open','open','','perfectingfaith','','','2014-07-21 10:01:14','2014-07-21 10:01:14','',2,'http://raylsmith.org/wp-content/uploads/2012/06/perfectingfaith.jpg',0,'attachment','image/jpeg',0),(2543,1,'2014-07-21 10:12:48','2014-07-21 10:12:48','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-07-21 10:12:48','2014-07-21 10:12:48','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2544,1,'2014-07-21 10:31:49','2014-07-21 10:31:49','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-07-21 10:31:49','2014-07-21 10:31:49','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2545,1,'2014-07-21 13:37:27','2014-07-21 13:37:27','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">PERFECTING FAITH</h2>\r\n&nbsp;\r\n\r\nAbility\r\n\r\nMatthew 17:20\r\nAnd Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you.\r\n\r\nAcceptance\r\n\r\nHebrews 11:1-2\r\n11 Now faith is the substance of things hoped for, the evidence of things not seen.\r\n\r\n2 For by it the elders obtained a good report.\r\n\r\nPleases God\r\n\r\nHebrews 11:6\r\nBut without faith it is impossible to please him: for he that cometh to God must believe that he is, and that he is a rewarder of them that diligently seek him.\r\n\r\nFaith\r\n\r\nHebrews 11:1\r\nNow faith is the substance of things hoped for, the evidence of things not seen.\r\n\r\nFaith is what you believe in action.\r\n\r\nGod\'s Word is perfect.\r\n\r\n2 Samuel 22:31\r\nAs for God, his way is perfect; the word of the Lord is tried: he is a buckler to all them that trust in him.\r\n\r\nPsalm 18:30\r\nAs for God, his way is perfect: the word of the Lord is tried: he is a buckler to all those that trust in him.\r\n\r\nIsaiah 55:11\r\nSo shall my word be that goeth forth out of my mouth: it shall not return unto me void, but it shall accomplish that which I please, and it shall prosper in the thing whereto I sent it.\r\n\r\nHebrews 4:12\r\nFor the word of God is quick, and powerful, and sharper than any twoedged sword, piercing even to the dividing asunder of soul and spirit, and of the joints and marrow, and is a discerner of the thoughts and intents of the heart.\r\n\r\nMatthew 24:35\r\nHeaven and earth shall pass away, but my words shall not pass away.\r\n\r\nJohn 6:63\r\nIt is the spirit that quickeneth; the flesh profiteth nothing: the words that I speak unto you, they are spirit, and they are life.\r\n\r\nMark 14:49\r\nI was daily with you in the temple teaching, and ye took me not: but the scriptures must be fulfilled.\r\n\r\nGod\'s Word is perfect.\r\n\r\nTalk about more Faith\r\n\r\nFruit of Faith\r\n\r\nGalatians 5:22\r\nBut the fruit of the Spirit is love, joy, peace, longsuffering, gentleness, goodness, faith,\r\n\r\nGift of Faith\r\n\r\n1 Corinthians 12:9\r\nTo another faith by the same Spirit; to another the gifts of healing by the same Spirit;\r\n\r\nMatthew 24:35\r\nHeaven and earth shall pass away, but my words shall not pass away.\r\n\r\nYour Faith line up with God\'s word (Perfecting your faith)\r\n\r\nExample of a child\r\n\r\nMom she always cooks at 6 you see\r\nChair you have set in the chair for years experience\r\nFather He always does you know\r\n\r\nMind\r\n\r\nProverbs 23:7\r\n7 For as he thinketh in his heart, so is he: Eat and drink, saith he to thee; but his heart is not with thee.\r\n\r\nRomans 12:2\r\nAnd be not conformed to this world: but be ye transformed by the renewing of your mind, that ye may prove what is that good, and acceptable, and perfect, will of God.\r\n\r\nBody\r\n\r\nJames 2:17-18\r\n17 Even so faith, if it hath not works, is dead, being alone.\r\n\r\n18 Yea, a man may say, Thou hast faith, and I have works: shew me thy faith without thy works, and I will shew thee my faith by my works.\r\n\r\nHeart\r\n\r\nMark 11:23\r\nFor verily I say unto you, That whosoever shall say unto this mountain, Be thou removed, and be thou cast into the sea; and shall not doubt in his heart, but shall believe that those things which he saith shall come to pass; he shall have whatsoever he saith.\r\n\r\nMark 5:36\r\nAs soon as Jesus heard the word that was spoken, he saith unto the ruler of the synagogue, Be not afraid, only believe.\r\n\r\nGenesis 17:1\r\nAnd when Abram was ninety years old and nine, the Lord appeared to Abram, and said unto him, I am the Almighty God; walk before me, and be thou perfect.\r\n\r\nOfferring\r\n\r\n1 Kings 17:8\r\nArise, get thee to Zarephath, which belongeth to Zidon, and dwell there: behold, I have commanded a widow woman there to sustain thee.\r\n\r\n8 And the word of the Lord came unto him, saying,\r\n\r\n9 Arise, get thee to Zarephath, which belongeth to Zidon, and dwell there: behold, I have commanded a widow woman there to sustain thee.\r\n\r\n10 So he arose and went to Zarephath. And when he came to the gate of the city, behold, the widow woman was there gathering of sticks: and he called to her, and said, Fetch me, I pray thee, a little water in a vessel, that I may drink.\r\n\r\n11 And as she was going to fetch it, he called to her, and said, Bring me, I pray thee, a morsel of bread in thine hand.\r\n\r\n12 And she said, As the Lord thy God liveth, I have not a cake, but an handful of meal in a barrel, and a little oil in a cruse: and, behold, I am gathering two sticks, that I may go in and dress it for me and my son, that we may eat it, and die.\r\n\r\n13 And Elijah said unto her, Fear not; go and do as thou hast said: but make me thereof a little cake first, and bring it unto me, and after make for thee and for thy son.\r\n\r\n14 For thus saith the Lord God of Israel, The barrel of meal shall not waste, neither shall the cruse of oil fail, until the day that the Lord sendeth rain upon the earth.\r\n\r\n15 And she went and did according to the saying of Elijah: and she, and he, and her house, did eat many days.\r\n\r\n16 And the barrel of meal wasted not, neither did the cruse of oil fail, according to the word of the Lord, which he spake by Elijah.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Perfecting Faith ','','inherit','open','open','','2539-revision-v1','','','2014-07-21 13:37:27','2014-07-21 13:37:27','',2539,'http://raylsmith.org/2539-revision-v1/',0,'revision','',0),(2546,1,'2014-07-21 14:01:20','2014-07-21 14:01:20','','perfecting-faith','','inherit','open','open','','perfecting-faith-2','','','2014-07-21 14:01:20','2014-07-21 14:01:20','',888,'http://raylsmith.org/wp-content/uploads/2012/11/perfecting-faith.jpg',0,'attachment','image/jpeg',0),(2547,1,'2014-07-21 14:03:18','2014-07-21 14:03:18','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/perfecting-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/perfecting-faith.jpg\" alt=\"Perfecting Faith\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Perfecting Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavens-gates/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavensgates.jpg\" alt=\"Heaven\'s Gates\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven\'s Gates</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/broken-for-christ/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/brokenforchrist.jpg\" alt=\"River of Fire\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Broken For Christ</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-07-21 14:03:18','2014-07-21 14:03:18','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2548,1,'2014-07-22 07:36:51','2014-07-22 07:36:51','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">HEAVEN\'S GATES</h2>\nI saw a golden gate inside the gate was God\'s glory.\n\nName of the message is Heaven\'s Gates.\n\nHeaven is a place where God lives\n\nGate is an built entrance.\n\n<strong>Revelation 21</strong>\n\n1 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\n\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\n\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\n\n4 And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\n\n5 And he that sat upon the throne said, Behold, I make all things new. And he said unto me, Write: for these words are true and faithful.\n\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\n\n7 He that overcometh shall inherit all things; and I will be his God, and he shall be my son.\n\n8 But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\n\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\n\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\n\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\n\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\n\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\n\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\n\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\n\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\n\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\n\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\n\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\n\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\n\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\n\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\n\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\n\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\n\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\n\n26 And they shall bring the glory and honour of the nations into it.\n\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\n\nRevelation 22:13-15\n13 I am Alpha and Omega, the beginning and the end, the first and the last.\n\n14 Blessed are they that do his commandments, that they may have right to the tree of life, and may enter in through the gates into the city.\n\n15 For without are dogs, and sorcerers, and whoremongers, and murderers, and idolaters, and whosoever loveth and maketh a lie.\n\nI present to you that there are gates in heaven now.\n\nGates meaning more than one way in.\n\nand\n\nBelievers have the rights now to access heaven.\n\nLearn the spirital by the natural\n\n<strong>Genesis 19:1</strong>\n19 And there came two angels to Sodom at even; and Lot sat in the gate of Sodom: and Lot seeing them rose up to meet them; and he bowed himself with his face toward the ground;\n\nDeuteronomy 21:18-21\n18 If a man have a stubborn and rebellious son, which will not obey the voice of his father, or the voice of his mother, and that, when they have chastened him, will not hearken unto them:\n\n19 Then shall his father and his mother lay hold on him, and bring him out unto the elders of his city, and unto the gate of his place;\n\n20 And they shall say unto the elders of his city, This our son is stubborn and rebellious, he will not obey our voice; he is a glutton, and a drunkard.\n\n21 And all the men of his city shall stone him with stones, that he die: so shalt thou put evil away from among you; and all Israel shall hear, and fear.\n\nRuth 4\n\n4 Then went Boaz up to the gate, and sat him down there: and, behold, the kinsman of whom Boaz spake came by; unto whom he said, Ho, such a one! turn aside, sit down here. And he turned aside, and sat down.\n\n2 And he took ten men of the elders of the city, and said, Sit ye down here. And they sat down.\n\nGate is the entrance to the city, town or area\nTo enter is to have access\n\nIs it possible to enter now?\n\n2 Corinthians12:1-4\n1 It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\n\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\n\n3 And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\n\n4 How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\n\nGates:\nPortal\n2 Corithians 12:2\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\n\nDream\n\nGenesis 28:11-13\n11 And he lighted upon a certain place, and tarried there all night, because the sun was set; and he took of the stones of that place, and put them for his pillows, and lay down in that place to sleep.\n\n12 And he dreamed, and behold a ladder set up on the earth, and the top of it reached to heaven: and behold the angels of God ascending and descending on it.\n\n13 And, behold, the Lord stood above it, and said, I am the Lord God of Abraham thy father, and the God of Isaac: the land whereon thou liest, to thee will I give it, and to thy seed;\n\nGenesis 31:10-12\n10 And it came to pass at the time that the cattle conceived, that I lifted up mine eyes, and saw in a dream, and, behold, the rams which leaped upon the cattle were ringstraked, speckled, and grisled.\n11 And the angel of God spake unto me in a dream, saying, Jacob: And I said, Here am I.\n12 And he said, Lift up now thine eyes, and see, all the rams which leap upon the cattle are ringstraked, speckled, and grisled: for I have seen all that Laban doeth unto thee.\n\n1 Kings 3:4-6\n4 And the king went to Gibeon to sacrifice there; for that was the great high place: a thousand burnt offerings did Solomon offer upon that altar.\n\n5 In Gibeon the Lord appeared to Solomon in a dream by night: and God said, Ask what I shall give thee.\n\nVision\n\nGenesis 15:1\nAfter these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\n\nEzekiel 40:2-3\n2 In the visions of God brought he me into the land of Israel, and set me upon a very high mountain, by which was as the frame of a city on the south.\n\n3 And he brought me thither, and, behold, there was a man, whose appearance was like the appearance of brass, with a line of flax in his hand, and a measuring reed; and he stood in the gate.\n\n2 Chronicles 26:5\nAnd he sought God in the days of Zechariah, who had understanding in the visions of God: and as long as he sought the Lord, God made him to prosper.\n\nNight Vision\n\nDaniel 7:13\nI saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\n\nActs 18:9-10\n9 Then spake the Lord to Paul in the night by a vision, Be not afraid, but speak, and hold not thy peace:\n\n10 For I am with thee, and no man shall set on thee to hurt thee: for I have much people in this city.\n\nDaniel 7:7\nAfter this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\n\nRevelation\n\nGalatians 1:12\nFor I neither received it of man, neither was I taught it, but by the revelation of Jesus Christ.\n\nEphesians 3:2-4\n2 If ye have heard of the dispensation of the grace of God which is given me to you-ward:\n3 How that by revelation he made known unto me the mystery; (as I wrote afore in few words,\n4 Whereby, when ye read, ye may understand my knowledge in the mystery of Christ)\n\nRevelation 1:1\nThe Revelation of Jesus Christ, which God gave unto him, to shew unto his servants things which must shortly come to pass; and he sent and signified it by his angel unto his servant John:\n\nNot a gate but can give you access to a gate.\n\nMove of Holy Spirit\n\nEzekiel 11:1\nMoreover the spirit lifted me up, and brought me unto the east gate of the Lord\'s house, which looketh eastward: and behold at the door of the gate five and twenty men; among whom I saw Jaazaniah the son of Azur, and Pelatiah the son of Benaiah, princes of the people.\n\nActs 7:55-56\n55 But he, being full of the Holy Ghost, looked up stedfastly into heaven, and saw the glory of God, and Jesus standing on the right hand of God,\n\n56 And said, Behold, I see the heavens opened, and the Son of man standing on the right hand of God.\n\nNow why did God not say a door or a window. Because these things are also available. But God didn\'t show me a door or a window. He show me a giant gate. I believe it is because what He has is so large\nto access it it will take a large gate.\n\nMany of you have access now.\n\nGod is saying go!\n\nPray</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Heaven\'s Gates','','inherit','open','open','','2530-autosave-v1','','','2014-07-22 07:36:51','2014-07-22 07:36:51','',2530,'http://raylsmith.org/2530-autosave-v1/',0,'revision','',0),(2549,1,'2014-07-22 07:38:05','2014-07-22 07:38:05','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN\'S GATES</h2>\r\nI saw a golden gate inside the gate was God\'s glory.\r\n\r\nName of the message is Heaven\'s Gates.\r\n\r\nHeaven is a place where God lives\r\n\r\nGate is an built entrance.\r\n\r\n<strong>Revelation 21</strong>\r\n\r\n1 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\r\n\r\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\r\n\r\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\r\n\r\n4 And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\r\n\r\n5 And he that sat upon the throne said, Behold, I make all things new. And he said unto me, Write: for these words are true and faithful.\r\n\r\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\r\n\r\n7 He that overcometh shall inherit all things; and I will be his God, and he shall be my son.\r\n\r\n8 But the fearful, and unbelieving, and the abominable, and murderers, and whoremongers, and sorcerers, and idolaters, and all liars, shall have their part in the lake which burneth with fire and brimstone: which is the second death.\r\n\r\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\r\n\r\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\r\n\r\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\r\n\r\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\r\n\r\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\r\n\r\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\r\n\r\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\r\n\r\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\r\n\r\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\r\n\r\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\r\n\r\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\r\n\r\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\r\n\r\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\r\n\r\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\r\n\r\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\r\n\r\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\r\n\r\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\r\n\r\n26 And they shall bring the glory and honour of the nations into it.\r\n\r\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\r\n\r\nRevelation 22:13-15\r\n13 I am Alpha and Omega, the beginning and the end, the first and the last.\r\n\r\n14 Blessed are they that do his commandments, that they may have right to the tree of life, and may enter in through the gates into the city.\r\n\r\n15 For without are dogs, and sorcerers, and whoremongers, and murderers, and idolaters, and whosoever loveth and maketh a lie.\r\n\r\nI present to you that there are gates in heaven now.\r\n\r\nGates meaning more than one way in.\r\n\r\nand\r\n\r\nBelievers have the rights now to access heaven.\r\n\r\nLearn the spirital by the natural\r\n\r\n<strong>Genesis 19:1</strong>\r\n19 And there came two angels to Sodom at even; and Lot sat in the gate of Sodom: and Lot seeing them rose up to meet them; and he bowed himself with his face toward the ground;\r\n\r\n<strong>Deuteronomy 21:18-21</strong>\r\n18 If a man have a stubborn and rebellious son, which will not obey the voice of his father, or the voice of his mother, and that, when they have chastened him, will not hearken unto them:\r\n\r\n19 Then shall his father and his mother lay hold on him, and bring him out unto the elders of his city, and unto the gate of his place;\r\n\r\n20 And they shall say unto the elders of his city, This our son is stubborn and rebellious, he will not obey our voice; he is a glutton, and a drunkard.\r\n\r\n21 And all the men of his city shall stone him with stones, that he die: so shalt thou put evil away from among you; and all Israel shall hear, and fear.\r\n\r\n<strong>Ruth 4</strong>\r\n\r\n4 Then went Boaz up to the gate, and sat him down there: and, behold, the kinsman of whom Boaz spake came by; unto whom he said, Ho, such a one! turn aside, sit down here. And he turned aside, and sat down.\r\n\r\n2 And he took ten men of the elders of the city, and said, Sit ye down here. And they sat down.\r\n\r\nGate is the entrance to the city, town or area\r\nTo enter is to have access\r\n\r\nIs it possible to enter now?\r\n\r\n<strong>2 Corinthians12:1-4</strong>\r\n1 It is not expedient for me doubtless to glory. I will come to visions and revelations of the Lord.\r\n\r\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\n3 And I knew such a man, (whether in the body, or out of the body, I cannot tell: God knoweth;)\r\n\r\n4 How that he was caught up into paradise, and heard unspeakable words, which it is not lawful for a man to utter.\r\n\r\nGates:\r\nPortal\r\n<strong>2 Corithians 12:2</strong>\r\n2 I knew a man in Christ above fourteen years ago, (whether in the body, I cannot tell; or whether out of the body, I cannot tell: God knoweth;) such an one caught up to the third heaven.\r\n\r\nDream\r\n\r\n<strong>Genesis 28:11-13</strong>\r\n11 And he lighted upon a certain place, and tarried there all night, because the sun was set; and he took of the stones of that place, and put them for his pillows, and lay down in that place to sleep.\r\n\r\n12 And he dreamed, and behold a ladder set up on the earth, and the top of it reached to heaven: and behold the angels of God ascending and descending on it.\r\n\r\n13 And, behold, the Lord stood above it, and said, I am the Lord God of Abraham thy father, and the God of Isaac: the land whereon thou liest, to thee will I give it, and to thy seed;\r\n\r\n<strong>Genesis 31:10-12</strong>\r\n10 And it came to pass at the time that the cattle conceived, that I lifted up mine eyes, and saw in a dream, and, behold, the rams which leaped upon the cattle were ringstraked, speckled, and grisled.\r\n11 And the angel of God spake unto me in a dream, saying, Jacob: And I said, Here am I.\r\n12 And he said, Lift up now thine eyes, and see, all the rams which leap upon the cattle are ringstraked, speckled, and grisled: for I have seen all that Laban doeth unto thee.\r\n\r\n<strong>1 Kings 3:4-6</strong>\r\n4 And the king went to Gibeon to sacrifice there; for that was the great high place: a thousand burnt offerings did Solomon offer upon that altar.\r\n\r\n5 In Gibeon the Lord appeared to Solomon in a dream by night: and God said, Ask what I shall give thee.\r\n\r\nVision\r\n\r\n<strong>Genesis 15:1</strong>\r\nAfter these things the word of the Lord came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.\r\n\r\n<strong>Ezekiel 40:2-3</strong>\r\n2 In the visions of God brought he me into the land of Israel, and set me upon a very high mountain, by which was as the frame of a city on the south.\r\n\r\n3 And he brought me thither, and, behold, there was a man, whose appearance was like the appearance of brass, with a line of flax in his hand, and a measuring reed; and he stood in the gate.\r\n\r\n<strong>2 Chronicles 26:5</strong>\r\nAnd he sought God in the days of Zechariah, who had understanding in the visions of God: and as long as he sought the Lord, God made him to prosper.\r\n\r\nNight Vision\r\n\r\n<strong>Daniel 7:13</strong>\r\nI saw in the night visions, and, behold, one like the Son of man came with the clouds of heaven, and came to the Ancient of days, and they brought him near before him.\r\n\r\n<strong>Acts 18:9-10</strong>\r\n9 Then spake the Lord to Paul in the night by a vision, Be not afraid, but speak, and hold not thy peace:\r\n\r\n10 For I am with thee, and no man shall set on thee to hurt thee: for I have much people in this city.\r\n\r\n<strong>Daniel 7:7</strong>\r\nAfter this I saw in the night visions, and behold a fourth beast, dreadful and terrible, and strong exceedingly; and it had great iron teeth: it devoured and brake in pieces, and stamped the residue with the feet of it: and it was diverse from all the beasts that were before it; and it had ten horns.\r\n\r\nRevelation\r\n\r\n<strong>Galatians 1:12</strong>\r\nFor I neither received it of man, neither was I taught it, but by the revelation of Jesus Christ.\r\n\r\n<strong>Ephesians 3:2-4</strong>\r\n2 If ye have heard of the dispensation of the grace of God which is given me to you-ward:\r\n3 How that by revelation he made known unto me the mystery; (as I wrote afore in few words,\r\n4 Whereby, when ye read, ye may understand my knowledge in the mystery of Christ)\r\n\r\n<strong>Revelation 1:1</strong>\r\nThe Revelation of Jesus Christ, which God gave unto him, to shew unto his servants things which must shortly come to pass; and he sent and signified it by his angel unto his servant John:\r\n\r\nNot a gate but can give you access to a gate.\r\n\r\nMove of Holy Spirit\r\n\r\n<strong>Ezekiel 11:1</strong>\r\nMoreover the spirit lifted me up, and brought me unto the east gate of the Lord\'s house, which looketh eastward: and behold at the door of the gate five and twenty men; among whom I saw Jaazaniah the son of Azur, and Pelatiah the son of Benaiah, princes of the people.\r\n\r\n<strong>Acts 7:55-56</strong>\r\n55 But he, being full of the Holy Ghost, looked up stedfastly into heaven, and saw the glory of God, and Jesus standing on the right hand of God,\r\n\r\n56 And said, Behold, I see the heavens opened, and the Son of man standing on the right hand of God.\r\n\r\nNow why did God not say a door or a window. Because these things are also available. But God didn\'t show me a door or a window. He show me a giant gate. I believe it is because what He has is so large\r\nto access it it will take a large gate.\r\n\r\nMany of you have access now.\r\n\r\nGod is saying go!\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heaven\'s Gates','','inherit','open','open','','2530-revision-v1','','','2014-07-22 07:38:05','2014-07-22 07:38:05','',2530,'http://raylsmith.org/2530-revision-v1/',0,'revision','',0),(2667,1,'2014-09-09 07:33:59','2014-09-09 07:33:59','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:33:59','2014-09-09 07:33:59','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2666,1,'2014-09-09 07:32:50','2014-09-09 07:32:50','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:32:50','2014-09-09 07:32:50','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2552,1,'2014-07-29 14:50:56','2014-07-29 14:50:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WAY</h2>\r\n<strong>Psalm 37:23</strong>\r\nThe steps of a good man are ordered by the Lord: and he delighteth in his way.\r\n\r\n<strong>Matthew 4:4</strong>\r\nBut he answered and said, It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\r\n\r\n<strong>Deuteronomy 32:4</strong>\r\n4 He is the Rock, his work is perfect: for all his ways are judgment: a God of truth and without iniquity, just and right is he.\r\n\r\n<strong>2 Samuel 22:31</strong>\r\n31 As for God, his way is perfect; the word of the Lord is tried: he is a buckler to all them that trust in him.\r\n\r\n<strong>Psalm 19:7-11</strong>\r\n7 The law of the Lord is perfect, converting the soul: the testimony of the Lord is sure, making wise the simple.\r\n\r\n8 The statutes of the Lord are right, rejoicing the heart: the commandment of the Lord is pure, enlightening the eyes.\r\n\r\n9 The fear of the Lord is clean, enduring for ever: the judgments of the Lord are true and righteous altogether.\r\n\r\n10 More to be desired are they than gold, yea, than much fine gold: sweeter also than honey and the honeycomb.\r\n\r\n11 Moreover by them is thy servant warned: and in keeping of them there is great reward.\r\n\r\n<strong>Genesis 18:19</strong>\r\n19 For I know him, that he will command his children and his household after him, and they shall keep the way of the Lord, to do justice and judgment; that the Lord may bring upon Abraham that which he hath spoken of him.\r\n\r\n<strong>Malachi 3:13-18</strong>\r\n13 Your words have been stout against me, saith the Lord. Yet ye say, What have we spoken so much against thee?\r\n\r\n14 Ye have said, It is vain to serve God: and what profit is it that we have kept his ordinance, and that we have walked mournfully before the Lord of hosts?\r\n\r\n15 And now we call the proud happy; yea, they that work wickedness are set up; yea, they that tempt God are even delivered.\r\n\r\n16 Then they that feared the Lord spake often one to another: and the Lord hearkened, and heard it, and a book of remembrance was written before him for them that feared the Lord, and that thought upon his name.\r\n\r\n17 And they shall be mine, saith the Lord of hosts, in that day when I make up my jewels; and I will spare them, as a man spareth his own son that serveth him.\r\n\r\n18 Then shall ye return, and discern between the righteous and the wicked, between him that serveth God and him that serveth him not.\r\n\r\n<strong>1 Peter 1:6-7</strong>\r\n6 Wherein ye greatly rejoice, though now for a season, if need be, ye are in heaviness through manifold temptations:\r\n\r\n7 That the trial of your faith, being much more precious than of gold that perisheth, though it be tried with fire, might be found unto praise and honour and glory at the appearing of Jesus Christ:\r\n\r\nEternal\r\n\r\nof course protection, provision, success\r\n\r\nBut something else\r\n\r\nits more than just following rules, or do this do that\r\n\r\nGod\'s way there is love, fellowship, relationship, fulfillment, inspiration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Way','','publish','open','open','','gods-way','','','2014-08-21 14:38:53','2014-08-21 14:38:53','',0,'http://raylsmith.org/?p=2552',0,'post','',0),(2553,1,'2014-07-29 14:50:56','2014-07-29 14:50:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WAY</h2>\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','','','inherit','open','open','','2552-revision-v1','','','2014-07-29 14:50:56','2014-07-29 14:50:56','',2552,'http://raylsmith.org/2552-revision-v1/',0,'revision','',0),(2554,1,'2014-07-29 14:51:34','2014-07-29 14:51:34','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WAY</h2>\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Way','','inherit','open','open','','2552-revision-v1','','','2014-07-29 14:51:34','2014-07-29 14:51:34','',2552,'http://raylsmith.org/2552-revision-v1/',0,'revision','',0),(2555,1,'2014-07-29 14:54:53','2014-07-29 14:54:53','','gods-way','','inherit','open','open','','gods-way-2','','','2014-07-29 14:54:53','2014-07-29 14:54:53','',2,'http://raylsmith.org/wp-content/uploads/2012/06/gods-way.jpg',0,'attachment','image/jpeg',0),(2557,1,'2014-07-30 13:08:11','2014-07-30 13:08:11','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">GOD\'S WAY</h2>\n<strong>Psalm 37:23</strong>\nThe steps of a good man are ordered by the Lord: and he delighteth in his way.\n\n<strong>Matthew 4:4</strong>\nBut he answered and said, It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\n\n<strong>Deuteronomy 32:4</strong>\n4 He is the Rock, his work is perfect: for all his ways are judgment: a God of truth and without iniquity, just and right is he.\n\n<strong>2 Samuel 22:31</strong>\n31 As for God, his way is perfect; the word of the Lord is tried: he is a buckler to all them that trust in him.\n\n<strong>Psalm 19:7-11</strong>\n7 The law of the Lord is perfect, converting the soul: the testimony of the Lord is sure, making wise the simple.\n\n8 The statutes of the Lord are right, rejoicing the heart: the commandment of the Lord is pure, enlightening the eyes.\n\n9 The fear of the Lord is clean, enduring for ever: the judgments of the Lord are true and righteous altogether.\n\n10 More to be desired are they than gold, yea, than much fine gold: sweeter also than honey and the honeycomb.\n\n11 Moreover by them is thy servant warned: and in keeping of them there is great reward.\n\n<strong>Genesis 18:19</strong>\n19 For I know him, that he will command his children and his household after him, and they shall keep the way of the Lord, to do justice and judgment; that the Lord may bring upon Abraham that which he hath spoken of him.\n\n<strong>Malachi 3:13-18</strong>\n13 Your words have been stout against me, saith the Lord. Yet ye say, What have we spoken so much against thee?\n\n14 Ye have said, It is vain to serve God: and what profit is it that we have kept his ordinance, and that we have walked mournfully before the Lord of hosts?\n\n15 And now we call the proud happy; yea, they that work wickedness are set up; yea, they that tempt God are even delivered.\n\n16 Then they that feared the Lord spake often one to another: and the Lord hearkened, and heard it, and a book of remembrance was written before him for them that feared the Lord, and that thought upon his name.\n\n17 And they shall be mine, saith the Lord of hosts, in that day when I make up my jewels; and I will spare them, as a man spareth his own son that serveth him.\n\n18 Then shall ye return, and discern between the righteous and the wicked, between him that serveth God and him that serveth him not.\n\n1 Peter 1:6-7\n6 Wherein ye greatly rejoice, though now for a season, if need be, ye are in heaviness through manifold temptations:\n\n7 That the trial of your faith, being much more precious than of gold that perisheth, though it be tried with fire, might be found unto praise and honour and glory at the appearing of Jesus Christ:\n\nEternal\n\nof course protection, provision, success\n\nBut something else\n\nits more than just following rules, or do this do that\n\nGod\'s way there is love, fellowship, relationship, fulfillment, inspiration</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','God\'s Way','','inherit','open','open','','2552-autosave-v1','','','2014-07-30 13:08:11','2014-07-30 13:08:11','',2552,'http://raylsmith.org/2552-autosave-v1/',0,'revision','',0),(2558,1,'2014-07-30 13:08:20','2014-07-30 13:08:20','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S WAY</h2>\r\n<strong>Psalm 37:23</strong>\r\nThe steps of a good man are ordered by the Lord: and he delighteth in his way.\r\n\r\n<strong>Matthew 4:4</strong>\r\nBut he answered and said, It is written, Man shall not live by bread alone, but by every word that proceedeth out of the mouth of God.\r\n\r\n<strong>Deuteronomy 32:4</strong>\r\n4 He is the Rock, his work is perfect: for all his ways are judgment: a God of truth and without iniquity, just and right is he.\r\n\r\n<strong>2 Samuel 22:31</strong>\r\n31 As for God, his way is perfect; the word of the Lord is tried: he is a buckler to all them that trust in him.\r\n\r\n<strong>Psalm 19:7-11</strong>\r\n7 The law of the Lord is perfect, converting the soul: the testimony of the Lord is sure, making wise the simple.\r\n\r\n8 The statutes of the Lord are right, rejoicing the heart: the commandment of the Lord is pure, enlightening the eyes.\r\n\r\n9 The fear of the Lord is clean, enduring for ever: the judgments of the Lord are true and righteous altogether.\r\n\r\n10 More to be desired are they than gold, yea, than much fine gold: sweeter also than honey and the honeycomb.\r\n\r\n11 Moreover by them is thy servant warned: and in keeping of them there is great reward.\r\n\r\n<strong>Genesis 18:19</strong>\r\n19 For I know him, that he will command his children and his household after him, and they shall keep the way of the Lord, to do justice and judgment; that the Lord may bring upon Abraham that which he hath spoken of him.\r\n\r\n<strong>Malachi 3:13-18</strong>\r\n13 Your words have been stout against me, saith the Lord. Yet ye say, What have we spoken so much against thee?\r\n\r\n14 Ye have said, It is vain to serve God: and what profit is it that we have kept his ordinance, and that we have walked mournfully before the Lord of hosts?\r\n\r\n15 And now we call the proud happy; yea, they that work wickedness are set up; yea, they that tempt God are even delivered.\r\n\r\n16 Then they that feared the Lord spake often one to another: and the Lord hearkened, and heard it, and a book of remembrance was written before him for them that feared the Lord, and that thought upon his name.\r\n\r\n17 And they shall be mine, saith the Lord of hosts, in that day when I make up my jewels; and I will spare them, as a man spareth his own son that serveth him.\r\n\r\n18 Then shall ye return, and discern between the righteous and the wicked, between him that serveth God and him that serveth him not.\r\n\r\n<strong>1 Peter 1:6-7</strong>\r\n6 Wherein ye greatly rejoice, though now for a season, if need be, ye are in heaviness through manifold temptations:\r\n\r\n7 That the trial of your faith, being much more precious than of gold that perisheth, though it be tried with fire, might be found unto praise and honour and glory at the appearing of Jesus Christ:\r\n\r\nEternal\r\n\r\nof course protection, provision, success\r\n\r\nBut something else\r\n\r\nits more than just following rules, or do this do that\r\n\r\nGod\'s way there is love, fellowship, relationship, fulfillment, inspiration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Way','','inherit','open','open','','2552-revision-v1','','','2014-07-30 13:08:20','2014-07-30 13:08:20','',2552,'http://raylsmith.org/2552-revision-v1/',0,'revision','',0),(2559,1,'2014-07-30 13:12:04','2014-07-30 13:12:04','','godsway','','inherit','open','open','','godsway','','','2014-07-30 13:12:04','2014-07-30 13:12:04','',888,'http://raylsmith.org/wp-content/uploads/2012/11/godsway.jpg',0,'attachment','image/jpeg',0),(2560,1,'2014-07-30 13:13:23','2014-07-30 13:13:23','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-way/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/godsway.jpg\" alt=\"God\'s Way\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Way</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/perfecting-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/perfecting-faith.jpg\" alt=\"Perfecting Faith\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Perfecting Faith</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavens-gates/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavensgates.jpg\" alt=\"Heaven\'s Gates\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven\'s Gates</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-way/\">God\'s Way</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>July 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-07-30 13:13:23','2014-07-30 13:13:23','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2561,1,'2014-07-30 13:23:29','2014-07-30 13:23:29','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-07-30 13:23:29','2014-07-30 13:23:29','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2562,1,'2014-08-05 05:36:35','2014-08-05 05:36:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S GRACE</h2>\r\nGrace Charis from (chairo 5463) to rejoice, or chara (5479) joy, favor, acceptance, a kindness granted or desired, a benefit, thanks, gratitude, grace. A favor done without expectation of return, absolute freeness of the loving-kindness of God to men, finding it only motive in the bounty and freeheartedness of the giver, unearned and unmerted favor.\r\n\r\n<strong>Ephesians 2:8-9</strong>\r\n8 For by grace are ye saved through faith; and that not of yourselves: it is the gift of God:\r\n9 Not of works, lest any man should boast.\r\n\r\n<strong>Galatians 2:20-21</strong>\r\n20 I am crucified with Christ: nevertheless I live; yet not I, but Christ liveth in me: and the life which I now live in the flesh I live by the faith of the Son of God, who loved me, and gave himself for me.\r\n21 I do not frustrate the grace of God: for if righteousness come by the law, then Christ is dead in vain.\r\n\r\nJesus\r\nEven before He earned or proved who He was God\'s grace was upon Him.\r\n<strong>Luke 2:40</strong>\r\nAnd the child grew, and waxed strong in spirit, filled with wisdom: and the grace of God was upon him.\r\n\r\nJesus\r\nHave you ever heard the statement, \"There is just something about Him\"? You could see there was something special about Him.\r\n<strong>John 1:14</strong>\r\nAnd the Word was made flesh, and dwelt among us, (and we beheld his glory, the glory as of the only begotten of the Father,) full of grace and truth.\r\n\r\n<strong>John 1:17</strong>\r\nFor the law was given by Moses, but grace and truth came by Jesus\r\nChrist.\r\n\r\nExample of salvation\r\n\r\n<strong>Romans 3:23-24</strong>\r\n23 For all have sinned, and come short of the glory of God;\r\n24 Being justified freely by his grace through the redemption that is in Christ Jesus:\r\n\r\nEnter or access by faith\r\n<strong>Romans 5:2</strong>\r\nBy whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.\r\n\r\nAdam/Jesus\r\n<strong>Romans 5:17</strong>\r\nFor if by one man\'s offence death reigned by one; much more they which receive abundance of grace and of the gift of righteousness shall reign in life by one, Jesus Christ.)\r\n\r\nWe have Freedom\r\n<strong>Romans 11:6</strong>\r\nAnd if by grace, then is it no more of works: otherwise grace is no more grace. But if it be of works, then it is no more grace: otherwise work is no more work.\r\n\r\nBe faithful\r\n<strong>Romans 12:6</strong>\r\nHaving then gifts differing according to the grace that is given to us, whether prophecy, let us prophesy according to the proportion of faith;\r\n\r\n<strong>1 Corinthians 3:10</strong>\r\nAccording to the grace of God which is given unto me, as a wise masterbuilder, I have laid the foundation, and another buildeth thereon. But let every man take heed how he buildeth thereupon.\r\n\r\nGo in power\r\n<strong>Acts 4:33</strong>\r\nAnd with great power gave the apostles witness of the resurrection of the Lord Jesus: and great grace was upon them all.\r\n\r\nPRAY - people will know the grace that is given them</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Grace','','publish','open','open','','gods-grace','','','2014-08-21 14:38:35','2014-08-21 14:38:35','',0,'http://raylsmith.org/?p=2562',0,'post','',0),(2563,1,'2014-08-05 05:36:35','2014-08-05 05:36:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S GRACE</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','God\'s Grace','','inherit','open','open','','2562-revision-v1','','','2014-08-05 05:36:35','2014-08-05 05:36:35','',2562,'http://raylsmith.org/2562-revision-v1/',0,'revision','',0),(2564,1,'2014-08-05 05:39:43','2014-08-05 05:39:43','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">GOD\'S GRACE</h2>\nGrace Charis from (chairo 5463) to rejoice, or chara (5479) joy, favor, acceptance, a kindness granted or desired, a benefit, thanks, gratitude, grace. A favor done without expectation of return, absolute freeness of the loving-kindness of God to men, finding it only motive in the bounty and freeheartedness of the giver, unearned and unmerted favor.\n\nEphesians 2:8-9\n8 For by grace are ye saved through faith; and that not of yourselves: it is the gift of God:\n9 Not of works, lest any man should boast.\n\nGalatians 2:20-21\n20 I am crucified with Christ: nevertheless I live; yet not I, but Christ liveth in me: and the life which I now live in the flesh I live by the faith of the Son of God, who loved me, and gave himself for me.\n21 I do not frustrate the grace of God: for if righteousness come by the law, then Christ is dead in vain.\n\nJesus\nEven before He earned or proved who He was God\'s grace was upon Him.\nLuke 2:40\nAnd the child grew, and waxed strong in spirit, filled with wisdom: and the grace of God was upon him.\n\nJesus\nHave you ever heard the statement, \"There is just something about Him\"? You could see there was something special about Him.\nJohn 1:14\nAnd the Word was made flesh, and dwelt among us, (and we beheld his glory, the glory as of the only begotten of the Father,) full of grace and truth.\n\nJohn 1:17\nFor the law was given by Moses, but grace and truth came by Jesus\nChrist.\n\nExample of salvation\n\nRomans 3:23-24\n23 For all have sinned, and come short of the glory of God;\n24 Being justified freely by his grace through the redemption that is in Christ Jesus:\n\nEnter or access by faith\nRomans 5:2\nBy whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.\n\nAdam/Jesus\nRomans 5:17\nFor if by one man\'s offence death reigned by one; much more they which receive abundance of grace and of the gift of righteousness shall reign in life by one, Jesus Christ.)\n\nWe have Freedom\nRomans 11:6\nAnd if by grace, then is it no more of works: otherwise grace is no more grace. But if it be of works, then it is no more grace: otherwise work is no more work.\n\nBe faithful\nRomans 12:6\nHaving then gifts differing according to the grace that is given to us, whether prophecy, let us prophesy according to the proportion of faith;\n\n1 Corinthians 3:10\nAccording to the grace of God which is given unto me, as a wise masterbuilder, I have laid the foundation, and another buildeth thereon. But let every man take heed how he buildeth thereupon.\n\nGo in power\nActs 4:33\nAnd with great power gave the apostles witness of the resurrection of the Lord Jesus: and great grace was upon them all.\n\nPRAY - people will know the grace that is given them</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','God\'s Grace','','inherit','open','open','','2562-autosave-v1','','','2014-08-05 05:39:43','2014-08-05 05:39:43','',2562,'http://raylsmith.org/2562-autosave-v1/',0,'revision','',0),(2565,1,'2014-08-05 05:40:48','2014-08-05 05:40:48','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S GRACE</h2>\r\nGrace Charis from (chairo 5463) to rejoice, or chara (5479) joy, favor, acceptance, a kindness granted or desired, a benefit, thanks, gratitude, grace. A favor done without expectation of return, absolute freeness of the loving-kindness of God to men, finding it only motive in the bounty and freeheartedness of the giver, unearned and unmerted favor.\r\n\r\n<strong>Ephesians 2:8-9</strong>\r\n8 For by grace are ye saved through faith; and that not of yourselves: it is the gift of God:\r\n9 Not of works, lest any man should boast.\r\n\r\n<strong>Galatians 2:20-21</strong>\r\n20 I am crucified with Christ: nevertheless I live; yet not I, but Christ liveth in me: and the life which I now live in the flesh I live by the faith of the Son of God, who loved me, and gave himself for me.\r\n21 I do not frustrate the grace of God: for if righteousness come by the law, then Christ is dead in vain.\r\n\r\nJesus\r\nEven before He earned or proved who He was God\'s grace was upon Him.\r\n<strong>Luke 2:40</strong>\r\nAnd the child grew, and waxed strong in spirit, filled with wisdom: and the grace of God was upon him.\r\n\r\nJesus\r\nHave you ever heard the statement, \"There is just something about Him\"? You could see there was something special about Him.\r\n<strong>John 1:14</strong>\r\nAnd the Word was made flesh, and dwelt among us, (and we beheld his glory, the glory as of the only begotten of the Father,) full of grace and truth.\r\n\r\n<strong>John 1:17</strong>\r\nFor the law was given by Moses, but grace and truth came by Jesus\r\nChrist.\r\n\r\nExample of salvation\r\n\r\n<strong>Romans 3:23-24</strong>\r\n23 For all have sinned, and come short of the glory of God;\r\n24 Being justified freely by his grace through the redemption that is in Christ Jesus:\r\n\r\nEnter or access by faith\r\n<strong>Romans 5:2</strong>\r\nBy whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.\r\n\r\nAdam/Jesus\r\n<strong>Romans 5:17</strong>\r\nFor if by one man\'s offence death reigned by one; much more they which receive abundance of grace and of the gift of righteousness shall reign in life by one, Jesus Christ.)\r\n\r\nWe have Freedom\r\n<strong>Romans 11:6</strong>\r\nAnd if by grace, then is it no more of works: otherwise grace is no more grace. But if it be of works, then it is no more grace: otherwise work is no more work.\r\n\r\nBe faithful\r\n<strong>Romans 12:6</strong>\r\nHaving then gifts differing according to the grace that is given to us, whether prophecy, let us prophesy according to the proportion of faith;\r\n\r\n<strong>1 Corinthians 3:10</strong>\r\nAccording to the grace of God which is given unto me, as a wise masterbuilder, I have laid the foundation, and another buildeth thereon. But let every man take heed how he buildeth thereupon.\r\n\r\nGo in power\r\n<strong>Acts 4:33</strong>\r\nAnd with great power gave the apostles witness of the resurrection of the Lord Jesus: and great grace was upon them all.\r\n\r\nPRAY - people will know the grace that is given them</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Grace','','inherit','open','open','','2562-revision-v1','','','2014-08-05 05:40:48','2014-08-05 05:40:48','',2562,'http://raylsmith.org/2562-revision-v1/',0,'revision','',0),(2567,1,'2014-08-05 05:46:08','2014-08-05 05:46:08','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/gods-grace/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/Godsgrace.jpg\" alt=\"God\'s Grace\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-08-05 05:46:08','2014-08-05 05:46:08','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2566,1,'2014-08-05 05:45:07','2014-08-05 05:45:07','','Godsgrace','','inherit','open','open','','godsgrace','','','2014-08-05 05:45:07','2014-08-05 05:45:07','',2,'http://raylsmith.org/wp-content/uploads/2012/06/Godsgrace.jpg',0,'attachment','image/jpeg',0),(2568,1,'2014-08-05 05:49:40','2014-08-05 05:49:40','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-08-05 05:49:40','2014-08-05 05:49:40','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2569,1,'2014-08-05 05:54:54','2014-08-05 05:54:54','','Gods-grace','','inherit','open','open','','gods-grace-2','','','2014-08-05 05:54:54','2014-08-05 05:54:54','',888,'http://raylsmith.org/wp-content/uploads/2012/11/Gods-grace.jpg',0,'attachment','image/jpeg',0),(2570,1,'2014-08-05 05:57:09','2014-08-05 05:57:09','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-grace/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/Gods-grace.jpg\" alt=\"God\'s Grace\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Grace</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-way/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/godsway.jpg\" alt=\"God\'s Way\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Way</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/perfecting-faith/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/perfecting-faith.jpg\" alt=\"Perfecting Faith\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Perfecting Faith</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-grace/\">God\'s Grace</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-way/\">God\'s Way</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>August 03, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-05 05:57:09','2014-08-05 05:57:09','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2573,1,'2014-08-11 13:18:25','2014-08-11 13:18:25','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY TRANSFORMATION</h2>\r\nExample: Life experiences have made you.\r\n\r\nBut when you give you life to Christ\r\n\r\n<strong>2 Corinthians 5:16-17</strong>\r\n16 Wherefore henceforth know we no man after the flesh: yea, though we have known Christ after the flesh, yet now henceforth know we him no more.\r\n\r\n17 Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new.\r\n\r\nIt is a process.\r\n\r\n<strong>Jeremiah 18:1-6</strong>\r\n1 The word which came to Jeremiah from the Lord, saying,\r\n\r\n2 Arise, and go down to the potter\'s house, and there I will cause thee to hear my words.\r\n\r\n3 Then I went down to the potter\'s house, and, behold, he wrought a work on the wheels.\r\n\r\n4 And the vessel that he made of clay was marred in the hand of the potter: so he made it again another vessel, as seemed good to the potter to make it.\r\n\r\n5 Then the word of the Lord came to me, saying,\r\n\r\n6 O house of Israel, cannot I do with you as this potter? saith the Lord. Behold, as the clay is in the potter\'s hand, so are ye in mine hand, O house of Israel.\r\n\r\n<strong>Luke 6:27</strong>\r\n27 But I say unto you which hear, Love your enemies, do good to them which hate you,\r\n\r\n28 Bless them that curse you, and pray for them which despitefully use you.\r\n\r\n29 And unto him that smiteth thee on the one cheek offer also the other; and him that taketh away thy cloak forbid not to take thy coat also.\r\n\r\n30 Give to every man that asketh of thee; and of him that taketh away thy goods ask them not again.\r\n\r\n31 And as ye would that men should do to you, do ye also to them likewise.\r\n\r\n32 For if ye love them which love you, what thank have ye? for sinners also love those that love them.\r\n\r\n33 And if ye do good to them which do good to you, what thank have ye? for sinners also do even the same.\r\n\r\n34 And if ye lend to them of whom ye hope to receive, what thank have ye? for sinners also lend to sinners, to receive as much again.\r\n\r\n35 But love ye your enemies, and do good, and lend, hoping for nothing again; and your reward shall be great, and ye shall be the children of the Highest: for he is kind unto the unthankful and to the evil.\r\n\r\n36 Be ye therefore merciful, as your Father also is merciful.\r\n\r\n37 Judge not, and ye shall not be judged: condemn not, and ye shall not be condemned: forgive, and ye shall be forgiven:\r\n\r\n<strong>Matthew 5:38-48</strong>\r\n38 Ye have heard that it hath been said, An eye for an eye, and a tooth for a tooth:\r\n\r\n39 But I say unto you, That ye resist not evil: but whosoever shall smite thee on thy right cheek, turn to him the other also.\r\n\r\n40 And if any man will sue thee at the law, and take away thy coat, let him have thy cloak also.\r\n\r\n41 And whosoever shall compel thee to go a mile, go with him twain.\r\n\r\n42 Give to him that asketh thee, and from him that would borrow of thee turn not thou away.\r\n\r\n43 Ye have heard that it hath been said, Thou shalt love thy neighbour, and hate thine enemy.\r\n\r\n44 But I say unto you, Love your enemies, bless them that curse you, do good to them that hate you, and pray for them which despitefully use you, and persecute you;\r\n\r\n45 That ye may be the children of your Father which is in heaven: for he maketh his sun to rise on the evil and on the good, and sendeth rain on the just and on the unjust.\r\n\r\n46 For if ye love them which love you, what reward have ye? do not even the publicans the same?\r\n\r\n47 And if ye salute your brethren only, what do ye more than others? do not even the publicans so?\r\n\r\n48 Be ye therefore perfect, even as your Father which is in heaven is perfect.\r\n\r\nIn conclusion\r\n\r\n<strong>Luke 6:48</strong> Be ye therefore perfect, even as your Father which is in heaven is perfect.\r\n\r\n<strong>Matthew 5:35</strong> But love ye your enemies, and do good, and lend, hoping for nothing again; and your reward shall be great, and ye shall be the children of the Highest: for he is kind unto the unthankful and to the evil.\r\n\r\n<strong>John 13:34-35</strong>\r\n\r\n34 A new commandment I give unto you, That ye love one another; as I have loved you, that ye also love one another.\r\n\r\n35 By this shall all men know that ye are my disciples, if ye have love one to another.\r\n\r\n<em>1. So when people see you they will see the change.</em>\r\n\r\n<em>2. You don\'t want people to see that you are the same when something happens to you and haven\'t truly changed.</em>\r\n\r\nLet\'s go back to the example of the potter.\r\n\r\n<strong>Jeremiah 18:6</strong>\r\nO house of Israel, cannot I do with you as this potter? saith the Lord. Behold, as the clay is in the potter\'s hand, so are ye in mine hand, O house of Israel.\r\n\r\nDon\"t fight the process.\r\n\r\n<strong>Isaiah 64:8</strong>\r\nBut now, O Lord, thou art our father; we are the clay, and thou our potter; and we all are the work of thy hand.\r\n\r\nAs you follow the Lord and do your part, He will do what you can\'t and change you into the person that you were created to be.\r\nSomeone not of this world.\r\n\r\nRemember:\r\n<em>1. Don\'t fight the process.</em>\r\n<em> 2. Once God has changed you don\'t let anything change you back.</em>\r\n<em> 3. By you obeying the scriptures God will do something in you, you can\"t do for yourself.</em>\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Transformation','','inherit','open','open','','2572-revision-v1','','','2014-08-11 13:18:25','2014-08-11 13:18:25','',2572,'http://raylsmith.org/2572-revision-v1/',0,'revision','',0),(2638,1,'2014-08-26 05:46:54','2014-08-26 05:46:54','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/holy-ground/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/holy-ground.jpg\" alt=\"Holy Ground\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-08-26 05:46:54','2014-08-26 05:46:54','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2575,1,'2014-08-11 13:25:08','2014-08-11 13:25:08','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/holy-transformation.jpg\" alt=\"Holy Transformation\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-08-11 13:25:08','2014-08-11 13:25:08','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2574,1,'2014-08-11 13:24:25','2014-08-11 13:24:25','','holy-transformation','','inherit','open','open','','holy-transformation-2','','','2014-08-11 13:24:25','2014-08-11 13:24:25','',2,'http://raylsmith.org/wp-content/uploads/2012/06/holy-transformation.jpg',0,'attachment','image/jpeg',0),(2576,1,'2014-08-11 13:29:33','2014-08-11 13:29:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-08-11 13:29:33','2014-08-11 13:29:33','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2577,1,'2014-08-11 13:41:33','2014-08-11 13:41:33','','holytransformation','','inherit','open','open','','holytransformation','','','2014-08-11 13:41:33','2014-08-11 13:41:33','',888,'http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg',0,'attachment','image/jpeg',0),(2578,1,'2014-08-11 13:43:56','2014-08-11 13:43:56','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg\" alt=\"Holy Transformation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Transformation</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-grace/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/Gods-grace.jpg\" alt=\"God\'s Grace\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Grace</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-way/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/godsway.jpg\" alt=\"God\'s Way\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Way</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-grace/\">God\'s Grace</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-way/\">God\'s Way</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>August 10, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>August 03, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-11 13:43:56','2014-08-11 13:43:56','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2579,1,'2014-08-11 14:20:26','2014-08-11 14:20:26','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n[ezcol_1half_end]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-08-11 14:20:26','2014-08-11 14:20:26','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2580,1,'2014-08-11 14:38:20','2014-08-11 14:38:20','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half]\r\n[ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-08-11 14:38:20','2014-08-11 14:38:20','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2581,1,'2014-08-11 14:40:42','2014-08-11 14:40:42','[ezcol_1half]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half]\r\n[ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-08-11 14:40:42','2014-08-11 14:40:42','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2582,1,'2014-08-11 14:43:07','2014-08-11 14:43:07','[ezcol_1half]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half][ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-08-11 14:43:07','2014-08-11 14:43:07','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2583,1,'2014-08-18 14:07:20','2014-08-18 14:07:20','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE SPIRIT OF THE LORD</h2>\r\n<strong>Judges 3:9-11</strong>\r\n\r\n9 And when the children of Israel cried unto the Lord, the Lord raised up a deliverer to the children of Israel, who delivered them, even Othniel the son of Kenaz, Caleb\'s younger brother.\r\n\r\n10 And the Spirit of the Lord came upon him, and he judged Israel, and went out to war: and the Lord delivered Chushanrishathaim king of Mesopotamia into his hand; and his hand prevailed against Chushanrishathaim.\r\n\r\n11 And the land had rest forty years. And Othniel the son of Kenaz died.\r\n\r\n<strong>Judges 11:29</strong>\r\n\r\nThen the Spirit of the Lord came upon Jephthah, and he passed over Gilead, and Manasseh, and passed over Mizpeh of Gilead, and from Mizpeh of Gilead he passed over unto the children of Ammon.\r\n\r\n32 So Jephthah passed over unto the children of Ammon to fight against them; and the Lord delivered them into his hands.\r\n\r\n33 And he smote them from Aroer, even till thou come to Minnith, even twenty cities, and unto the plain of the vineyards, with a very great slaughter. Thus the children of Ammon were subdued before the children of Israel.\r\n\r\n<strong>Judges 14:5-6</strong>\r\n\r\n4 But his father and his mother knew not that it was of the Lord, that he sought an occasion against the Philistines: for at that time the Philistines had dominion over Israel.\r\n\r\n5 Then went Samson down, and his father and his mother, to Timnath, and came to the vineyards of Timnath: and, behold, a young lion roared against him.\r\n\r\n6 And the Spirit of the Lord came mightily upon him, and he rent him as he would have rent a kid, and he had nothing in his hand: but he told not his father or his mother what he had done.\r\n\r\n<strong>Judges 14:19</strong>\r\n\r\nAnd the Spirit of the Lord came upon him, and he went down to Ashkelon, and slew thirty men of them, and took their spoil, and gave change of garments unto them which expounded the riddle. And his anger was kindled, and he went up to his father\'s house.\r\n\r\n<strong>Judges 15:13-15</strong>\r\n\r\n13 And they spake unto him, saying, No; but we will bind thee fast, and deliver thee into their hand: but surely we will not kill thee. And they bound him with two new cords, and brought him up from the rock.\r\n\r\n14 And when he came unto Lehi, the Philistines shouted against him: and the Spirit of the Lord came mightily upon him, and the cords that were upon his arms became as flax that was burnt with fire, and his bands loosed from off his hands.\r\n\r\n15 And he found a new jawbone of an ass, and put forth his hand, and took it, and slew a thousand men therewith.\r\n\r\n<strong>1 Samuel 10:6</strong>\r\n\r\nAnd the Spirit of the Lord will come upon thee, and thou shalt prophesy with them, and shalt be turned into another man.\r\n\r\n<strong>1 Samuel 16:13</strong>\r\n\r\nThen Samuel took the horn of oil, and anointed him in the midst of his brethren: and the Spirit of the Lord came upon David from that day forward. So Samuel rose up, and went to Ramah.\r\n\r\n<strong>1 Samuel 16:14</strong>\r\n\r\nBut the Spirit of the Lord departed from Saul, and an evil spirit from the Lord troubled him.\r\n\r\n<strong>2 Samuel 23:2</strong>\r\n\r\nThe Spirit of the Lord spake by me, and his word was in my tongue.\r\n\r\n<strong>2 Chronicles 20:14</strong>\r\n\r\nThen upon Jahaziel the son of Zechariah, the son of Benaiah, the son of Jeiel, the son of Mattaniah, a Levite of the sons of Asaph, came the Spirit of the Lord in the midst of the congregation;\r\n\r\n<strong>Isaiah 11:2</strong>\r\n\r\nAnd the spirit of the Lord shall rest upon him, the spirit of wisdom and understanding, the spirit of counsel and might, the spirit of knowledge and of the fear of the Lord;\r\n\r\n<strong>Isaiah 59:19</strong>\r\n\r\nSo shall they fear the name of the Lord from the west, and his glory from the rising of the sun. When the enemy shall come in like a flood, the Spirit of the Lord shall lift up a standard against him.\r\n\r\n<strong>Isaiah 61:1</strong>\r\n\r\nThe Spirit of the Lord God is upon me; because the Lord hath anointed me to preach good tidings unto the meek; he hath sent me to bind up the brokenhearted, to proclaim liberty to the captives, and the opening of the prison to them that are bound;\r\n\r\n<strong>Ezekiel 11:5</strong>\r\n\r\nAnd the Spirit of the Lord fell upon me, and said unto me, Speak; Thus saith the Lord; Thus have ye said, O house of Israel: for I know the things that come into your mind, every one of them.\r\n\r\n<strong>Ezekiel 37:1</strong>\r\n\r\nThe hand of the Lord was upon me, and carried me out in the spirit of the Lord, and set me down in the midst of the valley which was full of bones,\r\n\r\n<strong>Micah 3:8</strong>\r\n\r\nBut truly I am full of power by the spirit of the Lord, and of judgment, and of might, to declare unto Jacob his transgression, and to Israel his sin.\r\n\r\n<strong>Luke 4:18</strong>\r\n\r\nThe Spirit of the Lord is upon me, because he hath anointed me to preach the gospel to the poor; he hath sent me to heal the brokenhearted, to preach deliverance to the captives, and recovering of sight to the blind, to set at liberty them that are bruised,\r\n\r\n<strong>Acts 5:9</strong>\r\n\r\nThen Peter said unto her, How is it that ye have agreed together to tempt the Spirit of the Lord? behold, the feet of them which have buried thy husband are at the door, and shall carry thee out.\r\n\r\n<strong>Acts 8:39</strong>\r\n\r\nAnd when they were come up out of the water, the Spirit of the Lord caught away Philip, that the eunuch saw him no more: and he went on his way rejoicing.\r\n\r\n<strong>2 Corinthians 3:17</strong>\r\n\r\nNow the Lord is that Spirit: and where the Spirit of the Lord is, there is liberty.\r\n\r\n<strong>2 Corinthians 3:18</strong>\r\n\r\nBut we all, with open face beholding as in a glass the glory of the Lord, are changed into the same image from glory to glory, even as by the Spirit of the Lord.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Spirit of the Lord','','publish','open','open','','the-spirit-of-the-lord','','','2014-08-21 14:25:49','2014-08-21 14:25:49','',0,'http://raylsmith.org/?p=2583',0,'post','',0),(2584,1,'2014-08-18 14:07:20','2014-08-18 14:07:20','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE SPIRIT OF THE LORD</h2>\r\n<strong>Judges 3:9-11</strong>\r\n\r\n9 And when the children of Israel cried unto the Lord, the Lord raised up a deliverer to the children of Israel, who delivered them, even Othniel the son of Kenaz, Caleb\'s younger brother.\r\n\r\n10 And the Spirit of the Lord came upon him, and he judged Israel, and went out to war: and the Lord delivered Chushanrishathaim king of Mesopotamia into his hand; and his hand prevailed against Chushanrishathaim.\r\n\r\n11 And the land had rest forty years. And Othniel the son of Kenaz died.\r\n\r\n<strong>Judges 11:29</strong>\r\n\r\nThen the Spirit of the Lord came upon Jephthah, and he passed over Gilead, and Manasseh, and passed over Mizpeh of Gilead, and from Mizpeh of Gilead he passed over unto the children of Ammon.\r\n\r\n32 So Jephthah passed over unto the children of Ammon to fight against them; and the Lord delivered them into his hands.\r\n\r\n33 And he smote them from Aroer, even till thou come to Minnith, even twenty cities, and unto the plain of the vineyards, with a very great slaughter. Thus the children of Ammon were subdued before the children of Israel.\r\n\r\n<strong>Judges 14:5-6</strong>\r\n\r\n4 But his father and his mother knew not that it was of the Lord, that he sought an occasion against the Philistines: for at that time the Philistines had dominion over Israel.\r\n\r\n5 Then went Samson down, and his father and his mother, to Timnath, and came to the vineyards of Timnath: and, behold, a young lion roared against him.\r\n\r\n6 And the Spirit of the Lord came mightily upon him, and he rent him as he would have rent a kid, and he had nothing in his hand: but he told not his father or his mother what he had done.\r\n\r\n<strong>Judges 14:19</strong>\r\n\r\nAnd the Spirit of the Lord came upon him, and he went down to Ashkelon, and slew thirty men of them, and took their spoil, and gave change of garments unto them which expounded the riddle. And his anger was kindled, and he went up to his father\'s house.\r\n\r\n<strong>Judges 15:13-15</strong>\r\n\r\n13 And they spake unto him, saying, No; but we will bind thee fast, and deliver thee into their hand: but surely we will not kill thee. And they bound him with two new cords, and brought him up from the rock.\r\n\r\n14 And when he came unto Lehi, the Philistines shouted against him: and the Spirit of the Lord came mightily upon him, and the cords that were upon his arms became as flax that was burnt with fire, and his bands loosed from off his hands.\r\n\r\n15 And he found a new jawbone of an ass, and put forth his hand, and took it, and slew a thousand men therewith.\r\n\r\n<strong>1 Samuel 10:6</strong>\r\n\r\nAnd the Spirit of the Lord will come upon thee, and thou shalt prophesy with them, and shalt be turned into another man.\r\n\r\n<strong>1 Samuel 16:13</strong>\r\n\r\nThen Samuel took the horn of oil, and anointed him in the midst of his brethren: and the Spirit of the Lord came upon David from that day forward. So Samuel rose up, and went to Ramah.\r\n\r\n<strong>1 Samuel 16:14</strong>\r\n\r\nBut the Spirit of the Lord departed from Saul, and an evil spirit from the Lord troubled him.\r\n\r\n<strong>2 Samuel 23:2</strong>\r\n\r\nThe Spirit of the Lord spake by me, and his word was in my tongue.\r\n\r\n<strong>2 Chronicles 20:14</strong>\r\n\r\nThen upon Jahaziel the son of Zechariah, the son of Benaiah, the son of Jeiel, the son of Mattaniah, a Levite of the sons of Asaph, came the Spirit of the Lord in the midst of the congregation;\r\n\r\n<strong>Isaiah 11:2</strong>\r\n\r\nAnd the spirit of the Lord shall rest upon him, the spirit of wisdom and understanding, the spirit of counsel and might, the spirit of knowledge and of the fear of the Lord;\r\n\r\n<strong>Isaiah 59:19</strong>\r\n\r\nSo shall they fear the name of the Lord from the west, and his glory from the rising of the sun. When the enemy shall come in like a flood, the Spirit of the Lord shall lift up a standard against him.\r\n\r\n<strong>Isaiah 61:1</strong>\r\n\r\nThe Spirit of the Lord God is upon me; because the Lord hath anointed me to preach good tidings unto the meek; he hath sent me to bind up the brokenhearted, to proclaim liberty to the captives, and the opening of the prison to them that are bound;\r\n\r\n<strong>Ezekiel 11:5</strong>\r\n\r\nAnd the Spirit of the Lord fell upon me, and said unto me, Speak; Thus saith the Lord; Thus have ye said, O house of Israel: for I know the things that come into your mind, every one of them.\r\n\r\n<strong>Ezekiel 37:1</strong>\r\n\r\nThe hand of the Lord was upon me, and carried me out in the spirit of the Lord, and set me down in the midst of the valley which was full of bones,\r\n\r\n<strong>Micah 3:8</strong>\r\n\r\nBut truly I am full of power by the spirit of the Lord, and of judgment, and of might, to declare unto Jacob his transgression, and to Israel his sin.\r\n\r\n<strong>Luke 4:18</strong>\r\n\r\nThe Spirit of the Lord is upon me, because he hath anointed me to preach the gospel to the poor; he hath sent me to heal the brokenhearted, to preach deliverance to the captives, and recovering of sight to the blind, to set at liberty them that are bruised,\r\n\r\n<strong>Acts 5:9</strong>\r\n\r\nThen Peter said unto her, How is it that ye have agreed together to tempt the Spirit of the Lord? behold, the feet of them which have buried thy husband are at the door, and shall carry thee out.\r\n\r\n<strong>Acts 8:39</strong>\r\n\r\nAnd when they were come up out of the water, the Spirit of the Lord caught away Philip, that the eunuch saw him no more: and he went on his way rejoicing.\r\n\r\n<strong>2 Corinthians 3:17</strong>\r\n\r\nNow the Lord is that Spirit: and where the Spirit of the Lord is, there is liberty.\r\n\r\n<strong>2 Corinthians 3:18</strong>\r\n\r\nBut we all, with open face beholding as in a glass the glory of the Lord, are changed into the same image from glory to glory, even as by the Spirit of the Lord.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Spirit of the Lord','','inherit','open','open','','2583-revision-v1','','','2014-08-18 14:07:20','2014-08-18 14:07:20','',2583,'http://raylsmith.org/2583-revision-v1/',0,'revision','',0),(2586,1,'2014-08-18 14:14:55','2014-08-18 14:14:55','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/spiritofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-08-18 14:14:55','2014-08-18 14:14:55','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2585,1,'2014-08-18 14:13:28','2014-08-18 14:13:28','','spiritofthelord','','inherit','open','open','','spiritofthelord','','','2014-08-18 14:13:28','2014-08-18 14:13:28','',2,'http://raylsmith.org/wp-content/uploads/2012/06/spiritofthelord.jpg',0,'attachment','image/jpeg',0),(2587,1,'2014-08-18 14:19:23','2014-08-18 14:19:23','','spirit-ofthelord','','inherit','open','open','','spirit-ofthelord','','','2014-08-18 14:19:23','2014-08-18 14:19:23','',888,'http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg',0,'attachment','image/jpeg',0),(2588,1,'2014-08-18 14:21:22','2014-08-18 14:21:22','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Spirit of the Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg\" alt=\"Holy Transformation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Transformation</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-grace/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/Gods-grace.jpg\" alt=\"God\'s Grace\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Grace</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>                            TITLE</strong></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-grace/\">God\'s Grace</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-way/\">God\'s Way</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heavens-gates/\">Heaven\'s Gates</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-provision/\">God\'s Provision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-angel/\">God\'s Angels</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-resources/\">God\'s Resources</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-horses/\">God\'s Horses</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-water/\">God\'s Water</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/raining/\">Raining</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/fold/\">Fold</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady\'s Bible Study</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/door/\">Doors</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/his-house/\">His House</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/heart/\">Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hunger/\">Hunger</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/safety/\">Safety</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/now2/\">Now</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/power/\">Power</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/life/\">Life</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant\'s Heart</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God\'s Impartation Part 1</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God\'s Impartation Part 2</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God\'s Impartation Part 3</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/trouble/\">Trouble</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God\'s Voice</a></li>\r\n</ul>\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></li>\r\n</ul>\r\n[/wpcol_1half] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: left;\"><strong>    CATEGORY</strong></p>\r\n\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Bread</li>\r\n</ul>\r\n<ul>\r\n	<li>Women\'s Bible Study</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Sermon</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path</li>\r\n</ul>\r\n<ul>\r\n	<li>Path[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</li>\r\n</ul>\r\n<p style=\"text-align: left;\"><strong>                    DATE</strong></p>\r\n\r\n<ul>\r\n	<li>August 17, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>August 10, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>August 03, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>July 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 29, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 22, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 15, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 8, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>June 1, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 25, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 11, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>May 4, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 27, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 20, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 13, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>April 6, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>March 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 23, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 16, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 09, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>February 02, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 26, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 19, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 12, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>January 06, 2014</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 29, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 22, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 15, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 1, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>November 03, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 27, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 13, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>October 6, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 23, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 9, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>September 2, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>July 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 25, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>June 18, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 12, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>May 8, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 28, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>April 16, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>March 11, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 17, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 10, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>February 4, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 14, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>January 7, 2013</li>\r\n</ul>\r\n<ul>\r\n	<li>December 31, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 24, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>December 8, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 22, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 7, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 3, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>November 2, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 17, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 16, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 07, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>October 06, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>September 03, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>August 12, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 27, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012</li>\r\n</ul>\r\n<ul>\r\n	<li>July 11, 2012[/wpcol_1quarter_end]</li>\r\n</ul>','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-18 14:21:22','2014-08-18 14:21:22','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2589,1,'2014-08-18 14:25:39','2014-08-18 14:25:39','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-08-18 14:25:39','2014-08-18 14:25:39','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2590,1,'2014-08-18 14:27:33','2014-08-18 14:27:33','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-08-18 14:27:33','2014-08-18 14:27:33','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2592,1,'2013-02-06 08:12:19','2013-02-06 08:12:19','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0-zeVffvc7M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 1','','inherit','open','open','','1017-revision-v1','','','2013-02-06 08:12:19','2013-02-06 08:12:19','',1017,'http://raylsmith.org/1017-revision-v1/',0,'revision','',0),(2593,1,'2013-02-06 08:12:36','2013-02-06 08:12:36','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/pxS0suWJCRg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 2','','inherit','open','open','','1014-revision-v1','','','2013-02-06 08:12:36','2013-02-06 08:12:36','',1014,'http://raylsmith.org/1014-revision-v1/',0,'revision','',0),(2594,1,'2013-02-06 08:12:51','2013-02-06 08:12:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Z-2iVKM3ioY?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Take The Next Step Part 3','','inherit','open','open','','1011-revision-v1','','','2013-02-06 08:12:51','2013-02-06 08:12:51','',1011,'http://raylsmith.org/1011-revision-v1/',0,'revision','',0),(2595,1,'2013-02-06 08:11:33','2013-02-06 08:11:33','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/XLF3bYrws0E?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Pure Heart Clean Hands','','inherit','open','open','','1036-revision-v1','','','2013-02-06 08:11:33','2013-02-06 08:11:33','',1036,'http://raylsmith.org/1036-revision-v1/',0,'revision','',0),(2596,1,'2013-02-26 15:22:09','2013-02-26 15:22:09','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/jjF6jMmCre8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Now','','inherit','open','open','','1344-revision-v1','','','2013-02-26 15:22:09','2013-02-26 15:22:09','',1344,'http://raylsmith.org/1344-revision-v1/',0,'revision','',0),(2597,1,'2013-02-18 10:00:03','2013-02-18 10:00:03','<table>\r\n<tbody>\r\n<tr>\r\n<td>\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/OM0a_0P5dJs?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Times Vs Power','','inherit','open','open','','1465-revision-v1','','','2013-02-18 10:00:03','2013-02-18 10:00:03','',1465,'http://raylsmith.org/1465-revision-v1/',0,'revision','',0),(2598,1,'2013-05-29 13:49:59','2013-05-29 13:49:59','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/83qhN0DMYVg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 1','','inherit','open','open','','1712-revision-v1','','','2013-05-29 13:49:59','2013-05-29 13:49:59','',1712,'http://raylsmith.org/1712-revision-v1/',0,'revision','',0),(2599,1,'2013-05-29 13:45:59','2013-05-29 13:45:59','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/g517eXHfZuU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','It is Good Part 3','','inherit','open','open','','1708-revision-v1','','','2013-05-29 13:45:59','2013-05-29 13:45:59','',1708,'http://raylsmith.org/1708-revision-v1/',0,'revision','',0),(2600,1,'2013-02-02 13:08:38','2013-02-02 13:08:38','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FXhtKMgAvBU?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 1','','inherit','open','open','','994-revision-v1','','','2013-02-02 13:08:38','2013-02-02 13:08:38','',994,'http://raylsmith.org/994-revision-v1/',0,'revision','',0),(2601,1,'2013-02-02 13:10:51','2013-02-02 13:10:51','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/FoiX4ymuFlM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Father\'s Business Part 2','','inherit','open','open','','990-revision-v1','','','2013-02-02 13:10:51','2013-02-02 13:10:51','',990,'http://raylsmith.org/990-revision-v1/',0,'revision','',0),(2602,1,'2013-02-06 08:11:17','2013-02-06 08:11:17','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/5xx6TZNFaPE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Life','','inherit','open','open','','1047-revision-v1','','','2013-02-06 08:11:17','2013-02-06 08:11:17','',1047,'http://raylsmith.org/1047-revision-v1/',0,'revision','',0),(2603,1,'2013-03-12 14:31:37','2013-03-12 14:31:37','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/dlp_2Lqc1Iw?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Hunger','','inherit','open','open','','1547-revision-v1','','','2013-03-12 14:31:37','2013-03-12 14:31:37','',1547,'http://raylsmith.org/1547-revision-v1/',0,'revision','',0),(2604,1,'2013-02-06 08:10:43','2013-02-06 08:10:43','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/_w3_EbriGyo?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Power','','inherit','open','open','','1089-revision-v1','','','2013-02-06 08:10:43','2013-02-06 08:10:43','',1089,'http://raylsmith.org/1089-revision-v1/',0,'revision','',0),(2605,1,'2013-07-04 02:15:06','2013-07-04 02:15:06','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Fx_buQ1dVg8?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Be An Adult Part 1','','inherit','open','open','','1776-revision-v1','','','2013-07-04 02:15:06','2013-07-04 02:15:06','',1776,'http://raylsmith.org/1776-revision-v1/',0,'revision','',0),(2606,1,'2013-07-04 02:12:49','2013-07-04 02:12:49','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ND_lAaa8Tqk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Be An Adult Part 2','','inherit','open','open','','1774-revision-v1','','','2013-07-04 02:12:49','2013-07-04 02:12:49','',1774,'http://raylsmith.org/1774-revision-v1/',0,'revision','',0),(2607,1,'2013-06-26 13:20:27','2013-06-26 13:20:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AvYQMTGN7pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 1','','inherit','open','open','','1763-revision-v1','','','2013-06-26 13:20:27','2013-06-26 13:20:27','',1763,'http://raylsmith.org/1763-revision-v1/',0,'revision','',0),(2608,1,'2013-06-26 13:15:58','2013-06-26 13:15:58','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/JW3IlQoUG4M?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 2','','inherit','open','open','','1761-revision-v1','','','2013-06-26 13:15:58','2013-06-26 13:15:58','',1761,'http://raylsmith.org/1761-revision-v1/',0,'revision','',0),(2609,1,'2013-06-26 13:06:32','2013-06-26 13:06:32','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/C2c29tsqmnc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 3','','inherit','open','open','','1758-revision-v1','','','2013-06-26 13:06:32','2013-06-26 13:06:32','',1758,'http://raylsmith.org/1758-revision-v1/',0,'revision','',0),(2610,1,'2013-06-26 13:04:42','2013-06-26 13:04:42','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/YNAzzR67M3A?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','No Limits Part 4','','inherit','open','open','','1756-revision-v1','','','2013-06-26 13:04:42','2013-06-26 13:04:42','',1756,'http://raylsmith.org/1756-revision-v1/',0,'revision','',0),(2611,1,'2013-02-02 13:25:27','2013-02-02 13:25:27','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/vTrB_i0aZEY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Getting Your Prayer Answered Part1','','inherit','open','open','','802-revision-v1','','','2013-02-02 13:25:27','2013-02-02 13:25:27','',802,'http://raylsmith.org/802-revision-v1/',0,'revision','',0),(2612,1,'2013-07-10 09:03:08','2013-07-10 09:03:08','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/38LznL6dT94?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 2','','inherit','open','open','','1817-revision-v1','','','2013-07-10 09:03:08','2013-07-10 09:03:08','',1817,'http://raylsmith.org/1817-revision-v1/',0,'revision','',0),(2613,1,'2013-07-10 08:55:16','2013-07-10 08:55:16','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fqZfWDXfqbU?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Nothing is Impossible Part 3','','inherit','open','open','','1815-revision-v1','','','2013-07-10 08:55:16','2013-07-10 08:55:16','',1815,'http://raylsmith.org/1815-revision-v1/',0,'revision','',0),(2614,1,'2013-02-02 13:18:02','2013-02-02 13:18:02','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j_BrCgIg6Mw?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 2','','inherit','open','open','','907-revision-v1','','','2013-02-02 13:18:02','2013-02-02 13:18:02','',907,'http://raylsmith.org/907-revision-v1/',0,'revision','',0),(2615,1,'2013-02-02 13:15:04','2013-02-02 13:15:04','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/j23NY2xmFSg?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Financially Blessed by God Part 1','','inherit','open','open','','905-revision-v1','','','2013-02-02 13:15:04','2013-02-02 13:15:04','',905,'http://raylsmith.org/905-revision-v1/',0,'revision','',0),(2616,1,'2013-02-02 13:23:06','2013-02-02 13:23:06','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/yOH12bPn9Q8?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 2','','inherit','open','open','','884-revision-v1','','','2013-02-02 13:23:06','2013-02-02 13:23:06','',884,'http://raylsmith.org/884-revision-v1/',0,'revision','',0),(2617,1,'2013-02-02 13:20:03','2013-02-02 13:20:03','<table>\r\n<tbody>\r\n<tr>\r\n<td><iframe width=\"425\" height=\"344\" src=\"http://www.youtube.com/embed/y2-4IcpxMqY?rel=0\" frameborder=\"0\" allowfullscreen></iframe></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Answered Prayer Part 1','','inherit','open','open','','881-revision-v1','','','2013-02-02 13:20:03','2013-02-02 13:20:03','',881,'http://raylsmith.org/881-revision-v1/',0,'revision','',0),(2618,1,'2013-02-06 08:11:48','2013-02-06 08:11:48','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/WQIdKeyDNWw?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 1','','inherit','open','open','','1034-revision-v1','','','2013-02-06 08:11:48','2013-02-06 08:11:48','',1034,'http://raylsmith.org/1034-revision-v1/',0,'revision','',0),(2619,1,'2013-02-06 08:12:05','2013-02-06 08:12:05','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/6uaXVdhEhB8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Promise Part 2','','inherit','open','open','','1032-revision-v1','','','2013-02-06 08:12:05','2013-02-06 08:12:05','',1032,'http://raylsmith.org/1032-revision-v1/',0,'revision','',0),(2620,1,'2013-04-18 03:40:58','2013-04-18 03:40:58','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Qo0nK4-Di-k?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 1','','inherit','open','open','','1643-revision-v1','','','2013-04-18 03:40:58','2013-04-18 03:40:58','',1643,'http://raylsmith.org/1643-revision-v1/',0,'revision','',0),(2621,1,'2013-04-18 03:41:04','2013-04-18 03:41:04','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/VD_WCRMIY24?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 2','','inherit','open','open','','1640-revision-v1','','','2013-04-18 03:41:04','2013-04-18 03:41:04','',1640,'http://raylsmith.org/1640-revision-v1/',0,'revision','',0),(2622,1,'2013-04-18 03:41:10','2013-04-18 03:41:10','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/xwPnU7OBYJI?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 3','','inherit','open','open','','1638-revision-v1','','','2013-04-18 03:41:10','2013-04-18 03:41:10','',1638,'http://raylsmith.org/1638-revision-v1/',0,'revision','',0),(2623,1,'2013-04-18 03:41:19','2013-04-18 03:41:19','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"false\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/30bYJSqW5WA?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"false\" /></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','Provision Part 4','','inherit','open','open','','1633-revision-v1','','','2013-04-18 03:41:19','2013-04-18 03:41:19','',1633,'http://raylsmith.org/1633-revision-v1/',0,'revision','',0),(2624,1,'2013-06-19 15:25:07','2013-06-19 15:25:07','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 1 ','','inherit','open','open','','1744-revision-v1','','','2013-06-19 15:25:07','2013-06-19 15:25:07','',1744,'http://raylsmith.org/1744-revision-v1/',0,'revision','',0),(2625,1,'2013-06-19 15:07:45','2013-06-19 15:07:45','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/G-p2U05MrDg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 2 ','','inherit','open','open','','1742-revision-v1','','','2013-06-19 15:07:45','2013-06-19 15:07:45','',1742,'http://raylsmith.org/1742-revision-v1/',0,'revision','',0),(2626,1,'2013-06-19 15:06:19','2013-06-19 15:06:19','<table>\r\n<tbody>\r\n<tr>\r\n<td><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/2fonXn0-FZk?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"false\"></embed></object></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','Your Vision Part 3 ','','inherit','open','open','','1740-revision-v1','','','2013-06-19 15:06:19','2013-06-19 15:06:19','',1740,'http://raylsmith.org/1740-revision-v1/',0,'revision','',0),(2698,1,'2014-09-30 12:44:51','2014-09-30 12:44:51','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-rest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/godsrest.jpg\" alt=\"God\'s Rest\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Rest</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavenly-host/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenlyhost.jpg\" alt=\"Heavenly Host\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heavenly Host</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-fire-of-god/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/thefireofgod.jpg\" alt=\"The Fire of God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Fire of God</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-09-30 12:44:51','2014-09-30 12:44:51','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2694,1,'2014-09-29 14:20:56','2014-09-29 14:20:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S REST</h2>\r\n<strong>What is God\'s Rest</strong>\r\n\r\nTo understand His rest let us look at His work.\r\n\r\nAdam and Eve example of someone in God\'s rest\r\n\r\n<strong>Genesis 1</strong>\r\n\r\n1 In the beginning God created the heaven and the earth.\r\n\r\n2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.\r\n\r\n3 And God said, Let there be light: and there was light.\r\n\r\n4 And God saw the light, that it was good: and God divided the light from the darkness.\r\n\r\n5 And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.\r\n\r\n6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.\r\n\r\n7 And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so.\r\n\r\n8 And God called the firmament Heaven. And the evening and the morning were the second day.\r\n\r\n9 And God said, Let the waters under the heaven be gathered together unto one place, and let the dry land appear: and it was so.\r\n\r\n10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good.\r\n\r\n11 And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so.\r\n\r\n12 And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good.\r\n\r\n13 And the evening and the morning were the third day.\r\n\r\n14 And God said, Let there be lights in the firmament of the heaven to divide the day from the night; and let them be for signs, and for seasons, and for days, and years:\r\n\r\n15 And let them be for lights in the firmament of the heaven to give light upon the earth: and it was so.\r\n\r\n16 And God made two great lights; the greater light to rule the day, and the lesser light to rule the night: he made the stars also.\r\n\r\n17 And God set them in the firmament of the heaven to give light upon the earth,\r\n\r\n18 And to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good.\r\n\r\n19 And the evening and the morning were the fourth day.\r\n\r\n20 And God said, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fly above the earth in the open firmament of heaven.\r\n\r\n21 And God created great whales, and every living creature that moveth, which the waters brought forth abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good.\r\n\r\n22 And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth.\r\n\r\n23 And the evening and the morning were the fifth day.\r\n\r\n24 And God said, Let the earth bring forth the living creature after his kind, cattle, and creeping thing, and beast of the earth after his kind: and it was so.\r\n\r\n25 And God made the beast of the earth after his kind, and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God saw that it was good.\r\n\r\n26 And God said, Let us make man in our image, after our likeness: and let them have dominion over the fish of the sea, and over the fowl of the air, and over the cattle, and over all the earth, and over every creeping thing that creepeth upon the earth.\r\n\r\n27 So God created man in his own image, in the image of God created he him; male and female created he them.\r\n\r\n28 And God blessed them, and God said unto them, Be fruitful, and multiply, and replenish the earth, and subdue it: and have dominion over the fish of the sea, and over the fowl of the air, and over every living thing that moveth upon the earth.\r\n\r\n29 And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.\r\n\r\n30 And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upon the earth, wherein there is life, I have given every green herb for meat: and it was so.\r\n\r\n31 And God saw every thing that he had made, and, behold, it was very good. And the evening and the morning were the sixth day.\r\n\r\n<strong>Genesis 2</strong>\r\n\r\n1 Thus the heavens and the earth were finished, and all the host of them.\r\n\r\n2 And on the seventh day God ended his work which he had made; and he rested on the seventh day from all his work which he had made.\r\n\r\n3 And God blessed the seventh day, and sanctified it: because that in it he had rested from all his work which God created and made.\r\n\r\n4 These are the generations of the heavens and of the earth when they were created, in the day that the Lord God made the earth and the heavens,\r\n\r\n5 And every plant of the field before it was in the earth, and every herb of the field before it grew: for the Lord God had not caused it to rain upon the earth, and there was not a man to till the ground.\r\n\r\n6 But there went up a mist from the earth, and watered the whole face of the ground.\r\n\r\n7 And the Lord God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul.\r\n\r\n8 And the Lord God planted a garden eastward in Eden; and there he put the man whom he had formed.\r\n\r\n9 And out of the ground made the Lord God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of knowledge of good and evil.\r\n\r\n10 And a river went out of Eden to water the garden; and from thence it was parted, and became into four heads.\r\n\r\n11 The name of the first is Pison: that is it which compasseth the whole land of Havilah, where there is gold;\r\n\r\n12 And the gold of that land is good: there is bdellium and the onyx stone.\r\n\r\n13 And the name of the second river is Gihon: the same is it that compasseth the whole land of Ethiopia.\r\n\r\n14 And the name of the third river is Hiddekel: that is it which goeth toward the east of Assyria. And the fourth river is Euphrates.\r\n\r\n15 And the Lord God took the man, and put him into the garden of Eden to dress it and to keep it.\r\n\r\n16 And the Lord God commanded the man, saying, Of every tree of the garden thou mayest freely eat:\r\n\r\n17 But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die.\r\n\r\n18 And the Lord God said, It is not good that the man should be alone; I will make him an help meet for him.\r\n\r\n19 And out of the ground the Lord God formed every beast of the field, and every fowl of the air; and brought them unto Adam to see what he would call them: and whatsoever Adam called every living creature, that was the name thereof.\r\n\r\n20 And Adam gave names to all cattle, and to the fowl of the air, and to every beast of the field; but for Adam there was not found an help meet for him.\r\n\r\n21 And the Lord God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof;\r\n\r\n22 And the rib, which the Lord God had taken from man, made he a woman, and brought her unto the man.\r\n\r\n23 And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man.\r\n\r\n24 Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh.\r\n\r\n25 And they were both naked, the man and his wife, and were not ashamed.\r\n\r\nAdam and Eve were living in God\'s Rest. But of course we know they blew it in disobedience.\r\n\r\n<strong>Hebrews 4:3</strong>\r\n\r\n3 For we which have believed do enter into rest, as he said, As I have sworn in my wrath, if they shall enter into my rest: although the works were finished from the foundation of the world\'.\r\n\r\n<em>Talk about the Jews.</em>\r\n\r\n<em>The prodical son example of someone in God\'s rest.</em>\r\n\r\n<strong>Luke 15:</strong>\r\n\r\n11 And he said, A certain man had two sons:\r\n\r\n12 And the younger of them said to his father, Father, give me the portion of goods that falleth to me. And he divided unto them his living.\r\n\r\n13 And not many days after the younger son gathered all together, and took his journey into a far country, and there wasted his substance with riotous living.\r\n\r\n14 And when he had spent all, there arose a mighty famine in that land; and he began to be in want.\r\n\r\n15 And he went and joined himself to a citizen of that country; and he sent him into his fields to feed swine.\r\n\r\n16 And he would fain have filled his belly with the husks that the swine did eat: and no man gave unto him.\r\n\r\n17 And when he came to himself, he said, How many hired servants of my father\'s have bread enough and to spare, and I perish with hunger!\r\n\r\n18 I will arise and go to my father, and will say unto him, Father, I have sinned against heaven, and before thee,\r\n\r\n19 And am no more worthy to be called thy son: make me as one of thy hired servants.\r\n\r\n20 And he arose, and came to his father. But when he was yet a great way off, his father saw him, and had compassion, and ran, and fell on his neck, and kissed him.\r\n\r\n21 And the son said unto him, Father, I have sinned against heaven, and in thy sight, and am no more worthy to be called thy son.\r\n\r\n22 But the father said to his servants, Bring forth the best robe, and put it on him; and put a ring on his hand, and shoes on his feet:\r\n\r\n23 And bring hither the fatted calf, and kill it; and let us eat, and be merry:\r\n\r\n24 For this my son was dead, and is alive again; he was lost, and is found. And they began to be merry.\r\n\r\n25 Now his elder son was in the field: and as he came and drew nigh to the house, he heard musick and dancing.\r\n\r\n26 And he called one of the servants, and asked what these things meant.\r\n\r\n27 And he said unto him, Thy brother is come; and thy father hath killed the fatted calf, because he hath received him safe and sound.\r\n\r\n28 And he was angry, and would not go in: therefore came his father out, and intreated him.\r\n\r\n29 And he answering said to his father, Lo, these many years do I serve thee, neither transgressed I at any time thy commandment: and yet thou never gavest me a kid, that I might make merry with my friends:\r\n\r\n30 But as soon as this thy son was come, which hath devoured thy living with harlots, thou hast killed for him the fatted calf.\r\n\r\n31 And he said unto him, Son, thou art ever with me, and all that I have is thine.\r\n\r\n32 It was meet that we should make merry, and be glad: for this thy brother was dead, and is alive again; and was lost, and is found.\r\n\r\n<em>The prodical son was in his fathers rest, left it and enter back in.</em>\r\n\r\n<strong>Hebrews 4:1-3</strong>\r\n\r\n1 Let us therefore fear, lest, a promise being left us of entering into his rest, any of you should seem to come short of it.\r\n\r\n2 For unto us was the gospel preached, as well as unto them: but the word preached did not profit them, not being mixed with faith in them that heard it.\r\n\r\n3 For we which have believed do enter into rest, as he said, As I have sworn in my wrath, if they shall enter into my rest: although the works were finished from the foundation of the world.\r\n\r\n<em>Jesus finished the work.</em>\r\n\r\n<strong>John 19:28-30</strong>\r\n\r\n28 After this, Jesus knowing that all things were now accomplished, that the scripture might be fulfilled, saith, I thirst.\r\n\r\n29 Now there was set a vessel full of vinegar: and they filled a spunge with vinegar, and put it upon hyssop, and put it to his mouth.\r\n\r\n30 When Jesus therefore had received the vinegar, he said, It is finished: and he bowed his head, and gave up the ghost.\r\n\r\n<strong>What is the work that Jesus finished?</strong>\r\n\r\n1. Destroyed the works of the devil\r\n\r\n<strong>1 John 3:8</strong>\r\n\r\n8 He that committeth sin is of the devil; for the devil sinneth from the beginning. For this purpose the Son of God was manifested, that he might destroy the works of the devil.\r\n\r\n2. Jesus overcame the world.\r\n\r\n<strong>John 16:33</strong>\r\n\r\nThese things I have spoken unto you, that in me ye might have peace. In the world ye shall have tribulation: but be of good cheer; I have overcome the world.\r\n\r\n3. Jesus defeated sin\r\n\r\n<strong>John 1:29</strong>\r\n\r\n29 The next day John seeth Jesus coming unto him, and saith, Behold the Lamb of God, which taketh away the sin of the world.\r\n\r\n4. Jesus defeats death\r\n\r\n<strong>1 Corinthians 15:55-57</strong>\r\n\r\n55 O death, where is thy sting? O grave, where is thy victory?\r\n\r\n56 The sting of death is sin; and the strength of sin is the law.\r\n\r\n57 But thanks be to God, which giveth us the victory through our Lord Jesus Christ.\r\n\r\n5. We are reconciled back to God.\r\n\r\n<strong>2 Corinthians 5:17-18</strong>\r\n\r\n17 Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new.\r\n\r\n18 And all things are of God, who hath reconciled us to himself by Jesus Christ, and hath given to us the ministry of reconciliation;\r\n\r\n6. Health and healing\r\n\r\n<strong>1 Peter 2:24</strong>\r\n\r\nWho his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.\r\n\r\n7. Abundant Life\r\n\r\n<strong>John 10:10</strong>\r\n\r\nThe thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\r\n\r\nLife full of peace, power, faith, confidence, love, fellowship, heavenly indentity.\r\n\r\nDon\'l let any thing stop you from receiving the life that God provided for you through His Son Jesus.\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Rest','','inherit','open','open','','2693-revision-v1','','','2014-09-29 14:20:56','2014-09-29 14:20:56','',2693,'http://raylsmith.org/2693-revision-v1/',0,'revision','',0),(2695,1,'2014-09-29 14:27:11','2014-09-29 14:27:11','','gods-rest','','inherit','open','open','','gods-rest-2','','','2014-09-29 14:27:11','2014-09-29 14:27:11','',2,'http://raylsmith.org/wp-content/uploads/2012/06/gods-rest.jpg',0,'attachment','image/jpeg',0),(2696,1,'2014-09-29 14:27:49','2014-09-29 14:27:49','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/gods-rest/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/gods-rest.jpg\" alt=\"God\'s Rest\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-09-29 14:27:49','2014-09-29 14:27:49','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2697,1,'2014-09-30 12:40:10','2014-09-30 12:40:10','','godsrest','','inherit','open','open','','godsrest','','','2014-09-30 12:40:10','2014-09-30 12:40:10','',888,'http://raylsmith.org/wp-content/uploads/2012/11/godsrest.jpg',0,'attachment','image/jpeg',0),(2699,1,'2014-09-30 12:50:15','2014-09-30 12:50:15','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-09-30 12:50:15','2014-09-30 12:50:15','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2630,1,'2014-08-22 14:23:58','2014-08-22 14:23:58','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Spirit of the Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg\" alt=\"Holy Transformation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Transformation</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-grace/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/Gods-grace.jpg\" alt=\"God\'s Grace\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Grace</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-22 14:23:58','2014-08-22 14:23:58','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2679,1,'2013-04-06 15:40:28','2013-04-06 15:40:28','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2013-04-06 15:40:28','2013-04-06 15:40:28','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2680,1,'2014-09-22 06:36:59','2014-09-22 06:36:59','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:36:59','2014-09-22 06:36:59','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2681,1,'2014-09-22 06:51:44','2014-09-22 06:51:44','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table style=\"background-image: url(\'http://infobiz.info/EHfb/Background-EH.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</tbale>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:51:44','2014-09-22 06:51:44','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2682,1,'2014-09-22 06:52:38','2014-09-22 06:52:38','','bg-form','','inherit','open','open','','bg-form','','','2014-09-22 06:52:38','2014-09-22 06:52:38','',1447,'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg',0,'attachment','image/jpeg',0),(2683,1,'2014-09-22 06:52:58','2014-09-22 06:52:58','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</tbale>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:52:58','2014-09-22 06:52:58','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2684,1,'2014-09-22 06:53:45','2014-09-22 06:53:45','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:53:45','2014-09-22 06:53:45','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2685,1,'2014-09-22 06:54:30','2014-09-22 06:54:30','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/46/1389074246.js\"></script></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50\">\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:54:30','2014-09-22 06:54:30','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2686,1,'2014-09-22 06:56:11','2014-09-22 06:56:11','&nbsp;\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-619\" style=\"border: 0px none;\" alt=\"Join Us\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-us.jpg\" width=\"720\" height=\"127\" /></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"100\"></td>\r\n<td>\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large;\">Benefits of Being Member</span></p>\r\n\r\n<ul>\r\n	<li>Monthly message to the online members of \"What I\'m hearing for God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Monthly instructions to the online members on \"How to Implement the Things of God\"</li>\r\n</ul>\r\n<ul>\r\n	<li>Personal Contact Member will be able to connect with Pastors Ray and Alice via skype, phone, google hangouts, etc</li>\r\n</ul>\r\n<ul>\r\n	<li>Personel Spiritual Guidance</li>\r\n</ul>\r\n<ul>\r\n	<li>Access to ministry team</li>\r\n</ul>\r\n<p style=\"padding-left: 60px;\">Vanessa Hurson- Church administration/strategies or business administration\r\nTinita Jones-Dream Interpetation prophetic word\r\nNicolas Wilder - Ministry of Worship Prophetic word</p>\r\n\r\n<ul>\r\n	<li>Private online church meeting place on facebook</li>\r\n</ul>\r\n<ul>\r\n	<li>Share in the blessing and anointing that is on our church</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<p style=\"text-align: center;\"><strong>Fill up the form below to join.</strong></p>\r\n<center><table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2013/02/bg-form.jpg\'); background-repeat: no-repeat;\" width=\"524\" cellpadding=\"20\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50\">\r\n<td height=\"550\" width=\"524\">\r\n[contact-form-7 id=\"617\" title=\"Join Our Online Church Ministry\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table></center>\r\n\r\n','House Of Prayer Ministries Online - Join Online','','inherit','open','open','','1447-revision-v1','','','2014-09-22 06:56:11','2014-09-22 06:56:11','',1447,'http://raylsmith.org/1447-revision-v1/',0,'revision','',0),(2687,1,'2014-09-22 07:29:23','2014-09-22 07:29:23','','welcome-letter','','inherit','open','open','','welcome-letter-2','','','2014-09-22 07:29:23','2014-09-22 07:29:23','',0,'http://raylsmith.org/wp-content/uploads/2014/09/welcome-letter.jpg',0,'attachment','image/jpeg',0),(2689,1,'2014-09-23 07:42:41','2014-09-23 07:42:41','','path','','inherit','open','open','','path-4','','','2014-09-23 07:42:41','2014-09-23 07:42:41','',0,'http://raylsmith.org/wp-content/uploads/2014/09/path.jpg',0,'attachment','image/jpeg',0),(2690,1,'2014-09-23 07:43:39','2014-09-23 07:43:39','','rest','','inherit','open','open','','rest-4','','','2014-09-23 07:43:39','2014-09-23 07:43:39','',0,'http://raylsmith.org/wp-content/uploads/2014/09/rest.jpg',0,'attachment','image/jpeg',0),(2691,1,'2014-09-23 07:44:42','2014-09-23 07:44:42','','vision','','inherit','open','open','','vision-4','','','2014-09-23 07:44:42','2014-09-23 07:44:42','',0,'http://raylsmith.org/wp-content/uploads/2014/09/vision.jpg',0,'attachment','image/jpeg',0),(2752,1,'2014-10-27 03:14:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-10-27 03:14:12','0000-00-00 00:00:00','',0,'http://raylsmith.org/?p=2752',0,'post','',0),(2693,1,'2014-09-29 14:20:56','2014-09-29 14:20:56','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">GOD\'S REST</h2>\r\n<strong>What is God\'s Rest</strong>\r\n\r\nTo understand His rest let us look at His work.\r\n\r\nAdam and Eve example of someone in God\'s rest\r\n\r\n<strong>Genesis 1</strong>\r\n\r\n1 In the beginning God created the heaven and the earth.\r\n\r\n2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.\r\n\r\n3 And God said, Let there be light: and there was light.\r\n\r\n4 And God saw the light, that it was good: and God divided the light from the darkness.\r\n\r\n5 And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.\r\n\r\n6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.\r\n\r\n7 And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so.\r\n\r\n8 And God called the firmament Heaven. And the evening and the morning were the second day.\r\n\r\n9 And God said, Let the waters under the heaven be gathered together unto one place, and let the dry land appear: and it was so.\r\n\r\n10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good.\r\n\r\n11 And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so.\r\n\r\n12 And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good.\r\n\r\n13 And the evening and the morning were the third day.\r\n\r\n14 And God said, Let there be lights in the firmament of the heaven to divide the day from the night; and let them be for signs, and for seasons, and for days, and years:\r\n\r\n15 And let them be for lights in the firmament of the heaven to give light upon the earth: and it was so.\r\n\r\n16 And God made two great lights; the greater light to rule the day, and the lesser light to rule the night: he made the stars also.\r\n\r\n17 And God set them in the firmament of the heaven to give light upon the earth,\r\n\r\n18 And to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good.\r\n\r\n19 And the evening and the morning were the fourth day.\r\n\r\n20 And God said, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fly above the earth in the open firmament of heaven.\r\n\r\n21 And God created great whales, and every living creature that moveth, which the waters brought forth abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good.\r\n\r\n22 And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth.\r\n\r\n23 And the evening and the morning were the fifth day.\r\n\r\n24 And God said, Let the earth bring forth the living creature after his kind, cattle, and creeping thing, and beast of the earth after his kind: and it was so.\r\n\r\n25 And God made the beast of the earth after his kind, and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God saw that it was good.\r\n\r\n26 And God said, Let us make man in our image, after our likeness: and let them have dominion over the fish of the sea, and over the fowl of the air, and over the cattle, and over all the earth, and over every creeping thing that creepeth upon the earth.\r\n\r\n27 So God created man in his own image, in the image of God created he him; male and female created he them.\r\n\r\n28 And God blessed them, and God said unto them, Be fruitful, and multiply, and replenish the earth, and subdue it: and have dominion over the fish of the sea, and over the fowl of the air, and over every living thing that moveth upon the earth.\r\n\r\n29 And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.\r\n\r\n30 And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upon the earth, wherein there is life, I have given every green herb for meat: and it was so.\r\n\r\n31 And God saw every thing that he had made, and, behold, it was very good. And the evening and the morning were the sixth day.\r\n\r\n<strong>Genesis 2</strong>\r\n\r\n1 Thus the heavens and the earth were finished, and all the host of them.\r\n\r\n2 And on the seventh day God ended his work which he had made; and he rested on the seventh day from all his work which he had made.\r\n\r\n3 And God blessed the seventh day, and sanctified it: because that in it he had rested from all his work which God created and made.\r\n\r\n4 These are the generations of the heavens and of the earth when they were created, in the day that the Lord God made the earth and the heavens,\r\n\r\n5 And every plant of the field before it was in the earth, and every herb of the field before it grew: for the Lord God had not caused it to rain upon the earth, and there was not a man to till the ground.\r\n\r\n6 But there went up a mist from the earth, and watered the whole face of the ground.\r\n\r\n7 And the Lord God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul.\r\n\r\n8 And the Lord God planted a garden eastward in Eden; and there he put the man whom he had formed.\r\n\r\n9 And out of the ground made the Lord God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of knowledge of good and evil.\r\n\r\n10 And a river went out of Eden to water the garden; and from thence it was parted, and became into four heads.\r\n\r\n11 The name of the first is Pison: that is it which compasseth the whole land of Havilah, where there is gold;\r\n\r\n12 And the gold of that land is good: there is bdellium and the onyx stone.\r\n\r\n13 And the name of the second river is Gihon: the same is it that compasseth the whole land of Ethiopia.\r\n\r\n14 And the name of the third river is Hiddekel: that is it which goeth toward the east of Assyria. And the fourth river is Euphrates.\r\n\r\n15 And the Lord God took the man, and put him into the garden of Eden to dress it and to keep it.\r\n\r\n16 And the Lord God commanded the man, saying, Of every tree of the garden thou mayest freely eat:\r\n\r\n17 But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die.\r\n\r\n18 And the Lord God said, It is not good that the man should be alone; I will make him an help meet for him.\r\n\r\n19 And out of the ground the Lord God formed every beast of the field, and every fowl of the air; and brought them unto Adam to see what he would call them: and whatsoever Adam called every living creature, that was the name thereof.\r\n\r\n20 And Adam gave names to all cattle, and to the fowl of the air, and to every beast of the field; but for Adam there was not found an help meet for him.\r\n\r\n21 And the Lord God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof;\r\n\r\n22 And the rib, which the Lord God had taken from man, made he a woman, and brought her unto the man.\r\n\r\n23 And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man.\r\n\r\n24 Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh.\r\n\r\n25 And they were both naked, the man and his wife, and were not ashamed.\r\n\r\nAdam and Eve were living in God\'s Rest. But of course we know they blew it in disobedience.\r\n\r\n<strong>Hebrews 4:3</strong>\r\n\r\n3 For we which have believed do enter into rest, as he said, As I have sworn in my wrath, if they shall enter into my rest: although the works were finished from the foundation of the world\'.\r\n\r\n<em>Talk about the Jews.</em>\r\n\r\n<em>The prodical son example of someone in God\'s rest.</em>\r\n\r\n<strong>Luke 15:</strong>\r\n\r\n11 And he said, A certain man had two sons:\r\n\r\n12 And the younger of them said to his father, Father, give me the portion of goods that falleth to me. And he divided unto them his living.\r\n\r\n13 And not many days after the younger son gathered all together, and took his journey into a far country, and there wasted his substance with riotous living.\r\n\r\n14 And when he had spent all, there arose a mighty famine in that land; and he began to be in want.\r\n\r\n15 And he went and joined himself to a citizen of that country; and he sent him into his fields to feed swine.\r\n\r\n16 And he would fain have filled his belly with the husks that the swine did eat: and no man gave unto him.\r\n\r\n17 And when he came to himself, he said, How many hired servants of my father\'s have bread enough and to spare, and I perish with hunger!\r\n\r\n18 I will arise and go to my father, and will say unto him, Father, I have sinned against heaven, and before thee,\r\n\r\n19 And am no more worthy to be called thy son: make me as one of thy hired servants.\r\n\r\n20 And he arose, and came to his father. But when he was yet a great way off, his father saw him, and had compassion, and ran, and fell on his neck, and kissed him.\r\n\r\n21 And the son said unto him, Father, I have sinned against heaven, and in thy sight, and am no more worthy to be called thy son.\r\n\r\n22 But the father said to his servants, Bring forth the best robe, and put it on him; and put a ring on his hand, and shoes on his feet:\r\n\r\n23 And bring hither the fatted calf, and kill it; and let us eat, and be merry:\r\n\r\n24 For this my son was dead, and is alive again; he was lost, and is found. And they began to be merry.\r\n\r\n25 Now his elder son was in the field: and as he came and drew nigh to the house, he heard musick and dancing.\r\n\r\n26 And he called one of the servants, and asked what these things meant.\r\n\r\n27 And he said unto him, Thy brother is come; and thy father hath killed the fatted calf, because he hath received him safe and sound.\r\n\r\n28 And he was angry, and would not go in: therefore came his father out, and intreated him.\r\n\r\n29 And he answering said to his father, Lo, these many years do I serve thee, neither transgressed I at any time thy commandment: and yet thou never gavest me a kid, that I might make merry with my friends:\r\n\r\n30 But as soon as this thy son was come, which hath devoured thy living with harlots, thou hast killed for him the fatted calf.\r\n\r\n31 And he said unto him, Son, thou art ever with me, and all that I have is thine.\r\n\r\n32 It was meet that we should make merry, and be glad: for this thy brother was dead, and is alive again; and was lost, and is found.\r\n\r\n<em>The prodical son was in his fathers rest, left it and enter back in.</em>\r\n\r\n<strong>Hebrews 4:1-3</strong>\r\n\r\n1 Let us therefore fear, lest, a promise being left us of entering into his rest, any of you should seem to come short of it.\r\n\r\n2 For unto us was the gospel preached, as well as unto them: but the word preached did not profit them, not being mixed with faith in them that heard it.\r\n\r\n3 For we which have believed do enter into rest, as he said, As I have sworn in my wrath, if they shall enter into my rest: although the works were finished from the foundation of the world.\r\n\r\n<em>Jesus finished the work.</em>\r\n\r\n<strong>John 19:28-30</strong>\r\n\r\n28 After this, Jesus knowing that all things were now accomplished, that the scripture might be fulfilled, saith, I thirst.\r\n\r\n29 Now there was set a vessel full of vinegar: and they filled a spunge with vinegar, and put it upon hyssop, and put it to his mouth.\r\n\r\n30 When Jesus therefore had received the vinegar, he said, It is finished: and he bowed his head, and gave up the ghost.\r\n\r\n<strong>What is the work that Jesus finished?</strong>\r\n\r\n1. Destroyed the works of the devil\r\n\r\n<strong>1 John 3:8</strong>\r\n\r\n8 He that committeth sin is of the devil; for the devil sinneth from the beginning. For this purpose the Son of God was manifested, that he might destroy the works of the devil.\r\n\r\n2. Jesus overcame the world.\r\n\r\n<strong>John 16:33</strong>\r\n\r\nThese things I have spoken unto you, that in me ye might have peace. In the world ye shall have tribulation: but be of good cheer; I have overcome the world.\r\n\r\n3. Jesus defeated sin\r\n\r\n<strong>John 1:29</strong>\r\n\r\n29 The next day John seeth Jesus coming unto him, and saith, Behold the Lamb of God, which taketh away the sin of the world.\r\n\r\n4. Jesus defeats death\r\n\r\n<strong>1 Corinthians 15:55-57</strong>\r\n\r\n55 O death, where is thy sting? O grave, where is thy victory?\r\n\r\n56 The sting of death is sin; and the strength of sin is the law.\r\n\r\n57 But thanks be to God, which giveth us the victory through our Lord Jesus Christ.\r\n\r\n5. We are reconciled back to God.\r\n\r\n<strong>2 Corinthians 5:17-18</strong>\r\n\r\n17 Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new.\r\n\r\n18 And all things are of God, who hath reconciled us to himself by Jesus Christ, and hath given to us the ministry of reconciliation;\r\n\r\n6. Health and healing\r\n\r\n<strong>1 Peter 2:24</strong>\r\n\r\nWho his own self bare our sins in his own body on the tree, that we, being dead to sins, should live unto righteousness: by whose stripes ye were healed.\r\n\r\n7. Abundant Life\r\n\r\n<strong>John 10:10</strong>\r\n\r\nThe thief cometh not, but for to steal, and to kill, and to destroy: I am come that they might have life, and that they might have it more abundantly.\r\n\r\nLife full of peace, power, faith, confidence, love, fellowship, heavenly indentity.\r\n\r\nDon\'l let any thing stop you from receiving the life that God provided for you through His Son Jesus.\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','God\'s Rest','','publish','open','open','','gods-rest','','','2014-09-29 14:20:56','2014-09-29 14:20:56','',0,'http://raylsmith.org/?p=2693',0,'post','',0),(2632,1,'2014-08-26 04:58:30','2014-08-26 04:58:30','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY GROUND</h2>\r\n<strong>Exodus 3:1-8</strong>\r\n\r\n1 Now Moses kept the flock of Jethro his father in law, the priest of Midian: and he led the flock to the backside of the desert, and came to the mountain of God, even to Horeb.\r\n\r\n2 And the angel of the Lord appeared unto him in a flame of fire out of the midst of a bush: and he looked, and, behold, the bush burned with fire, and the bush was not consumed.\r\n\r\n3 And Moses said, I will now turn aside, and see this great sight, why the bush is not burnt.\r\n\r\n4 And when the Lord saw that he turned aside to see, God called unto him out of the midst of the bush, and said, Moses, Moses. And he said, Here am I.\r\n\r\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\r\n\r\n6 Moreover he said, I am the God of thy father, the God of Abraham, the God of Isaac, and the God of Jacob. And Moses hid his face; for he was afraid to look upon God.\r\n\r\n7 And the Lord said, I have surely seen the affliction of my people which are in Egypt, and have heard their cry by reason of their taskmasters; for I know their sorrows;\r\n\r\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\r\n\r\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\r\n\r\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\r\n\r\n<strong>Hebrews 11:9-10</strong>\r\n\r\n9 By faith he sojourned in the land of promise, as in a strange country, dwelling in tabernacles with Isaac and Jacob, the heirs with him of the same promise:\r\n\r\n10 For he looked for a city which hath foundations, whose builder and maker is God.\r\n\r\nGod is tranforming where you live before your very eyes.\r\n\r\n<strong>Psalm 23:1-6</strong>\r\n\r\n1 The Lord is my shepherd; I shall not want.\r\n\r\n2 He maketh me to lie down in green pastures: he leadeth me beside the still waters.\r\n\r\n3 He restoreth my soul: he leadeth me in the paths of righteousness for his name\'s sake.\r\n\r\n4 Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me.\r\n\r\n5 Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over.\r\n\r\n6 Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the Lord for ever.\r\n\r\nThe world will see something is going on. And that it is good but will not fully understand. They won\'t understand.\r\n\r\nYou will have in the mist of this world\r\n\r\n<strong>Peace/Love/Provision/Happiness/Fulfillment/Strength/</strong>\r\n\r\nBut the place God is creating for you is real.\r\n\r\n<strong>Daniel10:2-12</strong>\r\n\r\n2 In those days I Daniel was mourning three full weeks.\r\n\r\n3 I ate no pleasant bread, neither came flesh nor wine in my mouth, neither did I anoint myself at all, till three whole weeks were fulfilled.\r\n\r\n4 And in the four and twentieth day of the first month, as I was by the side of the great river, which is Hiddekel;\r\n\r\n5 Then I lifted up mine eyes, and looked, and behold a certain man clothed in linen, whose loins were girded with fine gold of Uphaz:\r\n\r\n6 His body also was like the beryl, and his face as the appearance of lightning, and his eyes as lamps of fire, and his arms and his feet like in colour to polished brass, and the voice of his words like the voice of a multitude.\r\n\r\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\r\n\r\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\r\n\r\n9 Yet heard I the voice of his words: and when I heard the voice of his words, then was I in a deep sleep on my face, and my face toward the ground.\r\n\r\n10 And, behold, an hand touched me, which set me upon my knees and upon the palms of my hands.\r\n\r\n11 And he said unto me, O Daniel, a man greatly beloved, understand the words that I speak unto thee, and stand upright: for unto thee am I now sent. And when he had spoken this word unto me, I stood trembling.\r\n\r\n12 Then said he unto me, Fear not, Daniel: for from the first day that thou didst set thine heart to understand, and to chasten thyself before thy God, thy words were heard, and I am come for thy words.\r\n\r\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\r\n\r\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\r\n\r\n<strong>Acts 26:13-19</strong>\r\n\r\n13 At midday, O king, I saw in the way a light from heaven, above the brightness of the sun, shining round about me and them which journeyed with me.\r\n\r\n14 And when we were all fallen to the earth, I heard a voice speaking unto me, and saying in the Hebrew tongue, Saul, Saul, why persecutest thou me? it is hard for thee to kick against the pricks.\r\n\r\n15 And I said, Who art thou, Lord? And he said, I am Jesus whom thou persecutest.\r\n\r\n16 But rise, and stand upon thy feet: for I have appeared unto thee for this purpose, to make thee a minister and a witness both of these things which thou hast seen, and of those things in the which I will appear unto thee;\r\n\r\n17 Delivering thee from the people, and from the Gentiles, unto whom now I send thee,\r\n\r\n18 To open their eyes, and to turn them from darkness to light, and from the power of Satan unto God, that they may receive forgiveness of sins, and inheritance among them which are sanctified by faith that is in me.\r\n\r\n19 Whereupon, O king Agrippa, I was not disobedient unto the heavenly vision:\r\n\r\n<strong>2 Kings 6:16-18</strong>\r\n\r\n16 And he answered, Fear not: for they that be with us are more than they that be with them.\r\n\r\n17 And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\r\n\r\n18 And when they came down to him, Elisha prayed unto the Lord, and said, Smite this people, I pray thee, with blindness. And he smote them with blindness according to the word of Elisha.\r\n\r\n<strong>PRAY</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Ground','','publish','open','open','','holy-ground','','','2014-08-26 05:09:25','2014-08-26 05:09:25','',0,'http://raylsmith.org/?p=2632',0,'post','',0),(2633,1,'2014-08-26 04:58:30','2014-08-26 04:58:30','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE SPIRIT OF THE LORD</h2>\r\n<strong>Judges 3:9-11</strong>\r\n\r\n9 And when the children of Israel cried unto the Lord, the Lord raised up a deliverer to the children of Israel, who delivered them, even Othniel the son of Kenaz, Caleb\'s younger brother.\r\n\r\n10 And the Spirit of the Lord came upon him, and he judged Israel, and went out to war: and the Lord delivered Chushanrishathaim king of Mesopotamia into his hand; and his hand prevailed against Chushanrishathaim.\r\n\r\n11 And the land had rest forty years. And Othniel the son of Kenaz died.\r\n\r\n<strong>Judges 11:29</strong>\r\n\r\nThen the Spirit of the Lord came upon Jephthah, and he passed over Gilead, and Manasseh, and passed over Mizpeh of Gilead, and from Mizpeh of Gilead he passed over unto the children of Ammon.\r\n\r\n32 So Jephthah passed over unto the children of Ammon to fight against them; and the Lord delivered them into his hands.\r\n\r\n33 And he smote them from Aroer, even till thou come to Minnith, even twenty cities, and unto the plain of the vineyards, with a very great slaughter. Thus the children of Ammon were subdued before the children of Israel.\r\n\r\n<strong>Judges 14:5-6</strong>\r\n\r\n4 But his father and his mother knew not that it was of the Lord, that he sought an occasion against the Philistines: for at that time the Philistines had dominion over Israel.\r\n\r\n5 Then went Samson down, and his father and his mother, to Timnath, and came to the vineyards of Timnath: and, behold, a young lion roared against him.\r\n\r\n6 And the Spirit of the Lord came mightily upon him, and he rent him as he would have rent a kid, and he had nothing in his hand: but he told not his father or his mother what he had done.\r\n\r\n<strong>Judges 14:19</strong>\r\n\r\nAnd the Spirit of the Lord came upon him, and he went down to Ashkelon, and slew thirty men of them, and took their spoil, and gave change of garments unto them which expounded the riddle. And his anger was kindled, and he went up to his father\'s house.\r\n\r\n<strong>Judges 15:13-15</strong>\r\n\r\n13 And they spake unto him, saying, No; but we will bind thee fast, and deliver thee into their hand: but surely we will not kill thee. And they bound him with two new cords, and brought him up from the rock.\r\n\r\n14 And when he came unto Lehi, the Philistines shouted against him: and the Spirit of the Lord came mightily upon him, and the cords that were upon his arms became as flax that was burnt with fire, and his bands loosed from off his hands.\r\n\r\n15 And he found a new jawbone of an ass, and put forth his hand, and took it, and slew a thousand men therewith.\r\n\r\n<strong>1 Samuel 10:6</strong>\r\n\r\nAnd the Spirit of the Lord will come upon thee, and thou shalt prophesy with them, and shalt be turned into another man.\r\n\r\n<strong>1 Samuel 16:13</strong>\r\n\r\nThen Samuel took the horn of oil, and anointed him in the midst of his brethren: and the Spirit of the Lord came upon David from that day forward. So Samuel rose up, and went to Ramah.\r\n\r\n<strong>1 Samuel 16:14</strong>\r\n\r\nBut the Spirit of the Lord departed from Saul, and an evil spirit from the Lord troubled him.\r\n\r\n<strong>2 Samuel 23:2</strong>\r\n\r\nThe Spirit of the Lord spake by me, and his word was in my tongue.\r\n\r\n<strong>2 Chronicles 20:14</strong>\r\n\r\nThen upon Jahaziel the son of Zechariah, the son of Benaiah, the son of Jeiel, the son of Mattaniah, a Levite of the sons of Asaph, came the Spirit of the Lord in the midst of the congregation;\r\n\r\n<strong>Isaiah 11:2</strong>\r\n\r\nAnd the spirit of the Lord shall rest upon him, the spirit of wisdom and understanding, the spirit of counsel and might, the spirit of knowledge and of the fear of the Lord;\r\n\r\n<strong>Isaiah 59:19</strong>\r\n\r\nSo shall they fear the name of the Lord from the west, and his glory from the rising of the sun. When the enemy shall come in like a flood, the Spirit of the Lord shall lift up a standard against him.\r\n\r\n<strong>Isaiah 61:1</strong>\r\n\r\nThe Spirit of the Lord God is upon me; because the Lord hath anointed me to preach good tidings unto the meek; he hath sent me to bind up the brokenhearted, to proclaim liberty to the captives, and the opening of the prison to them that are bound;\r\n\r\n<strong>Ezekiel 11:5</strong>\r\n\r\nAnd the Spirit of the Lord fell upon me, and said unto me, Speak; Thus saith the Lord; Thus have ye said, O house of Israel: for I know the things that come into your mind, every one of them.\r\n\r\n<strong>Ezekiel 37:1</strong>\r\n\r\nThe hand of the Lord was upon me, and carried me out in the spirit of the Lord, and set me down in the midst of the valley which was full of bones,\r\n\r\n<strong>Micah 3:8</strong>\r\n\r\nBut truly I am full of power by the spirit of the Lord, and of judgment, and of might, to declare unto Jacob his transgression, and to Israel his sin.\r\n\r\n<strong>Luke 4:18</strong>\r\n\r\nThe Spirit of the Lord is upon me, because he hath anointed me to preach the gospel to the poor; he hath sent me to heal the brokenhearted, to preach deliverance to the captives, and recovering of sight to the blind, to set at liberty them that are bruised,\r\n\r\n<strong>Acts 5:9</strong>\r\n\r\nThen Peter said unto her, How is it that ye have agreed together to tempt the Spirit of the Lord? behold, the feet of them which have buried thy husband are at the door, and shall carry thee out.\r\n\r\n<strong>Acts 8:39</strong>\r\n\r\nAnd when they were come up out of the water, the Spirit of the Lord caught away Philip, that the eunuch saw him no more: and he went on his way rejoicing.\r\n\r\n<strong>2 Corinthians 3:17</strong>\r\n\r\nNow the Lord is that Spirit: and where the Spirit of the Lord is, there is liberty.\r\n\r\n<strong>2 Corinthians 3:18</strong>\r\n\r\nBut we all, with open face beholding as in a glass the glory of the Lord, are changed into the same image from glory to glory, even as by the Spirit of the Lord.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Ground','','inherit','open','open','','2632-revision-v1','','','2014-08-26 04:58:30','2014-08-26 04:58:30','',2632,'http://raylsmith.org/2632-revision-v1/',0,'revision','',0),(2634,1,'2014-08-26 04:58:32','2014-08-26 04:58:32','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">THE SPIRIT OF THE LORD</h2>\n<strong>Judges 3:9-11</strong>\n\n9 And when the children of Israel cried unto the Lord, the Lord raised up a deliverer to the children of Israel, who delivered them, even Othniel the son of Kenaz, Caleb\'s younger brother.\n\n10 And the Spirit of the Lord came upon him, and he judged Israel, and went out to war: and the Lord delivered Chushanrishathaim king of Mesopotamia into his hand; and his hand prevailed against Chushanrishathaim.\n\n11 And the land had rest forty years. And Othniel the son of Kenaz died.\n\n<strong>Judges 11:29</strong>\n\nThen the Spirit of the Lord came upon Jephthah, and he passed over Gilead, and Manasseh, and passed over Mizpeh of Gilead, and from Mizpeh of Gilead he passed over unto the children of Ammon.\n\n32 So Jephthah passed over unto the children of Ammon to fight against them; and the Lord delivered them into his hands.\n\n33 And he smote them from Aroer, even till thou come to Minnith, even twenty cities, and unto the plain of the vineyards, with a very great slaughter. Thus the children of Ammon were subdued before the children of Israel.\n\n<strong>Judges 14:5-6</strong>\n\n4 But his father and his mother knew not that it was of the Lord, that he sought an occasion against the Philistines: for at that time the Philistines had dominion over Israel.\n\n5 Then went Samson down, and his father and his mother, to Timnath, and came to the vineyards of Timnath: and, behold, a young lion roared against him.\n\n6 And the Spirit of the Lord came mightily upon him, and he rent him as he would have rent a kid, and he had nothing in his hand: but he told not his father or his mother what he had done.\n\n<strong>Judges 14:19</strong>\n\nAnd the Spirit of the Lord came upon him, and he went down to Ashkelon, and slew thirty men of them, and took their spoil, and gave change of garments unto them which expounded the riddle. And his anger was kindled, and he went up to his father\'s house.\n\n<strong>Judges 15:13-15</strong>\n\n13 And they spake unto him, saying, No; but we will bind thee fast, and deliver thee into their hand: but surely we will not kill thee. And they bound him with two new cords, and brought him up from the rock.\n\n14 And when he came unto Lehi, the Philistines shouted against him: and the Spirit of the Lord came mightily upon him, and the cords that were upon his arms became as flax that was burnt with fire, and his bands loosed from off his hands.\n\n15 And he found a new jawbone of an ass, and put forth his hand, and took it, and slew a thousand men therewith.\n\n<strong>1 Samuel 10:6</strong>\n\nAnd the Spirit of the Lord will come upon thee, and thou shalt prophesy with them, and shalt be turned into another man.\n\n<strong>1 Samuel 16:13</strong>\n\nThen Samuel took the horn of oil, and anointed him in the midst of his brethren: and the Spirit of the Lord came upon David from that day forward. So Samuel rose up, and went to Ramah.\n\n<strong>1 Samuel 16:14</strong>\n\nBut the Spirit of the Lord departed from Saul, and an evil spirit from the Lord troubled him.\n\n<strong>2 Samuel 23:2</strong>\n\nThe Spirit of the Lord spake by me, and his word was in my tongue.\n\n<strong>2 Chronicles 20:14</strong>\n\nThen upon Jahaziel the son of Zechariah, the son of Benaiah, the son of Jeiel, the son of Mattaniah, a Levite of the sons of Asaph, came the Spirit of the Lord in the midst of the congregation;\n\n<strong>Isaiah 11:2</strong>\n\nAnd the spirit of the Lord shall rest upon him, the spirit of wisdom and understanding, the spirit of counsel and might, the spirit of knowledge and of the fear of the Lord;\n\n<strong>Isaiah 59:19</strong>\n\nSo shall they fear the name of the Lord from the west, and his glory from the rising of the sun. When the enemy shall come in like a flood, the Spirit of the Lord shall lift up a standard against him.\n\n<strong>Isaiah 61:1</strong>\n\nThe Spirit of the Lord God is upon me; because the Lord hath anointed me to preach good tidings unto the meek; he hath sent me to bind up the brokenhearted, to proclaim liberty to the captives, and the opening of the prison to them that are bound;\n\n<strong>Ezekiel 11:5</strong>\n\nAnd the Spirit of the Lord fell upon me, and said unto me, Speak; Thus saith the Lord; Thus have ye said, O house of Israel: for I know the things that come into your mind, every one of them.\n\n<strong>Ezekiel 37:1</strong>\n\nThe hand of the Lord was upon me, and carried me out in the spirit of the Lord, and set me down in the midst of the valley which was full of bones,\n\n<strong>Micah 3:8</strong>\n\nBut truly I am full of power by the spirit of the Lord, and of judgment, and of might, to declare unto Jacob his transgression, and to Israel his sin.\n\n<strong>Luke 4:18</strong>\n\nThe Spirit of the Lord is upon me, because he hath anointed me to preach the gospel to the poor; he hath sent me to heal the brokenhearted, to preach deliverance to the captives, and recovering of sight to the blind, to set at liberty them that are bruised,\n\n<strong>Acts 5:9</strong>\n\nThen Peter said unto her, How is it that ye have agreed together to tempt the Spirit of the Lord? behold, the feet of them which have buried thy husband are at the door, and shall carry thee out.\n\n<strong>Acts 8:39</strong>\n\nAnd when they were come up out of the water, the Spirit of the Lord caught away Philip, that the eunuch saw him no more: and he went on his way rejoicing.\n\n<strong>2 Corinthians 3:17</strong>\n\nNow the Lord is that Spirit: and where the Spirit of the Lord is, there is liberty.\n\n<strong>2 Corinthians 3:18</strong>\n\nBut we all, with open face beholding as in a glass the glory of the Lord, are changed into the same image from glory to glory, even as by the Spirit of the Lord.</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','The Spirit of the Lord','','inherit','open','open','','2583-autosave-v1','','','2014-08-26 04:58:32','2014-08-26 04:58:32','',2583,'http://raylsmith.org/2583-autosave-v1/',0,'revision','',0),(2635,1,'2014-08-26 05:08:40','2014-08-26 05:08:40','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\n<h2 style=\"text-align: center;\">HOLY GROUND</h2>\n<strong>Exodus 3:1-8</strong>\n\n1 Now Moses kept the flock of Jethro his father in law, the priest of Midian: and he led the flock to the backside of the desert, and came to the mountain of God, even to Horeb.\n\n2 And the angel of the Lord appeared unto him in a flame of fire out of the midst of a bush: and he looked, and, behold, the bush burned with fire, and the bush was not consumed.\n\n3 And Moses said, I will now turn aside, and see this great sight, why the bush is not burnt.\n\n4 And when the Lord saw that he turned aside to see, God called unto him out of the midst of the bush, and said, Moses, Moses. And he said, Here am I.\n\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\n\n6 Moreover he said, I am the God of thy father, the God of Abraham, the God of Isaac, and the God of Jacob. And Moses hid his face; for he was afraid to look upon God.\n\n7 And the Lord said, I have surely seen the affliction of my people which are in Egypt, and have heard their cry by reason of their taskmasters; for I know their sorrows;\n\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\n\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\n\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\n\n<strong>Hebrews 11:9-10</strong>\n\n9 By faith he sojourned in the land of promise, as in a strange country, dwelling in tabernacles with Isaac and Jacob, the heirs with him of the same promise:\n\n10 For he looked for a city which hath foundations, whose builder and maker is God.\n\nGod is tranforming where you live before your very eyes.\n\n<strong>Psalm 23:1-6</strong>\n\n1 The Lord is my shepherd; I shall not want.\n\n2 He maketh me to lie down in green pastures: he leadeth me beside the still waters.\n\n3 He restoreth my soul: he leadeth me in the paths of righteousness for his name\'s sake.\n\n4 Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me.\n\n5 Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over.\n\n6 Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the Lord for ever.\n\nThe world will see something is going on. And that it is good but will not fully understand. They won\'t understand.\n\nYou will have in the mist of this world\n\n<strong>Peace/Love/Provision/Happiness/Fulfillment/Strength/</strong>\n\nBut the place God is creating for you is real.\n\n<strong>Daniel10:2-12</strong>\n\n2 In those days I Daniel was mourning three full weeks.\n\n3 I ate no pleasant bread, neither came flesh nor wine in my mouth, neither did I anoint myself at all, till three whole weeks were fulfilled.\n\n4 And in the four and twentieth day of the first month, as I was by the side of the great river, which is Hiddekel;\n\n5 Then I lifted up mine eyes, and looked, and behold a certain man clothed in linen, whose loins were girded with fine gold of Uphaz:\n\n6 His body also was like the beryl, and his face as the appearance of lightning, and his eyes as lamps of fire, and his arms and his feet like in colour to polished brass, and the voice of his words like the voice of a multitude.\n\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\n\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\n\n9 Yet heard I the voice of his words: and when I heard the voice of his words, then was I in a deep sleep on my face, and my face toward the ground.\n\n10 And, behold, an hand touched me, which set me upon my knees and upon the palms of my hands.\n\n11 And he said unto me, O Daniel, a man greatly beloved, understand the words that I speak unto thee, and stand upright: for unto thee am I now sent. And when he had spoken this word unto me, I stood trembling.\n\n12 Then said he unto me, Fear not, Daniel: for from the first day that thou didst set thine heart to understand, and to chasten thyself before thy God, thy words were heard, and I am come for thy words.\n\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\n\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\n\n<strong>Acts 26:13-19</strong>\n\n13 At midday, O king, I saw in the way a light from heaven, above the brightness of the sun, shining round about me and them which journeyed with me.\n\n14 And when we were all fallen to the earth, I heard a voice speaking unto me, and saying in the Hebrew tongue, Saul, Saul, why persecutest thou me? it is hard for thee to kick against the pricks.\n\n15 And I said, Who art thou, Lord? And he said, I am Jesus whom thou persecutest.\n\n16 But rise, and stand upon thy feet: for I have appeared unto thee for this purpose, to make thee a minister and a witness both of these things which thou hast seen, and of those things in the which I will appear unto thee;\n\n17 Delivering thee from the people, and from the Gentiles, unto whom now I send thee,\n\n18 To open their eyes, and to turn them from darkness to light, and from the power of Satan unto God, that they may receive forgiveness of sins, and inheritance among them which are sanctified by faith that is in me.\n\n19 Whereupon, O king Agrippa, I was not disobedient unto the heavenly vision:\n\n2 Kings 6:16-18\n\n16 And he answered, Fear not: for they that be with us are more than they that be with them.\n\n17 And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\n\n18 And when they came down to him, Elisha prayed unto the Lord, and said, Smite this people, I pray thee, with blindness. And he smote them with blindness according to the word of Elisha.\n\nPRAY</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Holy Ground','','inherit','open','open','','2632-autosave-v1','','','2014-08-26 05:08:40','2014-08-26 05:08:40','',2632,'http://raylsmith.org/2632-autosave-v1/',0,'revision','',0),(2636,1,'2014-08-26 05:09:25','2014-08-26 05:09:25','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY GROUND</h2>\r\n<strong>Exodus 3:1-8</strong>\r\n\r\n1 Now Moses kept the flock of Jethro his father in law, the priest of Midian: and he led the flock to the backside of the desert, and came to the mountain of God, even to Horeb.\r\n\r\n2 And the angel of the Lord appeared unto him in a flame of fire out of the midst of a bush: and he looked, and, behold, the bush burned with fire, and the bush was not consumed.\r\n\r\n3 And Moses said, I will now turn aside, and see this great sight, why the bush is not burnt.\r\n\r\n4 And when the Lord saw that he turned aside to see, God called unto him out of the midst of the bush, and said, Moses, Moses. And he said, Here am I.\r\n\r\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\r\n\r\n6 Moreover he said, I am the God of thy father, the God of Abraham, the God of Isaac, and the God of Jacob. And Moses hid his face; for he was afraid to look upon God.\r\n\r\n7 And the Lord said, I have surely seen the affliction of my people which are in Egypt, and have heard their cry by reason of their taskmasters; for I know their sorrows;\r\n\r\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\r\n\r\n5 And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.\r\n\r\n8 And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.\r\n\r\n<strong>Hebrews 11:9-10</strong>\r\n\r\n9 By faith he sojourned in the land of promise, as in a strange country, dwelling in tabernacles with Isaac and Jacob, the heirs with him of the same promise:\r\n\r\n10 For he looked for a city which hath foundations, whose builder and maker is God.\r\n\r\nGod is tranforming where you live before your very eyes.\r\n\r\n<strong>Psalm 23:1-6</strong>\r\n\r\n1 The Lord is my shepherd; I shall not want.\r\n\r\n2 He maketh me to lie down in green pastures: he leadeth me beside the still waters.\r\n\r\n3 He restoreth my soul: he leadeth me in the paths of righteousness for his name\'s sake.\r\n\r\n4 Yea, though I walk through the valley of the shadow of death, I will fear no evil: for thou art with me; thy rod and thy staff they comfort me.\r\n\r\n5 Thou preparest a table before me in the presence of mine enemies: thou anointest my head with oil; my cup runneth over.\r\n\r\n6 Surely goodness and mercy shall follow me all the days of my life: and I will dwell in the house of the Lord for ever.\r\n\r\nThe world will see something is going on. And that it is good but will not fully understand. They won\'t understand.\r\n\r\nYou will have in the mist of this world\r\n\r\n<strong>Peace/Love/Provision/Happiness/Fulfillment/Strength/</strong>\r\n\r\nBut the place God is creating for you is real.\r\n\r\n<strong>Daniel10:2-12</strong>\r\n\r\n2 In those days I Daniel was mourning three full weeks.\r\n\r\n3 I ate no pleasant bread, neither came flesh nor wine in my mouth, neither did I anoint myself at all, till three whole weeks were fulfilled.\r\n\r\n4 And in the four and twentieth day of the first month, as I was by the side of the great river, which is Hiddekel;\r\n\r\n5 Then I lifted up mine eyes, and looked, and behold a certain man clothed in linen, whose loins were girded with fine gold of Uphaz:\r\n\r\n6 His body also was like the beryl, and his face as the appearance of lightning, and his eyes as lamps of fire, and his arms and his feet like in colour to polished brass, and the voice of his words like the voice of a multitude.\r\n\r\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\r\n\r\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\r\n\r\n9 Yet heard I the voice of his words: and when I heard the voice of his words, then was I in a deep sleep on my face, and my face toward the ground.\r\n\r\n10 And, behold, an hand touched me, which set me upon my knees and upon the palms of my hands.\r\n\r\n11 And he said unto me, O Daniel, a man greatly beloved, understand the words that I speak unto thee, and stand upright: for unto thee am I now sent. And when he had spoken this word unto me, I stood trembling.\r\n\r\n12 Then said he unto me, Fear not, Daniel: for from the first day that thou didst set thine heart to understand, and to chasten thyself before thy God, thy words were heard, and I am come for thy words.\r\n\r\n7 And I Daniel alone saw the vision: for the men that were with me saw not the vision; but a great quaking fell upon them, so that they fled to hide themselves.\r\n\r\n8 Therefore I was left alone, and saw this great vision, and there remained no strength in me: for my comeliness was turned in me into corruption, and I retained no strength.\r\n\r\n<strong>Acts 26:13-19</strong>\r\n\r\n13 At midday, O king, I saw in the way a light from heaven, above the brightness of the sun, shining round about me and them which journeyed with me.\r\n\r\n14 And when we were all fallen to the earth, I heard a voice speaking unto me, and saying in the Hebrew tongue, Saul, Saul, why persecutest thou me? it is hard for thee to kick against the pricks.\r\n\r\n15 And I said, Who art thou, Lord? And he said, I am Jesus whom thou persecutest.\r\n\r\n16 But rise, and stand upon thy feet: for I have appeared unto thee for this purpose, to make thee a minister and a witness both of these things which thou hast seen, and of those things in the which I will appear unto thee;\r\n\r\n17 Delivering thee from the people, and from the Gentiles, unto whom now I send thee,\r\n\r\n18 To open their eyes, and to turn them from darkness to light, and from the power of Satan unto God, that they may receive forgiveness of sins, and inheritance among them which are sanctified by faith that is in me.\r\n\r\n19 Whereupon, O king Agrippa, I was not disobedient unto the heavenly vision:\r\n\r\n<strong>2 Kings 6:16-18</strong>\r\n\r\n16 And he answered, Fear not: for they that be with us are more than they that be with them.\r\n\r\n17 And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\r\n\r\n18 And when they came down to him, Elisha prayed unto the Lord, and said, Smite this people, I pray thee, with blindness. And he smote them with blindness according to the word of Elisha.\r\n\r\n<strong>PRAY</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Ground','','inherit','open','open','','2632-revision-v1','','','2014-08-26 05:09:25','2014-08-26 05:09:25','',2632,'http://raylsmith.org/2632-revision-v1/',0,'revision','',0),(2637,1,'2014-08-26 05:45:44','2014-08-26 05:45:44','','holy-ground','','inherit','open','open','','holy-ground-2','','','2014-08-26 05:45:44','2014-08-26 05:45:44','',2,'http://raylsmith.org/wp-content/uploads/2012/06/holy-ground.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (2639,1,'2014-08-26 06:19:38','2014-08-26 06:19:38','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-08-26 06:19:38','2014-08-26 06:19:38','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2640,1,'2014-08-26 10:16:34','2014-08-26 10:16:34','','holyground','','inherit','open','open','','holyground','','','2014-08-26 10:16:34','2014-08-26 10:16:34','',888,'http://raylsmith.org/wp-content/uploads/2012/11/holyground.jpg',0,'attachment','image/jpeg',0),(2641,1,'2014-08-26 10:22:29','2014-08-26 10:22:29','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-ground/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyground.jpg\" alt=\"Holy Ground\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Ground</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Spirit of the Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg\" alt=\"Holy Transformation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Transformation</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-26 10:22:29','2014-08-26 10:22:29','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2642,1,'2014-08-26 10:23:34','2014-08-26 10:23:34','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-ground/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyground.jpg\" alt=\"Holy Ground\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Ground</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Spirit of the Lord</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-transformation/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holytransformation.jpg\" alt=\"Holy Transformation\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Transformation</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-08-26 10:23:34','2014-08-26 10:23:34','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2644,1,'2014-09-01 09:05:00','2014-09-01 09:05:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY HANDS</h2>\r\n<strong>1 Timothy 2:7-8</strong>\r\n\r\n7 Whereunto I am ordained a preacher, and an apostle, (I speak the truth in Christ, and lie not;) a teacher of the Gentiles in faith and verity.\r\n\r\n8 I will therefore that men pray every where, lifting up holy hands, without wrath and doubting.\r\n\r\n<strong>Psalm 134:1-3</strong>\r\n\r\n1 Behold, bless ye the Lord, all ye servants of the Lord, which by night stand in the house of the Lord.\r\n\r\n2 Lift up your hands in the sanctuary, and bless the Lord.\r\n\r\n3 The Lord that made heaven and earth bless thee out of Zion.\r\n\r\n<strong>Isaiah 1:10-20</strong>\r\n\r\n10 Hear the word of the Lord, ye rulers of Sodom; give ear unto the law of our God, ye people of Gomorrah.\r\n\r\n11 To what purpose is the multitude of your sacrifices unto me? saith the Lord: I am full of the burnt offerings of rams, and the fat of fed beasts; and I delight not in the blood of bullocks, or of lambs, or of he goats.\r\n\r\n12 When ye come to appear before me, who hath required this at your hand, to tread my courts?\r\n\r\n13 Bring no more vain oblations; incense is an abomination unto me; the new moons and sabbaths, the calling of assemblies, I cannot away with; it is iniquity, even the solemn meeting.\r\n\r\n14 Your new moons and your appointed feasts my soul hateth: they are a trouble unto me; I am weary to bear them.\r\n\r\n15 And when ye spread forth your hands, I will hide mine eyes from you: yea, when ye make many prayers, I will not hear: your hands are full of blood.\r\n\r\n16 Wash you, make you clean; put away the evil of your doings from before mine eyes; cease to do evil;\r\n\r\n17 Learn to do well; seek judgment, relieve the oppressed, judge the fatherless, plead for the widow.\r\n\r\n18 Come now, and let us reason together, saith the Lord: though your sins be as scarlet, they shall be as white as snow; though they be red like crimson, they shall be as wool.\r\n\r\n19 If ye be willing and obedient, ye shall eat the good of the land:\r\n\r\n20 But if ye refuse and rebel, ye shall be devoured with the sword: for the mouth of the Lord hath spoken it.\r\n\r\n<strong>Romans 6:18-20</strong>\r\n\r\n18 Being then made free from sin, ye became the servants of righteousness.\r\n\r\n19 I speak after the manner of men because of the infirmity of your flesh: for as ye have yielded your members servants to uncleanness and to iniquity unto iniquity; even so now yield your members servants to righteousness unto holiness.\r\n\r\n<strong>Hebrews 12:14</strong>\r\n\r\nFollow peace with all men, and holiness, without which no man shall see the Lord:\r\n\r\n<strong>John 4:23-24</strong>\r\n\r\n23But the hour cometh, and now is, when the true worshippers shall worship the Father in spirit and in truth: for the Father seeketh such to worship him.\r\n\r\n24God is a Spirit: and they that worship him must worship him in spirit and in truth\r\n\r\n<strong>1 Timothy 2:8</strong>\r\n\r\n8 I will therefore that men pray every where, lifting up holy hands, without wrath and doubting.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Hands','','publish','open','open','','holy-hands','','','2014-09-01 09:05:00','2014-09-01 09:05:00','',0,'http://raylsmith.org/?p=2644',0,'post','',0),(2645,1,'2014-09-01 09:05:00','2014-09-01 09:05:00','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HOLY HANDS</h2>\r\n<strong>1 Timothy 2:7-8</strong>\r\n\r\n7 Whereunto I am ordained a preacher, and an apostle, (I speak the truth in Christ, and lie not;) a teacher of the Gentiles in faith and verity.\r\n\r\n8 I will therefore that men pray every where, lifting up holy hands, without wrath and doubting.\r\n\r\n<strong>Psalm 134:1-3</strong>\r\n\r\n1 Behold, bless ye the Lord, all ye servants of the Lord, which by night stand in the house of the Lord.\r\n\r\n2 Lift up your hands in the sanctuary, and bless the Lord.\r\n\r\n3 The Lord that made heaven and earth bless thee out of Zion.\r\n\r\n<strong>Isaiah 1:10-20</strong>\r\n\r\n10 Hear the word of the Lord, ye rulers of Sodom; give ear unto the law of our God, ye people of Gomorrah.\r\n\r\n11 To what purpose is the multitude of your sacrifices unto me? saith the Lord: I am full of the burnt offerings of rams, and the fat of fed beasts; and I delight not in the blood of bullocks, or of lambs, or of he goats.\r\n\r\n12 When ye come to appear before me, who hath required this at your hand, to tread my courts?\r\n\r\n13 Bring no more vain oblations; incense is an abomination unto me; the new moons and sabbaths, the calling of assemblies, I cannot away with; it is iniquity, even the solemn meeting.\r\n\r\n14 Your new moons and your appointed feasts my soul hateth: they are a trouble unto me; I am weary to bear them.\r\n\r\n15 And when ye spread forth your hands, I will hide mine eyes from you: yea, when ye make many prayers, I will not hear: your hands are full of blood.\r\n\r\n16 Wash you, make you clean; put away the evil of your doings from before mine eyes; cease to do evil;\r\n\r\n17 Learn to do well; seek judgment, relieve the oppressed, judge the fatherless, plead for the widow.\r\n\r\n18 Come now, and let us reason together, saith the Lord: though your sins be as scarlet, they shall be as white as snow; though they be red like crimson, they shall be as wool.\r\n\r\n19 If ye be willing and obedient, ye shall eat the good of the land:\r\n\r\n20 But if ye refuse and rebel, ye shall be devoured with the sword: for the mouth of the Lord hath spoken it.\r\n\r\n<strong>Romans 6:18-20</strong>\r\n\r\n18 Being then made free from sin, ye became the servants of righteousness.\r\n\r\n19 I speak after the manner of men because of the infirmity of your flesh: for as ye have yielded your members servants to uncleanness and to iniquity unto iniquity; even so now yield your members servants to righteousness unto holiness.\r\n\r\n<strong>Hebrews 12:14</strong>\r\n\r\nFollow peace with all men, and holiness, without which no man shall see the Lord:\r\n\r\n<strong>John 4:23-24</strong>\r\n\r\n23But the hour cometh, and now is, when the true worshippers shall worship the Father in spirit and in truth: for the Father seeketh such to worship him.\r\n\r\n24God is a Spirit: and they that worship him must worship him in spirit and in truth\r\n\r\n<strong>1 Timothy 2:8</strong>\r\n\r\n8 I will therefore that men pray every where, lifting up holy hands, without wrath and doubting.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Holy Hands','','inherit','open','open','','2644-revision-v1','','','2014-09-01 09:05:00','2014-09-01 09:05:00','',2644,'http://raylsmith.org/2644-revision-v1/',0,'revision','',0),(2647,1,'2014-09-01 09:09:53','2014-09-01 09:09:53','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<a href=\"http://raylsmith.org/holy-hands/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/holy-hands.jpg\" alt=\"Holy Hands\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-09-01 09:09:53','2014-09-01 09:09:53','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2646,1,'2014-09-01 09:09:09','2014-09-01 09:09:09','','holy-hands','','inherit','open','open','','holy-hands-2','','','2014-09-01 09:09:09','2014-09-01 09:09:09','',2,'http://raylsmith.org/wp-content/uploads/2012/06/holy-hands.jpg',0,'attachment','image/jpeg',0),(2648,1,'2014-09-02 05:09:04','2014-09-02 05:09:04','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-09-02 05:09:04','2014-09-02 05:09:04','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2649,1,'2014-09-02 05:23:17','2014-09-02 05:23:17','','holyhands','','inherit','open','open','','holyhands','','','2014-09-02 05:23:17','2014-09-02 05:23:17','',888,'http://raylsmith.org/wp-content/uploads/2012/11/holyhands.jpg',0,'attachment','image/jpeg',0),(2650,1,'2014-09-02 05:26:17','2014-09-02 05:26:17','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-hands/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyhands.jpg\" alt=\"Holy Hands\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Hands</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-ground/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyground.jpg\" alt=\"Holy Ground\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Ground</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/spirit-ofthelord.jpg\" alt=\"The Spirit of the Lord\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Spirit of the Lord</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-09-02 05:26:17','2014-09-02 05:26:17','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2711,1,'2014-10-08 06:48:21','2014-10-08 06:48:21','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-08 06:48:21','2014-10-08 06:48:21','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2654,1,'2014-09-09 05:08:27','2014-09-09 05:08:27','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/the-fire-of-god/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/fire-ofgod.jpg\" alt=\"Holy Hands\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-09-09 05:08:27','2014-09-09 05:08:27','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2651,1,'2014-09-09 05:00:23','2014-09-09 05:00:23','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE FIRE OF GOD</h2>\r\nThe FATHER\r\n\r\n<strong>Deuteronomy 4:24</strong>\r\n\r\nFor the Lord thy God is a consuming fire, even a jealous God.\r\n\r\n<strong>Hebrews 12:29</strong>\r\n\r\nFor our God is a consuming fire.\r\n\r\nJESUS\r\n\r\n<strong>Revelation 1:14</strong>\r\n\r\nHis head and his hairs were white like wool, as white as snow; and his eyes were as a flame of fire;\r\n\r\n<strong>Revelation 2:18</strong>\r\n\r\nAnd unto the angel of the church in Thyatira write; These things saith the Son of God, who hath his eyes like unto a flame of fire, and his feet are like fine brass;\r\n\r\nThe HOLY SPIRIT\r\n\r\n<strong>Matthew 3:11</strong>\r\n\r\nI indeed baptize you with water unto repentance. but he that cometh after me is mightier than I, whose shoes I am not worthy to bear: he shall baptize you with the Holy Ghost, and with fire:\r\n\r\n<strong>Luke 3:16</strong>\r\n\r\nJohn answered, saying unto them all, I indeed baptize you with water; but one mightier than I cometh, the latchet of whose shoes I am not worthy to unloose: he shall baptize you with the Holy Ghost and with fire:\r\n\r\n<strong>Psalm 45:1</strong>\r\n\r\nMy heart is inditing a good matter: I speak of the things which I have made touching the king: my tongue is the pen of a ready writer.\r\n\r\nRachash: to keep moving, stirOriginal Word: רָחַשׁ Part of Speech: Verb\r\nTransliteration: rachash\r\nPhonetic Spelling: (raw-khash\')\r\nShort Definition: overflows\r\n\r\n<strong>Jeremiah 20:9</strong>\r\n\r\nThen I said, I will not make mention of him, nor speak any more in his name. But his word was in mine heart as a burning fire shut up in my bones, and I was weary with forbearing, and I could not stay.\r\n\r\n<strong>Psalm 39:3</strong>\r\n\r\n3 My heart was hot within me, while I was musing the fire burned: then spake I with my tongue,\r\n\r\n&nbsp;\r\n\r\nTestimonies\r\n\r\nSmoke\r\n\r\nIncense\r\n\r\nLish\r\n\r\nVanessa\r\n\r\n<strong>Exodus 19:17-19</strong>\r\n\r\n17 And Moses brought forth the people out of the camp to meet with God; and they stood at the nether part of the mount.\r\n\r\n18 And mount Sinai was altogether on a smoke, because the Lord descended upon it in fire: and the smoke thereof ascended as the smoke of a furnace, and the whole mount quaked greatly.\r\n\r\n19 And when the voice of the trumpet sounded long, and waxed louder and louder, Moses spake, and God answered him by a voice.\r\n\r\n<em><strong>Pray for more sensitive to His presence, His manifestation of Him moving upon you.</strong></em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Fire of GOD','','publish','open','open','','the-fire-of-god','','','2014-09-09 05:00:23','2014-09-09 05:00:23','',0,'http://raylsmith.org/?p=2651',0,'post','',0),(2652,1,'2014-09-09 05:00:23','2014-09-09 05:00:23','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">THE FIRE OF GOD</h2>\r\nThe FATHER\r\n\r\n<strong>Deuteronomy 4:24</strong>\r\n\r\nFor the Lord thy God is a consuming fire, even a jealous God.\r\n\r\n<strong>Hebrews 12:29</strong>\r\n\r\nFor our God is a consuming fire.\r\n\r\nJESUS\r\n\r\n<strong>Revelation 1:14</strong>\r\n\r\nHis head and his hairs were white like wool, as white as snow; and his eyes were as a flame of fire;\r\n\r\n<strong>Revelation 2:18</strong>\r\n\r\nAnd unto the angel of the church in Thyatira write; These things saith the Son of God, who hath his eyes like unto a flame of fire, and his feet are like fine brass;\r\n\r\nThe HOLY SPIRIT\r\n\r\n<strong>Matthew 3:11</strong>\r\n\r\nI indeed baptize you with water unto repentance. but he that cometh after me is mightier than I, whose shoes I am not worthy to bear: he shall baptize you with the Holy Ghost, and with fire:\r\n\r\n<strong>Luke 3:16</strong>\r\n\r\nJohn answered, saying unto them all, I indeed baptize you with water; but one mightier than I cometh, the latchet of whose shoes I am not worthy to unloose: he shall baptize you with the Holy Ghost and with fire:\r\n\r\n<strong>Psalm 45:1</strong>\r\n\r\nMy heart is inditing a good matter: I speak of the things which I have made touching the king: my tongue is the pen of a ready writer.\r\n\r\nRachash: to keep moving, stirOriginal Word: רָחַשׁ Part of Speech: Verb\r\nTransliteration: rachash\r\nPhonetic Spelling: (raw-khash\')\r\nShort Definition: overflows\r\n\r\n<strong>Jeremiah 20:9</strong>\r\n\r\nThen I said, I will not make mention of him, nor speak any more in his name. But his word was in mine heart as a burning fire shut up in my bones, and I was weary with forbearing, and I could not stay.\r\n\r\n<strong>Psalm 39:3</strong>\r\n\r\n3 My heart was hot within me, while I was musing the fire burned: then spake I with my tongue,\r\n\r\n&nbsp;\r\n\r\nTestimonies\r\n\r\nSmoke\r\n\r\nIncense\r\n\r\nLish\r\n\r\nVanessa\r\n\r\n<strong>Exodus 19:17-19</strong>\r\n\r\n17 And Moses brought forth the people out of the camp to meet with God; and they stood at the nether part of the mount.\r\n\r\n18 And mount Sinai was altogether on a smoke, because the Lord descended upon it in fire: and the smoke thereof ascended as the smoke of a furnace, and the whole mount quaked greatly.\r\n\r\n19 And when the voice of the trumpet sounded long, and waxed louder and louder, Moses spake, and God answered him by a voice.\r\n\r\n<em><strong>Pray for more sensitive to His presence, His manifestation of Him moving upon you.</strong></em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','The Fire of GOD','','inherit','open','open','','2651-revision-v1','','','2014-09-09 05:00:23','2014-09-09 05:00:23','',2651,'http://raylsmith.org/2651-revision-v1/',0,'revision','',0),(2653,1,'2014-09-09 05:07:40','2014-09-09 05:07:40','','fire-ofgod','','inherit','open','open','','fire-ofgod','','','2014-09-09 05:07:40','2014-09-09 05:07:40','',2,'http://raylsmith.org/wp-content/uploads/2012/06/fire-ofgod.jpg',0,'attachment','image/jpeg',0),(2655,1,'2014-09-09 05:20:40','2014-09-09 05:20:40','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-09-09 05:20:40','2014-09-09 05:20:40','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2656,1,'2014-09-09 05:28:41','2014-09-09 05:28:41','','thefireofgod','','inherit','open','open','','thefireofgod','','','2014-09-09 05:28:41','2014-09-09 05:28:41','',888,'http://raylsmith.org/wp-content/uploads/2012/11/thefireofgod.jpg',0,'attachment','image/jpeg',0),(2657,1,'2014-09-09 05:32:27','2014-09-09 05:32:27','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-fire-of-god/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/thefireofgod.jpg\" alt=\"The Fire of God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Fire of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-hands/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyhands.jpg\" alt=\"Holy Hands\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Hands</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-ground/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyground.jpg\" alt=\"Holy Ground\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Ground</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-09-09 05:32:27','2014-09-09 05:32:27','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2658,1,'2014-09-09 06:08:03','2014-09-09 06:08:03','','international-page','','inherit','open','open','','international-page','','','2014-09-09 06:08:03','2014-09-09 06:08:03','',2159,'http://raylsmith.org/wp-content/uploads/2014/01/international-page.jpg',0,'attachment','image/jpeg',0),(2659,1,'2014-09-09 07:18:09','2014-09-09 07:18:09','','international2','','inherit','open','open','','international2-2','','','2014-09-09 07:18:09','2014-09-09 07:18:09','',2159,'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg',0,'attachment','image/jpeg',0),(2660,1,'2014-09-09 07:26:59','2014-09-09 07:26:59','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"900\" height=\"643\">\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Welcome to the House of Prayer Ministry</strong></span></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:26:59','2014-09-09 07:26:59','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2661,1,'2014-09-09 07:27:34','2014-09-09 07:27:34','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Welcome to the House of Prayer Ministry</strong></span></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:27:34','2014-09-09 07:27:34','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2662,1,'2014-09-09 07:28:45','2014-09-09 07:28:45','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<td width=\"30\"></td>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Welcome to the House of Prayer Ministry</strong></span></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:28:45','2014-09-09 07:28:45','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2663,1,'2014-09-09 07:29:12','2014-09-09 07:29:12','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><strong>Welcome to the House of Prayer Ministry</strong></span></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:29:12','2014-09-09 07:29:12','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2664,1,'2014-09-09 07:30:06','2014-09-09 07:30:06','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: impact,chicago; font-size: 24pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:30:06','2014-09-09 07:30:06','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2665,1,'2014-09-09 07:30:54','2014-09-09 07:30:54','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 24pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<h3 style=\"text-align: center;\"><span style=\"font-family: helvetica;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></h3>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 07:30:54','2014-09-09 07:30:54','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2668,1,'2014-09-09 08:14:40','2014-09-09 08:14:40','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.Here’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!We’re here for you…Jesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.\r\n\r\n&nbsp;\r\n\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&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 08:14:40','2014-09-09 08:14:40','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2669,1,'2014-09-09 08:16:10','2014-09-09 08:16:10','<table style=\"background-image: url(\'http://raylsmith.org/wp-content/uploads/2014/01/international21.jpg\'); background-repeat: no-repeat;\">\r\n<tbody>\r\n<tr>\r\n<td width=\"960\" height=\"643\">\r\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: tahoma,arial,helvetica,sans-serif; font-size: 20pt;\"><strong>Welcome to the House of Prayer Ministry</strong></span></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><em><strong>Empowering the Body of Christ</strong>\r\nThe House of Prayer Ministry is where Jesus resides and the Holy Spirit is present.</em></span></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\"></td>\r\n<td width=\"600\">We welcome you, our International family; we welcome you from all corners of the world! We are excited to see how many are visiting our ministry website from all around the globe!We would like for you to get the most out of your visit each time you visit, so, we made all our sermons available to you so that you too can enjoy what the Father is saying to us.\r\n\r\nHere’s how! Our sermons and the First Ladies Bible Study messages are typed and placed on the website. When you visit, please go to the Language Translation button and click on the language of your choice. The message will immediately translate into the language of your choice! We’ll all be learning from the same message from Our Heavenly Father!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"30\"></td>\r\n<td width=\"600\">Additionally, if you have a Prayer Request,please go to the Prayer Request feature. Write your message in your language, and when we receive it, we will click on the Language Translation button, and your message will immediately translate into our language! Please allow a response time of 24-48 hours. When you receive your response, just go to the Language Translation button,click on the language of your choice and receive the response to your prayer request. Isn’t that exciting!\r\n\r\nWe’re here for you…\r\n\r\nJesus called us to:Go therefore, and teach all nations, baptizing them in the name of the Father, and of the Son, and of the Holy Ghost: Teaching them to observe all things whatsoever I commanded you: and, lo, I am with you always, even unto the end of the world. Amen\r\n– Matthew 28:19-20.\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','International','','inherit','open','open','','2159-revision-v1','','','2014-09-09 08:16:10','2014-09-09 08:16:10','',2159,'http://raylsmith.org/2159-revision-v1/',0,'revision','',0),(2688,1,'2014-09-23 07:41:10','2014-09-23 07:41:10','','bread','','inherit','open','open','','bread-4','','','2014-09-23 07:41:10','2014-09-23 07:41:10','',0,'http://raylsmith.org/wp-content/uploads/2014/09/bread.jpg',0,'attachment','image/jpeg',0),(2671,1,'2014-09-16 04:36:35','2014-09-16 04:36:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVENLY HOST</h2>\r\n<strong>Lord of Host</strong>\r\n\r\n<strong>Psalm 33:6</strong>\r\n\r\n6 By the word of the Lord were the heavens made; and all the host of them by the breath of his mouth.\r\n\r\n<strong>Psalm 103:21</strong>\r\n\r\n21 Bless ye the Lord, all ye his hosts; ye ministers of his, that do his pleasure.\r\n\r\n<strong>1 Kings 22:19</strong>\r\n\r\n19 And he said, Hear thou therefore the word of the Lord: I saw the Lord sitting on his throne, and all the host of heaven standing by him on his right hand and on his left.\r\n\r\n<strong>2 Chronicles 18:18</strong>\r\n\r\n18 Again he said, Therefore hear the word of the Lord; I saw the Lord sitting upon his throne, and all the host of heaven standing on his right hand and on his left.\r\n\r\n<strong>Isaiah 40:26</strong>\r\n\r\n26 Lift up your eyes on high, and behold who hath created these things, that bringeth out their host by number: he calleth them all by names by the greatness of his might, for that he is strong in power; not one faileth.\r\n\r\n<strong>Daniel 7:9-10</strong>\r\n\r\n9 I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire.\r\n\r\n10 A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<strong>Daniel 4:35</strong>\r\n\r\n35 And all the inhabitants of the earth are reputed as nothing: and he doeth according to his will in the army of heaven, and among the inhabitants of the earth: and none can stay his hand, or say unto him, What doest thou?\r\n\r\n<strong>Creatures</strong>\r\n\r\n<strong>Isaiah 6:1-3</strong>\r\n\r\n1 In the year that king Uzziah died I saw also the Lord sitting upon a throne, high and lifted up, and his train filled the temple.\r\n\r\n2 Above it stood the seraphims: each one had six wings; with twain he covered his face, and with twain he covered his feet, and with twain he did fly.\r\n\r\n3 And one cried unto another, and said, Holy, holy, holy, is the Lord of hosts: the whole earth is full of his glory.\r\n\r\n<strong>Revelation `4:1-11</strong>\r\n\r\n1 After this I looked, and, behold, a door was opened in heaven: and the first voice which I heard was as it were of a trumpet talking with me; which said, Come up hither, and I will shew thee things which must be hereafter.\r\n\r\n2 And immediately I was in the spirit: and, behold, a throne was set in heaven, and one sat on the throne.\r\n\r\n3 And he that sat was to look upon like a jasper and a sardine stone: and there was a rainbow round about the throne, in sight like unto an emerald.\r\n\r\n4 And round about the throne were four and twenty seats: and upon the seats I saw four and twenty elders sitting, clothed in white raiment; and they had on their heads crowns of gold.\r\n\r\n5 And out of the throne proceeded lightnings and thunderings and voices: and there were seven lamps of fire burning before the throne, which are the seven Spirits of God.\r\n\r\n6 And before the throne there was a sea of glass like unto crystal: and in the midst of the throne, and round about the throne, were four beasts full of eyes before and behind.\r\n\r\n7 And the first beast was like a lion, and the second beast like a calf, and the third beast had a face as a man, and the fourth beast was like a flying eagle.\r\n\r\n8 And the four beasts had each of them six wings about him; and they were full of eyes within: and they rest not day and night, saying, Holy, holy, holy, Lord God Almighty, which was, and is, and is to come.\r\n\r\n9 And when those beasts give glory and honour and thanks to him that sat on the throne, who liveth for ever and ever,\r\n\r\n10 The four and twenty elders fall down before him that sat on the throne, and worship him that liveth for ever and ever, and cast their crowns before the throne, saying,\r\n\r\n11 Thou art worthy, O Lord, to receive glory and honour and power: for thou hast created all things, and for thy pleasure they are and were created.\r\n\r\n<strong>Isaiah 37:16</strong>\r\n\r\n16 O Lord of hosts, God of Israel, that dwellest between the cherubims, thou art the God, even thou alone, of all the kingdoms of the earth: thou hast made heaven and earth.\r\n\r\n<strong>2 Kings 6:16-17</strong>\r\n\r\n16 And he answered, Fear not: for they that be with us are more than they that be with them.\r\n\r\n17 And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\r\n\r\n<strong>Mulititude</strong>\r\n\r\n<strong>Luke 2:11-15</strong>\r\n\r\n11 For unto you is born this day in the city of David a Saviour, which is Christ the Lord.\r\n\r\n12 And this shall be a sign unto you; Ye shall find the babe wrapped in swaddling clothes, lying in a manger.\r\n\r\n13 And suddenly there was with the angel a multitude of the heavenly host praising God, and saying,\r\n\r\n14 Glory to God in the highest, and on earth peace, good will toward men.\r\n\r\n15 And it came to pass, as the angels were gone away from them into heaven, the shepherds said one to another, Let us now go even unto Bethlehem, and see this thing which is come to pass, which the Lord hath made known unto us.\r\n\r\n<strong>Nehemiah 9:6</strong>\r\n\r\n6 Thou, even thou, art Lord alone; thou hast made heaven, the heaven of heavens, with all their host, the earth, and all things that are therein, the seas, and all that is therein, and thou preservest them all; and the host of heaven worshippeth thee.\r\n\r\n<strong>Psalm 148:2</strong>\r\n\r\n2 Praise ye him, all his angels: praise ye him, all his hosts.\r\n\r\n<strong>Hebrews 12:22</strong>\r\n\r\n22 But ye are come unto mount Sion, and unto the city of the living God, the heavenly Jerusalem, and to an innumerable company of angels,\r\n\r\n<strong>Deuteronomy 33:1-2</strong>\r\n\r\n33 And this is the blessing, wherewith Moses the man of God blessed the children of Israel before his death.\r\n\r\n2 And he said, The Lord came from Sinai, and rose up from Seir unto them; he shined forth from mount Paran, and he came with ten thousands of saints: from his right hand went a fiery law for them.\r\n\r\n<strong>Psalm 68:17</strong>\r\n\r\n17 The chariots of God are twenty thousand, even thousands of angels: the Lord is among them, as in Sinai, in the holy place.\r\n\r\n<strong>Hebrews 12:1</strong>\r\n\r\nWherefore seeing we also are compassed about with so great a cloud of witnesses, let us lay aside every weight, and the sin which doth so easily beset us, and let us run with patience the race that is set before us,\r\n\r\n<strong>Jeremiah 33:22</strong>\r\n\r\nAs the host of heaven cannot be numbered, neither the sand of the sea measured: so will I multiply the seed of David my servant, and the Levites that minister unto me.\r\n\r\n<strong>Mathew 26:53</strong>\r\nThinkest thou that I cannot now pray to my Father, and he shall presently give me more than twelve legions of angels?</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heavenly Host','','publish','open','open','','heavenly-host','','','2014-09-16 04:36:35','2014-09-16 04:36:35','',0,'http://raylsmith.org/?p=2671',0,'post','',0),(2672,1,'2014-09-16 04:36:35','2014-09-16 04:36:35','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVENLY HOST</h2>\r\n<strong>Lord of Host</strong>\r\n\r\n<strong>Psalm 33:6</strong>\r\n\r\n6 By the word of the Lord were the heavens made; and all the host of them by the breath of his mouth.\r\n\r\n<strong>Psalm 103:21</strong>\r\n\r\n21 Bless ye the Lord, all ye his hosts; ye ministers of his, that do his pleasure.\r\n\r\n<strong>1 Kings 22:19</strong>\r\n\r\n19 And he said, Hear thou therefore the word of the Lord: I saw the Lord sitting on his throne, and all the host of heaven standing by him on his right hand and on his left.\r\n\r\n<strong>2 Chronicles 18:18</strong>\r\n\r\n18 Again he said, Therefore hear the word of the Lord; I saw the Lord sitting upon his throne, and all the host of heaven standing on his right hand and on his left.\r\n\r\n<strong>Isaiah 40:26</strong>\r\n\r\n26 Lift up your eyes on high, and behold who hath created these things, that bringeth out their host by number: he calleth them all by names by the greatness of his might, for that he is strong in power; not one faileth.\r\n\r\n<strong>Daniel 7:9-10</strong>\r\n\r\n9 I beheld till the thrones were cast down, and the Ancient of days did sit, whose garment was white as snow, and the hair of his head like the pure wool: his throne was like the fiery flame, and his wheels as burning fire.\r\n\r\n10 A fiery stream issued and came forth from before him: thousand thousands ministered unto him, and ten thousand times ten thousand stood before him: the judgment was set, and the books were opened.\r\n\r\n<strong>Daniel 4:35</strong>\r\n\r\n35 And all the inhabitants of the earth are reputed as nothing: and he doeth according to his will in the army of heaven, and among the inhabitants of the earth: and none can stay his hand, or say unto him, What doest thou?\r\n\r\n<strong>Creatures</strong>\r\n\r\n<strong>Isaiah 6:1-3</strong>\r\n\r\n1 In the year that king Uzziah died I saw also the Lord sitting upon a throne, high and lifted up, and his train filled the temple.\r\n\r\n2 Above it stood the seraphims: each one had six wings; with twain he covered his face, and with twain he covered his feet, and with twain he did fly.\r\n\r\n3 And one cried unto another, and said, Holy, holy, holy, is the Lord of hosts: the whole earth is full of his glory.\r\n\r\n<strong>Revelation `4:1-11</strong>\r\n\r\n1 After this I looked, and, behold, a door was opened in heaven: and the first voice which I heard was as it were of a trumpet talking with me; which said, Come up hither, and I will shew thee things which must be hereafter.\r\n\r\n2 And immediately I was in the spirit: and, behold, a throne was set in heaven, and one sat on the throne.\r\n\r\n3 And he that sat was to look upon like a jasper and a sardine stone: and there was a rainbow round about the throne, in sight like unto an emerald.\r\n\r\n4 And round about the throne were four and twenty seats: and upon the seats I saw four and twenty elders sitting, clothed in white raiment; and they had on their heads crowns of gold.\r\n\r\n5 And out of the throne proceeded lightnings and thunderings and voices: and there were seven lamps of fire burning before the throne, which are the seven Spirits of God.\r\n\r\n6 And before the throne there was a sea of glass like unto crystal: and in the midst of the throne, and round about the throne, were four beasts full of eyes before and behind.\r\n\r\n7 And the first beast was like a lion, and the second beast like a calf, and the third beast had a face as a man, and the fourth beast was like a flying eagle.\r\n\r\n8 And the four beasts had each of them six wings about him; and they were full of eyes within: and they rest not day and night, saying, Holy, holy, holy, Lord God Almighty, which was, and is, and is to come.\r\n\r\n9 And when those beasts give glory and honour and thanks to him that sat on the throne, who liveth for ever and ever,\r\n\r\n10 The four and twenty elders fall down before him that sat on the throne, and worship him that liveth for ever and ever, and cast their crowns before the throne, saying,\r\n\r\n11 Thou art worthy, O Lord, to receive glory and honour and power: for thou hast created all things, and for thy pleasure they are and were created.\r\n\r\n<strong>Isaiah 37:16</strong>\r\n\r\n16 O Lord of hosts, God of Israel, that dwellest between the cherubims, thou art the God, even thou alone, of all the kingdoms of the earth: thou hast made heaven and earth.\r\n\r\n<strong>2 Kings 6:16-17</strong>\r\n\r\n16 And he answered, Fear not: for they that be with us are more than they that be with them.\r\n\r\n17 And Elisha prayed, and said, Lord, I pray thee, open his eyes, that he may see. And the Lord opened the eyes of the young man; and he saw: and, behold, the mountain was full of horses and chariots of fire round about Elisha.\r\n\r\n<strong>Mulititude</strong>\r\n\r\n<strong>Luke 2:11-15</strong>\r\n\r\n11 For unto you is born this day in the city of David a Saviour, which is Christ the Lord.\r\n\r\n12 And this shall be a sign unto you; Ye shall find the babe wrapped in swaddling clothes, lying in a manger.\r\n\r\n13 And suddenly there was with the angel a multitude of the heavenly host praising God, and saying,\r\n\r\n14 Glory to God in the highest, and on earth peace, good will toward men.\r\n\r\n15 And it came to pass, as the angels were gone away from them into heaven, the shepherds said one to another, Let us now go even unto Bethlehem, and see this thing which is come to pass, which the Lord hath made known unto us.\r\n\r\n<strong>Nehemiah 9:6</strong>\r\n\r\n6 Thou, even thou, art Lord alone; thou hast made heaven, the heaven of heavens, with all their host, the earth, and all things that are therein, the seas, and all that is therein, and thou preservest them all; and the host of heaven worshippeth thee.\r\n\r\n<strong>Psalm 148:2</strong>\r\n\r\n2 Praise ye him, all his angels: praise ye him, all his hosts.\r\n\r\n<strong>Hebrews 12:22</strong>\r\n\r\n22 But ye are come unto mount Sion, and unto the city of the living God, the heavenly Jerusalem, and to an innumerable company of angels,\r\n\r\n<strong>Deuteronomy 33:1-2</strong>\r\n\r\n33 And this is the blessing, wherewith Moses the man of God blessed the children of Israel before his death.\r\n\r\n2 And he said, The Lord came from Sinai, and rose up from Seir unto them; he shined forth from mount Paran, and he came with ten thousands of saints: from his right hand went a fiery law for them.\r\n\r\n<strong>Psalm 68:17</strong>\r\n\r\n17 The chariots of God are twenty thousand, even thousands of angels: the Lord is among them, as in Sinai, in the holy place.\r\n\r\n<strong>Hebrews 12:1</strong>\r\n\r\nWherefore seeing we also are compassed about with so great a cloud of witnesses, let us lay aside every weight, and the sin which doth so easily beset us, and let us run with patience the race that is set before us,\r\n\r\n<strong>Jeremiah 33:22</strong>\r\n\r\nAs the host of heaven cannot be numbered, neither the sand of the sea measured: so will I multiply the seed of David my servant, and the Levites that minister unto me.\r\n\r\n<strong>Mathew 26:53</strong>\r\nThinkest thou that I cannot now pray to my Father, and he shall presently give me more than twelve legions of angels?</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heavenly Host','','inherit','open','open','','2671-revision-v1','','','2014-09-16 04:36:35','2014-09-16 04:36:35','',2671,'http://raylsmith.org/2671-revision-v1/',0,'revision','',0),(2673,1,'2014-09-16 06:22:56','2014-09-16 06:22:56','','heavenly-host','','inherit','open','open','','heavenly-host-2','','','2014-09-16 06:22:56','2014-09-16 06:22:56','',2,'http://raylsmith.org/wp-content/uploads/2012/06/heavenly-host.jpg',0,'attachment','image/jpeg',0),(2674,1,'2014-09-16 06:23:57','2014-09-16 06:23:57','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heavenly-host/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heavenly-host.jpg\" alt=\"heavenly Host\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-09-16 06:23:57','2014-09-16 06:23:57','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2675,1,'2014-09-16 06:59:00','2014-09-16 06:59:00','','heavenlyhost','','inherit','open','open','','heavenlyhost','','','2014-09-16 06:59:00','2014-09-16 06:59:00','',888,'http://raylsmith.org/wp-content/uploads/2012/11/heavenlyhost.jpg',0,'attachment','image/jpeg',0),(2676,1,'2014-09-16 07:02:42','2014-09-16 07:02:42','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavenly-host/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenlyhost.jpg\" alt=\"Heavenly Host\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heavenly Host</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/the-fire-of-god/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/thefireofgod.jpg\" alt=\"The Fire of God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>The Fire of God</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/holy-hands/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/holyhands.jpg\" alt=\"Holy Hands\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Holy Hands</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-09-16 07:02:42','2014-09-16 07:02:42','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2677,1,'2014-09-16 07:17:37','2014-09-16 07:17:37','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-09-16 07:17:37','2014-09-16 07:17:37','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2702,1,'2014-10-06 13:06:30','2014-10-06 13:06:30','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">SOWING AND REAPING</h2>\r\nGod is the creator of everything on this earth.\r\n\r\n<strong>John 1:1-3</strong>\r\n\r\n1 In the beginning was the Word, and the Word was with God, and the Word was God.\r\n\r\n2 The same was in the beginning with God.\r\n\r\n3 All things were made by him; and without him was not any thing made that was made.\r\n\r\n<strong>Genesis 1:29</strong>\r\n\r\n29 And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.\r\n\r\n<strong>Genesis 8:22</strong>\r\n\r\n22 While the earth remaineth, seedtime and harvest, and cold and heat, and summer and winter, and day and night shall not cease.\r\n\r\nTherefore everything in the earth (the natural) has been set by God. It will not change.\r\n\r\nIf you want a certain harvest you have to sow the appropriate seed. Amen.\r\n\r\nYou can just sow something that you want to sow and expect to get what you what to get\r\n\r\njust because you want to do it your way. You have to do things the way it is set up.\r\n\r\nApples seeds for apples. Pear seeds for pears. Etc.\r\n\r\nThe Spirit World God is the Lord of the harvest.\r\n\r\nLord of the harvest.\r\n\r\n<strong>Matthew 9:38</strong>\r\n\r\nPray ye therefore the Lord of the harvest, that he will send forth labourers into his harvest.\r\n\r\n<strong>Luke 10:2</strong>\r\n\r\nTherefore said he unto them, The harvest truly is great, but the labourers are few: pray ye therefore the Lord of the harvest, that he would send forth labourers into his harvest.\r\n\r\nTherefore in the spirit just like the natural God decides what is reaped by what is sown.\r\n\r\nGo to a natural example.\r\n\r\nWatermelon.\r\n\r\nOne day I saw a watermelon grown in my yard. I didn\'t plant seed. Only God knows where the seed came from and how long it had been there.\r\n\r\nSome things you sow you may not reap but your children may reap what you have sown.\r\n\r\nBack to the Watermelon.\r\n\r\nI planted watermelon seed several times. But I never got watermelons. For the seed to grow you need the right soil, amount of sun and water and so forth.\r\n\r\nTherefore even if you sow the right seed your still may not get a harvest without the right enviroment.\r\n\r\nAlso one more example.\r\n\r\nWe have to understand seasons.\r\n\r\nLet\'s say a man wants a wife. And he sows what he thinks he should to get a wife. And he sows correctly. But let say this man is 21 but God doesn\'t want him to get married until 25. He has not matured enough and there are things God wants to do in his life first.\r\n\r\nTherefore it is not the season yet for the young man. When sowing we reap in the right season.\r\n\r\nThese are things we must learn to receive a great harvest.\r\n\r\nReview.\r\n\r\n1. God is the one that decides seed and harvest. What you sow and reap.\r\n\r\n2. Find out what God says to sow for what you want to reap.\r\n\r\n3. You must also sow in the right enviroNment.\r\n\r\n4. Know the season God wants you to reap.\r\n\r\n5. Have patience. (Faith)\r\n\r\n<strong>James 5:7</strong>\r\n\r\n7 Be patient therefore, brethren, unto the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth, and hath long patience for it, until he receive the early and latter rain.\r\n\r\n<strong>Galatians 6:9</strong>\r\n\r\n9 And let us not be weary in well doing: for in due season we shall reap, if we faint not.\r\n\r\nThese things will help you have success and limit your frustration in reaping and sowing.\r\n\r\nNow lets go into some of the things Gods says that if you sow this you will reap that.\r\n\r\nThere are things that you sow when you walk with God.\r\n\r\n<strong>Psalm 126:1-6</strong>\r\n\r\n1 When the Lord turned again the captivity of Zion, we were like them that dream.\r\n\r\n2 Then was our mouth filled with laughter, and our tongue with singing: then said they among the heathen, The Lord hath done great things for them.\r\n\r\n3 The Lord hath done great things for us; whereof we are glad.\r\n\r\n4 Turn again our captivity, O Lord, as the streams in the south.\r\n\r\n5 They that sow in tears shall reap in joy.\r\n\r\n6 He that goeth forth and weepeth, bearing precious seed, shall doubtless come again with rejoicing, bringing his sheaves with him.\r\n\r\n<strong>Mark 8:35</strong>\r\n\r\n35 For whosoever will save his life shall lose it; but whosoever shall lose his life for my sake and the gospel\'s, the same shall save it.\r\n\r\n<strong>Matthew 19:29</strong>\r\n\r\n29 And every one that hath forsaken houses, or brethren, or sisters, or father, or mother, or wife, or children, or lands, for my name\'s sake, shall receive an hundredfold, and shall inherit everlasting life.\r\n\r\n<strong>Luke 4:1-2</strong>\r\n\r\n1 And Jesus being full of the Holy Ghost returned from Jordan, and was led by the Spirit into the wilderness,\r\n\r\n2 Being forty days tempted of the devil. And in those days he did eat nothing: and when they were ended, he afterward hungered.\r\n\r\n14 And Jesus returned in the power of the Spirit into Galilee: and there went out a fame of him through all the region round about.\r\n\r\nWhat do you want?\r\n\r\nexamples:\r\n\r\nAbram reference <strong>Genesis 15</strong>\r\n\r\nHannah reference <strong>Samuel 1-2:21</strong>\r\n\r\n<strong>Solomon</strong> references <strong>3:1-5</strong>\r\n\r\nElijah and the widow <strong>1 Kings 17:13</strong>\r\n\r\nWhat do you want?\r\n\r\nPray</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Sowing and Reaping ','','inherit','open','open','','2701-revision-v1','','','2014-10-06 13:06:30','2014-10-06 13:06:30','',2701,'http://raylsmith.org/2701-revision-v1/',0,'revision','',0),(2703,1,'2014-10-06 13:14:17','2014-10-06 13:14:17','','sowing','','inherit','open','open','','sowing','','','2014-10-06 13:14:17','2014-10-06 13:14:17','',2,'http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg',0,'attachment','image/jpeg',0),(2704,1,'2014-10-06 13:15:09','2014-10-06 13:15:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a>\r\n\r\n\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-06 13:15:09','2014-10-06 13:15:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2705,1,'2014-10-06 13:16:51','2014-10-06 13:16:51','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-womensbiblestudy.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women-fb.png\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-06 13:16:51','2014-10-06 13:16:51','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2706,1,'2014-10-06 13:26:10','2014-10-06 13:26:10','','reaping','','inherit','open','open','','reaping','','','2014-10-06 13:26:10','2014-10-06 13:26:10','',888,'http://raylsmith.org/wp-content/uploads/2012/11/reaping.jpg',0,'attachment','image/jpeg',0),(2707,1,'2014-10-06 13:28:06','2014-10-06 13:28:06','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/reaping.jpg\" alt=\"Sowing and Reaping\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Sowing and Reaping</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gods-rest/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/godsrest.jpg\" alt=\"God\'s Rest\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>God\'s Rest</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heavenly-host/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenlyhost.jpg\" alt=\"Heavenly Host\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heavenly Host</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-10-06 13:28:06','2014-10-06 13:28:06','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2708,1,'2014-10-06 13:36:51','2014-10-06 13:36:51','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Sowing and Reaping</strong>\r\n<strong>October 5, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-10-06 13:36:51','2014-10-06 13:36:51','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2710,1,'2014-10-08 06:47:46','2014-10-08 06:47:46','','women','','inherit','open','open','','women','','','2014-10-08 06:47:46','2014-10-08 06:47:46','',2,'http://raylsmith.org/wp-content/uploads/2012/06/women.jpg',0,'attachment','image/jpeg',0),(2712,1,'2014-10-08 06:52:45','2014-10-08 06:52:45','','facebook','','inherit','open','open','','facebook','','','2014-10-08 06:52:45','2014-10-08 06:52:45','',2,'http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg',0,'attachment','image/jpeg',0),(2713,1,'2014-10-08 06:54:46','2014-10-08 06:54:46','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-08 06:54:46','2014-10-08 06:54:46','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2718,1,'2014-10-09 07:45:34','2014-10-09 07:45:34','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 07:45:34','2014-10-09 07:45:34','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2714,1,'2014-10-09 07:03:12','2014-10-09 07:03:12','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 07:03:12','2014-10-09 07:03:12','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2721,1,'2014-10-09 08:12:04','2014-10-09 08:12:04','','miracles','','inherit','open','open','','miracles','','','2014-10-09 08:12:04','2014-10-09 08:12:04','',2,'http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg',0,'attachment','image/jpeg',0),(2715,1,'2014-10-09 07:09:48','2014-10-09 07:09:48','','young-for-christ','','inherit','open','open','','young-for-christ','','','2014-10-09 07:09:48','2014-10-09 07:09:48','',2,'http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg',0,'attachment','image/jpeg',0),(2716,1,'2014-10-09 07:11:02','2014-10-09 07:11:02','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 07:11:02','2014-10-09 07:11:02','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2717,1,'2014-10-09 07:38:56','2014-10-09 07:38:56','','menofgod','','inherit','open','open','','menofgod','','','2014-10-09 07:38:56','2014-10-09 07:38:56','',2,'http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg',0,'attachment','image/jpeg',0),(2722,1,'2014-10-09 08:37:49','2014-10-09 08:37:49','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 08:37:49','2014-10-09 08:37:49','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2719,1,'2014-10-09 07:50:13','2014-10-09 07:50:13','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 07:50:13','2014-10-09 07:50:13','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2720,1,'2014-10-09 07:52:50','2014-10-09 07:52:50','','houseofprayerworship','','inherit','open','open','','houseofprayerworship','','','2014-10-09 07:52:50','2014-10-09 07:52:50','',2,'http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg',0,'attachment','image/jpeg',0),(2723,1,'2014-10-09 08:38:48','2014-10-09 08:38:48','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/sowing.jpg\" alt=\"Sowing and Reaping\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-09 08:38:48','2014-10-09 08:38:48','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2724,1,'2014-10-13 08:40:57','2014-10-13 08:40:57','[ezcol_1half]<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half][ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-10-13 08:40:57','2014-10-13 08:40:57','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2725,1,'2014-10-13 08:42:36','2014-10-13 08:42:36','[ezcol_1half]\r\n<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half][ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-10-13 08:42:36','2014-10-13 08:42:36','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2726,1,'2014-10-13 08:43:41','2014-10-13 08:43:41','[ezcol_1half]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/hLXQrPU9V6A?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/fnSn12kNkVU?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/EGZ4l1Pyj2A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/CQ5Mr3rmlnA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/IJcd-1WdSjM?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8yY73yOp0wg?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/0DT4jwP588A?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/NE-KbeZiyyw?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PO1MHelfUKQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/ioVf1C6XPrs?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/CcWKzaM5XCc?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/-pAzPJnDilQ?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half][ezcol_1half_end]<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/GqE_fZnYgUA?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/lQMFJU_IF_A?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/2OyNkASMTq4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/s4DvLW6aOZ4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Kry7xyq8VC0?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/3xbr8kC0Kj0?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/YLoy8cvW5os?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/8klpX0UzPmE?hl=en_US&amp;version=3&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/hclCqOjkv6U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/aFTD-Avqo8U?version=3&amp;hl=en_US&amp;rel=0\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>[/ezcol_1half_end]\r\n\r\n<hr />\r\n\r\n[ezcol_1half]\r\n<span style=\"color: #3366ff;\"><strong>Send us your prayer request!</strong></span>\r\n[contact-form-7 id=\"1319\" title=\"Womens Bible Study\"]\r\n\r\n[/ezcol_1half] [ezcol_1half_end]\r\n<p style=\"text-align: center;\"><a href=\"mailto:alicechoice@aol.com\"><img class=\"aligncenter size-full wp-image-1075\" alt=\"For Womens Only\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/private-prayer-request-for-womens.png\" width=\"300\" height=\"225\" /></a></p>\r\n&nbsp;\r\n\r\n<a href=\"http://raylsmith.org/prayer-channel/\"><img class=\"aligncenter size-full wp-image-1078\" alt=\"Live Prayer\" src=\"http://raylsmith.org/wp-content/uploads/2012/09/join-live-prayer.png\" width=\"300\" height=\"50\" /></a>\r\n[/ezcol_1half_end]','Women\'s Bible Study','','inherit','open','open','','1456-revision-v1','','','2014-10-13 08:43:41','2014-10-13 08:43:41','',1456,'http://raylsmith.org/1456-revision-v1/',0,'revision','',0),(2727,1,'2014-10-13 09:17:54','2014-10-13 09:17:54','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN</h2>\r\n<strong>John 14:2-3</strong>\r\n\r\nIn my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\r\n\r\nAnd if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\r\n\r\n<strong>Luke 23:43</strong> - And Jesus said unto him, Verily I say unto thee, To day shalt thou be with me in paradise.\r\n\r\n<strong>Revelation 11:19</strong> - And the temple of God was opened in heaven, and there was seen in his temple the ark of his testament: and there were lightnings, and voices, and thunderings, and an earthquake, and great hail.\r\n\r\n<strong>Revelation 4:4</strong> - And round about the throne [were] four and twenty seats: and upon the seats I saw four and twenty elders sitting, clothed in white raiment; and they had on their heads crowns of gold.\r\n\r\n<strong>Revelation 3:21</strong> - To him that overcometh will I grant to sit with me in my throne, even as I also overcame, and am set down with my Father in his throne.\r\n\r\n<strong>Revelation 21:6</strong>\r\n\r\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\r\n\r\n<strong>Revelation 21:4</strong> - And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\r\n\r\n<strong>1 Corinthians 15:53-54</strong>\r\n\r\n53 For this corruptible must put on incorruption, and this mortal must put on immortality.\r\n\r\n54 So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality, then shall be brought to pass the saying that is written, Death is swallowed up in victory.\r\n\r\n<strong>Revelation 21</strong>\r\n\r\n21 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\r\n\r\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\r\n\r\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\r\n\r\n<strong>Revelation 21:10-27</strong>\r\n\r\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\r\n\r\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\r\n\r\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\r\n\r\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\r\n\r\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\r\n\r\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\r\n\r\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\r\n\r\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\r\n\r\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\r\n\r\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\r\n\r\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\r\n\r\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\r\n\r\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\r\n\r\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\r\n\r\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\r\n\r\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\r\n\r\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\r\n\r\n26 And they shall bring the glory and honour of the nations into it.\r\n\r\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\r\n\r\n<strong>Revelation 22:1-5</strong>\r\n\r\n1 And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb.\r\n\r\n2 In the midst of the street of it, and on either side of the river, [was there] the tree of life, which bare twelve [manner of] fruits, [and] yielded her fruit every month: and the leaves of the tree [were] for the healing of the nations.\r\n\r\n3 And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\r\n\r\n4 And they shall see his face; and his name [shall be] in their foreheads.\r\n\r\n5 And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heaven','','publish','open','open','','heaven','','','2014-10-13 09:19:57','2014-10-13 09:19:57','',0,'http://raylsmith.org/?p=2727',0,'post','',0),(2728,1,'2014-10-13 09:17:54','2014-10-13 09:17:54','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN</h2>\r\n<strong>John 14:2-3</strong>\r\n\r\nIn my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\r\n\r\nAnd if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\r\n\r\n<strong>Luke 23:43</strong> - And Jesus said unto him, Verily I say unto thee, To day shalt thou be with me in paradise.\r\n\r\n<strong>Revelation 11:19</strong> - And the temple of God was opened in heaven, and there was seen in his temple the ark of his testament: and there were lightnings, and voices, and thunderings, and an earthquake, and great hail.\r\n\r\n<strong>Revelation 4:4</strong> - And round about the throne [were] four and twenty seats: and upon the seats I saw four and twenty elders sitting, clothed in white raiment; and they had on their heads crowns of gold.\r\n\r\n<strong>Revelation 3:21</strong> - To him that overcometh will I grant to sit with me in my throne, even as I also overcame, and am set down with my Father in his throne.\r\n\r\n<strong>Revelation 21:6</strong>\r\n\r\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\r\n\r\n<strong>Revelation 21:4</strong> - And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\r\n\r\n<strong>1 Corinthians 15:53-54</strong>\r\n\r\n53 For this corruptible must put on incorruption, and this mortal must put on immortality.\r\n\r\n54 So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality, then shall be brought to pass the saying that is written, Death is swallowed up in victory.\r\n\r\n<strong>Revelation 21</strong>\r\n\r\n21 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\r\n\r\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\r\n\r\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\r\n\r\n<strong>Revelation 21:10-27</strong>\r\n\r\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\r\n\r\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\r\n\r\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\r\n\r\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\r\n\r\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\r\n\r\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\r\n\r\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\r\n\r\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\r\n\r\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\r\n\r\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\r\n\r\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\r\n\r\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\r\n\r\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\r\n\r\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\r\n\r\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\r\n\r\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\r\n\r\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\r\n\r\n26 And they shall bring the glory and honour of the nations into it.\r\n\r\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\r\n\r\n<strong>Revelation 22:1-5</strong>\r\n\r\n1 And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb.\r\n\r\n2 In the midst of the street of it, and on either side of the river, [was there] the tree of life, which bare twelve [manner of] fruits, [and] yielded her fruit every month: and the leaves of the tree [were] for the healing of the nations.\r\n\r\n3 And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\r\n\r\n4 And they shall see his face; and his name [shall be] in their foreheads.\r\n\r\n5 And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heaven','','inherit','open','open','','2727-revision-v1','','','2014-10-13 09:17:54','2014-10-13 09:17:54','',2727,'http://raylsmith.org/2727-revision-v1/',0,'revision','',0),(2729,1,'2014-10-13 09:19:57','2014-10-13 09:19:57','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">HEAVEN</h2>\r\n<strong>John 14:2-3</strong>\r\n\r\nIn my Father\'s house are many mansions: if it were not so, I would have told you. I go to prepare a place for you.\r\n\r\nAnd if I go and prepare a place for you, I will come again, and receive you unto myself; that where I am, there ye may be also.\r\n\r\n<strong>Luke 23:43</strong> - And Jesus said unto him, Verily I say unto thee, To day shalt thou be with me in paradise.\r\n\r\n<strong>Revelation 11:19</strong> - And the temple of God was opened in heaven, and there was seen in his temple the ark of his testament: and there were lightnings, and voices, and thunderings, and an earthquake, and great hail.\r\n\r\n<strong>Revelation 4:4</strong> - And round about the throne [were] four and twenty seats: and upon the seats I saw four and twenty elders sitting, clothed in white raiment; and they had on their heads crowns of gold.\r\n\r\n<strong>Revelation 3:21</strong> - To him that overcometh will I grant to sit with me in my throne, even as I also overcame, and am set down with my Father in his throne.\r\n\r\n<strong>Revelation 21:6</strong>\r\n\r\n6 And he said unto me, It is done. I am Alpha and Omega, the beginning and the end. I will give unto him that is athirst of the fountain of the water of life freely.\r\n\r\n<strong>Revelation 21:4</strong> - And God shall wipe away all tears from their eyes; and there shall be no more death, neither sorrow, nor crying, neither shall there be any more pain: for the former things are passed away.\r\n\r\n<strong>1 Corinthians 15:53-54</strong>\r\n\r\n53 For this corruptible must put on incorruption, and this mortal must put on immortality.\r\n\r\n54 So when this corruptible shall have put on incorruption, and this mortal shall have put on immortality, then shall be brought to pass the saying that is written, Death is swallowed up in victory.\r\n\r\n<strong>Revelation 21</strong>\r\n\r\n21 And I saw a new heaven and a new earth: for the first heaven and the first earth were passed away; and there was no more sea.\r\n\r\n2 And I John saw the holy city, new Jerusalem, coming down from God out of heaven, prepared as a bride adorned for her husband.\r\n\r\n3 And I heard a great voice out of heaven saying, Behold, the tabernacle of God is with men, and he will dwell with them, and they shall be his people, and God himself shall be with them, and be their God.\r\n\r\n<strong>Revelation 21:10-27</strong>\r\n\r\n9 And there came unto me one of the seven angels which had the seven vials full of the seven last plagues, and talked with me, saying, Come hither, I will shew thee the bride, the Lamb\'s wife.\r\n\r\n10 And he carried me away in the spirit to a great and high mountain, and shewed me that great city, the holy Jerusalem, descending out of heaven from God,\r\n\r\n11 Having the glory of God: and her light was like unto a stone most precious, even like a jasper stone, clear as crystal;\r\n\r\n12 And had a wall great and high, and had twelve gates, and at the gates twelve angels, and names written thereon, which are the names of the twelve tribes of the children of Israel:\r\n\r\n13 On the east three gates; on the north three gates; on the south three gates; and on the west three gates.\r\n\r\n14 And the wall of the city had twelve foundations, and in them the names of the twelve apostles of the Lamb.\r\n\r\n15 And he that talked with me had a golden reed to measure the city, and the gates thereof, and the wall thereof.\r\n\r\n16 And the city lieth foursquare, and the length is as large as the breadth: and he measured the city with the reed, twelve thousand furlongs. The length and the breadth and the height of it are equal.\r\n\r\n17 And he measured the wall thereof, an hundred and forty and four cubits, according to the measure of a man, that is, of the angel.\r\n\r\n18 And the building of the wall of it was of jasper: and the city was pure gold, like unto clear glass.\r\n\r\n19 And the foundations of the wall of the city were garnished with all manner of precious stones. The first foundation was jasper; the second, sapphire; the third, a chalcedony; the fourth, an emerald;\r\n\r\n20 The fifth, sardonyx; the sixth, sardius; the seventh, chrysolyte; the eighth, beryl; the ninth, a topaz; the tenth, a chrysoprasus; the eleventh, a jacinth; the twelfth, an amethyst.\r\n\r\n21 And the twelve gates were twelve pearls: every several gate was of one pearl: and the street of the city was pure gold, as it were transparent glass.\r\n\r\n22 And I saw no temple therein: for the Lord God Almighty and the Lamb are the temple of it.\r\n\r\n23 And the city had no need of the sun, neither of the moon, to shine in it: for the glory of God did lighten it, and the Lamb is the light thereof.\r\n\r\n24 And the nations of them which are saved shall walk in the light of it: and the kings of the earth do bring their glory and honour into it.\r\n\r\n25 And the gates of it shall not be shut at all by day: for there shall be no night there.\r\n\r\n26 And they shall bring the glory and honour of the nations into it.\r\n\r\n27 And there shall in no wise enter into it any thing that defileth, neither whatsoever worketh abomination, or maketh a lie: but they which are written in the Lamb\'s book of life.\r\n\r\n<strong>Revelation 22:1-5</strong>\r\n\r\n1 And he shewed me a pure river of water of life, clear as crystal, proceeding out of the throne of God and of the Lamb.\r\n\r\n2 In the midst of the street of it, and on either side of the river, [was there] the tree of life, which bare twelve [manner of] fruits, [and] yielded her fruit every month: and the leaves of the tree [were] for the healing of the nations.\r\n\r\n3 And there shall be no more curse: but the throne of God and of the Lamb shall be in it; and his servants shall serve him:\r\n\r\n4 And they shall see his face; and his name [shall be] in their foreheads.\r\n\r\n5 And there shall be no night there; and they need no candle, neither light of the sun; for the Lord God giveth them light: and they shall reign for ever and ever.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Heaven','','inherit','open','open','','2727-revision-v1','','','2014-10-13 09:19:57','2014-10-13 09:19:57','',2727,'http://raylsmith.org/2727-revision-v1/',0,'revision','',0),(2730,1,'2014-10-13 12:20:29','2014-10-13 12:20:29','','heaven','','inherit','open','open','','heaven-2','','','2014-10-13 12:20:29','2014-10-13 12:20:29','',2,'http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg',0,'attachment','image/jpeg',0),(2732,1,'2014-10-13 12:22:09','2014-10-13 12:22:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:22:09','2014-10-13 12:22:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2731,1,'2014-10-13 12:21:09','2014-10-13 12:21:09','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n\r\n<object width=\"230\" height=\"155\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"230\" height=\"155\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:21:09','2014-10-13 12:21:09','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2734,1,'2014-10-13 12:34:44','2014-10-13 12:34:44','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Heaven</strong>\r\n<strong>October 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Sowing and Reaping</strong>\r\n<strong>October 5, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>\r\n','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-10-13 12:34:44','2014-10-13 12:34:44','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2735,1,'2014-10-13 12:47:34','2014-10-13 12:47:34','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us on our Facebook page that we have set up for Christians that consider themselves as young adults. A place where all over the world the can share with each other. Also where older adults can share wisdom with the younger.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nMen of God - We stand that His will is done!\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:47:34','2014-10-13 12:47:34','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2736,1,'2014-10-13 12:49:26','2014-10-13 12:49:26','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us on our Facebook page that we have set up for Christians that consider themselves as young adults. A place where all over the world the can share with each other. Also where older adults can share wisdom with the younger.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that God\'s will is done is our commitment. We share wisdom, inspiration, testimonies that will encourage Christian men to do what God has called them to do. You can also participate in our monthly meetings by connecting online. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nHouse Of Prayer Worship\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:49:26','2014-10-13 12:49:26','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2743,1,'2014-10-16 14:08:59','2014-10-16 14:08:59','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that His will is done.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-16 14:08:59','2014-10-16 14:08:59','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2742,1,'2014-10-16 14:02:23','2014-10-16 14:02:23','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that His will is done.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence. Our site has soaking, praise, worship and prophetic music and song. Also experience what it is like to worship at one of the House of Prayer church services. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nWe want to share some of the wonder things that God is doing. Through testimonies visions and supernatural experiences. We hope to encourage you to believe for God to do amazing things in your lives.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-16 14:02:23','2014-10-16 14:02:23','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2741,1,'2014-10-16 14:01:05','2014-10-16 14:01:05','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that God\'s will is done is our commitment. We share wisdom, inspiration, testimonies that will encourage Christian men to do what God has called them to do. You can also participate in our monthly meetings by connecting online. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence. Our site has soaking, praise, worship and prophetic music and song. Also experience what it is like to worship at one of the House of Prayer church services. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nWe want to share some of the wonder things that God is doing. Through testimonies visions and supernatural experiences. We hope to encourage you to believe for God to do amazing things in your lives.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-16 14:01:05','2014-10-16 14:01:05','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2737,1,'2014-10-13 12:51:31','2014-10-13 12:51:31','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us on our Facebook page that we have set up for Christians that consider themselves as young adults. A place where all over the world the can share with each other. Also where older adults can share wisdom with the younger.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that God\'s will is done is our commitment. We share wisdom, inspiration, testimonies that will encourage Christian men to do what God has called them to do. You can also participate in our monthly meetings by connecting online. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence. Our site has soaking, praise, worship and prophetic music and song. Also experience what it is like to worship at one of the House of Prayer church services. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nWe want to share some of the wonder things that God is doing. Through testimonies visions and supernatural experiences. We hope to encourage you to believe for God to do amazing things in your lives.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:51:31','2014-10-13 12:51:31','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2738,1,'2014-10-13 12:53:48','2014-10-13 12:53:48','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us on our Facebook page that we have set up for Christians that consider themselves as young adults. A place where all over the world the can share with each other. Also where older adults can share wisdom with the younger.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that God\'s will is done is our commitment. We share wisdom, inspiration, testimonies that will encourage Christian men to do what God has called them to do. You can also participate in our monthly meetings by connecting online. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence. Our site has soaking, praise, worship and prophetic music and song. Also experience what it is like to worship at one of the House of Prayer church services. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">Sign, Wonders and Miracles</a>\r\n\r\nWe want to share some of the wonder things that God is doing. Through testimonies visions and supernatural experiences. We hope to encourage you to believe for God to do amazing things in your lives.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-13 12:53:48','2014-10-13 12:53:48','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2739,1,'2014-10-14 13:11:05','2014-10-14 13:11:05','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/heaven/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/heaven.jpg\" alt=\"Heaven\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nJoin us on our Facebook page that we have set up for Christians that consider themselves as young adults. A place where all over the world the can share with each other. Also where older adults can share wisdom with the younger.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that God\'s will is done is our commitment. We share wisdom, inspiration, testimonies that will encourage Christian men to do what God has called them to do. You can also participate in our monthly meetings by connecting online. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence. Our site has soaking, praise, worship and prophetic music and song. Also experience what it is like to worship at one of the House of Prayer church services. \r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nWe want to share some of the wonder things that God is doing. Through testimonies visions and supernatural experiences. We hope to encourage you to believe for God to do amazing things in your lives.\r\n\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-14 13:11:05','2014-10-14 13:11:05','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2746,1,'2014-10-20 08:29:33','2014-10-20 08:29:33','','living-water','','inherit','open','open','','living-water-2','','','2014-10-20 08:29:33','2014-10-20 08:29:33','',2,'http://raylsmith.org/wp-content/uploads/2012/06/living-water.jpg',0,'attachment','image/jpeg',0),(2744,1,'2014-10-20 07:56:45','2014-10-20 07:56:45','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/L9oLt4jjGpE?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L9oLt4jjGpE?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">LIVING WATER</h2>\r\n<strong>John 7:38</strong>\r\n\r\nHe that believeth on me, as the scripture hath said, out of his belly shall flow rivers of living water.\r\n\r\n<strong>The Goodness of God</strong>\r\n\r\n<strong>Psalm 36:5-10</strong>\r\n\r\n5 Thy mercy, O Lord, is in the heavens; and thy faithfulness reacheth unto the clouds.\r\n\r\n6 Thy righteousness is like the great mountains; thy judgments are a great deep: O Lord, thou preservest man and beast.\r\n\r\n7 How excellent is thy loving kindness, O God! therefore the children of men put their trust under the shadow of thy wings.\r\n\r\n8 They shall be abundantly satisfied with the fatness of thy house; and thou shalt make them drink of the river of thy pleasures.\r\n\r\n9 For with thee is the fountain of life: in thy light shall we see light.\r\n\r\n10 O continue thy loving kindness unto them that know thee; and thy righteousness to the upright in heart.\r\n\r\n<strong>In Heaven</strong>\r\n\r\n<strong>Revelation 7:16-17</strong>\r\n\r\n16 They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat.\r\n\r\n17 For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\r\n\r\nHis people forsoke what was good\r\n\r\n<strong>Jeremiah 2:12-14</strong>\r\n\r\n12 Be astonished, O ye heavens, at this, and be horribly afraid, be ye very desolate, saith the Lord.\r\n\r\n13 For my people have committed two evils; they have forsaken me the fountain of living waters, and hewed them out cisterns, broken cisterns, that can hold no water.\r\n\r\n14 Is Israel a servant? is he a home born slave? why is he spoiled?\r\n\r\n<strong>Jeremiah 17:13</strong>\r\n\r\n13 O Lord, the hope of Israel, all that forsake thee shall be ashamed, and they that depart from me shall be written in the earth, because they have forsaken the Lord, the fountain of living waters.\r\n\r\nExample of what Jesus said\r\n\r\n<strong>John 4:1-29</strong>\r\n\r\n1 When therefore the Lord knew how the Pharisees had heard that Jesus made and baptized more disciples than John,\r\n\r\n2 (Though Jesus himself baptized not, but his disciples,)\r\n\r\n3 He left Judaea, and departed again into Galilee.\r\n\r\n4 And he must needs go through Samaria.\r\n\r\n5 Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph.\r\n\r\n6 Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour.\r\n\r\n7 There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink.\r\n\r\n8 (For his disciples were gone away unto the city to buy meat.)\r\n\r\n9 Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans.\r\n\r\n10 Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\r\n\r\n11 The woman saith unto him, Sir, thou hast nothing to draw with, and the well is deep: from whence then hast thou that living water?\r\n\r\n12 Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle?\r\n\r\n13 Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again:\r\n\r\n14 But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\r\n\r\n15 The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw.\r\n\r\n16 Jesus saith unto her, Go, call thy husband, and come hither.\r\n\r\n17 The woman answered and said, I have no husband. Jesus said unto her, Thou hast well said, I have no husband:\r\n\r\n18 For thou hast had five husbands; and he whom thou now hast is not thy husband: in that saidst thou truly.\r\n\r\n19 The woman saith unto him, Sir, I perceive that thou art a prophet.\r\n\r\n20 Our fathers worshipped in this mountain; and ye say, that in Jerusalem is the place where men ought to worship.\r\n\r\n21 Jesus saith unto her, Woman, believe me, the hour cometh, when ye shall neither in this mountain, nor yet at Jerusalem, worship the Father.\r\n\r\n22 Ye worship ye know not what: we know what we worship: for salvation is of the Jews.\r\n\r\n23 But the hour cometh, and now is, when the true worshippers shall worship the Father in spirit and in truth: for the Father seeketh such to worship him.\r\n\r\n24 God is a Spirit: and they that worship him must worship him in spirit and in truth.\r\n\r\n25 The woman saith unto him, I know that Messias cometh, which is called Christ: when he is come, he will tell us all things.\r\n\r\n26 Jesus saith unto her, I that speak unto thee am he.\r\n\r\n27 And upon this came his disciples, and marvelled that he talked with the woman: yet no man said, What seekest thou? or, Why talkest thou with her?\r\n\r\n28 The woman then left her waterpot, and went her way into the city, and saith to the men,\r\n\r\n29 Come, see a man, which told me all things that ever I did: is not this the Christ?\r\n\r\n<strong>Hosea 4:6</strong>\r\n\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.\r\n\r\n<strong>Matthew 5:6</strong>\r\n\r\n6 Blessed are they which do hunger and thirst after righteousness: for they shall be filled.\r\n\r\n<strong>Psalm 42:1-2</strong>\r\n\r\n1 As the hart panteth after the water brooks, so panteth my soul after thee, O God.\r\n\r\n2 My soul thirsteth for God, for the living God: when shall I come and appear before God?\r\n\r\nJesus continues to say\r\n\r\n<strong>John 7:38-39</strong>\r\n\r\n38 He that believeth on me, as the scripture hath said, out of his belly shall flow rivers of living water.\r\n\r\n39 (But this spake he of the Spirit, which they that believe on him should receive: for the Holy Ghost was not yet given; because that Jesus was not yet glorified.)\r\n\r\n<strong>Luke 1:15</strong>\r\n\r\nFor he shall be great in the sight of the Lord, and shall drink neither wine nor strong drink; and he shall be filled with the Holy Ghost, even from his mother\'s womb.\r\n\r\n<strong>Acts 2:4</strong>\r\n\r\n4 And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\r\n\r\nPrayer\r\n\r\n<strong>John 15:10-15</strong>\r\n\r\n10 Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\r\n\r\n11 The woman saith unto him, Sir, thou hast nothing to draw with, and the well is deep: from whence then hast thou that living water?\r\n\r\n12 Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle?\r\n\r\n13 Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again:\r\n\r\n14 But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\r\n\r\n15 The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw.\r\n\r\n<strong>Isaiah 55:1</strong>\r\n\r\n55 Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Living Water','','publish','open','open','','living-water','','','2014-10-20 07:56:45','2014-10-20 07:56:45','',0,'http://raylsmith.org/?p=2744',0,'post','',0),(2745,1,'2014-10-20 07:56:45','2014-10-20 07:56:45','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/L9oLt4jjGpE?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L9oLt4jjGpE?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">LIVING WATER</h2>\r\n<strong>John 7:38</strong>\r\n\r\nHe that believeth on me, as the scripture hath said, out of his belly shall flow rivers of living water.\r\n\r\n<strong>The Goodness of God</strong>\r\n\r\n<strong>Psalm 36:5-10</strong>\r\n\r\n5 Thy mercy, O Lord, is in the heavens; and thy faithfulness reacheth unto the clouds.\r\n\r\n6 Thy righteousness is like the great mountains; thy judgments are a great deep: O Lord, thou preservest man and beast.\r\n\r\n7 How excellent is thy loving kindness, O God! therefore the children of men put their trust under the shadow of thy wings.\r\n\r\n8 They shall be abundantly satisfied with the fatness of thy house; and thou shalt make them drink of the river of thy pleasures.\r\n\r\n9 For with thee is the fountain of life: in thy light shall we see light.\r\n\r\n10 O continue thy loving kindness unto them that know thee; and thy righteousness to the upright in heart.\r\n\r\n<strong>In Heaven</strong>\r\n\r\n<strong>Revelation 7:16-17</strong>\r\n\r\n16 They shall hunger no more, neither thirst any more; neither shall the sun light on them, nor any heat.\r\n\r\n17 For the Lamb which is in the midst of the throne shall feed them, and shall lead them unto living fountains of waters: and God shall wipe away all tears from their eyes.\r\n\r\nHis people forsoke what was good\r\n\r\n<strong>Jeremiah 2:12-14</strong>\r\n\r\n12 Be astonished, O ye heavens, at this, and be horribly afraid, be ye very desolate, saith the Lord.\r\n\r\n13 For my people have committed two evils; they have forsaken me the fountain of living waters, and hewed them out cisterns, broken cisterns, that can hold no water.\r\n\r\n14 Is Israel a servant? is he a home born slave? why is he spoiled?\r\n\r\n<strong>Jeremiah 17:13</strong>\r\n\r\n13 O Lord, the hope of Israel, all that forsake thee shall be ashamed, and they that depart from me shall be written in the earth, because they have forsaken the Lord, the fountain of living waters.\r\n\r\nExample of what Jesus said\r\n\r\n<strong>John 4:1-29</strong>\r\n\r\n1 When therefore the Lord knew how the Pharisees had heard that Jesus made and baptized more disciples than John,\r\n\r\n2 (Though Jesus himself baptized not, but his disciples,)\r\n\r\n3 He left Judaea, and departed again into Galilee.\r\n\r\n4 And he must needs go through Samaria.\r\n\r\n5 Then cometh he to a city of Samaria, which is called Sychar, near to the parcel of ground that Jacob gave to his son Joseph.\r\n\r\n6 Now Jacob\'s well was there. Jesus therefore, being wearied with his journey, sat thus on the well: and it was about the sixth hour.\r\n\r\n7 There cometh a woman of Samaria to draw water: Jesus saith unto her, Give me to drink.\r\n\r\n8 (For his disciples were gone away unto the city to buy meat.)\r\n\r\n9 Then saith the woman of Samaria unto him, How is it that thou, being a Jew, askest drink of me, which am a woman of Samaria? for the Jews have no dealings with the Samaritans.\r\n\r\n10 Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\r\n\r\n11 The woman saith unto him, Sir, thou hast nothing to draw with, and the well is deep: from whence then hast thou that living water?\r\n\r\n12 Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle?\r\n\r\n13 Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again:\r\n\r\n14 But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\r\n\r\n15 The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw.\r\n\r\n16 Jesus saith unto her, Go, call thy husband, and come hither.\r\n\r\n17 The woman answered and said, I have no husband. Jesus said unto her, Thou hast well said, I have no husband:\r\n\r\n18 For thou hast had five husbands; and he whom thou now hast is not thy husband: in that saidst thou truly.\r\n\r\n19 The woman saith unto him, Sir, I perceive that thou art a prophet.\r\n\r\n20 Our fathers worshipped in this mountain; and ye say, that in Jerusalem is the place where men ought to worship.\r\n\r\n21 Jesus saith unto her, Woman, believe me, the hour cometh, when ye shall neither in this mountain, nor yet at Jerusalem, worship the Father.\r\n\r\n22 Ye worship ye know not what: we know what we worship: for salvation is of the Jews.\r\n\r\n23 But the hour cometh, and now is, when the true worshippers shall worship the Father in spirit and in truth: for the Father seeketh such to worship him.\r\n\r\n24 God is a Spirit: and they that worship him must worship him in spirit and in truth.\r\n\r\n25 The woman saith unto him, I know that Messias cometh, which is called Christ: when he is come, he will tell us all things.\r\n\r\n26 Jesus saith unto her, I that speak unto thee am he.\r\n\r\n27 And upon this came his disciples, and marvelled that he talked with the woman: yet no man said, What seekest thou? or, Why talkest thou with her?\r\n\r\n28 The woman then left her waterpot, and went her way into the city, and saith to the men,\r\n\r\n29 Come, see a man, which told me all things that ever I did: is not this the Christ?\r\n\r\n<strong>Hosea 4:6</strong>\r\n\r\nMy people are destroyed for lack of knowledge: because thou hast rejected knowledge, I will also reject thee, that thou shalt be no priest to me: seeing thou hast forgotten the law of thy God, I will also forget thy children.\r\n\r\n<strong>Matthew 5:6</strong>\r\n\r\n6 Blessed are they which do hunger and thirst after righteousness: for they shall be filled.\r\n\r\n<strong>Psalm 42:1-2</strong>\r\n\r\n1 As the hart panteth after the water brooks, so panteth my soul after thee, O God.\r\n\r\n2 My soul thirsteth for God, for the living God: when shall I come and appear before God?\r\n\r\nJesus continues to say\r\n\r\n<strong>John 7:38-39</strong>\r\n\r\n38 He that believeth on me, as the scripture hath said, out of his belly shall flow rivers of living water.\r\n\r\n39 (But this spake he of the Spirit, which they that believe on him should receive: for the Holy Ghost was not yet given; because that Jesus was not yet glorified.)\r\n\r\n<strong>Luke 1:15</strong>\r\n\r\nFor he shall be great in the sight of the Lord, and shall drink neither wine nor strong drink; and he shall be filled with the Holy Ghost, even from his mother\'s womb.\r\n\r\n<strong>Acts 2:4</strong>\r\n\r\n4 And they were all filled with the Holy Ghost, and began to speak with other tongues, as the Spirit gave them utterance.\r\n\r\nPrayer\r\n\r\n<strong>John 15:10-15</strong>\r\n\r\n10 Jesus answered and said unto her, If thou knewest the gift of God, and who it is that saith to thee, Give me to drink; thou wouldest have asked of him, and he would have given thee living water.\r\n\r\n11 The woman saith unto him, Sir, thou hast nothing to draw with, and the well is deep: from whence then hast thou that living water?\r\n\r\n12 Art thou greater than our father Jacob, which gave us the well, and drank thereof himself, and his children, and his cattle?\r\n\r\n13 Jesus answered and said unto her, Whosoever drinketh of this water shall thirst again:\r\n\r\n14 But whosoever drinketh of the water that I shall give him shall never thirst; but the water that I shall give him shall be in him a well of water springing up into everlasting life.\r\n\r\n15 The woman saith unto him, Sir, give me this water, that I thirst not, neither come hither to draw.\r\n\r\n<strong>Isaiah 55:1</strong>\r\n\r\n55 Ho, every one that thirsteth, come ye to the waters, and he that hath no money; come ye, buy, and eat; yea, come, buy wine and milk without money and without price.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Living Water','','inherit','open','open','','2744-revision-v1','','','2014-10-20 07:56:45','2014-10-20 07:56:45','',2744,'http://raylsmith.org/2744-revision-v1/',0,'revision','',0),(2747,1,'2014-10-20 08:30:32','2014-10-20 08:30:32','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/living-water/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/living-water.jpg\" alt=\"Living Water\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that His will is done.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-20 08:30:32','2014-10-20 08:30:32','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2748,1,'2014-10-20 08:49:55','2014-10-20 08:49:55','','heavenheaven','','inherit','open','open','','heavenheaven','','','2014-10-20 08:49:55','2014-10-20 08:49:55','',888,'http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg',0,'attachment','image/jpeg',0),(2749,1,'2014-10-20 08:50:52','2014-10-20 08:50:52','','livingwater','','inherit','open','open','','livingwater','','','2014-10-20 08:50:52','2014-10-20 08:50:52','',888,'http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg',0,'attachment','image/jpeg',0),(2750,1,'2014-10-20 08:54:13','2014-10-20 08:54:13','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg\" alt=\"Living Water\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg\" alt=\"Heaven\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/reaping.jpg\" alt=\"Sowing and Reaping\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Sowing and Reaping</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-water/\">Living Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heaven/\">Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-10-20 08:54:13','2014-10-20 08:54:13','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2751,1,'2014-10-20 14:14:09','2014-10-20 14:14:09','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Water</strong>\r\n<strong>October 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Sowing and Reaping</strong>\r\n<strong>October 5, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven</strong>\r\n<strong>October 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-10-20 14:14:09','2014-10-20 14:14:09','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2753,1,'2014-10-27 07:56:54','2014-10-27 07:56:54','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">SUPERNATURAL LIFESTYLE</h2>\r\nYou are not just out here anymore. You path is blessed. You path is eternal, spiritual. You are in communion with heaven.\r\n\r\nYou will see\r\n\r\n<strong>John 1:46-51</strong>\r\n\r\n46 And Nathanael said unto him, Can there any good thing come out of Nazareth? Philip saith unto him, Come and see.\r\n\r\n47 Jesus saw Nathanael coming to him, and saith of him, Behold an Israelite indeed, in whom is no guile!\r\n\r\n48 Nathanael saith unto him, Whence knowest thou me? Jesus answered and said unto him, Before that Philip called thee, when thou wast under the fig tree, I saw thee.\r\n\r\n49 Nathanael answered and saith unto him, Rabbi, thou art the Son of God; thou art the King of Israel.\r\n\r\n50 Jesus answered and said unto him, Because I said unto thee, I saw thee under the fig tree, believest thou? thou shalt see greater things than these.\r\n\r\n51 And he saith unto him, Verily, verily, I say unto you, Hereafter ye shall see heaven open, and the angels of God ascending and descending upon the Son of man.\r\n\r\nYou will hear\r\n\r\n<strong>Matthew 17:1-7</strong>\r\n\r\n17 And after six days Jesus taketh Peter, James, and John his brother, and bringeth them up into an high mountain apart,\r\n\r\n2 And was transfigured before them: and his face did shine as the sun, and his raiment was white as the light.\r\n\r\n3 And, behold, there appeared unto them Moses and Elias talking with him.\r\n\r\n4 Then answered Peter, and said unto Jesus, Lord, it is good for us to be here: if thou wilt, let us make here three tabernacles; one for thee, and one for Moses, and one for Elias.\r\n\r\n5 While he yet spake, behold, a bright cloud overshadowed them: and behold a voice out of the cloud, which said, This is my beloved Son, in whom I am well pleased; hear ye him.\r\n\r\n6 And when the disciples heard it, they fell on their face, and were sore afraid.\r\n\r\n7 And Jesus came and touched them, and said, Arise, and be not afraid.\r\n\r\nThings will be revealed\r\n\r\n<strong>Luke 10:21-23</strong>\r\n\r\n21 In that hour Jesus rejoiced in spirit, and said, I thank thee, O Father, Lord of heaven and earth, that thou hast hid these things from the wise and prudent, and hast revealed them unto babes: even so, Father; for so it seemed good in thy sight.\r\n\r\n22 All things are delivered to me of my Father: and no man knoweth who the Son is, but the Father; and who the Father is, but the Son, and he to whom the Son will reveal him.\r\n\r\n23 And he turned him unto his disciples, and said privately, Blessed are the eyes which see the things that ye see:\r\n\r\nYou will be Invisable\r\n\r\n<strong>Luke 10:18-20</strong>\r\n\r\n18 And he said unto them, I beheld Satan as lightning fall from heaven.\r\n\r\n19 Behold, I give unto you power to tread on serpents and scorpions, and over all the power of the enemy: and nothing shall by any means hurt you.\r\n\r\n20 Notwithstanding in this rejoice not, that the spirits are subject unto you; but rather rejoice, because your names are written in heaven.\r\n\r\nNothing will be impossible for you\r\n\r\n<strong>Matthew 17:14-21</strong>\r\n\r\n14 And when they were come to the multitude, there came to him a certain man, kneeling down to him, and saying,\r\n\r\n15 Lord, have mercy on my son: for he is lunatick, and sore vexed: for ofttimes he falleth into the fire, and oft into the water.\r\n\r\n16 And I brought him to thy disciples, and they could not cure him.\r\n\r\n17 Then Jesus answered and said, O faithless and perverse generation, how long shall I be with you? how long shall I suffer you? bring him hither to me.\r\n\r\n18 And Jesus rebuked the devil; and he departed out of him: and the child was cured from that very hour.\r\n\r\n19 Then came the disciples to Jesus apart, and said, Why could not we cast him out?\r\n\r\n20 And Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you.\r\n\r\n21 Howbeit this kind goeth not out but by prayer and fasting.\r\n\r\nYou will have available the resouces of heaven\r\n\r\n<strong>Acts 12:3-11</strong>\r\n\r\n3 And because he saw it pleased the Jews, he proceeded further to take Peter also. (Then were the days of unleavened bread.)\r\n\r\n4 And when he had apprehended him, he put him in prison, and delivered him to four quaternions of soldiers to keep him; intending after Easter to bring him forth to the people.\r\n\r\n5 Peter therefore was kept in prison: but prayer was made without ceasing of the church unto God for him.\r\n\r\n6 And when Herod would have brought him forth, the same night Peter was sleeping between two soldiers, bound with two chains: and the keepers before the door kept the prison.\r\n\r\n7 And, behold, the angel of the Lord came upon him, and a light shined in the prison: and he smote Peter on the side, and raised him up, saying, Arise up quickly. And his chains fell off from his hands.\r\n\r\n8 And the angel said unto him, Gird thyself, and bind on thy sandals. And so he did. And he saith unto him, Cast thy garment about thee, and follow me.\r\n\r\n9 And he went out, and followed him; and wist not that it was true which was done by the angel; but thought he saw a vision.\r\n\r\n10 When they were past the first and the second ward, they came unto the iron gate that leadeth unto the city; which opened to them of his own accord: and they went out, and passed on through one street; and forthwith the angel departed from him.\r\n\r\n11 And when Peter was come to himself, he said, Now I know of a surety, that the Lord hath sent his angel, and hath delivered me out of the hand of Herod, and from all the expectation of the people of the Jews.\r\n\r\nYour fellowship with God will be real\r\n\r\n<strong>John 16:13-15</strong>\r\n\r\n13 Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\r\n\r\n14 He shall glorify me: for he shall receive of mine, and shall shew it unto you.\r\n\r\n15 All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\r\n\r\nLeaders\r\n\r\nOthers can enter in\r\n\r\nTithe, give, pray, live holy, read, praise, worship, obey,\r\n\r\nDon\'t doubt\r\n\r\nOnly believe\r\n\r\nGo in Jesus name\r\n\r\n<strong>Pray</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Supernatural Lifestyle','','publish','open','open','','supernatural-lifestyle','','','2014-10-27 13:04:04','2014-10-27 13:04:04','',0,'http://raylsmith.org/?p=2753',0,'post','',0),(2754,1,'2014-10-27 07:56:54','2014-10-27 07:56:54','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></center>\r\n<h2 style=\"text-align: center;\">SUPERNATURAL LIFESTYLE</h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','Supernatural Lifestyle','','inherit','open','open','','2753-revision-v1','','','2014-10-27 07:56:54','2014-10-27 07:56:54','',2753,'http://raylsmith.org/2753-revision-v1/',0,'revision','',0),(2755,1,'2014-10-27 12:39:14','2014-10-27 12:39:14','','supernatural','','inherit','open','open','','supernatural','','','2014-10-27 12:39:14','2014-10-27 12:39:14','',2,'http://raylsmith.org/wp-content/uploads/2012/06/supernatural.jpg',0,'attachment','image/jpeg',0),(2756,1,'2014-10-27 12:40:08','2014-10-27 12:40:08','<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/acquire-the-blessed-life/\"><img class=\"size-full wp-image-1512 aligncenter\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-topblock2.png\" alt=\"RayLSmith\" width=\"942\" height=\"140\" /></a></p>\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>[thethe-image-slider name=\"Home3/4\"]</td>\r\n<td width=\"230\"><object width=\"230\" height=\"162\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"230\" height=\"162\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/Isl7XS9Zfw8?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"alignnone size-full wp-image-2005\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/supernatural.jpg\" alt=\"Supernatural Lifestyle\" width=\"230\" height=\"155\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/connection-partner/\" rel=\"attachment wp-att-1167\"><img class=\"aligncenter size-full wp-image-1167\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-connection.jpg\" alt=\"Connection\" width=\"206\" height=\"127\" /></a></p>\r\n<a href=\"http://raylsmith.org/connection-partner/\">Connection</a>\r\n\r\nStay connected to the ministry through covenant partnership or online church membership.[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/sermons/\" rel=\"attachment wp-att-1168\"><img class=\"aligncenter size-full wp-image-1168\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-sermons.jpg\" alt=\"Sermons\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/category/sermon/\">Sermons</a>\r\n\r\nFaith comes by hearing, and hearing comes through the word of God. Hear inspired sermons from Ray.\r\n\r\n[/wpcol_1quarter][wpcol_1quarter id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/message/\" rel=\"attachment wp-att-1169\"><img class=\"aligncenter size-full wp-image-1169\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-messages.jpg\" alt=\"Messages\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/message/\">Messages</a>\r\n\r\nFive minute sermonettes on life. Hear the inspired revelation from the Holy Spirit on each message. Daily living the right way!\r\n\r\n[/wpcol_1quarter][wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]<a href=\"http://raylsmith.org/prayer-request/\" rel=\"attachment wp-att-1170\"><img class=\"aligncenter size-full wp-image-1170\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-prayer.jpg\" alt=\"Prayer\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/prayer-request/\">Prayer</a>\r\n\r\nSend in your prayer request and receive a miracle from the Lord Jesus Christ. Prayer is the key to your miracle.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/women.jpg\" alt=\"Womens Bible Study\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/womens-bible-study-online/\">Women\'s Bible Study</a>\r\n\r\nJoin us for the pure study of the Word of God. Feel the manifestation of the Holy Spirit as he brings faith and revelation to your hearing.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/giving2/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-giving.jpg\" alt=\"Giving\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/giving2/\">Giving</a>\r\n\r\nGive and it shall be given unto you! Pressed down, shaken together , running over back to you! Bring your tithes and offering to the storehouse.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-onlineassembly.jpg\" alt=\"Online Assembly\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/online-assembly-sign-up/\">Online Assembly</a>\r\n\r\nSign up to be notified for services via the internet.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/international/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raylsmith-international.png\" alt=\"International\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/international/\">International</a>\r\n\r\nHear our inspirational messages through radio.\r\n\r\n[/wpcol_1quarter_end]\r\n<p style=\"text-align: left;\">[wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\" rel=\"attachment wp-att-1171\"><img class=\"aligncenter size-full wp-image-1171\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/young-for-christ.jpg\" alt=\"Young Adults for Christ\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"https://www.facebook.com/pages/Young-Adults-for-Christ/512841745482195\">Young Adults For Christ (YAC)</a>\r\n\r\nConnect with others that love Jesus. Whether you are a teenager, college student or young adult. Share with others all over the world your experience.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.menofgod.tv/\" rel=\"attachment wp-att-1172\"><img class=\"aligncenter size-full wp-image-1172\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/menofgod.jpg\" alt=\"MenofGod.tv\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.menofgod.tv/\">MenOfGod.Tv</a>\r\n\r\nWe stand that His will is done.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://www.houseofprayerworship.com/\" rel=\"attachment wp-att-1173\"><img class=\"aligncenter size-full wp-image-1173\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/houseofprayerworship.jpg\" alt=\"House Of Prayer Worship\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://www.houseofprayerworship.com/\">House Of Prayer Worship</a>\r\n\r\nExperience God\'s presence.\r\n<p style=\"text-align: left;\">[/wpcol_1quarter] [wpcol_1quarter_end id=\"\" class=\"\" style=\"\"]</p>\r\n<a href=\"http://raylsmith.org/testimonial/\" rel=\"attachment wp-att-1174\"><img class=\"aligncenter size-full wp-image-1174\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/miracles.jpg\" alt=\"Sign, Wonders and Miracles\" width=\"206\" height=\"127\" /></a>\r\n\r\n<a href=\"http://raylsmith.org/testimonial/\">Sign, Wonders and Miracles</a>\r\n\r\nSign, Wonders and Miracles\r\n[/wpcol_1quarter_end]\r\n\r\n<hr />\r\n\r\n<h2 style=\"text-align: center;\"><em>Stay Connected &amp; Follow us online!</em></h2>\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"https://www.facebook.com/pages/Ray-Smith-International/329967840424988\" target=\"_blank\"><img class=\"alignnone size-full wp-image-706\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmith-fb.png\" alt=\"Ray Smith Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"https://www.facebook.com/pages/Womens-Bible-Study/388247367896286\" target=\"_blank\"><img class=\"alignnone size-full wp-image-707\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/facebook.jpg\" alt=\"Womens Bible Study Facebook\" width=\"193\" height=\"50\" /></a>        <a href=\"http://www.youtube.com/user/MrRLSmithJr\" target=\"_blank\"><img class=\"alignnone size-full wp-image-708\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithyt.png\" alt=\"Ray Smith Youtube\" width=\"138\" height=\"50\" /></a>        <a href=\"https://twitter.com/raysmithintl\" target=\"_blank\"><img class=\"alignnone size-full wp-image-709\" src=\"http://raylsmith.org/wp-content/uploads/2012/06/raysmithtwitter.png\" alt=\"Ray Smith Twitter\" width=\"193\" height=\"50\" /></a></p>','','','inherit','open','open','','2-revision-v1','','','2014-10-27 12:40:08','2014-10-27 12:40:08','',2,'http://raylsmith.org/2-revision-v1/',0,'revision','',0),(2757,1,'2014-10-27 12:46:07','2014-10-27 12:46:07','[wpcol_1half id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?hl=en_US&amp;version=3\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Supernatural Lifestyle</strong>\r\n<strong>October 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4VwWBm2AqgY?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven</strong>\r\n<strong>October 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UwjE-AsznOg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Rest</strong>\r\n<strong>September 28, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7XgXZSkp6VM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Fire of God</strong>\r\n<strong>September 7, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LAzbP5KiA2Y?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Ground</strong>\r\n<strong>August 24, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/_9dufDnb514?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Transformation</strong>\r\n<strong>August 10, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/IQjYYQKestM?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Way</strong>\r\n<strong>July 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/hBDsk4zYsqs?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heaven\'s Gates</strong>\r\n<strong>July 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/etTN1b5VRK4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>River of Fire</strong>\r\n<strong>June 29, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cjsElzM-_ys?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Finding Jesus</strong>\r\n<strong>June 15, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/KxoXG2l_wtI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Earthen Vessel</strong>\r\n<strong>June 1, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Uk1VqpUHbVI?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Lordship of Jesus</strong>\r\n<strong>May 11, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/z4wbmI3M9is?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Angel</strong>\r\n<strong>April 27, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/4oeZgk5KcyI?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Making It Easy</strong>\r\n<strong>April 13, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/NMOKXWparP4?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>I Love You So Much</strong>\r\n<strong>March 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/oLzGO22xOh8?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Resources</strong>\r\n<strong>March 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/-66BCFa-9pY?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Water</strong>\r\n<strong>February 23, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/duz3J1PG0YM?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Reward</strong>\r\n<strong>February 09, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/u9sJPZboy-M?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 2</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JkBYu9gRTPM?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Rivers Springing Forth</strong>\r\n<strong>January 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/sSXu1LHiHWE?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Launching Off</strong>\r\n<strong>January 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/6U5AqfP8uy8?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Necessary Food</strong>\r\n<strong>December 29, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lonniXZ2Vwg?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Your Vision</strong>\r\n<strong>December 15, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/epbDZh0CPIA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Fold</strong>\r\n<strong>December 1, 2013</strong></p>\r\n[/wpcol_1half][wpcol_1half_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"//www.youtube.com/v/L9oLt4jjGpE?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>\r\n<strong>Living Water</strong>\r\n<strong>October 19, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/evaZq0uH1nw?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Sowing and Reaping</strong>\r\n<strong>October 5, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/QtPTeZ4dqpg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Heavenly Host</strong>\r\n<strong>September 14, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/xAnPJJ6Akjs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Holy Hands</strong>\r\n<strong>August 31, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wETPVhxbhoU?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Spirit of the Lord</strong>\r\n<strong>August 17, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/JyiQWnfHg-4?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Grace</strong>\r\n<strong>August 3, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/UvTZK2gorCo?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Perfecting Faith</strong>\r\n<strong>July 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/LDb08ikrc3s?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Broken For Christ</strong>\r\n<strong>July 06, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/j-Ks8u_Sg_M?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Daily Bread</strong>\r\n<strong>June 22, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/7qTbH61YXe0?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>The Heart, Your Heart, His Heart</strong>\r\n<strong>June 8, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/zBA9LUFs8sg?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Reaping the Harvest</strong>\r\n<strong>May 25, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/i2EOyh_skOs?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Provision</strong>\r\n<strong>May 4, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/Xr6o_cqY8S0?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Hidden Wonder</strong>\r\n<strong>April 20, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/RQwJnYa7zws?hl=en_US&amp;version=3\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Eternal Life</strong>\r\n<strong>April 6, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/wJZQmecFCbc?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Pillars of the Faith</strong>\r\n<strong>March 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/HuQTlJ-59LE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>God\'s Horses</strong>\r\n<strong>March 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/v5EKPz1LhYE?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Giving</strong>\r\n<strong>February 16, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/cQRtX13iXSE?hl=en_US&amp;version=3&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Instruments of Fire Part 1</strong>\r\n<strong>February 02, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/2M1qWH9lI-w?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Raining</strong>\r\n<strong>January 26, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\"><param name=\"movie\" value=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/ANlJPsJhZxg?version=3&amp;hl=en_US&amp;rel=0\" type=\"application/x-shockwave-flash\" width=\"425\" height=\"344\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Deeper Walk</strong>\r\n<strong>January 12, 2014</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/lapB91bjxfU?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>New Year\'s Eve Service</strong>\r\n<strong>December 31, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/7p6H2iQRzAA?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Godly Direction</strong>\r\n<strong>December 22, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/Se2yhtzLWDE?hl=en_US&amp;version=3&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Living Faith</strong>\r\n<strong>December 08, 2013</strong></p>\r\n<p style=\"text-align: center;\"><object width=\"425\" height=\"344\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"425\" height=\"344\" type=\"application/x-shockwave-flash\" src=\"//www.youtube.com/v/PqRB3ULEoxY?version=3&amp;hl=en_US&amp;rel=0\" allowfullscreen=\"allowfullscreen\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object>\r\n<strong>Manifestation of His Presence</strong>\r\n<strong>November 17, 2013</strong></p>\r\n[/wpcol_1half_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">PAGE <a href=\"http://raylsmith.org/sermons/\">1</a> | <a href=\"http://raylsmith.org/sermons-page-2/\">2</a> | <a href=\"http://raylsmith.org/sermons-page-3/\">3</a> | <a href=\"http://raylsmith.org/sermons-page-4/\">4</a> | <a href=\"http://raylsmith.org/sermons-page-5/\">5</a> | <a href=\"http://raylsmith.org/sermons-page-6/\">6</a> | <a href=\"http://raylsmith.org/sermons-page-7/\">7 </a>|<a href=\"http://raylsmith.org/sermons-page-8/\"> 8</a></span></p>','Sermons','','inherit','open','open','','1272-revision-v1','','','2014-10-27 12:46:07','2014-10-27 12:46:07','',1272,'http://raylsmith.org/1272-revision-v1/',0,'revision','',0),(2758,1,'2014-10-27 12:56:48','2014-10-27 12:56:48','','supernatural-lifestyle','','inherit','open','open','','supernatural-lifestyle-2','','','2014-10-27 12:56:48','2014-10-27 12:56:48','',888,'http://raylsmith.org/wp-content/uploads/2012/11/supernatural-lifestyle.jpg',0,'attachment','image/jpeg',0),(2759,1,'2014-10-27 12:58:57','2014-10-27 12:58:57','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/supernatural-lifestyle.jpg\" alt=\"Supernatural Lifestyle\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Supernatural Lifestyle</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg\" alt=\"Living Water\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg\" alt=\"Heaven\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\">Supernatural Lifestyle</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-water/\">Living Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heaven/\">Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-10-27 12:58:57','2014-10-27 12:58:57','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2760,1,'2014-10-27 13:00:28','2014-10-27 13:00:28','','supernatural-life','','inherit','open','open','','supernatural-life','','','2014-10-27 13:00:28','2014-10-27 13:00:28','',888,'http://raylsmith.org/wp-content/uploads/2012/11/supernatural-life.jpg',0,'attachment','image/jpeg',0),(2761,1,'2014-10-27 13:00:57','2014-10-27 13:00:57','<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>FEATURED VIDEOS</strong></span></p>\r\n<p style=\"text-align: center;\">[wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/gift-from-god/\"><img class=\"aligncenter size-full wp-image-1187\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/gift-from-god.png\" alt=\"Gift From God\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>GIFT FROM GOD</strong>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/trouble/\"><img class=\"aligncenter size-full wp-image-1188\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/trouble.png\" alt=\"Trouble\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>TROUBLE</strong>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]</p>\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\"><img class=\"aligncenter size-full wp-image-1221\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/07/hearing.png\" alt=\"Hearing God\'s Voice\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>HEARING GOD\'S VOICE</strong></p>\r\n[/wpcol_1third_end]\r\n<p style=\"text-align: center;\"><span style=\"font-size: x-large; color: #0000ff;\"><strong>CURRENT VIDEOS</strong></span></p>\r\n[wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/supernatural-life.jpg\" alt=\"Supernatural Lifestyle\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Supernatural Lifestyle</strong></p>\r\n[/wpcol_1third] [wpcol_1third id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/living-water/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/livingwater.jpg\" alt=\"Living Water\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Living Water</strong></p>\r\n[/wpcol_1third] [wpcol_1third_end id=\"\" class=\"\" style=\"\"]\r\n<p style=\"text-align: center;\"><a href=\"http://raylsmith.org/heaven/\"><img class=\"aligncenter size-full wp-image-1682\" style=\"border: 0px none;\" src=\"http://raylsmith.org/wp-content/uploads/2012/11/heavenheaven.jpg\" alt=\"Heaven\" width=\"293\" height=\"163\" /></a></p>\r\n<p style=\"text-align: center;\"><strong>Heaven</strong></p>\r\n[/wpcol_1third_end]\r\n\r\n<hr />\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong>TITLE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/supernatural-lifestyle/\">Supernatural Lifestyle</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-water/\">Living Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heaven/\">Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/sowing-and-reaping/\">Sowing and Reaping</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-rest/\">God\'s Rest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavenly-host/\">Heavenly Host</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fire-of-god/\">The Fire of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-hands/\">Holy Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-ground/\">Holy Ground</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-spirit-of-the-lord/\">The Spirit of the Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/holy-transformation/\">Holy Transformation</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-grace/\">God’s Grace</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-way/\">God’s Way</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/perfecting-faith/\">Perfecting Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heavens-gates/\">Heaven’s Gates</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/broken-for-christ/\">Broken For Christ</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/river-of-fire/\">River Of Fire</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/daily-bread/\">Daily Bread</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/finding-jesus/\">Finding Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-heart-your-heart-his-heart/\">The Heart, Your Heart, His Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/earthen-vessel/\">Earthen Vessel</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/reaping-the-harvest/\">Reaping The Harvest</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-lordship-of-jesus/\">The Lordship of Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-provision/\">God’s Provision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-angel/\">God’s Angels</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hidden-wonder/\">Hidden Wonder</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/making-it-easy/\">Making It Easy</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-life/\">Eternal Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/i-love-you-so-much/\">I Love You So Much</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pillars-of-the-faith/\">Pillars of the Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-resources/\">God’s Resources</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-horses/\">God’s Horses</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-water/\">God’s Water</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/giving-sermon/\">Giving</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/eternal-reward/\">Eternal Reward</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire/\">Instruments Of Fire Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/instruments-of-fire-part-2/\">Instruments Of Fire Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/raining/\">Raining</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/rivers-springing-forth/\">Rivers Springing Forth</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/deeper-walk/\">Deeper Walk</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/launching-off/\">Launching Off</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/new-years-eve-service/\">New Year’s Eve Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/necessary-food/\">Necessary Food</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/godly-direction/\">Godly Direction</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision/\">Your Vision</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/living-faith/\">Living Faith</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/fold/\">Fold</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/manifestation-of-his-presence/\">Manifestation of His Presence</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/images-from-heaven/\">Images From Heaven</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/waves-of-the-anointing/\">Waves Of Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/completely-jesus/\">Completely Jesus</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/ladys-bible-study-october-12-13/\">Lady’s Bible Study</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-true-life-with-the-lord/\">Your True Life with The Lord</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/door/\">Doors</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-not-waste-the-anointing/\">Do Not Waste The Anointing</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/his-house/\">His House</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/move-of-god-breakthrough/\">Move of God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-1/\">Nothing is Impossible Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-2/\">Nothing is Impossible Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/nothing-is-impossible-part-3/\">Nothing is Impossible Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-1/\">Be An Adult Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-2/\">Be An Adult Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/be-an-adult-part-3/\">Be An Adult Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-1/\">No Limits Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-2/\">No Limits Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-3/\">No Limits Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/no-limits-part-4/\">No Limits Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-1/\">Your Vision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-2/\">Your Vision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-vision-part-3/\">Your Vision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-1/\">It is Good Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-2/\">It is Good Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/it-is-good-part-3/\">It is Good Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/heart/\">Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-1/\">The Holy Spirit Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-holy-spirit-part-2/\">The Holy Spirit Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-mystery-of-life/\">The Revelation Of Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-1/\">Provision Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-2/\">Provision Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-3/\">Provision Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/provision-part-4/\">Provision Part 4</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hunger/\">Hunger</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/times-vs-power/\">Times Vs Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/safety/\">Safety</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/now2/\">Now</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/power/\">Power</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/life/\">Life</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/pure-heart-clean-hands/\">Pure Heart Clean Hands</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-1/\">The Promise Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-promise-part-2/\">The Promise Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-1/\">Take The Next Step Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-2/\">Take The Next Step Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/take-the-next-step-part-3/\">Take The Next Step Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-1/\">The Father’s Business Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-fathers-business-part-2/\">The Father’s Business Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part/\">Financially Blessed by God Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/financially-blessed-by-god-part-2/\">Financially Blessed by God Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-1/\">Answered Prayer Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/answered-prayer-part-2/\">Answered Prayer Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayer-answered-part1/\">Getting Your Prayer Answered Part1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part2/\">Getting Your Prayer Answered Part2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-prayers-answered-part3/\">Getting Your Prayer Answered Part3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/walking-in-perfection/\">Walking in Perfection</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/anointing-for-service/\">Anointing for Service</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-1/\">Do You Know Him Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/do-you-know-him-part-2/\">Do You Know Him Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life/\">The Blessed Life Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-blessed-life-part2/\">The Blessed Life Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/having-a-servants-heart/\">Having A Servant’s Heart</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-1/\">Your Anointing Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-2/\">Your Anointing Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/your-anointing-part-3/\">Your Anointing Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-1/\">How Faith Works Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-faith-works-part-2/\">How Faith Works Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-1/\">Getting Your Needs Met Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-2/\">Getting Your Needs Met Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/getting-your-needs-met-part-3/\">Getting Your Needs Met Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/the-good-shepherd/\">The Good Shepherd</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-1/\">God’s Impartation Part 1</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-2/\">God’s Impartation Part 2</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gods-impartation-part-3/\">God’s Impartation Part 3</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/gift-from-god/\">Gift From God</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/trouble/\">Trouble</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/hearing-gods-voice/\">Hearing God’s Voice</a></span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\"><a href=\"http://raylsmith.org/how-to-deal-with-stress/\">How To Deal With Stress</a></span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> CATEGORY</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Vision</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Rest</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Bread</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Women’s Bible Study</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Sermon</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">Path</span></li>\r\n</ul>\r\n</td>\r\n<td width=\"300\">\r\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><strong> DATE</strong></span></p>\r\n\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 5, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 28, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 14, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 7, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 31, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 24, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 17, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 10, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 03, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 29, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 22, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 15, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 8, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 1, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 25, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 11, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 4, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 27, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 20, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 13, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 6, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 23, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 16, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 09, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 02, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 26, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 19, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 12, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 06, 2014</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 29, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 22, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 15, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 1, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 03, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 27, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 13, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 6, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 23, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 9, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 2, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 25, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">June 18, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 12, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">May 8, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 28, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">April 16, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">March 11, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 17, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 10, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">February 4, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 14, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">January 7, 2013</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 31, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 24, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">December 8, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 22, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 7, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 3, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">November 2, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 17, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 16, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 07, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">October 06, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">September 03, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">August 12, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 27, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"font-size: 10pt;\">July 11, 2012</span></li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Video Library','','inherit','open','open','','888-revision-v1','','','2014-10-27 13:00:57','2014-10-27 13:00:57','',888,'http://raylsmith.org/888-revision-v1/',0,'revision','',0),(2762,1,'2014-10-27 13:03:45','2014-10-27 13:03:45','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\n<tbody>\n<tr>\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\n<h2 style=\"text-align: center;\">SUPERNATURAL LIFESTYLE</h2>\nYou are not just out here anymore. You path is blessed. You path is eternal, spiritual. You are in communion with heaven.\n\nYou will see\n\n<strong>John 1:46-51</strong>\n\n46 And Nathanael said unto him, Can there any good thing come out of Nazareth? Philip saith unto him, Come and see.\n\n47 Jesus saw Nathanael coming to him, and saith of him, Behold an Israelite indeed, in whom is no guile!\n\n48 Nathanael saith unto him, Whence knowest thou me? Jesus answered and said unto him, Before that Philip called thee, when thou wast under the fig tree, I saw thee.\n\n49 Nathanael answered and saith unto him, Rabbi, thou art the Son of God; thou art the King of Israel.\n\n50 Jesus answered and said unto him, Because I said unto thee, I saw thee under the fig tree, believest thou? thou shalt see greater things than these.\n\n51 And he saith unto him, Verily, verily, I say unto you, Hereafter ye shall see heaven open, and the angels of God ascending and descending upon the Son of man.\n\nYou will hear\n\n<strong>Matthew 17:1-7</strong>\n\n17 And after six days Jesus taketh Peter, James, and John his brother, and bringeth them up into an high mountain apart,\n\n2 And was transfigured before them: and his face did shine as the sun, and his raiment was white as the light.\n\n3 And, behold, there appeared unto them Moses and Elias talking with him.\n\n4 Then answered Peter, and said unto Jesus, Lord, it is good for us to be here: if thou wilt, let us make here three tabernacles; one for thee, and one for Moses, and one for Elias.\n\n5 While he yet spake, behold, a bright cloud overshadowed them: and behold a voice out of the cloud, which said, This is my beloved Son, in whom I am well pleased; hear ye him.\n\n6 And when the disciples heard it, they fell on their face, and were sore afraid.\n\n7 And Jesus came and touched them, and said, Arise, and be not afraid.\n\nThings will be revealed\n\n<strong>Luke 10:21-23</strong>\n\n21 In that hour Jesus rejoiced in spirit, and said, I thank thee, O Father, Lord of heaven and earth, that thou hast hid these things from the wise and prudent, and hast revealed them unto babes: even so, Father; for so it seemed good in thy sight.\n\n22 All things are delivered to me of my Father: and no man knoweth who the Son is, but the Father; and who the Father is, but the Son, and he to whom the Son will reveal him.\n\n23 And he turned him unto his disciples, and said privately, Blessed are the eyes which see the things that ye see:\n\nYou will be Invisable\n\n<strong>Luke 10:18-20</strong>\n\n18 And he said unto them, I beheld Satan as lightning fall from heaven.\n\n19 Behold, I give unto you power to tread on serpents and scorpions, and over all the power of the enemy: and nothing shall by any means hurt you.\n\n20 Notwithstanding in this rejoice not, that the spirits are subject unto you; but rather rejoice, because your names are written in heaven.\n\nNothing will be impossible for you\n\n<strong>Matthew 17:14-21</strong>\n\n14 And when they were come to the multitude, there came to him a certain man, kneeling down to him, and saying,\n\n15 Lord, have mercy on my son: for he is lunatick, and sore vexed: for ofttimes he falleth into the fire, and oft into the water.\n\n16 And I brought him to thy disciples, and they could not cure him.\n\n17 Then Jesus answered and said, O faithless and perverse generation, how long shall I be with you? how long shall I suffer you? bring him hither to me.\n\n18 And Jesus rebuked the devil; and he departed out of him: and the child was cured from that very hour.\n\n19 Then came the disciples to Jesus apart, and said, Why could not we cast him out?\n\n20 And Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you.\n\n21 Howbeit this kind goeth not out but by prayer and fasting.\n\nYou will have available the resouces of heaven\n\nActs 12:3-11\n\n3 And because he saw it pleased the Jews, he proceeded further to take Peter also. (Then were the days of unleavened bread.)\n\n4 And when he had apprehended him, he put him in prison, and delivered him to four quaternions of soldiers to keep him; intending after Easter to bring him forth to the people.\n\n5 Peter therefore was kept in prison: but prayer was made without ceasing of the church unto God for him.\n\n6 And when Herod would have brought him forth, the same night Peter was sleeping between two soldiers, bound with two chains: and the keepers before the door kept the prison.\n\n7 And, behold, the angel of the Lord came upon him, and a light shined in the prison: and he smote Peter on the side, and raised him up, saying, Arise up quickly. And his chains fell off from his hands.\n\n8 And the angel said unto him, Gird thyself, and bind on thy sandals. And so he did. And he saith unto him, Cast thy garment about thee, and follow me.\n\n9 And he went out, and followed him; and wist not that it was true which was done by the angel; but thought he saw a vision.\n\n10 When they were past the first and the second ward, they came unto the iron gate that leadeth unto the city; which opened to them of his own accord: and they went out, and passed on through one street; and forthwith the angel departed from him.\n\n11 And when Peter was come to himself, he said, Now I know of a surety, that the Lord hath sent his angel, and hath delivered me out of the hand of Herod, and from all the expectation of the people of the Jews.\n\nYour fellowship with God will be real\n\nJohn 16:13-15\n\n13 Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\n\n14 He shall glorify me: for he shall receive of mine, and shall shew it unto you.\n\n15 All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\n\nLeaders\n\nOthers can enter in\n\nTithe, give, pray, live holy, read, praise, worship, obey,\n\nDon\'t doubt\n\nOnly believe\n\nGo in Jesus name\n\nPray</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','Supernatural Lifestyle','','inherit','open','open','','2753-autosave-v1','','','2014-10-27 13:03:45','2014-10-27 13:03:45','',2753,'http://raylsmith.org/2753-autosave-v1/',0,'revision','',0),(2763,1,'2014-10-27 13:04:04','2014-10-27 13:04:04','<table cellpadding=\"50\" bgcolor=\"fbfbd4\">\r\n<tbody>\r\n<tr>\r\n<td><center><object width=\"650\" height=\"400\"><param name=\"movie\" value=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed src=\"//www.youtube.com/v/g2hW9x7IO_w?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"650\" height=\"400\" allowscriptaccess=\"always\" allowfullscreen=\"allowfullscreen\" /></object></center>\r\n<h2 style=\"text-align: center;\">SUPERNATURAL LIFESTYLE</h2>\r\nYou are not just out here anymore. You path is blessed. You path is eternal, spiritual. You are in communion with heaven.\r\n\r\nYou will see\r\n\r\n<strong>John 1:46-51</strong>\r\n\r\n46 And Nathanael said unto him, Can there any good thing come out of Nazareth? Philip saith unto him, Come and see.\r\n\r\n47 Jesus saw Nathanael coming to him, and saith of him, Behold an Israelite indeed, in whom is no guile!\r\n\r\n48 Nathanael saith unto him, Whence knowest thou me? Jesus answered and said unto him, Before that Philip called thee, when thou wast under the fig tree, I saw thee.\r\n\r\n49 Nathanael answered and saith unto him, Rabbi, thou art the Son of God; thou art the King of Israel.\r\n\r\n50 Jesus answered and said unto him, Because I said unto thee, I saw thee under the fig tree, believest thou? thou shalt see greater things than these.\r\n\r\n51 And he saith unto him, Verily, verily, I say unto you, Hereafter ye shall see heaven open, and the angels of God ascending and descending upon the Son of man.\r\n\r\nYou will hear\r\n\r\n<strong>Matthew 17:1-7</strong>\r\n\r\n17 And after six days Jesus taketh Peter, James, and John his brother, and bringeth them up into an high mountain apart,\r\n\r\n2 And was transfigured before them: and his face did shine as the sun, and his raiment was white as the light.\r\n\r\n3 And, behold, there appeared unto them Moses and Elias talking with him.\r\n\r\n4 Then answered Peter, and said unto Jesus, Lord, it is good for us to be here: if thou wilt, let us make here three tabernacles; one for thee, and one for Moses, and one for Elias.\r\n\r\n5 While he yet spake, behold, a bright cloud overshadowed them: and behold a voice out of the cloud, which said, This is my beloved Son, in whom I am well pleased; hear ye him.\r\n\r\n6 And when the disciples heard it, they fell on their face, and were sore afraid.\r\n\r\n7 And Jesus came and touched them, and said, Arise, and be not afraid.\r\n\r\nThings will be revealed\r\n\r\n<strong>Luke 10:21-23</strong>\r\n\r\n21 In that hour Jesus rejoiced in spirit, and said, I thank thee, O Father, Lord of heaven and earth, that thou hast hid these things from the wise and prudent, and hast revealed them unto babes: even so, Father; for so it seemed good in thy sight.\r\n\r\n22 All things are delivered to me of my Father: and no man knoweth who the Son is, but the Father; and who the Father is, but the Son, and he to whom the Son will reveal him.\r\n\r\n23 And he turned him unto his disciples, and said privately, Blessed are the eyes which see the things that ye see:\r\n\r\nYou will be Invisable\r\n\r\n<strong>Luke 10:18-20</strong>\r\n\r\n18 And he said unto them, I beheld Satan as lightning fall from heaven.\r\n\r\n19 Behold, I give unto you power to tread on serpents and scorpions, and over all the power of the enemy: and nothing shall by any means hurt you.\r\n\r\n20 Notwithstanding in this rejoice not, that the spirits are subject unto you; but rather rejoice, because your names are written in heaven.\r\n\r\nNothing will be impossible for you\r\n\r\n<strong>Matthew 17:14-21</strong>\r\n\r\n14 And when they were come to the multitude, there came to him a certain man, kneeling down to him, and saying,\r\n\r\n15 Lord, have mercy on my son: for he is lunatick, and sore vexed: for ofttimes he falleth into the fire, and oft into the water.\r\n\r\n16 And I brought him to thy disciples, and they could not cure him.\r\n\r\n17 Then Jesus answered and said, O faithless and perverse generation, how long shall I be with you? how long shall I suffer you? bring him hither to me.\r\n\r\n18 And Jesus rebuked the devil; and he departed out of him: and the child was cured from that very hour.\r\n\r\n19 Then came the disciples to Jesus apart, and said, Why could not we cast him out?\r\n\r\n20 And Jesus said unto them, Because of your unbelief: for verily I say unto you, If ye have faith as a grain of mustard seed, ye shall say unto this mountain, Remove hence to yonder place; and it shall remove; and nothing shall be impossible unto you.\r\n\r\n21 Howbeit this kind goeth not out but by prayer and fasting.\r\n\r\nYou will have available the resouces of heaven\r\n\r\n<strong>Acts 12:3-11</strong>\r\n\r\n3 And because he saw it pleased the Jews, he proceeded further to take Peter also. (Then were the days of unleavened bread.)\r\n\r\n4 And when he had apprehended him, he put him in prison, and delivered him to four quaternions of soldiers to keep him; intending after Easter to bring him forth to the people.\r\n\r\n5 Peter therefore was kept in prison: but prayer was made without ceasing of the church unto God for him.\r\n\r\n6 And when Herod would have brought him forth, the same night Peter was sleeping between two soldiers, bound with two chains: and the keepers before the door kept the prison.\r\n\r\n7 And, behold, the angel of the Lord came upon him, and a light shined in the prison: and he smote Peter on the side, and raised him up, saying, Arise up quickly. And his chains fell off from his hands.\r\n\r\n8 And the angel said unto him, Gird thyself, and bind on thy sandals. And so he did. And he saith unto him, Cast thy garment about thee, and follow me.\r\n\r\n9 And he went out, and followed him; and wist not that it was true which was done by the angel; but thought he saw a vision.\r\n\r\n10 When they were past the first and the second ward, they came unto the iron gate that leadeth unto the city; which opened to them of his own accord: and they went out, and passed on through one street; and forthwith the angel departed from him.\r\n\r\n11 And when Peter was come to himself, he said, Now I know of a surety, that the Lord hath sent his angel, and hath delivered me out of the hand of Herod, and from all the expectation of the people of the Jews.\r\n\r\nYour fellowship with God will be real\r\n\r\n<strong>John 16:13-15</strong>\r\n\r\n13 Howbeit when he, the Spirit of truth, is come, he will guide you into all truth: for he shall not speak of himself; but whatsoever he shall hear, that shall he speak: and he will shew you things to come.\r\n\r\n14 He shall glorify me: for he shall receive of mine, and shall shew it unto you.\r\n\r\n15 All things that the Father hath are mine: therefore said I, that he shall take of mine, and shall shew it unto you.\r\n\r\nLeaders\r\n\r\nOthers can enter in\r\n\r\nTithe, give, pray, live holy, read, praise, worship, obey,\r\n\r\nDon\'t doubt\r\n\r\nOnly believe\r\n\r\nGo in Jesus name\r\n\r\n<strong>Pray</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Supernatural Lifestyle','','inherit','open','open','','2753-revision-v1','','','2014-10-27 13:04:04','2014-10-27 13:04:04','',2753,'http://raylsmith.org/2753-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_seopower_referers`
--

DROP TABLE IF EXISTS `wp_seopower_referers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_seopower_referers` (
  `refid` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `count` int(11) NOT NULL,
  `rank` tinyint(4) DEFAULT NULL,
  `first_rank` tinyint(4) DEFAULT NULL,
  `check_date` int(11) NOT NULL DEFAULT '0',
  `first_check_date` int(11) NOT NULL,
  `locale` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'en',
  `primary_domain` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `referer` varchar(300) COLLATE utf8_unicode_ci NOT NULL,
  `page` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`refid`),
  UNIQUE KEY `url` (`url`),
  KEY `count` (`count`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_seopower_referers`
--

LOCK TABLES `wp_seopower_referers` WRITE;
/*!40000 ALTER TABLE `wp_seopower_referers` DISABLE KEYS */;
INSERT INTO `wp_seopower_referers` VALUES ('ff90821feeb2b02a33a6f9fc8e5f3fcd','',253,0,0,0,0,'','www.google.com','http://www.google.com','/'),('4f6fd62f01ff58ba572c0cfcd6beeab7','raylsmith.org',64,1,1,1414645309,1354315009,'en','www.google.com','http://www.google.com/search?hl=en&source=hp&q=raylsmith.org&gbv=2&oq=raylsmith.org&gs_l=heirloom-hp.13..0i10.3235.18812.0.21765.13.13.0.0.0.0.187.1624.0j11.11.0...0.0...1c.1.M6cSBEkJSPU','/'),('83c41d2df1c00c563500bf67c279f667','railsmith.org',1,0,0,1414616069,1357169928,'en','www.google.com','http://www.google.com/webhp?sourceid=toolbar-instant&hl=en&ion=1&qscrl=1&rlz=1T4ADRA_enUS449US449#hl=en&sugexp=les%3B&gs_rn=1&gs_ri=hp&gs_mss=raylsm&cp=9&gs_id=8&xhr=t&q=railsmith.org&pf=p&tbo=d&qscrl=1&rlz=1T4ADRA_enUS449US449&sclient=psy-ab&oq=raylsmith&gs_l=&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&bvm=','/'),('7ede41a58c32b07afcada15f31ac0d34','ray smith org',2,10,8,1414656014,1366668762,'','www.google.com','http://www.google.com/url?sa=t&rct=j&q=ray%20smith%20org&source=web&cd=6&ved=0CFIQFjAF&url=http%3A%2F%2Fraylsmith.org%2F&ei=ubV1Ue-7CtO50QGnnIDgCw&usg=AFQjCNET1gbqZGlP9GJb3z6LURHszJU1mA&bvm=bv.45512109,d.dmQ','/'),('8ebf832085008f9d4a66e2a39933fbc4','&acirc;',1,0,0,1414662814,1371069768,'','www.google.com','http://www.google.com/url?sa=t&rct=j&q=%E2%80%9Cfaith%20comes%20by%20hearing%20and%20hearing%20comes%20through%20the%20word%20of%20god.%E2%80%9D&source=web&cd=17&ved=0CFYQFjAGOAo&url=http%3A%2F%2Fraylsmith.org%2F&ei=Pd24UbDeEPWs4AP6uoHQBQ&usg=AFQjCNET1gbqZGlP9GJb3z6LURHszJU1mA&bvm=bv.47810305,d.dmg','/'),('43d21ca5c50f660d2796ad717c3d193b','ray smith international.org',1,2,1,1414638870,1376089842,'en','www.google.com','http://www.google.com/search?hl=en&redir_esc=&client=ms-android-virgin-us&source=android-launcher-search&v=141400000&qsubts=1376089806957&q=ray+smith+international.org','/'),('bc2a29433c5975816638515ea17d9c4c','raylsmith.oag',2,1,1,1414617927,1385083524,'en','www.google.com','http://www.google.com/search?hl=en&source=hp&q=raylsmith.oag&gbv=2&oq=raylsmith.oag&gs_l=heirloom-hp.3...2969.12875.0.13875.15.6.0.9.0.0.94.548.6.6.0....0...1ac.1.24.heirloom-hp..10.5.470.EL57kpIyVpY','/'),('48c7ec942dad84fbb24c00eb24ed5ddc','www.raylsmith.org',6,1,1,1414652413,1396022209,'en','www.google.com','http://www.google.com/search?q=www.raylsmith.org&rls=com.microsoft%3Aen-us&oe=UTF-8&startIndex=&startPage=1&hl=en&sa=X&as_q=&spell=1&ei=l5s1U4H4JfXRsQTag4HYCQ&ved=0CB0QBSgA','/welcome-to-raylsmith/'),('4d942628f43633cc9f75289a850c5400','installerex official website',2,0,0,1414631230,1401206127,'','www.google.com','http://www.google.com/search?q=installerex+official+website','/'),('fb31d6f4bf6282b9c6b43348d6027dcd','php professionals ukraine',1,0,0,1414620270,1401877348,'','www.google.com','http://www.google.com/search?q=php+professionals+ukraine','/'),('4cc1010cfaf433ee5e6b75bc1046cdec','http://raylsmith.org',3,0,0,1414645720,1403407273,'','plus.url.google.com','http://plus.url.google.com/url?q=http://raylsmith.org&rct=j&ust=1403406451680000&usg=AFQjCNFVyzJQJx2RmgmRh83-rXIkKKabDw','/'),('ec6ec6f551af65719781278e1df30ad5','ambassadors for christ ray l smith',1,1,5,1414615778,1403425160,'en','www.google.com','http://www.google.com/search?hl=en&source=hp&q=ambassadors+for+christ+ray+l+smith&gbv=2&oq=ambassadors+for+christ+ray+l+smith&gs_l=heirloom-hp.12...1733.28592.0.30825.36.19.1.16.8.0.320.3194.0j15j2j1.18.0....0...1ac.1.34.heirloom-hp..10.26.3894.5EehcL6rKiw','/ministers/vernelle-jones/'),('a57cf516c3ebdafbaed277eccd2f9f6f','installerex crunchbase',3,0,0,1414620624,1403892416,'','www.google.com','http://www.google.com/search?q=installerex+crunchbase','/'),('43713c00ee95721e53512a208ebd73c8','online reputation management akado',1,0,0,1414644683,1404258044,'','www.google.com','http://www.google.com/search?q=online+reputation+management+akado','/'),('2490ab46adebaacbe26d782093c781ed','easylifeapp profile',2,0,0,1414613585,1405164170,'','www.google.com','http://www.google.com/search?q=easylifeapp+profile','/'),('2e56c3a945824481226ecf8cdf60429f','granger whitelaw avia',2,0,0,1414645966,1405490876,'','www.google.com','http://www.google.com/search?q=granger+whitelaw+avia','/'),('4949738b3379d46afb6d3b9ceded7bc0','google',2,0,0,1414625166,1405549651,'en','www.google.com','http://www.google.com/search?hl=en&q=google&btnG=Google+Search','/'),('dc9449f0c3eedacca987cc3254647f87','http://www.raylsmith.org',2,1,1,1414616008,1405871085,'','www.google.com','http://www.google.com/url?q=http%3A%2F%2Fwww.raylsmith.org&sa=D&sntz=1&usg=AFQjCNHfi0L9wkzv4--_7MOtzcvYkvWLvw','/'),('593e5941f9a80c785eb84fa39763c174','and they overcame by the word of the lamb and the family band testimonials',1,8,10,1414620201,1406400042,'en','www.google.com','http://www.google.com/search?q=and+they+overcame+by+the+word+of+the+lamb+and+the+family+band+testimonials&client=ms-android-metropcs-us&hl=en&gl=US&channel=iss&ei=6PXTU4XEEtGLyAS0q4GACA&start=10&sa=N&biw=320&bih=455','/testimonial/'),('eb2c56fe6eb1d89f3fc2084aecd23c32','wmaid.com explore raylsmith.org',2,0,0,1414645458,1408177385,'','www.google.com','http://www.google.com/search?q=wmaid.com+explore+raylsmith.org','/');
/*!40000 ALTER TABLE `wp_seopower_referers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_swp_testimonial`
--

DROP TABLE IF EXISTS `wp_swp_testimonial`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_swp_testimonial` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `description` text COLLATE utf8_unicode_ci NOT NULL,
  `company` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `website` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_swp_testimonial`
--

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

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (462,3,0),(1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(463,3,0),(1422,1,0),(36,3,0),(35,3,0),(546,3,0),(1460,3,0),(542,3,0),(1440,1,0),(249,8,0),(88,3,0),(726,7,0),(484,8,0),(124,5,0),(142,5,0),(145,6,0),(788,5,0),(180,1,0),(256,5,0),(490,9,0),(439,7,0),(442,7,0),(444,7,0),(488,9,0),(492,9,0),(1436,1,0),(1452,1,0),(549,10,0),(550,10,0),(551,10,0),(552,10,0),(553,10,0),(554,10,0),(555,10,0),(556,10,0),(557,10,0),(558,10,0),(876,3,0),(1986,9,0),(655,3,0),(2539,6,0),(720,6,0),(784,5,0),(728,5,0),(748,8,0),(802,6,0),(763,6,0),(786,5,0),(781,5,0),(994,5,0),(872,3,0),(1405,6,0),(798,6,0),(800,6,0),(2068,25,0),(881,25,0),(884,25,0),(907,11,0),(905,25,0),(907,12,0),(905,11,0),(905,12,0),(884,11,0),(884,13,0),(881,11,0),(881,13,0),(802,11,0),(802,14,0),(800,11,0),(800,14,0),(798,11,0),(798,14,0),(788,11,0),(788,15,0),(786,11,0),(786,16,0),(784,11,0),(784,17,0),(784,18,0),(781,11,0),(781,17,0),(781,18,0),(765,11,0),(765,17,0),(765,18,0),(765,19,0),(763,11,0),(763,17,0),(763,18,0),(763,19,0),(748,11,0),(748,17,0),(748,18,0),(748,20,0),(730,11,0),(730,17,0),(730,18,0),(728,11,0),(728,17,0),(728,18,0),(726,11,0),(726,17,0),(726,18,0),(722,11,0),(722,17,0),(722,18,0),(722,21,0),(720,11,0),(720,17,0),(720,18,0),(720,21,0),(492,11,0),(492,17,0),(492,18,0),(490,11,0),(490,17,0),(490,18,0),(488,11,0),(488,17,0),(488,18,0),(484,11,0),(484,17,0),(484,18,0),(484,22,0),(444,11,0),(444,17,0),(444,18,0),(442,11,0),(442,17,0),(442,18,0),(439,11,0),(439,17,0),(439,18,0),(256,11,0),(256,17,0),(256,18,0),(256,19,0),(256,23,0),(249,11,0),(249,17,0),(249,18,0),(145,11,0),(145,17,0),(145,18,0),(145,19,0),(142,11,0),(142,17,0),(142,18,0),(142,19,0),(142,24,0),(124,11,0),(124,17,0),(124,18,0),(124,19,0),(2124,3,0),(1047,5,0),(990,5,0),(1011,9,0),(1014,9,0),(2080,9,0),(1643,25,0),(1032,25,0),(1547,5,0),(2562,6,0),(1087,7,0),(1679,5,0),(1313,3,0),(1447,1,0),(1465,9,0),(1346,7,0),(1378,3,0),(1385,3,0),(1691,6,0),(1456,8,0),(1712,9,0),(1536,3,0),(1539,3,0),(1089,5,0),(1744,25,0),(1633,25,0),(1638,25,0),(1640,25,0),(1667,7,0),(1776,5,0),(1677,5,0),(1819,6,0),(2473,9,0),(1708,9,0),(1710,9,0),(1944,25,0),(1740,25,0),(1742,25,0),(1941,5,0),(1756,5,0),(1758,5,0),(1761,5,0),(1763,5,0),(1771,5,0),(1774,5,0),(1924,6,0),(1815,6,0),(1817,6,0),(2449,25,0),(1882,25,0),(1903,7,0),(2583,5,0),(1871,6,0),(1927,8,0),(1915,5,0),(1892,25,0),(730,5,0),(1036,9,0),(2217,5,0),(722,6,0),(2019,3,0),(2057,3,0),(2056,3,0),(2055,3,0),(2054,3,0),(2053,3,0),(2052,3,0),(2051,3,0),(2050,3,0),(2049,3,0),(2047,3,0),(2727,7,0),(1034,25,0),(1344,9,0),(2432,5,0),(2088,9,0),(2459,9,0),(1975,5,0),(2129,5,0),(2701,7,0),(2140,5,0),(2205,5,0),(2212,5,0),(2260,9,0),(2090,9,0),(2283,25,0),(2148,25,0),(907,25,0),(765,6,0),(2344,7,0),(2530,5,0),(2300,6,0),(2330,9,0),(2364,5,0),(1017,9,0),(2381,9,0),(2262,25,0),(2391,5,0),(2439,7,0),(2421,25,0),(2009,5,0),(2369,6,0),(2486,5,0),(2493,6,0),(2510,5,0),(2318,6,0),(2521,6,0),(2552,6,0),(1999,6,0),(2572,5,0),(2693,7,0),(2632,7,0),(2744,7,0),(2644,7,0),(2651,7,0),(2671,7,0),(2753,7,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,6),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,28),(4,4,'nav_menu','',0,0),(5,5,'category','',0,40),(6,6,'category','',0,24),(7,7,'category','',0,17),(8,8,'category','',0,5),(9,9,'category','',0,21),(10,10,'nav_menu','',0,10),(11,11,'post_tag','',0,31),(12,12,'post_tag','',0,2),(13,13,'post_tag','',0,2),(14,14,'post_tag','',0,3),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,22),(18,18,'post_tag','',0,22),(19,19,'post_tag','',0,6),(20,20,'post_tag','',0,1),(21,21,'post_tag','',0,2),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1),(25,25,'category','',0,22);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'top menu','top-menu',0),(4,'footer','footer',0),(5,'Path','path',0),(6,'Rest','rest',0),(7,'Sermon','sermon',0),(8,'Women\'s Bible Study','womens-bible-study',0),(9,'Bread','bread',0),(10,'top menu 2','top-menu-2',0),(11,'online sermon','online-sermon',0),(12,'blessed by God','blessed-by-god',0),(13,'answered prayer','answered-prayer',0),(14,'prayer answered','prayer-answered',0),(15,'walking in perfection','walking-in-perfection',0),(16,'anointing','anointing',0),(17,'online sermons','online-sermons',0),(18,'bible study','bible-study',0),(19,'blessed life','blessed-life',0),(20,'servant\'s life','servants-life',0),(21,'faith','faith',0),(22,'good shepherd','good-shepherd',0),(23,'gift from God','gift-from-god',0),(24,'God\'s voice','gods-voice',0),(25,'Vision','vision',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','2752'),(15,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp330_media_uploader,wp340_customize_current_theme_link,wp350_media,aioseop_menu_202,aioseop_menu_203,wp360_revisions,aioseop_menu_204,aioseop_menu_210,aioseop_menu_211,aioseop_menu_220,jwl_utmce_pointer,wp390_widgets'),(16,1,'closedpostboxes_dashboard','a:5:{i:0;s:18:\"dashboard_activity\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";i:3;s:23:\"seopower_dushboard_page\";i:4;s:16:\"wpmarketing_feed\";}'),(37,1,'session_tokens','a:1:{s:64:\"82d4366c3fda147782a8218b55fba4469078361f401180fc1c167b88921478d2\";i:1414841190;}'),(17,1,'metaboxhidden_dashboard','a:0:{}'),(18,1,'wp_user-settings','imgsize=full&editor=tinymce&align=none&hidetb=1&libraryContent=browse&urlbutton=post&ed_size=437'),(19,1,'wp_user-settings-time','1414415042'),(20,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(21,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:17:\"add-thethe-slider\";i:2;s:12:\"add-post_tag\";}'),(22,1,'nav_menu_recently_edited','3'),(23,1,'closedpostboxes_post','a:3:{i:0;s:16:\"tagsdiv-post_tag\";i:1;s:12:\"postimagediv\";i:2;s:5:\"aiosp\";}'),(24,1,'metaboxhidden_post','a:4:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(25,1,'upload_per_page','50'),(26,1,'closedpostboxes_page','a:2:{i:0;s:12:\"revisionsdiv\";i:1;s:5:\"aiosp\";}'),(27,1,'metaboxhidden_page','a:1:{i:0;s:7:\"slugdiv\";}'),(28,1,'edit_page_per_page','100'),(29,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:24:\"google-analytics-summary\";s:4:\"side\";s:213:\"dashboard_right_now,dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary,dashboard_incoming_links,seopower_dushboard_page,dashboard_recent_comments,wpmarketing_feed,dashboard_plugins\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(30,1,'screen_layout_dashboard','2'),(31,1,'meta-box-order_page','a:3:{s:4:\"side\";s:49:\"submitdiv,pageparentdiv,sociable_off,postimagediv\";s:6:\"normal\";s:70:\"slugdiv,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,authordiv\";s:8:\"advanced\";s:38:\"aiosp,simple_mobile_redirect_sectionid\";}'),(32,1,'screen_layout_page','2'),(33,1,'closedpostboxes_nav-menus','a:0:{}'),(34,1,'edit_post_per_page','150'),(35,1,'meta-box-order_post','a:3:{s:4:\"side\";s:64:\"submitdiv,categorydiv,tagsdiv-post_tag,postimagediv,sociable_off\";s:6:\"normal\";s:71:\"postexcerpt,trackbacksdiv,commentstatusdiv,slugdiv,authordiv,postcustom\";s:8:\"advanced\";s:38:\"aiosp,simple_mobile_redirect_sectionid\";}'),(36,1,'screen_layout_post','2'),(38,1,'closedpostboxes_toplevel_page_argwa_page','a:5:{i:0;s:26:\"argwa-metaboxes-detailbox2\";i:1;s:25:\"argwa-metaboxes-formbox-1\";i:2;s:25:\"argwa-metaboxes-confbox-1\";i:3;s:26:\"argwa-metaboxes-detailbox4\";i:4;s:26:\"argwa-metaboxes-detailbox5\";}'),(39,1,'metaboxhidden_toplevel_page_argwa_page','a:0:{}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BLQyrbi5jQEZs3sDn0m8autu.4rFZK/','admin','raylsmith50@gmail.com','','2012-06-26 23:22:00','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 2014-10-30  9:13:17
